summaryrefslogtreecommitdiffstats
path: root/routers/web/user/home.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add RSS/Atom feed support for user actions (#16002)65432021-10-161-37/+3
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-151-1/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+3
* Correctly return the number of Repositories for Organizations (#16807)zeripath2021-09-011-1/+1
* In Render tolerate not being passed a context (#16842)zeripath2021-08-281-0/+1
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-15/+15
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-17/+17
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Improve performance of dashboard list orgs (#16099)Lunny Xiao2021-06-141-3/+4
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+913