summaryrefslogtreecommitdiffstats
path: root/routers/home.go
Commit message (Expand)AuthorAgeFilesLines
* Simplify CheckUnitUser logic (#12854)赵智超2020-09-151-3/+1
* Show 2FA info on Admin Pannel: Users List (#12515)65432020-08-201-0/+1
* Ensure public repositories in private organizations are visible and fix admin...zeripath2020-05-181-1/+2
* Add detected file language to code search (#10256)Lauris BH2020-02-201-4/+9
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-9/+11
* Restricted users (#6274)Manush Dodunekov2020-01-131-17/+14
* [API] add GET /orgs endpoint (#9560)65432020-01-121-4/+10
* [BugFix] Hide public repos owned by private orgs (#9609)65432020-01-051-0/+1
* Use Req.URL.RequestURI() to cope with FCGI urls (#9473)zeripath2019-12-241-1/+1
* Refactor code indexer (#9313)Lunny Xiao2019-12-231-4/+4
* Explore page: Add topic param to pagination (#9077) (#9078)David Svantesson2019-11-201-0/+2
* Use AppSubUrl for more redirections (#8647)zeripath2019-10-231-1/+1
* Include description in repository search. (#7942)David Svantesson2019-08-251-10/+11
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-6/+13
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-2/+1
* fix display dashboard even if require to change password (#6214)Lunny Xiao2019-02-281-0/+6
* Fix prohibit login check on authorization (#6106)Lunny Xiao2019-02-191-0/+5
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+9
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-0/+2
* fix not respecting landing page setting (#4209)David Schneiderbauer2018-06-151-0/+4
* Added repository search ordered by stars or forks. Forks column in admin repo...Alexey Terentyev2018-05-241-8/+16
* Global code search support (#3664)Lunny Xiao2018-03-161-0/+116
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-3/+3
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-8/+7
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-241-49/+18
* Move swagger-ui under /api/v1 (#2746)Antoine GIRARD2017-10-211-7/+0
* Fix repository search function (#2689)Morlinest2017-10-171-1/+0
* Remove redudant functions and code (#2652)Morlinest2017-10-101-34/+23
* Change default sort order (#2647)Kazuki Sawada2017-10-051-3/+9
* Use custom type and constants to hold order by options (#2572)Morlinest2017-09-221-9/+9
* Fix missing collabrative repos (#2367)Lunny Xiao2017-08-241-11/+13
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-0/+7
* Sort on repo size in admin panel (#1654)Jorrit Klein Bramel2017-05-021-0/+4
* fix: Admin can see all private repositories on Explore page. (#1026)Bo-Yi Wu2017-02-261-7/+6
* refactor: small optimize for sql query (#940)Bo-Yi Wu2017-02-151-11/+3
* fix: trim the whitespaces for the search keyword (#893)Bo-Yi Wu2017-02-111-4/+4
* UI config to toggle whether user email shows up in Explore Users (#336)Thiago Avelino2017-01-011-0/+1
* Added sorting to organizations, repos & users page (#222)Bwko2016-12-241-17/+58
* Resolved #296 (#324)Lunny Xiao2016-12-011-20/+34
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
* golint fixed for parts of routers root, dev, user and org dirs (#167)Lunny Xiao2016-11-181-9/+22
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-5/+5
* Ordering organizations and users by nameThibault Meyer2016-11-101-2/+2
* And othersSandro Santilli2016-11-071-2/+2
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-5/+5
* Add the ability to explore organizations (#3573)Daniel Oaks2016-09-011-3/+19
* #1384 add pagination for repositoriesUnknwon2016-07-241-4/+4
* Use struct for UI settingsUnknwon2016-07-241-2/+2
* #13 fix admin can't search private reposUnknwon2016-03-151-25/+51
* #13 finish user and repository searchUnknwon2016-03-111-11/+94