| Commit message (Expand) | Author | Age | Files | Lines |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -45/+34 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -1/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -35/+11 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 1 | -8/+4 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -1/+1 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -4/+4 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -6/+7 |
* | not show private user's repo in explore view (#16550) | a1012112796 | 2021-07-27 | 1 | -5/+3 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -2/+2 |
* | Disable Stars config option (#14653) | Kyle D | 2021-04-15 | 1 | -0/+6 |
* | Improve /api/v1/repos/issues/search by just getting repo ids (#15179) | zeripath | 2021-03-29 | 1 | -18/+68 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -8/+7 |
* | Team dashboards (#14159) | Jimmy Praet | 2020-12-27 | 1 | -0/+5 |
* | Adopt repositories (#12920) | zeripath | 2020-09-25 | 1 | -0/+2 |
* | Fix repo-list private and total count bugs (#11500) | zeripath | 2020-05-20 | 1 | -10/+6 |
* | Ensure public repositories in private organizations are visible and fix admin... | zeripath | 2020-05-18 | 1 | -4/+25 |
* | Allow all members of private orgs to see public repos (#11442) | zeripath | 2020-05-17 | 1 | -10/+15 |
* | Add paging and archive/private repository filtering to dashboard list (#11321) | zeripath | 2020-05-16 | 1 | -8/+29 |
* | Fix milestones too many SQL variables bug (#10880) | Lunny Xiao | 2020-03-31 | 1 | -7/+25 |
* | Slight simplification of accessibleRepositoryCondition (#10875) | zeripath | 2020-03-29 | 1 | -5/+6 |
* | Create a new function to build search repository condition (#10858) | Lunny Xiao | 2020-03-29 | 1 | -6/+13 |
* | Language statistics bar for repositories (#8037) | Lauris BH | 2020-02-11 | 1 | -6/+25 |
* | Ensure that feeds are appropriately restricted (#10018) | zeripath | 2020-01-28 | 1 | -3/+4 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -2/+1 |
* | Restricted users (#6274) | Manush Dodunekov | 2020-01-13 | 1 | -29/+36 |
* | [BugFix] Hide public repos owned by private orgs (#9609) | 6543 | 2020-01-05 | 1 | -2/+7 |
* | Template Repositories (#8768) | John Olheiser | 2019-11-11 | 1 | -16/+33 |
* | Add basic repository lfs management (#7199) | zeripath | 2019-10-28 | 1 | -22/+26 |
* | Include description in repository search. (#7942) | David Svantesson | 2019-08-25 | 1 | -2/+14 |
* | Change repo search to use exact match for topic search. (#7941) | David Svantesson | 2019-08-22 | 1 | -1/+5 |
* | Fix error log when loading issues caused by a xorm bug (#7271) | Lunny Xiao | 2019-06-23 | 1 | -1/+1 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -13/+13 |
* | SearchRepositoryByName improvements and unification (#6897) | zeripath | 2019-05-15 | 1 | -62/+70 |
* | Allow to set organization visibility (public, internal, private) (#1763) | Rémy Boulanouar | 2019-02-18 | 1 | -0/+35 |
* | This commit will reduce join star, repo_topic, topic tables on repo search, s... | Lunny Xiao | 2018-10-30 | 1 | -36/+16 |
* | feat(topic): search keyword by splitting provided values by , (#4939) | Bo-Yi Wu | 2018-10-17 | 1 | -5/+8 |
* | feat(repo): support search repository by topic name (#4505) | Bo-Yi Wu | 2018-09-13 | 1 | -3/+30 |
* | Added repository search ordered by stars or forks. Forks column in admin repo... | Alexey Terentyev | 2018-05-24 | 1 | -0/+4 |
* | Global code search support (#3664) | Lunny Xiao | 2018-03-16 | 1 | -0/+25 |
* | Add repo-sync-releases admin command (#3254) | Sandro Santilli | 2017-12-31 | 1 | -0/+7 |
* | Sort repos in issues dashboard sidebar (#3072) | Ethan Koenig | 2017-12-04 | 1 | -0/+12 |
* | Add search mode option to /api/repo/search (#2756) | Morlinest | 2017-10-27 | 1 | -31/+42 |
* | Fix repository search function (#2689) | Morlinest | 2017-10-17 | 1 | -51/+38 |
* | Remove redudant functions and code (#2652) | Morlinest | 2017-10-10 | 1 | -80/+12 |
* | Use custom type and constants to hold order by options (#2572) | Morlinest | 2017-09-22 | 1 | -13/+32 |
* | Fix missing collabrative repos (#2367) | Lunny Xiao | 2017-08-24 | 1 | -24/+26 |
* | Add collaborative repositories to the dashboard (#2205) | Bwko | 2017-08-23 | 1 | -26/+30 |
* | Fix counts on issues dashboard (#2215) | Ethan Koenig | 2017-08-03 | 1 | -0/+5 |
* | Improve dashboard repo search (#1652) | Andrey Nering | 2017-05-09 | 1 | -3/+0 |
* | Generate swagger json (#1402) | Antoine GIRARD | 2017-05-02 | 1 | -9/+20 |