aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-12-082-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30113 from nextcloud/bugfix/noid/ext-storage-missing-spinnerPytal2021-12-063-0/+21
|\
| * Add spinner when loading ext storagesVincent Petry2021-12-063-0/+21
| | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | list.php files are only invoked via ViewController and APIControllerJoas Schilling2021-12-011-2/+1
|/ | | | | | | | Both of them actually check that the user is logged in before and also the list.php files themselves would break with getUserSession()->getUser()->getUID() which they contain. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-301-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-292-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-234-12/+4
| | | | | | First round of modifications for PHP 8.1 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-232-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-192-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-1866-178/+136
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #29734 from nextcloud/rakekniven-patch-2Vincent Petry2021-11-171-1/+1
|\ | | | | Fixed grammar
| * Fixed grammarrakekniven2021-11-161-1/+1
| | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-172-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #29679 from nextcloud/enh/18685/dont-flashszaimen2021-11-152-8/+0
|\ | | | | don't flash external storage mountpoints during the status check
| * don't flash external storage mountpoints during the status checkszaimen2021-11-122-8/+0
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | [tx-robot] updated from transifexNextcloud bot2021-11-134-0/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 24Joas Schilling2021-11-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-1134-34/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add migration to move over existing storage idsJulius Härtl2021-11-092-1/+112
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use unique combination of hostname/bucket/key for external storagesJulius Härtl2021-11-041-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2021-11-022-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-262-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #29021 from nextcloud/work/smb/additional-loggingJulius Härtl2021-10-251-0/+1
|\
| * Add additional logging on SMB failure to read folder contentCarl Schwan2021-10-011-0/+1
| | | | | | | | | | | | | | | | Currently we discard the error comming from the SMB library and create a new exception for nextcloud. This patch makes sure that the access/permission exception from the SMB library are logged correctly. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2021-10-232-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29220 from nextcloud/s3-external-listJohn Molakvoæ2021-10-223-144/+235
|\ \
| * | cache versioning enabled statusRobin Appelman2021-10-191-2/+16
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | minor directory detect improvementsRobin Appelman2021-10-191-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | always set Key field in `headObject`Robin Appelman2021-10-151-1/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | more reliable hasUpdated for s3Robin Appelman2021-10-151-0/+13
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove old migration methodRobin Appelman2021-10-151-31/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | optimize filetype for s3 directories a bitRobin Appelman2021-10-151-0/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | ciRobin Appelman2021-10-152-0/+49
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | more reliable directory copyRobin Appelman2021-10-151-20/+10
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | doesDirectoryExist fixesRobin Appelman2021-10-151-4/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | s3 external storage listing reworkRobin Appelman2021-10-151-96/+147
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2021-10-212-62/+68
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-10-202-64/+66
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29185 from ↵Robin Appelman2021-10-151-23/+1
|\ \ | | | | | | | | | | | | nextcloud/revert-29165-bug/noid/s3-delete-folder-versions Revert "Delete S3 versions in rmdir"
| * | Revert "Delete S3 versions in rmdir"Vincent Petry2021-10-121-23/+1
| | |
* | | Merge pull request #27194 from nextcloud/new-ftpJohn Molakvoæ2021-10-143-112/+567
|\ \ \ | |/ / |/| |
| * | ftp ci improvementsRobin Appelman2021-10-071-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | update copyright headerRobin Appelman2021-10-071-1/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fixup tests for ftp limitationsRobin Appelman2021-10-071-0/+44
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | teardownRobin Appelman2021-10-072-1/+6
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add new ftp backendRobin Appelman2021-10-073-122/+524
| | | | | | | | | | | | | | | | | | this uses the raw `ftp_` functions instead of the stream wrapper Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | run ftp external storage tests against multiple ftp serversRobin Appelman2021-10-071-1/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Delete S3 versions in rmdirVincent Petry2021-10-111-1/+23
|/ / | | | | | | | | | | | | When deleting a complete folder in a bucket that has versioning enabled, also make sure to delete all associated versions and delete markers Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-072-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28816 from nextcloud/fix/deprecated-toolip-methodsCarl Schwan2021-09-301-1/+1
|\ \ | |/ |/| Migrate deprecated tooltip methods