fe93cc6f58
fix(Gitea): Request to fetch user details/avatar URL from Gitea API with proper authorization
...
This allows for users that have chosen to hide their profile to Guests to fetch their information from the Gitea API
2026-03-18 15:03:42 +01: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