aboutsummaryrefslogtreecommitdiffstats
path: root/routers/home.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename module: middleware -> contextUnknwon2016-03-111-4/+4
* drop oauth2 feature supportUnknwon2015-09-171-5/+0
* fix #1629Unknwon2015-09-121-0/+1
* #1577 explore paginator problemUnknwon2015-09-041-1/+1
* minor fixes on #1551Unknwon2015-09-011-1/+10
* WIP: create PR - choose branchUnknwon2015-08-081-1/+1
* code fix for #908, and work for #884Unknwon2015-02-061-1/+0
* Hide the registration button depending on the settingRaphael Randschau2015-02-051-0/+1
* Add suburl supportUnknwon2014-09-191-1/+1
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain....Martin van Beurden2014-09-181-1/+1
* Fix #348Unknwon2014-09-051-1/+25
* Finish new reset password, etc.Unknwon2014-08-091-1/+6
* Finish new collaboration pageUnknwon2014-08-071-0/+5