gitea/models/auth
wxiaoguang 4f9f0fc4b8
Fix various trivial problems (#36953)
1. remove `TEST_CONFLICTING_PATCHES_WITH_GIT_APPLY`
* it defaults to false and is unlikely to be useful for most users (see
#22130)
* with new git versions (>= 2.40), "merge-tree" is used,
"checkConflictsByTmpRepo" isn't called, the option does nothing.
2. fix fragile `db.Cell2Int64` (new: `CellToInt`)
3. allow more routes in maintenance mode (e.g.: captcha)
4. fix MockLocale html escaping to make it have the same behavior as
production locale
2026-03-23 18:23:42 +00:00
..
access_token.go
access_token_scope.go Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +00:00
access_token_scope_test.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
access_token_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
auth_token.go enforce explanation for necessary nolints and fix bugs (#34883) 2025-06-27 21:48:03 +08:00
main_test.go
oauth2.go Fix OAuth2 authorization code expiry and reuse handling (#36797) 2026-03-06 05:00:44 +00:00
oauth2_list.go
oauth2_test.go Fix OAuth2 authorization code expiry and reuse handling (#36797) 2026-03-06 05:00:44 +00:00
session.go Refactor db package (#35380) 2025-08-30 01:04:06 +08:00
source.go Fix various trivial problems (#36953) 2026-03-23 18:23:42 +00:00
source_test.go Fix various trivial problems (#36953) 2026-03-23 18:23:42 +00:00
twofactor.go Don't block site admin's operation if SECRET_KEY is lost (#35721) 2025-10-22 12:35:56 +08:00
webauthn.go Fix: passkey login not working anymore (#32623) 2024-11-26 16:04:17 +00:00
webauthn_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00