summaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* Redirect to package after version deletion (#25594)KN4CK3R2023-06-291-1/+7
* Refactor indexer (#25174)Jason Song2023-06-231-2/+2
* Refactor web package and context package (#25298)wxiaoguang2023-06-182-6/+6
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-1/+1
* Clean up WebAuthn javascript code and remove JQuery code (#22697)zeripath2023-06-061-2/+4
* Add ability to set multiple redirect URIs in OAuth application UI (#25072)Denys Konovalov2023-06-051-2/+3
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-0/+2
* Add user level action runners (#24995)HesterG2023-05-311-1/+1
* Improve some Forms (#24878)JakobDev2023-05-261-0/+1
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-7/+8
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-16/+12
* Add Alpine package registry (#23714)KN4CK3R2023-05-121-0/+22