aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/admin
Commit message (Expand)AuthorAgeFilesLines
* Use dynamic package type list (#22263)KN4CK3R2022-12-291-0/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-032-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2714-28/+14
* Revert unrelated changes for SMTP auth (#21767)wxiaoguang2022-11-101-1/+1
* Fix dashboard ignored system setting cache (#21621)Lunny Xiao2022-11-101-2/+5
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-173-174/+222
* Support instance-wide OAuth2 applications (#21335)qwerty2872022-10-121-0/+93
* Redirect if user does not exist (#20981)KN4CK3R2022-08-291-1/+5
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-252-5/+5
* auth/reverseproxy: Add support for full name (#20776)Will Norris2022-08-161-0/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-5/+5
* Rework mailer settings (#18982)Clar Fon2022-08-021-1/+1
* Hide internal package versions (#20492)KN4CK3R2022-07-271-3/+5
* Add option to purge users (#18064)zeripath2022-07-141-16/+6
* Make better use of i18n (#20096)Gusted2022-06-261-1/+2
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-3/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-204-9/+9
* Fix oauth setting list bug (#19682)Lunny Xiao2022-05-111-1/+1
* Update go tool dependencies (#19676)silverwind2022-05-101-1/+2
* Admin should not delete himself (#19423)Lunny Xiao2022-05-081-0/+9
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-2/+6
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Package registry changes (#19305)KN4CK3R2022-04-061-3/+3
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-5/+27
* Add Package Registry (#16510)KN4CK3R2022-03-302-0/+100
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-281-1/+2
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-232-7/+7
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-228-20/+20
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+5
* Prevent 500 when there is an error during new auth source post (#19041)zeripath2022-03-101-5/+2
* Fix wrong scopes caused by empty scope input (#19029)wxiaoguang2022-03-081-1/+13
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-021-1/+8
* Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that c...65432022-03-021-10/+25
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-111-0/+2
* Fix OAuth Source Edit Page (#18495)zeripath2022-01-311-0/+3
* Pause queues (#15928)zeripath2022-01-221-0/+24
* format with gofumpt (#18184)65432022-01-204-7/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Refactor auth package (#17962)Lunny Xiao2022-01-022-66/+66
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-141-1/+5
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-3/+3
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-12/+11
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-251-1/+9
* Move user related model into models/user (#17781)Lunny Xiao2021-11-244-36/+37
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-6/+6
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-5/+5