summaryrefslogtreecommitdiffstats
path: root/routers/web/user/home.go
Commit message (Expand)AuthorAgeFilesLines
* Replace `interface{}` with `any` (#25686) (#25687)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
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-5/+5
* Fixing wrong paging when filtering on the issue dashboard (#19801)Mai-Lapyst2022-06-041-0/+6
* Exclude Archived repos from Dashboard Milestones (#19882)zeripath2022-06-041-2/+3
* Disable unnecessary mirroring elements (#18527)Paweł Bogusławski2022-06-041-0/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Fix issue overview for teams (#19652)Gusted2022-05-161-16/+4
* Add commit status popup to issuelist (#19375)parnic2022-04-261-2/+3
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-8/+2
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-5/+6
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-6/+7
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-4/+4
* Fix showing issues in your repositories (#18916)Gusted2022-03-231-4/+47
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-3/+3
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-11/+11
* RSS/Atom support for Repos (#19055)65432022-03-131-4/+3
* Add note to GPG key response if user has no keys (#18961)KN4CK3R2022-03-021-0/+3
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-3/+3
* format with gofumpt (#18184)65432022-01-201-10/+8
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Removed unused endpoint. (#18127)KN4CK3R2021-12-291-14/+0
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-156/+45
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-2/+2
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-4/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+9
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-8/+9
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-2/+4
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-6/+6
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+1
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-10/+11
* Fix dashboard repolist alignment and repolisting (#17355)zeripath2021-10-191-0/+6