summaryrefslogtreecommitdiffstats
path: root/models/repo.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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