aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add Gitea Profile Readmes (#23260)Nicholas Pease2023-05-091-0/+33
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-1/+1
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-12/+15
* Add Debian package registry (#24426)KN4CK3R2023-05-021-6/+28
* Add follow organization and fix the logic of following page (#24345)yp053272023-04-291-20/+21
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-281-28/+6
* Add Debian package registry (#22854)KN4CK3R2023-04-281-6/+28
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-1/+1
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-36/+2
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-271-0/+50