summaryrefslogtreecommitdiffstats
path: root/models/repo_list.go
Commit message (Expand)AuthorAgeFilesLines
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-1/+2
* Allow to filter repositories by language in explore, user and organization re...Lauris BH2022-01-281-0/+9
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-251-2/+2
* Prevent ambiguous column error in organizations page (#18314)zeripath2022-01-181-5/+5
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-34/+192
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-45/+34
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-35/+11
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-8/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-4/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-6/+7
* not show private user's repo in explore view (#16550)a10121127962021-07-271-5/+3
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-2/+2
* Disable Stars config option (#14653)Kyle D2021-04-151-0/+6
* Improve /api/v1/repos/issues/search by just getting repo ids (#15179)zeripath2021-03-291-18/+68
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-8/+7
* Team dashboards (#14159)Jimmy Praet2020-12-271-0/+5
* 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