summaryrefslogtreecommitdiffstats
path: root/routers/repo/repo.go
Commit message (Collapse)AuthorAgeFilesLines
* golint fixed for modules/authLunny Xiao2016-11-271-2/+2
|
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-2/+2
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* Merge pull request #228 from Bwko/feature/short-hash-downloadThomas Boerger2016-11-241-1/+1
|\ | | | | Added short-hash support to downloads
| * Added short-hash support to downloadsBwko2016-11-241-1/+1
| |
* | golint fixed for routers (#208)Lunny Xiao2016-11-241-13/+20
|/
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-8/+8
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
| | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-6/+6
|
* Fix empty repository panic on send test webhookUnknwon2016-08-151-1/+1
|
* Refactor User.Id to User.IDUnknwon2016-07-241-9/+9
|
* Rename module: middleware -> contextUnknwon2016-03-111-10/+10
|
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-111-1/+1
| | | | newly named fields.
* Admins are allowed to create repos for arbitrary OrgsKim "BKC" Carlbäcker2016-01-201-1/+1
|
* Update repo.goddelpero2016-01-071-1/+1
| | | | Release download file name doesn't include tag number #2339 Download: Changed to use refName instead of commit.ID for downloaded file name
* #2345 disallow access of some pages for empty repoUnknwon2016-01-071-1/+7
|
* #1692 APIs: Users FollowersUnknwon2015-12-211-5/+1
| | | | | - User profile un/follow - List user's followers/following
* rename import pathUnknwon2015-12-151-1/+1
|
* #2167 able to identify git version on WindowsUnknwon2015-12-131-1/+2
|
* #1575 Limit repo creationUnknwon2015-12-101-3/+5
|
* move out git module and #1573 send push hookUnknwon2015-12-091-6/+7
|
* #2037 Add "New Mirror" button on DashboardUnknwon2015-12-091-0/+1
|
* #1984 Better mirror repo managementUnknwon2015-12-081-3/+3
|
* better error messageUnknwon2015-11-191-2/+5
|
* #1971 more general rule to detect errorUnknwon2015-11-191-2/+2
|
* go vet and fix #1890Unknwon2015-11-081-5/+0
|
* rename fieldsUnknwon2015-11-031-2/+2
|
* #1511 Allow local import only for admin usersUnknwon2015-11-031-19/+16
|
* #1657 allow forcing all private reposUnknwon2015-10-251-5/+13
|
* minor fix on templateUnknwon2015-09-071-1/+1
|
* #1585 order owners list by last changed timeUnknwon2015-09-071-3/+4
|
* fix #1558Unknwon2015-09-061-1/+2
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-011-2/+2
|
* fix repository count of user is messed upUnknwon2015-08-301-8/+0
|
* #965 Remember visibility preferenceUnknwon2015-08-281-0/+10
|
* #1487 Readme TemplateUnknwon2015-08-281-69/+37
|
* complate list of gitignores and licensesUnknwon2015-08-281-3/+4
|
* fix autocomplete on migrationUnknwon2015-08-151-1/+2
|
* #1180 and #1250: migrationUnknwon2015-08-151-1/+1
|
* WIP: create PR - choose branchUnknwon2015-08-081-7/+7
|
* improve fork processUnknwon2015-08-081-111/+2
|
* allow anonymous SSH cloneUnknwon2015-08-051-1/+1
|
* UI: issues - finish basic frameUnknwon2015-07-241-1/+7
|
* fix about #1289Unknwon2015-07-191-44/+31
|
* #1070 Clearer error message for illegal charactersUnknwon2015-03-261-27/+43
|
* mirror fix of #1105Unknwon2015-03-251-1/+5
|
* Allow to migrate through git:// protocolLinquize2015-03-201-2/+2
|
* fix read access team visibility of private repoUnknwon2015-03-161-1/+1
|
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-161-2/+2
|
* remove unused scripts and simplify migrate form definitionUnknwon2015-03-111-3/+3
|
* Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-221-1/+1
|\