aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/home.go
Commit message (Expand)AuthorAgeFilesLines
* Improve issue & code search (#33860)wxiaoguang2025-03-131-4/+8
* Refactor error system (#33610)wxiaoguang2025-02-161-3/+3
* Fix project issues list and counting (#33594)Lunny Xiao2025-02-171-2/+2
* Refactor user & avatar (#33433)wxiaoguang2025-01-301-1/+1
* Use ProtonMail/go-crypto to replace keybase/go-crypto (#33402)wxiaoguang2025-01-271-2/+2
* Fix issue count (#33338)wxiaoguang2025-01-211-10/+20
* Refactor pagination (#33037)wxiaoguang2024-12-301-5/+2
* Clarify path param naming (#32969)wxiaoguang2024-12-241-1/+1
* Refactor template & test related code (#32938)wxiaoguang2024-12-221-4/+5
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-111-38/+24
* Refactor issue list (#32755)wxiaoguang2024-12-081-32/+38
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-291-1/+2
* Refactor markup render system (#32612)wxiaoguang2024-11-241-6/+3
* Refactor markup render system (#32589)wxiaoguang2024-11-221-8/+5
* bump to go 1.23 (#31855)techknowlogick2024-09-101-1/+1
* Hide the "Details" link of commit status when the user cannot access actions ...Zettat1232024-07-281-0/+6
* Refactor names (#31405)wxiaoguang2024-06-191-3/+3
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-0/+1
* Expose fuzzy search for issues/pulls (#29701)65432024-04-181-2/+10
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-211-5/+2
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-161-12/+10
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-161-12/+12
* 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
* remove util.OptionalBool and related functions (#29513)65432024-03-021-8/+7
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-4/+5
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-5/+4
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* bump to use go 1.22 (#29119)techknowlogick2024-02-141-4/+4
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-3/+5
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-1/+4
* 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-071-138/+21
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-1/+3
* Dont leak private users via extensions (#28023)65432023-11-131-0/+5
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-7/+7
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-6/+6
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-2/+3
* 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
* 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
* Add highlight to selected repos in milestone dashboard (#26300)yp053272023-08-041-3/+14
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-49/+80
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-1/+1
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-061-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1