summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-233-0/+59
* | | | Merge pull request #8935 from nextcloud/backend_interfacesRoeland Jago Douma2018-03-2313-16/+435
|\ \ \ \
| * | | | Update autoloaderRoeland Jago Douma2018-03-222-0/+18
| * | | | Document parametersRoeland Jago Douma2018-03-229-0/+30
| * | | | Move to ABackendRoeland Jago Douma2018-03-222-3/+3
| * | | | Move Database backend over to new User/Backend interfacesRoeland Jago Douma2018-03-221-16/+30
| * | | | Remove type declarations where not yet possibleRoeland Jago Douma2018-03-224-4/+4
| * | | | Deprecate implementsActionsRoeland Jago Douma2018-03-221-0/+1
| * | | | Fix phpdocRoeland Jago Douma2018-03-229-0/+62
| * | | | Add abstract bakend to still be backwards compatible with the old logicRoeland Jago Douma2018-03-221-0/+62
| * | | | Add interfaces for user backend functionalityRoeland Jago Douma2018-03-228-0/+232
* | | | | Merge pull request #8856 from nextcloud/ocs-api-new-user-password-emailMorris Jobke2018-03-232-12/+55
|\ \ \ \ \
| * | | | | Allow admin to create users withoutpassword by sending mail automaticallyJohn Molakvoæ (skjnldsv)2018-03-222-12/+55
| | |_|/ / | |/| | |
* | | | | Merge pull request #8936 from nextcloud/fix-gallery-selectorsMorris Jobke2018-03-231-2/+5
|\ \ \ \ \
| * | | | | Fix gallery buttons selectorJohn Molakvoæ (skjnldsv)2018-03-221-2/+5
* | | | | | [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 selectableRoeland Jago Douma2018-03-221-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #8891 from nextcloud/fix_8890Roeland Jago Douma2018-03-222-12/+11
|\ \ \ \ \
| * | | | | Fix testRoeland Jago Douma2018-03-221-1/+1
| * | | | | Fix proper permissions for multiple file accessRoeland Jago Douma2018-03-221-11/+10
| | |_|/ / | |/| | |
* | | | | Merge pull request #8886 from nextcloud/navigation-indicatorMorris Jobke2018-03-221-2/+20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make text of edit entry being aligned with other entriesJulius Härtl2018-03-221-2/+9
| * | | | Make active navigation indicator more obviousJulius Härtl2018-03-221-2/+13
* | | | | Merge pull request #8939 from nextcloud/fix-8701Roeland Jago Douma2018-03-221-0/+1
|\ \ \ \ \
| * | | | | Fix search text overlapping clode buttonJulius Härtl2018-03-221-0/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #8909 from nextcloud/feature/noid/make-the-autocomplete-en...Morris Jobke2018-03-223-8/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make the new autocomplete endpoint OCSJoas Schilling2018-03-213-8/+11
* | | | | Merge pull request #8506 from nextcloud/use-appmanagerMorris Jobke2018-03-226-20/+17
|\ \ \ \ \
| * | | | | Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-216-20/+17
* | | | | | Merge pull request #8791 from nextcloud/cleanup-oc_jsonMorris Jobke2018-03-223-39/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Remove unused methods of OC_JsonMorris Jobke2018-03-213-39/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #8922 from nextcloud/deprecated-ocp-files-methodsRoeland Jago Douma2018-03-222-0/+15
|\ \ \ \ \
| * | | | | Deprecate OCP\FilesMorris Jobke2018-03-212-0/+15
| |/ / / /
* | | / / [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\ResponseMorris Jobke2018-03-214-70/+2
| |/ / /
* | | | Merge pull request #8920 from nextcloud/hint-files-apiMorris Jobke2018-03-211-0/+3
|\ \ \ \
| * | | | Add hint about OCP\Folder::getByIdMorris Jobke2018-03-211-0/+3
| |/ / /
* | | | Merge pull request #7196 from nextcloud/sharing-confirm-buttonMorris Jobke2018-03-213-232/+1910
|\ \ \ \
| * | | | Keep showing the working icon while there are pending operationsDaniel Calviño Sánchez2018-03-212-17/+94
| * | | | Extract code to restore the UI after confirming a shareDaniel Calviño Sánchez2018-03-211-30/+15
| * | | | Discard cached suggestions when adding a shareDaniel Calviño Sánchez2018-03-211-0/+6
| * | | | Reuse last suggestions if the same parameters are usedDaniel Calviño Sánchez2018-03-212-1/+192
| * | | | Confirm a share also by pressing enter on the input fieldDaniel Calviño Sánchez2018-03-202-0/+47
| * | | | Add a share when clicking on the confirm buttonDaniel Calviño Sánchez2018-03-202-1/+447
| * | | | Return also exact matches besides all suggestionsDaniel Calviño Sánchez2018-03-202-16/+299
| * | | | Extract code to filter suggestions to its own functionDaniel Calviño Sánchez2018-03-201-60/+64
| * | | | Show an error when getting the suggestions succeeds with failure contentDaniel Calviño Sánchez2018-03-202-10/+16
| * | | | Use "showTemporary" instead of explicitly hiding the notificationDaniel Calviño Sánchez2018-03-202-6/+5