Commit Graph

20 Commits (e59adcde655aac0e8afd3249407c9a0a2b1b1d6b)

Author SHA1 Message Date
Lunny Xiao 35cc5b0402
Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName ()
* remove GetRepositoryByRef and add GetRepositoryByOwnerAndName

* fix tests

* fix tests bug

* some improvements
Ethan Koenig b7ebaf6d20 Various wiki bug fixes ()
* Update macaron

* Various wiki bug fixes
Lauris BH 0d4c63fd70
Fix go-get, src and raw urls to new scheme ()
Lauris BH 46cc45f049 Fix go get response if only app URL is custom in configuration ()
* Fix go get response if only app URL is custom in configuration

* Rewrite to update Domain setting to match AppURL
Kim "BKC" Carlbäcker 5db8cf3bd1 Always return valid go-get meta, even if unauthorized ()
* Always return valid go-get meta, even if unauthorized

* don't leak information
Sandro Santilli 129b0d6a4b Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION ()
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION

Omit the configuration variable (the default) to be dependent.
Fixes 

* Move OpenID settings under Service object

* Show OpenID SignUp and SignIn status in admin panel / configuration
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