aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
* Clean up log messages (#30313) (#30318)Giteabot2024-04-071-1/+0
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-212-7/+3
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-211-0/+6
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-165-20/+20
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-161-1/+11
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-165-20/+20
* Unify search boxes (#29530)Denys Konovalov2024-03-141-3/+2
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-10/+10
* Fix user router possbile panic (#29751)Lunny Xiao2024-03-131-2/+5
* Patch in exact search for meilisearch (#29671)65432024-03-091-2/+2
* Fix 500 when deleting account with incorrect password or unsupported login ty...Lunny Xiao2024-03-081-2/+17
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-041-1/+1
* Add user blocking (#29028)KN4CK3R2024-03-042-1/+39
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-041-0/+16
* Add an trailing slash to dashboard links (#29555)wxiaoguang2024-03-041-0/+17
* Filter Repositories by type (#29231)Tim-Niclas Oelschläger2024-03-032-0/+50
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-021-1/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-024-25/+24
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-021-0/+10
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-294-10/+12
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-281-1/+2
* Allow to change primary email before account activation (#29412)wxiaoguang2024-02-271-2/+2
* Move context from modules to services (#29440)Lunny Xiao2024-02-2725-29/+28
* Allow options to disable user deletion from the interface on app.ini (#29275)Lunny Xiao2024-02-231-0/+6
* Unify organizations header (#29248)Tim-Nicas Oelschläger2024-02-231-0/+1
* Fix missing template for follow button in organization (#29215)Yarden Shoham2024-02-171-1/+1
* Fix broken following organization (#29005)yp053272024-02-171-2/+12
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-143-5/+5
* bump to use go 1.22 (#29119)techknowlogick2024-02-141-4/+4
* Unify user update methods (#28733)KN4CK3R2024-02-042-101/+87
* Introduce htmx and use it to avoid full page load on `Subscribe` and `Follow`...Yarden Shoham2024-01-301-2/+9
* Fix inconsistent naming of OAuth 2.0 `ENABLE` setting (#28951)wackbyte2024-01-281-2/+2
* Revert adding htmx until we finaly decide to add it (#28879)65432024-01-211-9/+2
* Don't do a full page load when clicking the follow button (#28872)Yarden Shoham2024-01-201-2/+9
* Fix some RPM registry flaws (#28782)KN4CK3R2024-01-191-6/+24
* Rework markup link rendering (#26745)KN4CK3R2024-01-152-14/+18
* Forbid removing the last admin user (#28337)yp053272024-01-151-0/+10
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-152-3/+17
* Refactor some legacy code and remove unused code (#28622)wxiaoguang2023-12-281-1/+2
* fix wrong link in user and organization profile when using relative url (#28617)katsu2023-12-271-6/+14
* Always enable caches (#28527)Lunny Xiao2023-12-191-10/+8
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-111-2/+15
* Include public repos in doer's dashboard for issue search (#28304)Jason Song2023-12-072-142/+21
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-247-19/+53
* Dont leak private users via extensions (#28023)65432023-11-131-0/+5
* Improve profile for Organizations (#27982)yp053272023-11-131-1/+1
* Revert #27870 (#27917)KN4CK3R2023-11-061-1/+1
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-2/+24
* Filter inactive auth sources (#27870)KN4CK3R2023-11-021-1/+1
* Replace -1 with GhostUserID (#27703)Nanguan Lin2023-10-201-1/+1