summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-2612-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-03-2520-10/+154
|
* [tx-robot] updated from transifexNextcloud bot2018-03-2416-0/+22
|
* Merge pull request #8943 from nextcloud/dep_oc_jsonRoeland Jago Douma2018-03-2328-264/+96
|\ | | | | Remove \OCP\JSON
| * Update autoloaderRoeland Jago Douma2018-03-232-2/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Finally remove \OCP\JSONRoeland Jago Douma2018-03-234-178/+12
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-2225-96/+96
| | | | | | | | | | | | 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 #8935 from nextcloud/backend_interfacesRoeland Jago Douma2018-03-2313-16/+435
|\ \ \ | | | | | | | | Backend interfaces
| * | | Update autoloaderRoeland Jago Douma2018-03-222-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Document parametersRoeland Jago Douma2018-03-229-0/+30
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move to ABackendRoeland Jago Douma2018-03-222-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move Database backend over to new User/Backend interfacesRoeland Jago Douma2018-03-221-16/+30
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Remove type declarations where not yet possibleRoeland Jago Douma2018-03-224-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Because we don't return consistent things yet :( Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Deprecate implementsActionsRoeland Jago Douma2018-03-221-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Fix phpdocRoeland Jago Douma2018-03-229-0/+62
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add abstract bakend to still be backwards compatible with the old logicRoeland Jago Douma2018-03-221-0/+62
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add interfaces for user backend functionalityRoeland Jago Douma2018-03-228-0/+232
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | 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>
* | | | Merge pull request #8936 from nextcloud/fix-gallery-selectorsMorris Jobke2018-03-231-2/+5
|\ \ \ \ | | | | | | | | | | Fix gallery buttons selector
| * | | | Fix gallery buttons selectorJohn Molakvoæ (skjnldsv)2018-03-221-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-03-2334-10/+48
| | | | |
* | | | | Merge pull request #8948 from nextcloud/search-dav-selectable_displaynameMorris Jobke2018-03-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Make displayname selectable
| * | | | | 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 #8891 from nextcloud/fix_8890Roeland Jago Douma2018-03-222-12/+11
|\ \ \ \ \ | | | | | | | | | | | | Fix proper permissions for multiple file access
| * | | | | Fix testRoeland Jago Douma2018-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Fix proper permissions for multiple file accessRoeland Jago Douma2018-03-221-11/+10
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #8890 In case you have access to a file via multiple ways, for example: 1. the file is shared with you with permission read only 2. the folder containing the file is shared with your read/write Requesting the getById function on the userFolder would give back two entries but both with the same permissions. Depending on the node you picked this is not right. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #8886 from nextcloud/navigation-indicatorMorris Jobke2018-03-221-2/+20
|\ \ \ \ \ | |_|/ / / |/| | | | Make active navigation indicator more obvious
| * | | | Make text of edit entry being aligned with other entriesJulius Härtl2018-03-221-2/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Make active navigation indicator more obviousJulius Härtl2018-03-221-2/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #8939 from nextcloud/fix-8701Roeland Jago Douma2018-03-221-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix search text overlapping close button
| * | | | | Fix search text overlapping clode buttonJulius Härtl2018-03-221-0/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | fixes #8701 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #8909 from ↵Morris Jobke2018-03-223-8/+11
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/feature/noid/make-the-autocomplete-endpoint-ocs Make the new autocomplete endpoint OCS
| * | | | Make the new autocomplete endpoint OCSJoas Schilling2018-03-213-8/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #8506 from nextcloud/use-appmanagerMorris Jobke2018-03-226-20/+17
|\ \ \ \ \ | | | | | | | | | | | | Use isInstalled of AppManger instead of reimplement it
| * | | | | Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-216-20/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #8791 from nextcloud/cleanup-oc_jsonMorris Jobke2018-03-223-39/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Remove unused methods of OC_Json
| * | | | | Remove unused methods of OC_JsonMorris Jobke2018-03-213-39/+6
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #8922 from nextcloud/deprecated-ocp-files-methodsRoeland Jago Douma2018-03-222-0/+15
|\ \ \ \ \ | | | | | | | | | | | | Deprecated some methods of OCP\Files
| * | | | | Deprecate OCP\FilesMorris Jobke2018-03-212-0/+15
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | / / [tx-robot] updated from transifexNextcloud bot2018-03-22128-354/+566
| |_|/ / |/| | |
* | | | Merge pull request #8918 from nextcloud/remove-deprecated-ocp-responseMorris Jobke2018-03-214-70/+2
|\ \ \ \ | | | | | | | | | | Remove deprecated and unused OCP\Response
| * | | | Remove deprecated and unused OCP\ResponseMorris Jobke2018-03-214-70/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #8920 from nextcloud/hint-files-apiMorris Jobke2018-03-211-0/+3
|\ \ \ \ | | | | | | | | | | Add hint about OCP\Folder::getById
| * | | | Add hint about OCP\Folder::getByIdMorris Jobke2018-03-211-0/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #7196 from nextcloud/sharing-confirm-buttonMorris Jobke2018-03-213-232/+1910
|\ \ \ \ | | | | | | | | | | Add confirmation button to share input
| * | | | Keep showing the working icon while there are pending operationsDaniel Calviño Sánchez2018-03-212-17/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, whenever a pending operation (getting the suggestions, confirming a share or selecting a recipient) finished the working icon was hidden and the confirm button was shown again, even if there were other pending operations (the most common case is typing slowly on the input field, as several operations to get the suggestions could pile if the server response is not received fast enough). Now, the working icon is not hidden until the last pending operation finishes. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Extract code to restore the UI after confirming a shareDaniel Calviño Sánchez2018-03-211-30/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>