aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/admin
Commit message (Expand)AuthorAgeFilesLines
* Refactor system setting (#27000)wxiaoguang2023-10-052-68/+21
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-032-2/+2
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-4/+4
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-3/+3
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-3/+3
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-143-5/+5
* Display all user types and org types on admin management UI (#27050)Lunny Xiao2023-09-142-2/+4
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-111-2/+5
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-2/+1
* fetch emails of currently displayed user on admin page (#26918)techknowlogick2023-09-051-1/+1
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-011-6/+6
* User details page (#26713)Denys Konovalov2023-08-311-0/+58
* Make "link-action" backend code respond correct JSON content (#26680)wxiaoguang2023-08-231-1/+1
* Fix admin queue page title (#26409)wxiaoguang2023-08-101-1/+1
* Pre-register OAuth2 applications for git credential helpers (#26291)Denys Konovalov2023-08-091-1/+1
* Remove unnecessary template helper DisableGravatar (#26386)wxiaoguang2023-08-081-0/+3
* Allow package cleanup from admin page (#25307)KN4CK3R2023-08-081-0/+12
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-266-21/+7
* Display deprecated warning in admin panel pages as well as in the log file (#...Lunny Xiao2023-07-262-0/+13
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-231-1/+1
* Update path related documents (#25417)wxiaoguang2023-07-191-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-047-11/+11
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-6/+19
* Refactor path & config system (#25330)wxiaoguang2023-06-211-15/+0
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-5/+5
* 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