Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix go get response if only app URL is custom in configuration (#2634) | Lauris BH | 2017-10-02 | 1 | -1/+1 |
| | | | | | | * Fix go get response if only app URL is custom in configuration * Rewrite to update Domain setting to match AppURL | ||||
* | Always return valid go-get meta, even if unauthorized (#2010) | Kim "BKC" Carlbäcker | 2017-06-26 | 1 | -3/+41 |
| | | | | | | * Always return valid go-get meta, even if unauthorized * don't leak information | ||||
* | Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369) | Sandro Santilli | 2017-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION Omit the configuration variable (the default) to be dependent. Fixes #1363 * Move OpenID settings under Service object * Show OpenID SignUp and SignIn status in admin panel / configuration | ||||
* | Login via OpenID-2.0 (#618) | Sandro Santilli | 2017-03-17 | 1 | -0/+1 |
| | |||||
* | Fix typos in models/ and modules/ (#1248) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 |
| | |||||
* | Fixes xss, clickjacking & password autocompletion | Bwko | 2016-11-29 | 1 | -2/+5 |
| | |||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | Golint fixed for modules/context | Lunny Xiao | 2016-11-25 | 1 | -2/+5 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -5/+5 |
| | | | | | | | - 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 | ||||
* | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -6/+5 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
| | |||||
* | router/repo: code refactoring | Unknwon | 2016-08-30 | 1 | -6/+5 |
| | |||||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 | 1 | -0/+13 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 1 | -19/+0 |
| | |||||
* | Add APIContext | Unknwon | 2016-03-13 | 1 | -63/+2 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -0/+266 |