summaryrefslogtreecommitdiffstats
path: root/routers/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Set context for running CreateArchive in to that of the request (#12555)zeripath2020-08-281-1/+1
* Git migration UX (#12619)John Olheiser2020-08-281-8/+8
* Global default branch setting (#11918)techknowlogick2020-06-171-0/+1
* Allow site admin to disable mirrors (#11740)John Olheiser2020-06-021-1/+2
* Fix orgs not being displayed on create repo form (#11279)Cirno the Strongest2020-05-031-8/+12
* Fix creation of Organization repos by Users with max created personal repos (...Andrew Bezold2020-04-301-6/+15
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-8/+9
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-1/+1
* Make archive prefixing configurable with a global setting (#9943)zeripath2020-01-221-1/+5
* Fix wrong original git service type on a migrated repository (#9693)Lunny Xiao2020-01-101-15/+24
* Fix create bugs (#9606)John Olheiser2020-01-041-2/+3
* [Fix] Release attachment should use DownloadURL() not Name (#9529)65432019-12-281-1/+1
* Add avatar and issue labels to template repositories (#9149)John Olheiser2019-11-251-0/+2
* Add git hooks and webhooks to template repositories; move to services (#8926)John Olheiser2019-11-241-0/+2
* Hide given credentials for migrated repos. (#9097)Jordan2019-11-201-0/+1
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-5/+5
* Template Repositories (#8768)John Olheiser2019-11-111-14/+57
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-261-10/+2
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-41/+62
* Add option to initialize repository with labels (#6061)John Olheiser2019-09-081-0/+3
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* add notification placeholder (#7409)Lunny Xiao2019-07-121-0/+5
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-071-31/+65
* Better logging (#6038) (#6095)zeripath2019-04-021-2/+2
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-4/+3
* fix bug when migrate repository 500 when repo is existed (#6188)Lunny Xiao2019-02-261-0/+5
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-171-4/+4
* Added URL mapping for Release attachments like on github.com (#1707)gdeverlant2019-01-061-0/+32
* Refactor and simplify redirect to url (#3674)Lauris BH2018-03-151-5/+1
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-16/+16
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-1/+11
* Support default private when creating or migrating repository (#3239)Lunny Xiao2017-12-201-2/+15
* Fix error message sanitiziation (#3082)Ethan Koenig2017-12-041-2/+6
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-0/+15
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-4/+4
* Fix renaming bug (#1786)Ethan Koenig2017-05-241-1/+1
* Rename RepoCreationNum -> MaxCreationLimit (#1766)Jonas Östanbäck2017-05-241-1/+1
* Add error direclty when user tries to create new repo and limit already hit (...Jonas Östanbäck2017-05-201-0/+4
* Add notice that LFS mirroring is not supported (#1251)Fabian Zaremba2017-03-161-0/+1
* golint fixed for modules/authLunny Xiao2016-11-271-2/+2
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-2/+2
* Merge pull request #228 from Bwko/feature/short-hash-downloadThomas Boerger2016-11-241-1/+1
|\
| * 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
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* 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