John71
bfd75a9d58
fix(Gitea): Field avatar_url not found in Gitea JSON response by using gothic provided user data and removing our API call ( #674 )
...
Co-authored-by: John71 <john71@noreply.git.john71.fr >
2026-04-26 19:45:26 +08:00
Thomas Miceli
7b1048ec30
Display a form to create an Opengist account coming from a OAuth provider ( #623 )
2026-02-08 16:32:24 +08:00
Thomas Miceli
b11306851b
Fuzzy search + tests ( #555 )
2025-12-26 22:36:28 +08:00
Thomas Miceli
3957dfb3ea
Add some tests ( #553 )
2025-10-31 15:37:45 +07:00
Thomas Miceli
f653179cbf
Upgrade JS and Go deps versions ( #517 )
2025-10-07 16:59:37 +02:00
Thomas Miceli
905276f24b
Init gist with regular urls via git CLI (http) ( #501 )
2025-08-28 02:44:09 +02:00
Alex Martens
bb1991f3ca
Add OIDC group claim name to OpenID request ( #490 )
...
This fixes Kanidm compatibility.
2025-08-01 17:55:34 +02:00
Thomas Miceli
897dc43790
Add LDAP authentication ( #470 )
...
* Introduce basic LDAP authentication.
* Reformat LDAP code; use ldap in Git HTTP
* lint
---------
Co-authored-by: Santhosh Raju <santhosh.raju@gmail.com >
2025-05-09 19:32:22 +02:00
Sergey Ryazanov
0e9b778b45
Fix Gitlab avatar ( #461 )
...
* Fix GitLab user avatar method
* Fix size of Gitlab avatar
2025-05-05 00:46:29 +02:00
Thomas Miceli
f935ee1a7e
Refactor server code ( #407 )
2025-01-20 01:57:39 +01:00
Thomas Miceli
2bf434f00e
Add TOTP MFA ( #342 )
2024-10-24 23:23:00 +02:00
Thomas Miceli
6959929094
Add passkeys support + MFA ( #341 )
2024-10-07 23:56:32 +02:00
Jade Lovelace
22052bd38f
Add a setting to allow anonymous access to individual gists while still RequireLogin everywhere else ( #229 )
...
* Add a setting to allow accessing individual gists without auth
This is a middle ground between the existing setting "Require Login",
which requires login to do anything at all, and having it off, which
shows a public list of gists and more generally allows discovering info
about the users/gists of the instance without login.
The idea of this setting is that it is "require login" for everything
except individual gists.
Fixes #228 .
Co-authored-by: Thomas Miceli <tho.miceli@gmail.com >
2024-05-12 23:40:11 +02:00