summaryrefslogtreecommitdiffstats
path: root/models/repo.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-291-0/+134
* Fix index produces problem when issues/pulls deleted (#6973)Lunny Xiao2019-05-181-7/+0
* Refactor models.NewRepoContext to extract git related codes to modules/git (#...Lunny Xiao2019-05-151-44/+3
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-62/+1
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-071-15/+18
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-0/+19
* Fix forking an empty repository (#6637)Segev Finer2019-04-151-0/+1
* 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