aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/home.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-16/+12
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-271-0/+50
* Localize activity heatmap (except tooltip) (#24131)Yarden Shoham2023-04-171-0/+1
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-0/+4
* Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel2023-02-241-3/+22
* Sort issues and pulls by recently updated in user and organization home (#22925)Brecht Van Lommel2023-02-171-0/+5
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-3/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-4/+4
* Improve single repo action for issue and pull requests (#20730)CodeDoctor2022-08-221-0/+2
* Remove calls to load Mirrors in user.Dashboard (#20855)zeripath2022-08-181-33/+0
* Use the total issue count for UI (#20785)parnic2022-08-171-2/+7
* Add an option to create new issues from "/issues" page (#20650)CodeDoctor2022-08-091-0/+6
* Add repository condition for issue count (#20454)Tyrone Yeh2022-07-241-0/+1
* Respect setting.UI.FeedPagingNum (#20094)Jimmy Praet2022-06-231-0/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-26/+26