summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Normalize files with gofmtThibault Meyer2016-11-117-10/+10
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-1125-26/+26
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-1058-300/+300
* Check unhandled errors (#128)Matthias Loibl2016-11-101-3/+14
* Merge pull request #121 from joubertredrat/feature-last-loginLunny Xiao2016-11-101-0/+7
|\
| * Support to last login featureJoubert RedRat2016-11-091-0/+7
* | Ordering organizations and users by nameThibault Meyer2016-11-102-3/+3
* | 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-073-46/+46
* | | moreSandro Santilli2016-11-072-2/+2
* | | And othersSandro Santilli2016-11-077-14/+14
* | | Security protocolsSandro Santilli2016-11-071-5/+5
* | | More mixageSandro Santilli2016-11-071-9/+9
* | | More overlooksSandro Santilli2016-11-071-1/+1
* | | More...Sandro Santilli2016-11-075-13/+13
* | | More MixedCase constsSandro Santilli2016-11-072-9/+9
* | | ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-074-10/+10
* | | More MixedCase constsSandro Santilli2016-11-072-6/+6
* | | Use MixedCase constant namesSandro Santilli2016-11-073-8/+8
* | | Merge pull request #108 from go-gitea/go-sdkThomas Boerger2016-11-0725-26/+26
|\ \ \
| * | | Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-0725-25/+25
| * | | 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-0614-14/+14
* | 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-0357-252/+252
* | Prevented user enumeration of valid users through HTTP status codes of login ...LefsFlare2016-10-161-2/+4
|/
* #3589 LoadRepoConfig after ORM is initializedUnknwon2016-09-021-3/+3
* Add the ability to explore organizations (#3573)Daniel Oaks2016-09-011-3/+19
* #3559 fix template errorUnknwon2016-08-312-9/+4
* models/login_source: code improvementUnknwon2016-08-311-3/+2
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-312-3/+8
* Support Editorconfig on web editor (#3512)无闻2016-08-303-0/+22
|\
| * Support Editorconfig on web editorAndrey Nering2016-08-303-0/+22
* | #2018 able to sync now for mirrorsUnknwon2016-08-303-21/+32
|/
* Web editor: support upload filesUnknwon2016-08-304-275/+186