summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-05-2056-96/+54
|
* Merge pull request #4943 from nextcloud/rename-secure-dropBjörn Schießle2017-05-192-2/+2
|\ | | | | rename secure drop back to files drop
| * rename secure drop back to files drop because of name collision with ↵Bjoern Schiessle2017-05-182-2/+2
| | | | | | | | | | | | securedrop.org Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Fixes visible sidebar even if hidden is appliedMorris Jobke2017-05-191-0/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-05-1932-90/+154
| |
* | Add tests for ClientFlowLoginControllerLukas Reschke2017-05-181-6/+4
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Add OAuth state to sessionLukas Reschke2017-05-181-24/+18
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | use name of oauth app to identify auth tokenBjoern Schiessle2017-05-181-2/+10
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | add some spacing between the logo and the content of the pageBjoern Schiessle2017-05-181-1/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | show error page if no valid client identifier is given and if it is not a ↵Bjoern Schiessle2017-05-181-5/+24
| | | | | | | | | | | | API request Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | remove 'Alternative login using app token' in case of oauth loginBjoern Schiessle2017-05-181-0/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Remove special charactersLukas Reschke2017-05-181-1/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-183-21/+75
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-05-184-0/+28
|
* Merge pull request #4926 from nextcloud/remove-saml-from-shipped-appsLukas Reschke2017-05-171-1/+0
|\ | | | | user_saml is shipped via appstore
| * user_saml is shipped via appstoreLukas Reschke2017-05-171-1/+0
| | | | | | | | | | | | Keeping it in the shipped.json leads to odd side-effects such as https://help.nextcloud.com/t/earn-a-t-shirt-by-testing-nextcloud-12-beta-2/12374/41?u=lukasreschke in case a previous version was installed. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Bump DOMPurify version to 0.8.9Lukas Reschke2017-05-172-5/+5
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #4924 from nextcloud/shadow-styleLukas Reschke2017-05-172-11/+3
|\ \ | | | | | | Unify box-shadow style, remove filter
| * | Unify box-shadow style, remove filterJan-Christoph Borchardt2017-05-162-11/+3
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-176-16/+26
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2017-05-1714-0/+28
| |
* | Merge pull request #4767 from nextcloud/app-code-checkerMorris Jobke2017-05-161-1/+33
|\ \ | | | | | | Check language files and database schema with app code checker
| * | Implement skip checkers and log the currently tested appMorris Jobke2017-05-161-1/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Skip the code checking for nowJoas Schilling2017-05-161-0/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Check the name length of database itemsJoas Schilling2017-05-161-0/+13
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Check the syntax of the language fileJoas Schilling2017-05-161-0/+10
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #4865 from nextcloud/improve-two-factor-buttonsRoeland Jago Douma2017-05-161-1/+14
|\ \ \ | |/ / |/| | Improve layout of buttons for two factor auth
| * | Improve layout of buttons for two factor authMorris Jobke2017-05-151-1/+14
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4889 from nextcloud/fix-contactsmenu-overflowRoeland Jago Douma2017-05-161-0/+1
|\ \ | | | | | | Fix contacts menu overflow for few entries, fix #4744
| * | Fix contacts menu overflow for few entries, fix #4744Jan-Christoph Borchardt2017-05-161-0/+1
| |/ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* / [tx-robot] updated from transifexNextcloud bot2017-05-166-0/+8
|/
* Merge pull request #4873 from nextcloud/check-whether-REQUEST-existsMorris Jobke2017-05-151-3/+5
|\ | | | | Check whether the $_SERVER['REQUEST_*'] vars exist before using them
| * Check whether the $_SERVER['REQUEST_*'] vars exist before using themJoas Schilling2017-05-151-3/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #4805 from nextcloud/enforce-upgrade-for-big-instancesLukas Reschke2017-05-152-0/+23
|\ \ | | | | | | Allow to enforce update via web UI
| * | Allow to enforce update via web UIMorris Jobke2017-05-112-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | * adds a disclaimer that an update via web UI is on own risk * allows to skip the warning * fixes #4353 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Bold link in footer on login pageMorris Jobke2017-05-141-0/+4
| |/ |/| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-05-154-0/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-1418-0/+66
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-1316-0/+64
| |
* | Merge pull request #4809 from nextcloud/downstream-27676Lukas Reschke2017-05-123-1/+21
|\ \ | | | | | | Disable reset password link
| * | Disable the API endpoints as wellJoas Schilling2017-05-112-1/+19
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Disable reset password link. Issue: #27440Ujjwal Bhardwaj2017-05-111-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-05-1262-1644/+112
| | |
* | | Proper logging for appstore updatesMorris Jobke2017-05-112-1/+16
| |/ |/| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4804 from nextcloud/proper-upgrade-sizeLukas Reschke2017-05-111-1/+1
|\ \ | |/ |/| Properly decide on actual users if instance is too big
| * Properly decide on actual users if instance is too bigMorris Jobke2017-05-101-1/+1
| | | | | | | | | | | | * state the reason why NC thinks it is a big instance Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-05-112-0/+2
| |
* | Merge pull request #4783 from nextcloud/lite-application-classesMorris Jobke2017-05-103-33/+8
|\ \ | |/ |/| Use automatic injection for appdata folders
| * Automatic creation of Identity managerJoas Schilling2017-05-101-7/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Automatic injection for CssControllerJoas Schilling2017-05-102-14/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>