-
Notifications
You must be signed in to change notification settings - Fork 310
Comparing changes
Open a pull request
base repository: cesanta/docker_auth
base: 1.12.0
head repository: cesanta/docker_auth
compare: 1.13.0
- 9 commits
- 19 files changed
- 9 contributors
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fde9a9f - Browse repository at this point
Copy the full SHA fde9a9fView commit details
Commits on Feb 28, 2024
-
Add additional examples logins to results page (#384)
Prior to this, there was not an easy copy/paste line for people not using Docker. This addes example lines that can be copy/pasted for those of us who use Podman / Podman Desktop and containerd's nerdctl. For context, nerdctl is the default way of interacting with containers run within Lima (https://lima-vm.io) and is how I run x86 containers on an Apple Silicon Mac.
Configuration menu - View commit details
-
Copy full SHA for 38e7252 - Browse repository at this point
Copy the full SHA 38e7252View commit details
Commits on Jun 6, 2024
-
added xorm JSON struct tag to XormACLEntry (#388)
Co-authored-by: Kyrylo Prokopchuk <kyrylo.prokopchuk@quest.com>
Configuration menu - View commit details
-
Copy full SHA for 4922777 - Browse repository at this point
Copy the full SHA 4922777View commit details -
Fix LevelDB yaml unmarshall error and update documentation (#389)
In order to ensure the project correctly validates authentication methods in the config file that can use a token db, this commit modifies the logic to ensure we check if all of the token methods are nil before outputting an error. Previously, if the local filesystem token db method was not nil and the other two (redis and google cloud storage) were nil, we would return an error and the config would be considered invalid. Additionally, this commit documents the correct LevelDB settings for the config file. Prior to the addition of Bcrypt hashing cost, just using `token_db` was acceptable in the configuration along with a string representing the path. Given the swap to a struct instead of a string, we need to update documentation concerning this.
Configuration menu - View commit details
-
Copy full SHA for 82da6e8 - Browse repository at this point
Copy the full SHA 82da6e8View commit details -
Replicate #384 for GitLab and OIDC (#385)
Add additional examples logins to gitlab & oidc results page Replicate what was done in #384
Configuration menu - View commit details
-
Copy full SHA for aab2ae0 - Browse repository at this point
Copy the full SHA aab2ae0View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69aa630 - Browse repository at this point
Copy the full SHA 69aa630View commit details
Commits on Dec 29, 2024
-
fixed leaking goroutines (#399)
Signed-off-by: Aleksey Gavrilov <alexey.gavrilov@flant.com>
Configuration menu - View commit details
-
Copy full SHA for a38bb65 - Browse repository at this point
Copy the full SHA a38bb65View commit details
Commits on Dec 31, 2024
-
* fixed go-mod cve Signed-off-by: Aleksey Gavrilov <alexey.gavrilov@flant.com> * item 12045 Signed-off-by: Aleksey Gavrilov <alexey.gavrilov@flant.com> * item 18843 Signed-off-by: Aleksey Gavrilov <alexey.gavrilov@flant.com> * Update Dockerfile --------- Signed-off-by: Aleksey Gavrilov <alexey.gavrilov@flant.com> Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Configuration menu - View commit details
-
Copy full SHA for f4cfe8e - Browse repository at this point
Copy the full SHA f4cfe8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e07e9 - Browse repository at this point
Copy the full SHA 48e07e9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.12.0...1.13.0