summaryrefslogtreecommitdiffstats
path: root/models/repo.go
Commit message (Expand)AuthorAgeFilesLines
* On Repo Deletion: Delete related TrackedTimes too (#11110)65432020-04-181-0/+5
* Fix release counter on API repository info (#10968)65432020-04-061-2/+3
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-0/+58
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-0/+1
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-2/+4
* Delete dependencies when deleting a repository (#10608)Lauris BH2020-03-051-0/+12
* Fix test (#10363)Lunny Xiao2020-02-191-0/+1
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-3/+6
* Update topics repo count when deleting repository (#10051)Lauris BH2020-01-311-0/+6
* Sanitize credentials in mirror form (#9975)Lunny Xiao2020-01-251-0/+8
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-20/+23
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-193/+8
* Add setting to set default and global disabled repository units. (#8788)David Svantesson2020-01-171-2/+9
* Move RepoWorkingPool to services/repository package (#9754)Lunny Xiao2020-01-151-4/+0
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-361/+39
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-70/+28
* Fix wrong original git service type on a migrated repository (#9693)Lunny Xiao2020-01-101-11/+13
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-271-3/+3
* Remove and recreate the hooks to set them executable with the umask (#9502)zeripath2019-12-271-0/+7
* Use ioutil.TmpDir for new created temp directory (#9368)Lunny Xiao2019-12-161-5/+3
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-8/+56
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-141-158/+3
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-36/+0
* Make repository management section handle lfs locks (#8726)zeripath2019-12-121-1/+1
* Fix bug that release attachment files not deleted when deleting repository (#...Lunny Xiao2019-12-121-7/+28
* Move code indexer related code to a new package (#9191)Lunny Xiao2019-12-081-4/+0
* Show label list on label set (#9251)Oscar Costa2019-12-061-4/+14
* Move repoWorkPool outside rename/transfer repository (#9086)Lunny Xiao2019-12-061-15/+19
* Add release_counter to Repo API (#9214)65432019-11-301-0/+1
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-46/+46
* Variable expansion in repository templates (#9163)John Olheiser2019-11-301-48/+0
* expose PR counter on Repo API (#9202)65432019-11-291-0/+1
* Add avatar and issue labels to template repositories (#9149)John Olheiser2019-11-251-18/+6
* Add git hooks and webhooks to template repositories; move to services (#8926)John Olheiser2019-11-241-100/+4
* Fix team links in HTML rendering (#9127)guillep2k2019-11-241-13/+25
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-0/+12
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-14/+17
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
* Template Repositories (#8768)John Olheiser2019-11-111-13/+206
* Move notifywatchers from models to notification (#8907)Lunny Xiao2019-11-111-10/+0
* Stop using git count-objects and use raw directory size for repository (#8848)zeripath2019-11-101-3/+4
* Auto-subscribe user to repository when they commit/tag to it (#7657)guillep2k2019-11-101-2/+2
* Fix bug when migrate from API (#8631)Lunny Xiao2019-11-081-0/+6
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-081-2/+9
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-061-11/+18
* Respect LFS File Lock on UI (#8719)Benno2019-10-291-0/+16
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-261-56/+35
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-6/+54
* Fix migrate mirror 500 bug (#8526)Lunny Xiao2019-10-161-0/+1