summaryrefslogtreecommitdiffstats
path: root/routers/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+35
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-2/+4
* Add TrN for repository limit (#12492)EV3R42021-01-221-5/+4
* [RFC] Make archival asynchronous (#11296)Kyle Evans2020-11-071-65/+33
* Store task errors following migrations and display them (#13246)zeripath2020-10-231-16/+0
* Return the full rejection message and errors in flash errors (#13221)zeripath2020-10-201-1/+2
* Add IsTemplate option in create repo ui and api (#12942)赵智超2020-09-251-0/+1
* Adopt repositories (#12920)zeripath2020-09-251-0/+12
* Add configurable Trust Models (#11712)zeripath2020-09-201-0/+1
* Simplify CheckUnitUser logic (#12854)赵智超2020-09-151-1/+1
* Add a migrate service type switch page (#12697)Lunny Xiao2020-09-091-149/+1
* 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