summaryrefslogtreecommitdiffstats
path: root/models/repo.go
Commit message (Expand)AuthorAgeFilesLines
* When creating new repository fsck option should be enabled (#5817)Lauris BH2019-01-231-6/+7
* Feature: Archive repos (#5009)kolaente2019-01-231-2/+11
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-171-9/+9
* Ensure that sessions are passed into queries that could use the database to p...zeripath2019-01-131-5/+13
* Add rebase with merge commit merge style (#3844) (#4052)Julian2018-12-271-1/+1
* fix forgot deletion of notification when delete repository (#5506)Lunny Xiao2018-12-101-0/+1
* Fix repository deletion when there is large number of issues in it (#5426)Lunny Xiao2018-11-301-39/+40
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-85/+10
* fix bug when users have serval teams with different units on different reposi...Lunny Xiao2018-11-091-1/+1
* fix data race on migrate repository (#5224)Lunny Xiao2018-10-301-3/+8
* fix sqlite lock (#5210)Lunny Xiao2018-10-301-1/+1
* fix sqlite lock (#5184)Lunny Xiao2018-10-271-1/+5
* Fix race on updatesize (#5190)Lunny Xiao2018-10-261-2/+2
* Fix sqlite lock (#5176)Lunny Xiao2018-10-251-2/+6
* Fix deadlock when sqlite (#5118)Lunny Xiao2018-10-191-13/+17
* fix bug forget to remove Stopwatch when remove repository (#4928)linweijie20122018-09-131-0/+3
* Site admin could create repos even MAX_CREATION_LIMIT=0 (#4645)Lunny Xiao2018-08-091-1/+1
* Update xorm to latest version and fix correct `user` table referencing in sql...Lauris BH2018-07-201-1/+1
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-1/+5
* Add default merge options when adding new repository (#4369)Lauris BH2018-07-051-0/+6
* Add `noreferrer` to rel='noopener` for <a> tags (#4328)cezar972018-07-031-1/+1
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-13/+5
* Fix not removed watches on unallowed repositories (#4201)David Schneiderbauer2018-06-191-0/+3
* Delete reactions added to issues and comments when deleting repository (#4232)Lauris BH2018-06-121-0/+3
* fix #4003 (#4004)奶爸2018-05-211-0/+2
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-2/+4
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-0/+11
* Multiple assignees (#3705)kolaente2018-05-091-3/+3
* Fix to use only needed columns from tables to get repository git paths (#3870)Lauris BH2018-05-021-3/+47
* Fix path cleanup in multiple places (#3871)Lauris BH2018-05-011-1/+1
* Add topic support (#3711)Lunny Xiao2018-04-111-0/+1
* Add repository setting to enable/disable health checks (#3607)Allen Wild2018-03-271-2/+3
* Global code search support (#3664)Lunny Xiao2018-03-161-0/+6
* Add admin dashboard option to run health checks (#3606)Allen Wild2018-03-021-0/+2
* Fix race condition in repo renaming (#3418)Ethan Koenig2018-01-281-1/+6
* Fix empty checkout bug (#3419)Ethan Koenig2018-01-281-6/+6
* Change local copy origin url after repository rename (#3399)Wendell Sun2018-01-271-1/+10
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-051-0/+5
* Serve pull request .diff files (#3293)Sandro Santilli2018-01-051-1/+3
* Remove unused consts/vars (#3270)Ethan Koenig2017-12-301-13/+0
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-4/+10
* Fix repo-transfer-and-team-repo-count bug (#3241)Ethan Koenig2017-12-191-14/+0
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-12/+9
* Fix integration tests (#3141)Ethan Koenig2017-12-111-4/+9
* Sanitize logs for mirror sync (#3057)Ethan Koenig2017-12-031-1/+6
* Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)Lunny Xiao2017-12-021-16/+15
* Code/repo search (#2582)Ethan Koenig2017-10-271-6/+11
* Add commit count caching (#2774)Lauris BH2017-10-261-0/+11
* Use buffersize to reduce database connection when iterate (#2724)Lunny Xiao2017-10-211-2/+2
* Create new branch from branch selection dropdown (#2130)Lauris BH2017-10-151-35/+0