summaryrefslogtreecommitdiffstats
path: root/routers/web/admin/admin.go
Commit message (Expand)AuthorAgeFilesLines
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Display deprecated warning in admin panel pages as well as in the log file (#...Lunny Xiao2023-07-261-0/+11
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-6/+19
* Use a separate admin page to show global stats, remove `actions` stat (#25062)wxiaoguang2023-06-031-2/+30
* Improve queue & process & stacktrace (#24636)wxiaoguang2023-05-111-40/+7
* Rewrite queue (#24505)wxiaoguang2023-05-081-174/+4
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-5/+0
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-4/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-169/+0
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+3
* auth/reverseproxy: Add support for full name (#20776)Will Norris2022-08-161-0/+1
* Make better use of i18n (#20096)Gusted2022-06-261-1/+2
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-3/+2
* Update go tool dependencies (#19676)silverwind2022-05-101-1/+2
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-5/+27
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-5/+5
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-1/+1
* Pause queues (#15928)zeripath2022-01-221-0/+24
* format with gofumpt (#18184)65432022-01-201-1/+1
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-3/+3
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-1/+1
* Refactor update checker to use AppState (#17387)wxiaoguang2021-10-211-2/+3
* Add simple update checker to Gitea (#17212)techknowlogick2021-10-161-0/+2
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-6/+6
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-7/+7
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+485