aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context/repo.go
Commit message (Collapse)AuthorAgeFilesLines
* Redirects for renamed repos (#807)Ethan Koenig2017-02-051-4/+31
| | | | | | * Redirects for renamed repos * Remove unused phrase from locales
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-0/+15
| | | | | | | | | | | | | | | | * Add units concept for modulable functions of a repository * remove unused comment codes & fix lints and tests * remove unused comment codes * use struct config instead of map * fix lint * rm wrong files * fix tests
* Remove unneeded database loads (#814)Ethan Koenig2017-02-021-3/+1
| | | Remove unnecessary calls to repo.GetOwner() in context handlers
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-2/+2
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* Golint fixed for modules/contextLunny Xiao2016-11-251-0/+6
|
* fix variable assigned and not used.Bo-Yi Wu2016-11-151-4/+0
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* 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
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-6/+6
|
* Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloningRachid Zarouali2016-11-071-0/+1
|\ | | | | Disable HTTP cloning
| * 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
| | | | | | | | | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* | 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
| | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* 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
| | | | | (#3241) Closes #3182
* #3233 code cleanup and minor issue fixUnknwon2016-08-111-1/+0
|
* Wiki mirroring implementation (#3233)Andrew2016-08-111-0/+1
| | | | | | | | | | | | | | | | | | | * Implement wiki mirroring, add Update mirrors operation to admin dashboard * bindata.go update after merge * Implement checking Git repo endpoint existence, support for BB included * Remove admin dashboard operation Fix bindata.go * Apply gofmt to repo model file * Try to remove bindata from PR * Revert accepted wiki names change in favor of better system * Remove unused imports
* #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
|
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-151-1/+1
| | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
* The pruning for the synchronized mirrors is a option now. Default value: ↵Pablo Saavedra2016-07-091-0/+1
| | | | | | | | | | | | | enable_prune = true (#3246) Executed go fmt getEngine() not handles DB parameters (#2972) (#2974) Uses .AllCols() for Update in updateMirror() Spanish traslation removed Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
* Add APIContextUnknwon2016-03-131-0/+50
|
* remove errant debug statementAlec S2016-03-111-1/+0
|
* Rename module: middleware -> contextUnknwon2016-03-111-0/+368