aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* When formatting a share node an Empty target is invalidRoeland Jago Douma2018-04-041-1/+1
| | | | | | | | | | | Fixes #9028 For federated shares the share table holds no target information (since it is on the other server). So when a node is actually invalid and not found we should not display it anymore in the shared with sections etc and thus throw the proper exceptions. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-04-044-2/+88
|
* Merge pull request #8996 from brandonkirsch/fix-onenote-davMorris Jobke2018-04-032-2/+2
|\ | | | | Fix webdav support for OneNote clients
| * Fix webdav support for OneNote clientsBrandon Kirsch2018-03-262-2/+2
| |
* | Merge pull request #9006 from ↵Morris Jobke2018-04-031-0/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/8977/ignore_encrypted_custom_properties Do not treat is-encrypted as custom property
| * | Do not treat is-encrypted as customer propertyRoeland Jago Douma2018-03-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | fixes #8977 Else for all files in a folder we would launch off more queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #8945 from nextcloud/fix-files-copy-in-recent-favoritesMorris Jobke2018-04-032-6/+9
|\ \ \ | | | | | | | | Fixed files copy/move when in favorites or recent section
| * | | Fixed files copy/move when in favorites or recent sectionJohn Molakvoæ (skjnldsv)2018-03-222-6/+9
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #9014 from nextcloud/smb-2.0.5Morris Jobke2018-04-039-25/+45
|\ \ \ \ | | | | | | | | | | update icewind/smb to 2.0.5
| * | | | update icewind/smb to 2.0.5Robin Appelman2018-03-289-25/+45
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-04-038-16/+144
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-04-028-14/+50
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-04-012-2/+2
| | | | |
* | | | | [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