aboutsummaryrefslogtreecommitdiff
path: root/routers/home.go
Commit message (Collapse)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* Refactoring: remove tool.TplNameUnknwon2017-04-05
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* explore: able list and search for private but accessible repositories (#3088)Unknwon2017-03-17
|
* explore: panic if search without login (#3088)Unknwon2017-03-13
|
* models/repo: allow SearchRepos to return private but accessible repositories ↵Rob Richards2017-03-13
| | | | | | | | | | | | | | | | | | | (#4273) * models/repo.go SearchRepositoryByName() Updated function to return public and private repositories that the logged in user has been given rights to view issue #3088 * models/repo.go SearchRepositoryName changed repository table alias to 'repo' removed debug line * models/repo.go SearchRepositoryByName modified UserID search query to use the "access" table instead of team_repo, team_user etc * models/repo.go SearchRepositoryByName 1) uppercased SQL keywords 2) removed alias for ACCESS table
* Add the ability to explore organizations (#3573)Daniel Oaks2016-09-01
| | | | | | * Add ability to explore organizations * Use right icon for org explore links
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* Use struct for UI settingsUnknwon2016-07-24
|
* #13 fix admin can't search private reposUnknwon2016-03-15
| | | | - update glide info
* #13 finish user and repository searchUnknwon2016-03-11
| | | | Both are possible on explore and admin panel
* Rename module: middleware -> contextUnknwon2016-03-11
|
* drop oauth2 feature supportUnknwon2015-09-17
|
* fix #1629Unknwon2015-09-12
|
* #1577 explore paginator problemUnknwon2015-09-04
|
* minor fixes on #1551Unknwon2015-09-01
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* code fix for #908, and work for #884Unknwon2015-02-06
|
* Hide the registration button depending on the settingRaphael Randschau2015-02-05
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Fix #348Unknwon2014-09-05
|
* Finish new reset password, etc.Unknwon2014-08-09
|
* Finish new collaboration pageUnknwon2014-08-07
|
* New UI merge in progressUnknwon2014-07-26
|
* Setup templates structureUnknown2014-02-14
|
* Init commitUnknown2014-02-12
|
* Init commitUnknown2014-02-12