forked from subspacecloud/subspace
-
Notifications
You must be signed in to change notification settings - Fork 132
Patch: Fix URL path, WG subnet and initsetup route logic #196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lifehome
wants to merge
36
commits into
subspacecommunity:master
Choose a base branch
from
lifehome:fix/tmpl_with_abs_path
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 34 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
fe69cc3
fix: prepend all templates with backlink value
lifehome c0a00ad
fix: prepend all golang files with backlink variable
lifehome f33deff
fix: remove trailing slash from entrypoint.sh
lifehome 2f457bb
fix: display listening address correctly
lifehome 0867e85
fix: remove trailing slash for cookies
lifehome 3e7098d
fix: remove trailing slash for version info message
lifehome 73da0fe
patch: escalate all Backlink template variable to top level access
lifehome e6f205c
fix: HTML template message typo on 'deleteprofile' error
lifehome 0cb20f8
patch: fundamentally remove all trailing slash behaviour
lifehome 94cdecd
patch: prepend backlink value to SAML URLs
lifehome a9cb880
[important] fix: match LAN subnet to user config
lifehome 8e9e284
[important] fix: make sure user is a valid multiuser admin
lifehome 8fe00ef
patch: remove more trailing slash behaviour
lifehome a8e448d
patch: remove trailing slashes inside HTML templates
lifehome d7af24c
[important] fix: enforce first time setup even URL points to auth end…
lifehome 6cf175e
revert: code block positioning (variables in handlers.go)
lifehome 8ab3bd9
revert: spacing issue in handlers.go
lifehome 6f3d62d
patch: remove trailing slash from README.md
lifehome f5d2665
patch: improve the meaning of 'backlink'
lifehome 197b81e
patch: completely rename 'backlink' to SubDirectory
lifehome 1e038c4
fix: remove trailing slash from subdir in README.md
lifehome 6c5e88e
patch: reword subdir argument flag for cli
lifehome 9d646ea
fix: spacing issue in main.go
lifehome 6905f42
fix: spacing issue (again) in handlers.go
lifehome bbe8e29
revert a8e448d: keep trailing slash for homepage
lifehome cbd3524
💢 patch: add backward compatibility and startup delay for using depre…
lifehome e01abb1
🔮 patch: Dockerfile to always build with latest golang and alpine images
lifehome d74e074
🏺 revert: old message with deprecated flag only
lifehome b9ddb0f
🧨 patch: typo for startup delay
lifehome ddc8b89
🪓 trim: line length to satisfy sonarcloud standard
lifehome 27f238e
🪓 trim: line length to satisfy sonarcloud standard, again
lifehome eb06d99
🧹 revert: 0cb20f857e0683793c67b9d522230d8f9f9f664f
lifehome 7f2f498
💡 update: golang modules and fix go-bindata upstream path
lifehome 54d7f38
🔨 fix: d7af24c8d040d76215b3b1c72cd88c45ee6bb49b
lifehome 797bc20
🪓 revert e01abb139ca772d811e5e57d7baba36ca507d6d1
lifehome 9173cc9
💈 patch: revert and patch entrypoint.sh for backward compatability
lifehome File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| package main | ||
|
|
||
| import ( | ||
| _ "github.com/jteeuwen/go-bindata" | ||
| _ "github.com/kevinburke/go-bindata" | ||
| ) | ||
|
|
||
| //go:generate go run github.com/jteeuwen/go-bindata/go-bindata --pkg main static/... templates/... email/... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.