aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-153-4/+5
* Fix 404 when there is an internal version of package (#27615)Nanguan Lin2023-10-151-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-147-17/+17
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-115-15/+15
* Refactor system setting (#27000)wxiaoguang2023-10-051-7/+2
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-2/+2
* Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803)Panagiotis "Ivory" Vasilopoulos2023-09-291-1/+0
* make writing main test easier (#27270)Lunny Xiao2023-09-282-8/+2
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-254-8/+8
* Fix: treat tab "overview" as "repositories" in user profiles without readme (...hazy2023-09-201-1/+2
* fix pagination for followers and following (#27127)Earl Warren2023-09-191-2/+2
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-166-16/+16
* Fix NPE when editing OAuth2 applications (#27078)JakobDev2023-09-161-3/+3
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-156-20/+20
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-144-11/+11
* Show the repo count in code tab on both user profile and org page. (#27048)puni98692023-09-131-0/+5
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-111-2/+6
* Improve hint when uploading a too large avatar (#26935)Lunny Xiao2023-09-071-1/+1
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-2/+3
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-2/+1
* Show always repo count in header (#26842)JakobDev2023-09-062-0/+16
* Fix the display of org level badges (#26504)yp053272023-09-061-1/+0
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-012-15/+15
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-301-5/+2
* Fix context filter has no effect in dashboard (#26695)yp053272023-08-291-2/+2