aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/repo.go
Commit message (Collapse)AuthorAge
* Fix empty repository panic on send test webhookUnknwon2016-08-15
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-11
| | | | newly named fields.
* Admins are allowed to create repos for arbitrary OrgsKim "BKC" Carlbäcker2016-01-20
|
* Update repo.goddelpero2016-01-07
| | | | 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-07
|
* #1692 APIs: Users FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* rename import pathUnknwon2015-12-15
|
* #2167 able to identify git version on WindowsUnknwon2015-12-13
|
* #1575 Limit repo creationUnknwon2015-12-10
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* #2037 Add "New Mirror" button on DashboardUnknwon2015-12-09
|
* #1984 Better mirror repo managementUnknwon2015-12-08
|
* better error messageUnknwon2015-11-19
|
* #1971 more general rule to detect errorUnknwon2015-11-19
|
* go vet and fix #1890Unknwon2015-11-08
|
* rename fieldsUnknwon2015-11-03
|
* #1511 Allow local import only for admin usersUnknwon2015-11-03
|
* #1657 allow forcing all private reposUnknwon2015-10-25
|
* minor fix on templateUnknwon2015-09-07
|
* #1585 order owners list by last changed timeUnknwon2015-09-07
|
* fix #1558Unknwon2015-09-06
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-01
|
* fix repository count of user is messed upUnknwon2015-08-30
|
* #965 Remember visibility preferenceUnknwon2015-08-28
|
* #1487 Readme TemplateUnknwon2015-08-28
|
* complate list of gitignores and licensesUnknwon2015-08-28
|
* fix autocomplete on migrationUnknwon2015-08-15
|
* #1180 and #1250: migrationUnknwon2015-08-15
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* improve fork processUnknwon2015-08-08
|
* allow anonymous SSH cloneUnknwon2015-08-05
|
* UI: issues - finish basic frameUnknwon2015-07-24
|
* fix about #1289Unknwon2015-07-19
|
* #1070 Clearer error message for illegal charactersUnknwon2015-03-26
|
* mirror fix of #1105Unknwon2015-03-25
|
* Allow to migrate through git:// protocolLinquize2015-03-20
|
* fix read access team visibility of private repoUnknwon2015-03-16
|
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-16
|
* remove unused scripts and simplify migrate form definitionUnknwon2015-03-11
|
* Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-22
|\
| * Updating context and fixing permission issuesPeter Smit2015-02-16
| | | | | | | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
* | routers: able to migrate repo from local pathUnknwon2015-02-22
|/ | | | - modules/middleware/context.go: add HandleAPI method
* Fix #807 parse the userinfo with the golang toolsPeter Smit2015-01-02
| | | | Note, this is now only fixed with Go version >= 1.4.2, see this bug in Go: https://github.com/golang/go/commit/07d86b1f2db73c6a0716aec4d4cd62dfacb04a21
* api: able to create repo and fix #726Unknwon2014-12-12
| | | | | - POST /user/repos - POST /org/:org/repos
* Work on #5 fork and fix #608Unknwon2014-11-05
|
* Fix #595isotas382014-11-02
|
* Fix Issue 589semlanik2014-10-30
|
* Able to fork repo to individualsUnknwon2014-10-19
|