gitea/services/auth
wxiaoguang 51d86adb6d
Fix some migration and repo name problems (#33986)
1. Ignore empty inputs in `UnmarshalHandleDoubleEncode`
2. Ignore non-existing `stateEvent.User` in gitlab migration
3. Enable `release` and `wiki` units when they are selected in migration
4. Sanitize repo name for migration and new repo
2025-03-24 20:26:58 -07:00
..
source Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
auth.go Fix context usage (#33554) 2025-02-11 16:46:03 +08:00
auth_test.go Add basic auth support to rss/atom feeds (#33371) 2025-01-27 02:07:39 +00:00
auth_token.go
auth_token_test.go
basic.go Add basic auth support to rss/atom feeds (#33371) 2025-01-27 02:07:39 +00:00
group.go
httpsign.go Remove SHA1 for support for ssh rsa signing (#31857) 2024-09-07 18:05:18 -04:00
interface.go Refactor request context (#32956) 2024-12-24 11:43:57 +08:00
main_test.go
oauth2.go Refactor context flash msg and global variables (#33375) 2025-01-25 14:36:47 +00:00
oauth2_test.go Fix some migration and repo name problems (#33986) 2025-03-24 20:26:58 -07:00
reverseproxy.go Refactor context flash msg and global variables (#33375) 2025-01-25 14:36:47 +00:00
session.go
signin.go
source.go
sspi.go Fix context usage (#33554) 2025-02-11 16:46:03 +08:00
sspiauth_posix.go
sspiauth_windows.go
sync.go