aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Correctly adjust mirror url (#6593)zeripath2019-04-121-2/+4
* Improve issue autolinks (#6273)mrsdizzie2019-04-121-9/+9
* Better logging (#6038) (#6095)zeripath2019-04-021-32/+32
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Implement Default Webhooks (#4299)Russell Aunger2019-03-181-0/+4
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-1/+1
* Fix reported issue in repo description (#6306)zeripath2019-03-111-3/+5
* Fix renames over redirects (#6216)James E. Blair2019-03-021-1/+17
* Add option to close issues via commit on a non master branch (#5992)Lanre Adelowo2019-02-101-14/+16
* disable git fsck for mirrored repos by default (#6018)Lanre Adelowo2019-02-091-1/+1
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-0/+17
* show user who created the repository instead of the organization in action fe...Lanre Adelowo2019-02-041-2/+2
* Remove all CommitStatus when a repo is deleted (#5940)John Olheiser2019-02-021-0/+1
* Fix go-get URL generation (#5905)Lauris BH2019-01-301-1/+2
* Config option to disable automatic repo watching (#5852)sebastian-sauer2019-01-271-5/+8
* 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