Commit Graph

14 Commits (71d16f69ff9448e55f371ce8354d978f8dbe2cba)

Author SHA1 Message Date
Sandro Santilli 71d16f69ff Login via OpenID-2.0 ()
Ethan Koenig 021904e4e6 Fix typos in models/ and modules/ ()
Bwko 1e9730a779 Fixes xss, clickjacking & password autocompletion
Lunny Xiao 94da472717 Golint fixed for modules/setting ()
* golint fixed for modules/setting

* typo fixed and renamed UNIXSOCKET to UnixSocket
Lunny Xiao faabc76fd6 Golint fixed for modules/context
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io ()
- 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
Matthias Loibl 1f44b01e2a Fix imports found by goimports.
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
Unknwon 780cc2d110 router/repo: code refactoring
Unknwon 899e799459 support delete issue comment
Unknwon 1f2e173a74 Refactor User.Id to User.ID
Unknwon dd6faf7f9b Convert all API handers to use *context.APIContext
Unknwon db4da7beec Add APIContext
Unknwon 514382e2eb Rename module: middleware -> context