Morgan Bazalgette
|
8c916631f0
|
Handle refactor (#3339)
* Replace all ctx.Handle with ctx.ServerError or ctx.NotFound
* Change Handle(403) to NotFound, avoid using macaron's NotFound
|
7 years ago |
Lunny Xiao
|
d239ceee22
|
golint fixed for routers/repo/middlewares.go (#204)
|
8 years ago |
Bwko
|
9e97dc1cd9
|
Fix for anonymous users to switch views
|
8 years ago |
Bwko
|
5b557eb23c
|
Fix panic when no user is signed in
See #188
|
8 years ago |
Andrey Nering
|
43e4529fb4
|
Remember diff view style (#163)
|
8 years ago |
Thibault Meyer
|
6ef997ca64
|
Normalize files with gofmt
|
8 years ago |
Sandro Santilli
|
cb1b3cc148
|
Update import paths from github.com/go-gitea to code.gitea.io (#135)
- 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
|
8 years ago |
Sandro Santilli
|
3c9693defb
|
Replace gogits/git-module dependency with go-gitea/git (#94)
* Replace gogits/git-module dependency with go-gitea/git
Fixes #92
* Remove git alias for git module import (not needed)
|
8 years ago |
Sandro Santilli
|
4fb2e00b31
|
Merge branch 'master' into feature/goimports
|
8 years ago |
Andrey Nering
|
5243e1f5f9
|
Refactor editorconfig middleware
|
8 years ago |
Matthias Loibl
|
929972fc8d
|
Fix imports found by goimports.
|
8 years ago |
Andrey Nering
|
7f39af230a
|
Fix 500 when repo has invalid .editorconfig
Creating a notice instead
|
8 years ago |