summaryrefslogtreecommitdiffstats
path: root/models/repo.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added Parent property to the repo API (#1687)guyzmo2017-05-121-0/+16
* Exposes in API the Repo entity's Size and IsBare property (#1668)guyzmo2017-05-051-0/+2
* Sanitation fix from Gogs (#1461)Kim "BKC" Carlbäcker2017-04-131-3/+3
* Repo size in admin panel (#1482)Jonas2017-04-111-0/+25
* Mirror sync interval specified as duration string (#1407)Jonas2017-04-081-1/+1
* rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257)Philippe Kueck2017-03-231-6/+7
* feat: Only use issue and wiki on repo. (#1297)Bo-Yi Wu2017-03-181-1/+1
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-1/+1
* bug fixed for delete repo failed (#1193)Lunny Xiao2017-03-101-1/+1
* feat: expose url field on issue api. (#982)Bo-Yi Wu2017-03-031-0/+5
* fix wrong num of user repos because of duplicated click delete button & perfo...Lunny Xiao2017-03-011-20/+28
* Fix unused Engine bugs (#1064)Ethan Koenig2017-02-271-3/+3
* move all repo list functions as a standalone file (#1061)Lunny Xiao2017-02-271-259/+0