summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Check if array elements exist before using themRoeland Jago Douma2020-10-271-1/+7
| | | | | | | | It seems that in some recent upgrade here. Not always the entries we expect are returned. So we should first check if they exist. As to not spam the log. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-10-272-2/+2
|
* add option to disable notify self checkRobin Appelman2020-10-141-1/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #23233 from nextcloud/notify-saved-login-auth-19blizzz2020-10-131-14/+56
|\ | | | | [19] allow using saved login credentials for notify
| * also give storage backend it's change to manipulate the configRobin Appelman2020-10-071-0/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * allow using saved login credentials for notifyRobin Appelman2020-10-061-14/+47
| | | | | | | | | | | | when only the user is provided, we use to provided user to try and get saved login credentials Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-10-022-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-09-272-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-09-232-2/+2
| |
* | improve handling of out of space errors for smbRobin Appelman2020-09-171-0/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Set delimiter so that the CommonPrefixes response can properly be determinedJulius Härtl2020-09-101-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | fix s3 doesDirectoryExist check for empty directoriesRobin Appelman2020-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | if a directory is empty, only the 'marker' object `/` exists. since not all s3 implementations return just the prefix when listing objects by prefix, when listing objects by the folder prefix, nothing will be returned if the directory is empty. by not including the trailing slash in the prefix, the folder marked will always be returned if it exists Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix reading empty files from objectstorageRoeland Jago Douma2020-09-091-2/+8
| | | | | | | | | | | | | | | | Since we try to do range requests this will fail hard. However since empty files are not that interesting to read anyways we just read from an emptry memory stream. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Upgrade icewind/smb to 3.2.7Roeland Jago Douma2020-09-044-14/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-08-252-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-242-2/+2
| |
* | Remove encryption option for nextcloud external storageRoeland Jago Douma2020-08-201-2/+10
| | | | | | | | | | | | | | | | Fixes #16017 Since it never worked we should not show it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-08-182-6/+6
| |
* | Reuse cache for directory mtime/size if filesystem changes can be ignoredJulius Härtl2020-08-101-0/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-08-042-0/+2
| |
* | update icewind/smb to 3.2.6Robin Appelman2020-07-227-30/+31
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-07-172-2/+2
| |
* | Merge pull request #21342 from nextcloud/backport/21252/stable19Roeland Jago Douma2020-07-047-14/+29
|\ \ | | | | | | [stable19] update icewind/smb to 3.2.5
| * | update icewind/smb to 3.2.5Robin Appelman2020-06-097-14/+29
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Remove rescanDelay from directory mtimeJulius Härtl2020-06-251-6/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-06-182-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-06-112-4/+4
|/ /
* / [tx-robot] updated from transifexNextcloud bot2020-06-092-8/+10
|/
* Merge pull request #21203 from nextcloud/backport/21091/stable19Roeland Jago Douma2020-06-082-0/+6
|\ | | | | [stable19] normalize sftp path in read and write stream
| * normalize sftp path in read and write streamRobin Appelman2020-06-032-0/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-06-0520-48/+130
|/
* update icewind/smb to 3.2.4Robin Appelman2020-05-154-26/+53
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2020-05-032-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-05-022-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-04-302-4/+4
|
* Update license headers for 19Christoph Wurst2020-04-2941-2/+40
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-04-284-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-04-262-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-04-2510-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2020-04-2416-2/+28
|
* add tooltip to optionRobin Appelman2020-04-221-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add option to check share ACL's when listing directoriesRobin Appelman2020-04-212-0/+37
| | | | | | | | | | | | | | If a file or folder in a directory doesn't have read permissions they will not be shown Note that enabling this option incurs a performance penalty additional requests need to be made to get all the acl. Additionally the acl resolving logic is fairly primitive at the moment and might not work correctly in all setups (it should error to showing the entry) Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #20114 from ↵Roeland Jago Douma2020-04-211-3/+3
|\ | | | | | | | | nextcloud/techdebt/noid/allow-some-apps-to-have-root-urls Allow some apps to have root URLs in their own routing file
| * Fix legacy routesJoas Schilling2020-04-181-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-04-212-6/+6
| |
* | Add method to storage backends to get directory content with metadataRobin Appelman2020-04-201-8/+57
|/ | | | | | | | | | | | | | | | | Currently you need to use `opendir` and then call `getMetadata` for every file, which adds overhead because most storage backends already get the metadata when doing the `opendir`. While storagebackends can (and do) use caching to relief this problem, this adds cache invalidation dificulties and only a limited number of items are generally cached (to prevent memory usage exploding when scanning large storages) With this new methods storage backends can use the child metadata they got from listing the folder to return metadata without having to keep seperate caches. Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2020-04-162-0/+2
|
* Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-04-152-2/+2
| | | | Signed-off-by: Julien Lutran <julien.lutran@corp.ovh.com>
* [tx-robot] updated from transifexNextcloud bot2020-04-152-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-04-132-2/+2
|