aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/home.go
Commit message (Expand)AuthorAgeFilesLines
* Fix issue overview for teams (#19652) (#19653)Gusted2022-05-161-16/+3
* User specific repoID or xorm builder conditions for issue search (#19475) (#1...65432022-04-251-8/+2
* Fix showing issues in your repositories (#18916) (#19191)65432022-03-241-14/+55
* 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