summaryrefslogtreecommitdiffstats
path: root/routers/user/home.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* add .gpg url (match github behaviour) (#6610)Antoine GIRARD2019-04-141-0/+41
* Show last commit status in pull request lists (#6465)Elias Norberg2019-04-021-0/+6
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+6
* Feature - #3031 - search for org repos (#5986)Richard Mahn2019-02-081-9/+60
* if repo does not exist, show a 404 not a 500 (#5900)Lanre Adelowo2019-01-301-1/+4
* Add the ability to use multiple labels as filters(#5786)Lauris BH2019-01-221-1/+11
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-0/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-1/+6
* Fix to 3819 - Filtering issues by tags on main screen issues (#3824)Rodrigo Villablanca Vásquez2018-10-281-0/+2
* User action heatmap (#5131)kolaente2018-10-231-0/+2
* Remove check for negative length (#5120)Oleg Kovalov2018-10-201-1/+1
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-1/+5
* refactor: reduce sql query in retrieveFeeds (#3547)Bo-Yi Wu2018-02-211-31/+8
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-28/+28
* Remove useless fmt.Errorf("%v", err) (#3337)Antoine GIRARD2018-01-091-1/+1
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-261-6/+27
* Remove unnecessary function call (#3109)Ethan Koenig2017-12-081-8/+3
* Sort repos in issues dashboard sidebar (#3072)Ethan Koenig2017-12-041-0/+2
* fix duplicated feed (#2370)Lunny Xiao2017-08-281-1/+0
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-231-40/+10
* Fix variable name typo (#2327)Morlinest2017-08-181-2/+2
* Fix and improve dashboard repo UI (#2285)Morlinest2017-08-171-0/+1
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-57/+41
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-251-2/+3
* Fix 500 in public activity page (#1901)Ethan Koenig2017-06-081-1/+5
* Cache ctx.User in retrieveFeeds (#1902)Ethan Koenig2017-06-081-0/+3
* Fix user profile activity feed (#1848)Ethan Koenig2017-06-021-12/+11