summaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
* Performance improvements for pull request list page (#29900) (#29972)Lunny Xiao2024-03-221-0/+6
* Fix user router possbile panic (#29751) (#29786)Lunny Xiao2024-03-141-2/+5
* Fix 500 when deleting account with incorrect password or unsupported login ty...Lunny Xiao2024-03-081-2/+17
* Add a trailing slash to dashboard links (#29555) (#29573)wxiaoguang2024-03-041-0/+17
* Fix incorrect relative/absolute URL usages (#29531) (#29547)Giteabot2024-03-021-1/+1
* Fix bug when the linked account was disactived and list the linked accounts (...Lunny Xiao2024-02-191-1/+1
* Rework markup link rendering (#26745) (#28803)KN4CK3R2024-01-162-7/+19
* Forbid removing the last admin user (#28337) (#28793)Giteabot2024-01-161-0/+10
* Fix comment permissions (#28213) (#28216)Lunny Xiao2023-11-251-1/+1
* Dont leak private users via extensions (#28023) (#28029)Giteabot2023-11-141-0/+5
* Delete repos of org when purge delete user (#27273) (#27728)65432023-11-013-4/+5
* Fix 404 when deleting Docker package with an internal version (#27615) (#27630)Giteabot2023-10-151-1/+1
* Refactor system setting (#27000) (#27452)Giteabot2023-10-051-7/+2
* Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803) ...Giteabot2023-09-301-1/+0
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-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
* Make "link-action" backend code respond correct JSON content (#26680)wxiaoguang2023-08-231-1/+1
* Fix counting and filtering on the dashboard page for issues (#26657)Jason Song2023-08-231-88/+107
* Return empty when searching issues with no repos (#26545)Jason Song2023-08-171-5/+15
* Fix "issueReposQueryPattern does not match query" (#26556)Jason Song2023-08-171-1/+1
* Count only visible repos on profile (#25928)JakobDev2023-08-112-0/+24
* Remove unnecessary template helper DisableGravatar (#26386)wxiaoguang2023-08-081-0/+4
* Use more `IssueList` instead of `[]*Issue` (#26369)Lunny Xiao2023-08-071-2/+1
* Add highlight to selected repos in milestone dashboard (#26300)yp053272023-08-041-3/+14
* Add 'Show on a map' button to Location in profile, fix layout (#26214)Panagiotis "Ivory" Vasilopoulos2023-07-311-0/+1
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-312-50/+81
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-281-1/+1
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-268-23/+9
* Improve profile readme rendering (#25988)Earl Warren2023-07-191-1/+5
* Fix notification list bugs (#25781)wxiaoguang2023-07-091-1/+1
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-1/+1
* Following up fixes for "Fix inconsistent user profile layout across tabs" (#2...wxiaoguang2023-07-071-3/+3
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-064-112/+44
* Replace `interface{}` with `any` (#25686)silverwind2023-07-0411-16/+16
* Add direct serving of package content (#25543)KN4CK3R2023-07-031-9/+3