summaryrefslogtreecommitdiffstats
path: root/models/repo.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix so that user can still fork his own repository to owned organizations (#2...Lauris BH2017-10-151-0/+19
* Add Activity page to repository (#2674)Lauris BH2017-10-151-1/+18
* Allow custom SSH user in UI for built-in SSH server (#2617) (#2678)Patrick G2017-10-141-3/+8
* Fix orgnization user watch repository (#2670)Lunny Xiao2017-10-141-2/+2
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-6/+6
* Remove repo unit index (#2621)Morlinest2017-10-021-3/+1
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-19/+12
* Reduce usage of allcols on update (#2596)Lunny Xiao2017-09-251-1/+1
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-0/+4
* Fork permission bug fixes (#2534)Jonas Franz2017-09-181-1/+1
* Restructure markup & markdown to prepare for multiple markup languageā€¦ (#2411)Lunny Xiao2017-09-161-5/+5
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-0/+36
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-13/+2
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-7/+17
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-11/+31
* Fix releases to be counted from database not tags (#2389)Lauris BH2017-08-281-1/+1
* Add UseCompatSSHURI setting (#2356)Manuel2017-08-261-0/+3
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-021-3/+3
* Remove unit types commits and settings (#2161)Lauris BH2017-07-171-0/+4
* Fix git hooks update to receive required arguments. Fixes #2090 (#2095)Lauris BH2017-07-021-3/+7
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-6/+6
* fix bu ong normal user visit public repo (#1984)Lunny Xiao2017-06-171-1/+1
* fix collborators lack of units on orgnization repositories (#1968)Lunny Xiao2017-06-151-0/+7
* Fix errors caused by force push (#1927)Ethan Koenig2017-06-101-6/+7
* Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)Phil Hopper2017-06-061-1/+4
* Fix status table race condition (#1835)Ethan Koenig2017-05-311-6/+3
* Update code.gitea.io/git (#1824)Ethan Koenig2017-05-301-1/+4
* Fix deadlock in updateRepository (#1813)Ethan Koenig2017-05-261-4/+8
* Delete repo redirects on repo deletion (#1776)Ethan Koenig2017-05-231-0/+1
* Fix unloaded owner (#1770)Ethan Koenig2017-05-211-2/+3
* fix admin lost permission caused by #947Lunny Xiao2017-05-191-6/+6
* Add units to team (#947)Lunny Xiao2017-05-181-2/+56
* gofmt (#1710)Ethan Koenig2017-05-121-1/+1