aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Handle insecure and ports in go get (#7041)zeripath2019-05-271-1/+4
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-251-6/+0
* Handle redirects in git clone commands (#6688)James E. Blair2019-04-251-0/+3
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-1/+2
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-0/+15
* Fix forking an empty repository (#6637)Segev Finer2019-04-151-7/+7
* Better logging (#6038) (#6095)zeripath2019-04-021-2/+2
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-1/+1
* Fix #6234 : Check organization visibility before everything else (#6235)Zsombor2019-03-051-0/+11
* Create a repo redirect when transferring ownership (#6210) (#6211)James E. Blair2019-02-281-1/+1
* Minor UI tweaks (#5980)John Olheiser2019-02-191-0/+5
* Fix go-get URL generation (#5905)Lauris BH2019-01-301-1/+2
* Feature: Archive repos (#5009)kolaente2019-01-231-1/+10
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-171-5/+5
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-107/+16
* Add raw blob endpoint to get objects by SHA ID (#5334)Peter Hoffmann2018-11-181-0/+11
* Fix redirect with non-ascii branch names (#4764) (#4810)SagePtr2018-09-061-1/+1
* Push whitelist now doesn't apply to branch deletion (#4601) (#4607)SagePtr2018-08-081-2/+2
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+5
* Multiple assignees (#3705)kolaente2018-05-091-1/+2
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-34/+34
* Fix new pull request link (#3133)Ethan Koenig2017-12-131-1/+0
* Fix legacy URL redirects (#3100)Ethan Koenig2017-12-071-1/+5
* Minor copy changes (#3074)techknowlogick2017-12-031-1/+1
* Memory usage improvements (#3013)Duncan Ogilvie2017-11-291-0/+3
* Fix go-get, src and raw urls to new scheme (#2978)Lauris BH2017-11-271-1/+1
* fix click create pull request button 404 (#2859)Lunny Xiao2017-11-051-0/+1
* Fix API raw file content access for default branch (#2849)Lauris BH2017-11-041-1/+5
* Fix API raw requests for commits and tags (#2841)Lauris BH2017-11-041-1/+4
* Fix redirect url of legacy commits route (#2825)Morlinest2017-11-031-11/+1
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-21/+99
* Code/repo search (#2582)Ethan Koenig2017-10-271-0/+1
* Add commit count caching (#2774)Lauris BH2017-10-261-2/+19
* Create new branch from branch selection dropdown (#2130)Lauris BH2017-10-151-0/+6
* Fix so that user can still fork his own repository to owned organizations (#2...Lauris BH2017-10-151-0/+5
* Add Activity page to repository (#2674)Lauris BH2017-10-151-1/+10
* Refactor duplicated code in repo handlers (#2657)Ethan Koenig2017-10-051-86/+49
* fix go get subpackage bug (#2584)Lunny Xiao2017-09-231-11/+13
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-0/+1
* Fix fmt errors (#2544)Ethan Koenig2017-09-191-1/+2
* Fork permission bug fixes (#2534)Jonas Franz2017-09-181-0/+68
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-2/+2
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-2/+12
* Fix releases to be counted from database not tags (#2389)Lauris BH2017-08-281-1/+9
* No error log entries for repo 404 (#2200)Ethan Koenig2017-08-191-2/+2
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-021-8/+1
* Remove unit types commits and settings (#2161)Lauris BH2017-07-171-2/+3
* Only show SSH clone URL if signed in (#2169) (#2170)Stefan Kalscheuer2017-07-151-0/+1
* Fix missing-return bug (#2109)Ethan Koenig2017-07-041-0/+1