aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/admin
Commit message (Expand)AuthorAgeFilesLines
* Add option to set language in admin user view (#28449)65432024-03-021-0/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-023-6/+6
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-292-4/+4
* Move context from modules to services (#29440)Lunny Xiao2024-02-2716-16/+16
* Customizable "Open with" applications for repository clone (#29320)wxiaoguang2024-02-241-8/+59
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-241-84/+0
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-1/+1
* Support SAML authentication (#25165)techknowlogick2024-02-231-0/+84
* Auto-update the system status in admin dashboard (#29163)Yarden Shoham2024-02-161-10/+16
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-3/+3
* Unify user update methods (#28733)KN4CK3R2024-02-041-94/+90
* Allow to sync tags from admin dashboard (#28045)JakobDev2024-01-241-0/+8
* Fix some RPM registry flaws (#28782)KN4CK3R2024-01-191-1/+1
* Forbid removing the last admin user (#28337)yp053272024-01-151-1/+10
* Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)wxiaoguang2024-01-101-0/+29
* Refactor deletion (#28610)delvh2023-12-251-1/+2
* Include heap pprof in diagnosis report to help debugging memory leaks (#28596)wxiaoguang2023-12-231-0/+7
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-243-8/+11
* Allow to set explore page default sort (#27951)65432023-11-092-2/+5
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-032-10/+14
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-2/+2
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-13/+13
* 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