summaryrefslogtreecommitdiffstats
path: root/modules/context/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Fix issues/pulls dependencies problems (#9842)Lunny Xiao2020-01-191-2/+2
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-4/+47
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-1/+1
* Fix nil context user (#9099)John Olheiser2019-11-201-1/+7
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+19
* Template Repositories (#8768)John Olheiser2019-11-111-0/+27
* Only view branch or tag if it match refType requested. (#8899)David Svantesson2019-11-111-2/+18
* Add SubURL to redirect path (#8632)John Olheiser2019-10-221-1/+1
* Ensure that GitRepo is set on Empty repositories (#8539)zeripath2019-10-161-2/+8
* upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501)Colin Arnott2019-10-151-1/+1
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-15/+20
* Do only show teams access for organization repositories, not for personal rep...David Svantesson2019-09-241-0/+1
* Fix Go 1.13 private repository go get issue (#8112)Lunny Xiao2019-09-061-2/+6
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* Add golangci (#6418)kolaente2019-06-121-8/+6
* 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