aboutsummaryrefslogtreecommitdiffstats
path: root/routers/user/home.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-913/+0
* Refactor renders (#15175)Lunny Xiao2021-04-191-1/+10
* Performance improvement for list pull requests (#15447)Lunny Xiao2021-04-151-5/+5
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-3/+0
* Add dashboard milestone search and repo milestone search by name (#14866)Roger Luo2021-04-081-5/+8
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-3/+4
* Show correct issues for team dashboard (#14952)Norwin2021-03-121-3/+3
* Show private heatmap on profile to self & admins (#14881)Norwin2021-03-041-3/+1
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Heatmap days clickable (#13935)gordon--2021-02-201-0/+1
* Add review requested filter on pull request overview (#13701)Jimmy Praet2021-01-171-1/+5
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-121-148/+266
* Check permission for the appropriate unit type (#14261)Jimmy Praet2021-01-061-2/+2
* Issue and pull request filters on organization dashboard #14052 (#14072)Jimmy Praet2021-01-031-22/+31
* Fix dashboard issues labels filter bug (#14210)Lunny Xiao2021-01-011-0/+4
* Team dashboards (#14159)Jimmy Praet2020-12-271-31/+37
* rework heatmap permissions (#14080)Norwin2020-12-221-1/+1
* Show dropdown with all statuses for commit (#13977)Cirno the Strongest2020-12-201-1/+2
* Remove fetch request from heatmap (#13623)silverwind2020-11-181-2/+8
* Kanban board (#8346)Lanre Adelowo2020-08-161-1/+1
* Add hide activity option (#11353)l-jonas2020-06-051-1/+3
* Fix ref links in issue overviews for tags (#8742)Sijmen Schoon2020-05-141-0/+4
* Refactor Milestone related (#11225)65432020-05-121-3/+3
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-101-1/+2
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-0/+2
* Fix milestones too many SQL variables bug (#10880)Lunny Xiao2020-03-311-82/+61
* Add Approval Counts to pulls list (#10238)zeripath2020-03-061-0/+22
* issue search on my related repositories (#9758)Brad Albright2020-02-291-26/+90
* working part of #9998 (#10114)65432020-02-031-2/+6
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+3
* Add setting to set default and global disabled repository units. (#8788)David Svantesson2020-01-171-0/+18
* Restricted users (#6274)Manush Dodunekov2020-01-131-0/+1
* Fix access issues on milestone and issue overview pages. (#9603)David Svantesson2020-01-041-45/+35
* Fix error logged when repos qs is empty (#9591)guillep2k2020-01-031-12/+14
* Fix cache problem on dashboard (#9358)Lunny Xiao2019-12-151-0/+2
* Add /milestones endpoint (#8733)Brad Albright2019-12-151-3/+190
* site admin could view org's members (#9346)Lunny Xiao2019-12-141-115/+0
* Only show part of members on orgnization dashboard and add paging for orgniza...Lunny Xiao2019-12-061-3/+26
* Fix Dashboard Issues/PR list (#9235)65432019-12-031-17/+25
* Fix active issue (#9238)John Olheiser2019-12-031-3/+3
* [UI] IssuePage multi repo select (#8741)65432019-12-011-52/+63
* Revert "Fix issues/pr list broken when there are many repositories (#8409)" (...Lunny Xiao2019-10-081-48/+92
* Fix issues/pr list broken when there are many repositories (#8409)Lunny Xiao2019-10-081-92/+48
* Add 'Mentioning you' group to /issues page (#8201)jaqra2019-09-181-0/+2
* Include description in repository search. (#7942)David Svantesson2019-08-251-11/+12
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* SearchRepositoryByName improvements and unification (#6897)zeripath2019-05-151-44/+14
* Fix: Sort repos on org home page with non-admin login (#6741)Lunny Xiao2019-04-241-0/+1
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-0/+9
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-3/+14