- 01 May, 2024 4 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
We used to return nil, nil if the token didn't exist. We now return os.ErrNotExist.
-
- 26 Apr, 2024 1 commit
-
-
Sebastien Binet authored
Signed-off-by:
Sebastien Binet <binet@cern.ch>
-
- 17 Apr, 2024 2 commits
-
-
Juliusz Chroboczek authored
We used to test AutoSubgroups before upgrading the description, which would break handling of the (obsolete) AllowSubgroups field. Thanks to David Saulpic.
-
Juliusz Chroboczek authored
-
- 14 Apr, 2024 7 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This avoids a crash in the VP8 parser.
-
Juliusz Chroboczek authored
The former don't properly unwrap errors.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
We now create the server and the listener in the calling thread, and only create a new goroutine before calling server.Serve.
-
- 13 Apr, 2024 5 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
The previous way depended on implementation details of GetConfiguration.
-
Juliusz Chroboczek authored
-
- 11 Apr, 2024 11 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 10 Apr, 2024 3 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Allow reading and modifying description files, in a manner that aligns with the needs of the API.
-
- 09 Apr, 2024 6 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
The "stats.json" file is moved under "galene-api", where the rest of the API will live.
-
Juliusz Chroboczek authored
The "users" entry is now a dictionary mapping user names to passwords and permissions. In order to allow for wildcards, there is a new type of password, the wildcard password, and an extra array called "fallback-users". The field "allow-anonymous" no longer exists, this is now the default behaviour. The field "allow-subgroups" has been renamed to "auto-subgroups". We provide backwards compatibility for group definition files, but not for the config.json file, where the old "admin" array is simply ignored.
-
- 09 Mar, 2024 1 commit
-
-
Juliusz Chroboczek authored
-