- Mar 23, 2021
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Nextcloud bot authored
-
- Mar 22, 2021
-
-
Morris Jobke authored
[stable21] Improve search results when only phonebook-matches can we autocompleted
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
John Molakvoæ authored
-
Valdnet authored
-
Valdnet authored
Standardizing text strings with other Nextcloud applications.
-
Nextcloud bot authored
-
- Mar 21, 2021
-
-
Morris Jobke authored
[stable21] Removed unnecessary padding
-
Nextcloud bot authored
-
- Mar 20, 2021
-
-
Sascha Wiswedel authored
Signed-off-by:
Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
-
Roeland Jago Douma authored
[stable21] add (hidden) option to always show smb root as writable
-
Nextcloud bot authored
-
- Mar 19, 2021
-
-
Robin Appelman authored
some smb servers are very insistent in reporting that the root of the share is readonly, even if it isn't. This works around the problem by adding a hidden option to overwrite the permissions of the root of the share. This can be enabled using ```bash occ files_external:config <mount id> root_force_writable true ``` where you can find your mount id using ```bash occ files_external:list ``` Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Morris Jobke authored
[stable21] expand 'path is already shared' error message
-
Morris Jobke authored
[stable21] Update user share must use correct expiration validation
-
Vincent Petry authored
[stable21] Add getID function to the simplefile implementation
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Vincent Petry authored
Updating a user or group share now uses the correct method for the validation of the expiration date. Instead of using the one from links it uses the one for internal shares. To avoid future confusion, the method "validateExpirationDate" has been renamed to "validateExpirationDateLink". Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Morris Jobke authored
[stable21] send share notification instead of erroring on duplicate share
-
Nextcloud bot authored
-
- Mar 18, 2021
-
-
Roeland Jago Douma authored
[stable21] Allow overwriting isAuthenticated
-
Vincent Petry authored
[stable21] Fix valid storages removed when cleaning remote storages
-
Daniel Calviño Sánchez authored
The remote URL of a share is always stored in the database with a trailing slash. However, when a cloud ID is generated trailing slashes are removed. The ID of a remote storage is generated from the cloud ID, but the "cleanup-remote-storage" command directly used the remote URL stored in the database. Due to this, even if the remote storage was valid, its ID did not match the ID of the remote share generated by the command and ended being removed. Now the command generates the ID of remote shares using the cloud ID instead, just like done by the remote storage, so there is no longer a mismatch. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Vincent Petry authored
[stable21] limit constructing of result objects in file search
-
Nextcloud bot authored
-
- Mar 17, 2021
-
-
Morris Jobke authored
[stable21] Add appconfig to always show the unique label of a sharee
-
Morris Jobke authored
[stable21] apply object store copy optimization when 'cross storage' copy is wit…
-