summaryrefslogtreecommitdiffstats
path: root/modules/context/repo.go
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge pull request #1829 from ethantkoenig/no_branchesAndrey Nering2017-06-121-0/+4
|\
| * Commitless repos should be bareEthan Koenig2017-05-281-0/+4
* | Fix PR template error (#1834)Ethan Koenig2017-05-301-7/+5
|/
* fix admin lost permission caused by #947Lunny Xiao2017-05-191-1/+6
* Add units to team (#947)Lunny Xiao2017-05-181-0/+31
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-0/+10
* fix go get sub package and add domain on installation to let go get work defa...Lunny Xiao2017-04-211-1/+1
* feat: Only use issue and wiki on repo. (#1297)Bo-Yi Wu2017-03-181-18/+2
* Fix nil-dereference bugEthan Koenig2017-03-151-1/+5
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-2/+2
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-1/+1
* Redirects for renamed repos (#807)Ethan Koenig2017-02-051-4/+31
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-0/+15
* Remove unneeded database loads (#814)Ethan Koenig2017-02-021-3/+1
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-2/+2
* Golint fixed for modules/contextLunny Xiao2016-11-251-0/+6
* fix variable assigned and not used.Bo-Yi Wu2016-11-151-4/+0
* Normalize files with gofmtThibault Meyer2016-11-111-2/+2
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-4/+4
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-6/+6
* Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloningRachid Zarouali2016-11-071-0/+1
|\
| * rename variable + fix wiki linkThibault Meyer2016-10-041-1/+1
| * Can disable GIT interactions by HTTP protocolThibault Meyer2016-09-181-0/+1
* | Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* | Fix imports found by goimports.Matthias Loibl2016-11-051-5/+3
* | Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
|/
* #2018 able to sync now for mirrorsUnknwon2016-08-301-1/+1
* router/repo: code refactoringUnknwon2016-08-301-3/+10
* Web editor: improve code qualityUnknwon2016-08-241-4/+4
* On showing diff/file, use the tab_width specified on .editorconfig, if any (#...Andrey Nering2016-08-111-0/+24
* #3233 code cleanup and minor issue fixUnknwon2016-08-111-1/+0
* Wiki mirroring implementation (#3233)Andrew2016-08-111-0/+1
* #3399 500 for upstream pulls page if user has forked repositoryUnknwon2016-08-081-2/+2
* #2825 early response 200 when ?go-get=1Unknwon2016-08-071-1/+32
* Refactor User.Id to User.IDUnknwon2016-07-241-3/+3