summaryrefslogtreecommitdiffstats
path: root/routers/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
...
* Updated and created were appended with _unix. Fresh databases have only the n...Marin Jankovski2016-03-111-1/+1
* Admins are allowed to create repos for arbitrary OrgsKim "BKC" Carlbäcker2016-01-201-1/+1
* Update repo.goddelpero2016-01-071-1/+1
* #2345 disallow access of some pages for empty repoUnknwon2016-01-071-1/+7
* #1692 APIs: Users FollowersUnknwon2015-12-211-5/+1
* 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
|\
| * Updating context and fixing permission issuesPeter Smit2015-02-161-1/+1
* | routers: able to migrate repo from local pathUnknwon2015-02-221-11/+17
|/
* Fix #807 parse the userinfo with the golang toolsPeter Smit2015-01-021-4/+14
* api: able to create repo and fix #726Unknwon2014-12-121-4/+4
* Work on #5 fork and fix #608Unknwon2014-11-051-39/+140
* Fix #595isotas382014-11-021-1/+4
* Fix Issue 589semlanik2014-10-301-1/+1
* Able to fork repo to individualsUnknwon2014-10-191-15/+14
* Got the fork count workingevolvedlight2014-10-101-3/+9
* Initial cut of git forkevolvedlight2014-10-041-0/+9
* Fix download archive issueUnknwon2014-09-241-8/+44