aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo.go
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-10/+12
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-32/+51
* Restore functionality for early gits (#7775)zeripath2019-10-121-1/+1
* Ensure that LFS files are relative to the LFS content path (#8455)zeripath2019-10-101-2/+1
* Allow users with explicit read access to give approvals (#8382)guillep2k2019-10-081-0/+13
* Api: advanced settings for repository (external wiki, issue tracker etc.) (#7...David Svantesson2019-10-021-1/+27
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-011-0/+6
* Reference issues from pull requests and other issues (#8137)guillep2k2019-09-201-1/+6
* Add option to initialize repository with labels (#6061)John Olheiser2019-09-081-0/+8
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-3/+3
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-4/+4
* Check commit message hashes before making links (#7713)Gary Kim2019-08-141-2/+3
* Add SQL execution on log and indexes on table repository and comment (#7740)Lunny Xiao2019-08-051-1/+1
* Fix repo_index_status lingering when deleting a repository (#7734)guillep2k2019-08-041-0/+1
* Move add to hook queue for created repo to outside xorm session. (#7675)David Svantesson2019-07-311-2/+15
* change length of some repository's columns (#7652)Lunny Xiao2019-07-291-3/+3
* Fix repository's pull request count error (#7518)Lunny Xiao2019-07-181-0/+17
* Update User.NumRepos atomically in createRepository (#7493)Monty Taylor2019-07-171-2/+6
* Move status table to cron package (#7370)Lunny Xiao2019-07-151-25/+0
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-081-0/+15
* Fix bug conflict between SyncReleasesWithTags and InsertReleases (#7337)Lunny Xiao2019-07-011-7/+8
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-261-19/+15
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Only warn on errors in deleting LFS orphaned files during repo deletion (#7213)zeripath2019-06-151-4/+1
* Add error for fork already existing (#7185)John Olheiser2019-06-121-3/+4
* Add golangci (#6418)kolaente2019-06-121-21/+11
* Fix database lock when use random repository fallback image (#7166)Lunny Xiao2019-06-111-11/+10
* Repository avatar fallback configuration (#7087)Mario Lubenka2019-06-021-8/+69
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-301-32/+79