Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redirects for renamed repos (#807) | Ethan Koenig | 2017-02-05 | 1 | -4/+31 |
| | | | | | | * Redirects for renamed repos * Remove unused phrase from locales | ||||
* | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 1 | -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 Koenig | 2017-02-02 | 1 | -3/+1 |
| | | | Remove unnecessary calls to repo.GetOwner() in context handlers | ||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -2/+2 |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | Golint fixed for modules/context | Lunny Xiao | 2016-11-25 | 1 | -0/+6 |
| | |||||
* | fix variable assigned and not used. | Bo-Yi Wu | 2016-11-15 | 1 | -4/+0 |
| | | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -2/+2 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -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 Santilli | 2016-11-07 | 1 | -6/+6 |
| | |||||
* | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning | Rachid Zarouali | 2016-11-07 | 1 | -0/+1 |
|\ | | | | | Disable HTTP cloning | ||||
| * | rename variable + fix wiki link | Thibault Meyer | 2016-10-04 | 1 | -1/+1 |
| | | |||||
| * | Can disable GIT interactions by HTTP protocol | Thibault Meyer | 2016-09-18 | 1 | -0/+1 |
| | | |||||
* | | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -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 Loibl | 2016-11-05 | 1 | -5/+3 |
| | | |||||
* | | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -3/+3 |
|/ | |||||
* | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | 1 | -1/+1 |
| | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | ||||
* | router/repo: code refactoring | Unknwon | 2016-08-30 | 1 | -3/+10 |
| | |||||
* | Web editor: improve code quality | Unknwon | 2016-08-24 | 1 | -4/+4 |
| | |||||
* | On showing diff/file, use the tab_width specified on .editorconfig, if any ↵ | Andrey Nering | 2016-08-11 | 1 | -0/+24 |
| | | | | | (#3241) Closes #3182 | ||||
* | #3233 code cleanup and minor issue fix | Unknwon | 2016-08-11 | 1 | -1/+0 |
| | |||||
* | Wiki mirroring implementation (#3233) | Andrew | 2016-08-11 | 1 | -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 repository | Unknwon | 2016-08-08 | 1 | -2/+2 |
| | |||||
* | #2825 early response 200 when ?go-get=1 | Unknwon | 2016-08-07 | 1 | -1/+32 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -3/+3 |
| | |||||
* | models/repo: remove redundant info for some repo methods | Unknwon | 2016-07-15 | 1 | -1/+1 |
| | | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink | ||||
* | The pruning for the synchronized mirrors is a option now. Default value: ↵ | Pablo Saavedra | 2016-07-09 | 1 | -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 APIContext | Unknwon | 2016-03-13 | 1 | -0/+50 |
| | |||||
* | remove errant debug statement | Alec S | 2016-03-11 | 1 | -1/+0 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -0/+368 |