summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-3124-2/+52
|
* [tx-robot] updated from transifexNextcloud bot2018-03-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-2914-4/+46
|
* Merge pull request #8976 from nextcloud/dep_user_codeRoeland Jago Douma2018-03-282-9/+23
|\ | | | | Remove deprecated functions from OCP\User
| * Remove deprecated \OCP\User::userExistsRoeland Jago Douma2018-03-261-5/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Remove deprecated OCP\User::getDisplaynameRoeland Jago Douma2018-03-252-4/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Remove deprecated \OCP\User::getUsersRoeland Jago Douma2018-03-251-5/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-03-28120-116/+344
| |
* | Merge pull request #8993 from nextcloud/theming-allow-ui-with-themeRoeland Jago Douma2018-03-273-6/+5
|\ \ | | | | | | Show UI when using a custom theme
| * | Show UI when using a custom themeJulius Härtl2018-03-263-6/+5
| | | | | | | | | | | | | | | | | | Do not hide the theming app UI when using a custom theme besides it, but warn the users about some settings being overwritten by that. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-03-274-0/+6
| | |
* | | Merge pull request #8968 from nextcloud/filter_method_not_allowedRoeland Jago Douma2018-03-261-0/+4
|\ \ \ | | | | | | | | MethodNotAllowed is not a Fatal error
| * | | MethodNotAllowed is not a Fatal errorRoeland Jago Douma2018-03-261-0/+4
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #8983 from nextcloud/fix-8888Roeland Jago Douma2018-03-262-2/+2
|\ \ \ | | | | | | | | Clear any theming prefixed cache on cache buster increase
| * | | Fix testsJulius Härtl2018-03-261-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Clear any theming prefixed cache on cache buster increaseJulius Härtl2018-03-261-1/+1
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #8985 from nextcloud/cleanup_ocp_dbRoeland Jago Douma2018-03-268-49/+106
|\ \ \ | | | | | | | | Cleanup ocp db
| * | | Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-268-49/+106
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / Make 2FA backupcodes strictRoeland Jago Douma2018-03-261-8/+10
|/ / | | | | | | | | | | * and follow the interface again Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2018-03-2610-0/+16
|/
* [tx-robot] updated from transifexNextcloud bot2018-03-2514-10/+44
|
* [tx-robot] updated from transifexNextcloud bot2018-03-248-0/+14
|
* Merge pull request #8943 from nextcloud/dep_oc_jsonRoeland Jago Douma2018-03-2317-82/+82
|\ | | | | Remove \OCP\JSON
| * Finally remove \OCP\JSONRoeland Jago Douma2018-03-233-12/+12
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-2217-82/+82
| | | | | | | | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #8865 from nextcloud/ocs-groups-displaynameJoas Schilling2018-03-233-0/+59
|\ \ | | | | | | Return groups displayname in provisioning api
| * | Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-233-0/+59
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #8856 from nextcloud/ocs-api-new-user-password-emailMorris Jobke2018-03-232-12/+55
|\ \ \ | | | | | | | | Allow admin to create users without password by sending mail automatic…
| * | | Allow admin to create users withoutpassword by sending mail automaticallyJohn Molakvoæ (skjnldsv)2018-03-222-12/+55
| | |/ | |/| | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-03-2318-8/+28
| | |
* | | Make displayname selectableRoeland Jago Douma2018-03-221-1/+1
| | | | | | | | | | | | It is dav. so if it is not properly set we just return a 404 anyway.
* | | Merge pull request #8909 from ↵Morris Jobke2018-03-221-6/+9
|\ \ \ | |/ / |/| | | | | | | | nextcloud/feature/noid/make-the-autocomplete-endpoint-ocs Make the new autocomplete endpoint OCS
| * | Make the new autocomplete endpoint OCSJoas Schilling2018-03-211-6/+9
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-03-2210-0/+30
| | |
* | | Merge pull request #8918 from nextcloud/remove-deprecated-ocp-responseMorris Jobke2018-03-211-2/+2
|\ \ \ | | | | | | | | Remove deprecated and unused OCP\Response
| * | | Remove deprecated and unused OCP\ResponseMorris Jobke2018-03-211-2/+2
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7196 from nextcloud/sharing-confirm-buttonMorris Jobke2018-03-211-2/+10
|\ \ \ | |/ / |/| | Add confirmation button to share input
| * | Replace information icon with confirmation button in share inputJan-Christoph Borchardt2018-03-201-2/+10
| | | | | | | | | | | | | | | | | | | | | The confirmation button right now is just an icon; its behaviour will be added in the following commits. Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-03-21130-390/+398
| | |
* | | Merge pull request #8821 from nextcloud/feature/noid/show-eol-warningMorris Jobke2018-03-207-0/+21
|\ \ \ | |/ / |/| | Show EOL warning in the update section
| * | Show EOL warning in the update sectionJoas Schilling2018-03-207-0/+21
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #8847 from nextcloud/ocs-api-userdetailsMorris Jobke2018-03-203-73/+169
|\ \ \ | |/ / |/| | Add userdetails to ocs api
| * | fixup! Check if groups is array, return empty do not throwJohn Molakvoæ (skjnldsv)2018-03-192-37/+5
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Check if groups is array, return empty do not throwJohn Molakvoæ (skjnldsv)2018-03-161-2/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fixed tests and improved codeJohn Molakvoæ (skjnldsv)2018-03-162-61/+117
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fixed throw error on unreachable usersJohn Molakvoæ (skjnldsv)2018-03-161-7/+11
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Add userdetails to ocs apiJohn Molakvoæ (skjnldsv)2018-03-162-3/+71
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #8861 from nextcloud/rakekniven-patch-1Joas Schilling2018-03-202-5/+5
|\ \ \ | | | | | | | | Update ThemingController.php
| * | | Update ThemingControllerTest.phprakekniven2018-03-191-2/+2
| | | | | | | | | | | | Adjusted test
| * | | Update ThemingController.phprakekniven2018-03-191-1/+1
| | | | | | | | | | | | Changed file according to discussion on PR.