aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/admin
Commit message (Expand)AuthorAgeFilesLines
* Refactor some frontend problems (#32646)wxiaoguang2024-11-261-1/+1
* Move admin routers from /admin to /-/admin (#32189)Lunny Xiao2024-10-1013-39/+39
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-091-1/+1
* Remove urls from translations (#31950)Denys Konovalov2024-09-022-4/+4
* Support delete user email in admin panel (#31690)yp053272024-07-251-0/+30
* Refactor names (#31405)wxiaoguang2024-06-194-16/+16
* Add cache test for admins (#31265)65432024-06-172-0/+26
* Enable `unparam` linter (#31277)silverwind2024-06-111-1/+1
* Add missed return after `ctx.ServerError` (#31130)Lunny Xiao2024-05-281-0/+1
* Improve reverse proxy documents and clarify the AppURL guessing behavior (#31...wxiaoguang2024-05-191-1/+1
* Check if reverse proxy is correctly configured (#30890)wxiaoguang2024-05-102-0/+36
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-061-1/+1
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-1/+1
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-272-2/+2
* Clean up log messages (#30313)wxiaoguang2024-04-071-1/+0
* Refactor startup deprecation messages (#30305)wxiaoguang2024-04-072-10/+10
* Do not allow different storage configurations to point to the same directory ...wxiaoguang2024-03-311-0/+8
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-6/+2
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-161-2/+3
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-161-2/+2
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-111-0/+8
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-051-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-051-1/+1
* 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