You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/auth
wxiaoguang 2c1ff8701a
Refactor context flash msg and global variables (#33375)
1. add `GetSiteCookieFlashMessage` to help to parse flash message
2. clarify `handleRepoHomeFeed` logic
3. remove unnecessary global variables, use `sync.OnceValue` instead
4. add some tests for `IsUsableUsername` and `IsUsableRepoName`
2 months ago
..
source Fix various trivial problems (#32861) 3 months ago
auth.go Refactor context flash msg and global variables (#33375) 2 months ago
auth_test.go Refactor context flash msg and global variables (#33375) 2 months ago
auth_token.go Enhanced auth token / remember me (#27606) 1 year ago
auth_token_test.go Refactor timeutil package (#28623) 1 year ago
basic.go Refactor context flash msg and global variables (#33375) 2 months ago
group.go Remove `Named` interface (#26913) 2 years ago
httpsign.go Remove SHA1 for support for ssh rsa signing (#31857) 6 months ago
interface.go Refactor request context (#32956) 3 months ago
main_test.go Enhanced auth token / remember me (#27606) 1 year ago
oauth2.go Refactor context flash msg and global variables (#33375) 2 months ago
oauth2_test.go Refactor request context (#32956) 3 months ago
reverseproxy.go Refactor context flash msg and global variables (#33375) 2 months ago
session.go Fix the bug that user may logout if he switch pages too fast (#29962) 12 months ago
signin.go remove util.OptionalBool and related functions (#29513) 1 year ago
source.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
sspi.go Refactor context flash msg and global variables (#33375) 2 months ago
sspiauth_posix.go Make SSPI auth mockable (#27036) 2 years ago
sspiauth_windows.go Make SSPI auth mockable (#27036) 2 years ago
sync.go Use db.Find instead of writing methods for every object (#28084) 1 year ago