summaryrefslogtreecommitdiffstats
path: root/routers/web/admin
Commit message (Expand)AuthorAgeFilesLines
* Handle OpenID discovery URL errors a little nicer when creating/editing sourc...Giteabot2023-03-101-0/+23
* Avoid warning for system setting when start up (#23054) (#23116)Yarden Shoham2023-02-241-1/+1
* Show empty repos in Admin Repository Management page (#23114) (#23130)Yarden Shoham2023-02-241-3/+4
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-6/+6
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-0/+2
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-011-0/+1
* Implement actions (#21937)Jason Song2023-01-311-0/+78
* Support system hook API (#14537)Lunny Xiao2023-01-281-1/+1
* Display unreferenced packages total size in package admin panel (#22498)Lunny Xiao2023-01-181-3/+10
* Set disable_gravatar/enable_federated_avatar when offline mode is true (#22479)Jason Song2023-01-171-0/+27
* 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