summaryrefslogtreecommitdiffstats
path: root/models/repo_list.go
Commit message (Expand)AuthorAgeFilesLines
* Adopt repositories (#12920)zeripath2020-09-251-0/+2
* Fix repo-list private and total count bugs (#11500)zeripath2020-05-201-10/+6
* Ensure public repositories in private organizations are visible and fix admin...zeripath2020-05-181-4/+25
* Allow all members of private orgs to see public repos (#11442)zeripath2020-05-171-10/+15
* Add paging and archive/private repository filtering to dashboard list (#11321)zeripath2020-05-161-8/+29
* Fix milestones too many SQL variables bug (#10880)Lunny Xiao2020-03-311-7/+25
* Slight simplification of accessibleRepositoryCondition (#10875)zeripath2020-03-291-5/+6
* Create a new function to build search repository condition (#10858)Lunny Xiao2020-03-291-6/+13
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-6/+25
* Ensure that feeds are appropriately restricted (#10018)zeripath2020-01-281-3/+4
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+1
* Restricted users (#6274)Manush Dodunekov2020-01-131-29/+36
* [BugFix] Hide public repos owned by private orgs (#9609)65432020-01-051-2/+7
* Template Repositories (#8768)John Olheiser2019-11-111-16/+33
* Add basic repository lfs management (#7199)zeripath2019-10-281-22/+26
* Include description in repository search. (#7942)David Svantesson2019-08-251-2/+14
* Change repo search to use exact match for topic search. (#7941)David Svantesson2019-08-221-1/+5
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Add golangci (#6418)kolaente2019-06-121-13/+13
* SearchRepositoryByName improvements and unification (#6897)zeripath2019-05-151-62/+70
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+35
* This commit will reduce join star, repo_topic, topic tables on repo search, s...Lunny Xiao2018-10-301-36/+16
* feat(topic): search keyword by splitting provided values by , (#4939)Bo-Yi Wu2018-10-171-5/+8
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-3/+30
* Added repository search ordered by stars or forks. Forks column in admin repo...Alexey Terentyev2018-05-241-0/+4
* Global code search support (#3664)Lunny Xiao2018-03-161-0/+25
* Add repo-sync-releases admin command (#3254)Sandro Santilli2017-12-311-0/+7
* Sort repos in issues dashboard sidebar (#3072)Ethan Koenig2017-12-041-0/+12
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-31/+42
* Fix repository search function (#2689)Morlinest2017-10-171-51/+38
* Remove redudant functions and code (#2652)Morlinest2017-10-101-80/+12
* Use custom type and constants to hold order by options (#2572)Morlinest2017-09-221-13/+32
* Fix missing collabrative repos (#2367)Lunny Xiao2017-08-241-24/+26
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-231-26/+30
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-0/+5
* Improve dashboard repo search (#1652)Andrey Nering2017-05-091-3/+0
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-9/+20
* Simplify RepositoryList.loadAttributes() (#1211)Ethan Koenig2017-03-111-12/+5
* move all repo list functions as a standalone file (#1061)Lunny Xiao2017-02-271-0/+271