aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/admin
Commit message (Expand)AuthorAgeFilesLines
* Use a separate admin page to show global stats, remove `actions` stat (#25062)wxiaoguang2023-06-031-2/+30
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-5/+10
* Rewrite logger system (#24726)wxiaoguang2023-05-211-5/+2
* Improve queue & process & stacktrace (#24636)wxiaoguang2023-05-115-42/+220
* Rewrite queue (#24505)wxiaoguang2023-05-082-174/+63
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-2/+2
* Sort users and orgs on explore by recency by default (#24279)techknowlogick2023-05-062-1/+6
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-1/+1
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-2711-94/+2
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-4/+2
* Clean template/helper.go (#23922)wxiaoguang2023-04-071-0/+1
* Fix 500 error if there is a name conflict when edit authentication source (#2...yp053272023-03-311-2/+4
* Fix incorrect/Improve error handle in edit user page (#23805)yp053272023-03-301-3/+6
* Fix incorrect visibility dropdown list in add/edit user page (#23804)yp053272023-03-301-0/+2
* Handle OpenID discovery URL errors a little nicer when creating/editing sourc...zeripath2023-03-101-0/+23
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-3/+3
* Show empty repos in Admin Repository Management page (#23114)Zettat1232023-02-241-3/+4
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-241-1/+1
* 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