summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* Normalize files with gofmtThibault Meyer2016-11-116-8/+8
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-2/+2
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-1014-87/+87
* Merge pull request #17 from LefsFlarey/issue/3666Matthias Loibl2016-11-081-1/+1
|\
| * Fixed 404 caused by unexpected question markFlare2016-11-081-1/+1
* | Merge pull request #73 from bkcsoft/gt/2164-release-paginationLunny Xiao2016-11-081-1/+8
|\ \
| * | Add Pagination to Releases-pageKim "BKC" Carlbäcker2016-11-071-1/+8
* | | Fix type in unused constant name (#111)Sandro Santilli2016-11-072-32/+32
* | | And othersSandro Santilli2016-11-071-7/+7
* | | More overlooksSandro Santilli2016-11-071-1/+1
* | | More...Sandro Santilli2016-11-071-5/+5
* | | More MixedCase constsSandro Santilli2016-11-071-5/+5
* | | ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-4/+4
* | | More MixedCase constsSandro Santilli2016-11-072-6/+6
* | | Use MixedCase constant namesSandro Santilli2016-11-072-2/+2
* | | Merge pull request #108 from go-gitea/go-sdkThomas Boerger2016-11-071-2/+2
|\ \ \
| * | | Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
| * | | Fixed links to sdk docsThomas Boerger2016-11-071-1/+1
| |/ /
* / / Replace GOGS with GITEA in variable namesSandro Santilli2016-11-071-1/+1
|/ /
* | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloningRachid Zarouali2016-11-071-0/+5
|\ \
| * | rename variable + fix wiki linkThibault Meyer2016-10-041-1/+1
| * | Can disable GIT interactions by HTTP protocolThibault Meyer2016-09-181-0/+5
| |/
* | Use the rev-parsed sha1 commit id (#98)Odin Ugedal2016-11-061-2/+4
* | Fix rendering of non-markdown readme filesOdin Ugedal2016-11-061-2/+4
* | Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-0611-11/+11
* | Merge branch 'master' into feature/goimportsSandro Santilli2016-11-054-21/+1
|\ \
| * | Refactor editorconfig middlewareAndrey Nering2016-11-054-21/+1
* | | Fix imports found by goimports.Matthias Loibl2016-11-055-11/+5
|/ /
* | Fix 500 when repo has invalid .editorconfigAndrey Nering2016-11-054-16/+31
* | Executed go fmt for all filesThomas Boerger2016-11-041-1/+1
* | Implementation of the feature to redirect to an external issue trackerRémy Boulanouar2016-11-042-1/+7
* | Show issue/PR number on titleAndrey Nering2016-11-032-2/+3
* | Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-0313-69/+69
|/
* #3559 fix template errorUnknwon2016-08-312-9/+4
* Support Editorconfig on web editor (#3512)无闻2016-08-301-0/+1
|\
| * Support Editorconfig on web editorAndrey Nering2016-08-301-0/+1
* | #2018 able to sync now for mirrorsUnknwon2016-08-302-21/+31
|/
* Web editor: support upload filesUnknwon2016-08-304-275/+186
* router/repo: code refactoringUnknwon2016-08-304-194/+192
* #3459 code quality improvementUnknwon2016-08-291-38/+14
* Load a set of predefined labels (#3459)Thibault Meyer2016-08-291-0/+52
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-291-1/+1
* #3516 enforce line ending to be \n from web editorUnknwon2016-08-281-3/+2
* Web editor: improve edit fileUnknwon2016-08-282-10/+3
* Web editor: improve delete file processUnknwon2016-08-282-49/+87
* Web editor: improve edit file tooltipUnknwon2016-08-271-53/+39
* #2966 code cleanupUnknwon2016-08-261-1/+0
* Web editor: improve code qualityUnknwon2016-08-246-55/+47
* #3383 code cleanupUnknwon2016-08-241-12/+12
* General code quality improvementUnknwon2016-08-163-12/+23