| Commit message (Expand) | Author | Age | Files | Lines |
* | Restricted users (#6274) | Manush Dodunekov | 2020-01-13 | 1 | -17/+14 |
* | [API] add GET /orgs endpoint (#9560) | 6543 | 2020-01-12 | 1 | -4/+10 |
* | [BugFix] Hide public repos owned by private orgs (#9609) | 6543 | 2020-01-05 | 1 | -0/+1 |
* | Use Req.URL.RequestURI() to cope with FCGI urls (#9473) | zeripath | 2019-12-24 | 1 | -1/+1 |
* | Refactor code indexer (#9313) | Lunny Xiao | 2019-12-23 | 1 | -4/+4 |
* | Explore page: Add topic param to pagination (#9077) (#9078) | David Svantesson | 2019-11-20 | 1 | -0/+2 |
* | Use AppSubUrl for more redirections (#8647) | zeripath | 2019-10-23 | 1 | -1/+1 |
* | Include description in repository search. (#7942) | David Svantesson | 2019-08-25 | 1 | -10/+11 |
* | Unifies pagination template usage (#6531) (#6533) | Mario Lubenka | 2019-04-20 | 1 | -6/+13 |
* | Clean up various use of escape/unescape functions for URL generation (#6334) | mrsdizzie | 2019-03-18 | 1 | -2/+1 |
* | fix display dashboard even if require to change password (#6214) | Lunny Xiao | 2019-02-28 | 1 | -0/+6 |
* | Fix prohibit login check on authorization (#6106) | Lunny Xiao | 2019-02-19 | 1 | -0/+5 |
* | Allow to set organization visibility (public, internal, private) (#1763) | Rémy Boulanouar | 2019-02-18 | 1 | -0/+9 |
* | feat(repo): support search repository by topic name (#4505) | Bo-Yi Wu | 2018-09-13 | 1 | -0/+2 |
* | fix not respecting landing page setting (#4209) | David Schneiderbauer | 2018-06-15 | 1 | -0/+4 |
* | Added repository search ordered by stars or forks. Forks column in admin repo... | Alexey Terentyev | 2018-05-24 | 1 | -8/+16 |
* | Global code search support (#3664) | Lunny Xiao | 2018-03-16 | 1 | -0/+116 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -3/+3 |
* | Add search mode option to /api/repo/search (#2756) | Morlinest | 2017-10-27 | 1 | -8/+7 |
* | Hide unactive on explore users and some refactors (#2741) | Lunny Xiao | 2017-10-24 | 1 | -49/+18 |
* | Move swagger-ui under /api/v1 (#2746) | Antoine GIRARD | 2017-10-21 | 1 | -7/+0 |
* | Fix repository search function (#2689) | Morlinest | 2017-10-17 | 1 | -1/+0 |
* | Remove redudant functions and code (#2652) | Morlinest | 2017-10-10 | 1 | -34/+23 |
* | Change default sort order (#2647) | Kazuki Sawada | 2017-10-05 | 1 | -3/+9 |
* | Use custom type and constants to hold order by options (#2572) | Morlinest | 2017-09-22 | 1 | -9/+9 |
* | Fix missing collabrative repos (#2367) | Lunny Xiao | 2017-08-24 | 1 | -11/+13 |
* | Generate swagger json (#1402) | Antoine GIRARD | 2017-05-02 | 1 | -0/+7 |
* | Sort on repo size in admin panel (#1654) | Jorrit Klein Bramel | 2017-05-02 | 1 | -0/+4 |
* | fix: Admin can see all private repositories on Explore page. (#1026) | Bo-Yi Wu | 2017-02-26 | 1 | -7/+6 |
* | refactor: small optimize for sql query (#940) | Bo-Yi Wu | 2017-02-15 | 1 | -11/+3 |
* | fix: trim the whitespaces for the search keyword (#893) | Bo-Yi Wu | 2017-02-11 | 1 | -4/+4 |
* | UI config to toggle whether user email shows up in Explore Users (#336) | Thiago Avelino | 2017-01-01 | 1 | -0/+1 |
* | Added sorting to organizations, repos & users page (#222) | Bwko | 2016-12-24 | 1 | -17/+58 |
* | Resolved #296 (#324) | Lunny Xiao | 2016-12-01 | 1 | -20/+34 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
* | golint fixed for parts of routers root, dev, user and org dirs (#167) | Lunny Xiao | 2016-11-18 | 1 | -9/+22 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -5/+5 |
* | Ordering organizations and users by name | Thibault Meyer | 2016-11-10 | 1 | -2/+2 |
* | And others | Sandro Santilli | 2016-11-07 | 1 | -2/+2 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
* | Add the ability to explore organizations (#3573) | Daniel Oaks | 2016-09-01 | 1 | -3/+19 |
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 | 1 | -4/+4 |
* | Use struct for UI settings | Unknwon | 2016-07-24 | 1 | -2/+2 |
* | #13 fix admin can't search private repos | Unknwon | 2016-03-15 | 1 | -25/+51 |
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -11/+94 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -4/+4 |
* | drop oauth2 feature support | Unknwon | 2015-09-17 | 1 | -5/+0 |
* | fix #1629 | Unknwon | 2015-09-12 | 1 | -0/+1 |
* | #1577 explore paginator problem | Unknwon | 2015-09-04 | 1 | -1/+1 |
* | minor fixes on #1551 | Unknwon | 2015-09-01 | 1 | -1/+10 |