aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2431-7/+32
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-08-242-2/+2
|
* Merge pull request #22335 from nextcloud/fix/16017/remove_nc_encryptionMorris Jobke2020-08-201-2/+10
|\ | | | | Remove encryption option for nextcloud external storage
| * 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>
* | Merge pull request #21734 from nextcloud/external-s3-no-touchMorris Jobke2020-08-201-17/+1
|\ \ | |/ |/| disable touch to update mtime for external s3 storage
| * disable touch to update mtime for external s3 storageRobin Appelman2020-07-071-17/+1
| | | | | | | | | | | | since updating the mtime requires doing a copy this can have a significant overhead and it messes with versioning Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-193-4/+4
| | | | | | | | | | | | Found by Psalm 3.14.1 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2020-08-182-6/+6
| |
* | Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
| | | | | | | | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-143-6/+4
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Remove setCustomJs of the files_external FrontendDefinitionTraitMorris Jobke2020-08-131-10/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Remove unused method uploadFileDaniel Kesselberg2020-08-131-9/+0
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-1210-36/+35
| | | | | | | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #21037 from nextcloud/login-credentails-saveblizzz2020-08-075-26/+181
|\ \ | | | | | | Only save login credentials in database once there is an external storage that needs it
| * | Move event listener to dedicated classMorris Jobke2020-07-302-22/+67
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | update saved credentials on password changeRobin Appelman2020-07-301-1/+27
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove saved credentails if the user no longer has any storage configured ↵Robin Appelman2020-07-303-4/+82
| | | | | | | | | | | | | | | | | | using them Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Only save login credentials in database once there is an external storage ↵Robin Appelman2020-07-301-23/+29
| | | | | | | | | | | | | | | | | | that needs it Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [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>
* | Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-205-5/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2020-07-172-2/+2
| |
* | Merge pull request #21728 from nextcloud/bugfix/noid/s3-external-mtime-cacheMorris Jobke2020-07-151-0/+6
|\ \ | | | | | | Reuse cache for directory mtime/size if filesystem changes can be ignored
| * | Reuse cache for directory mtime/size if filesystem changes can be ignoredJulius Härtl2020-07-071-0/+6
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #21785 from ↵Morris Jobke2020-07-1320-80/+80
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/remove-classmap-in-files_external Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH us…
| * | Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in ↵Morris Jobke2020-07-1020-80/+80
| |/ | | | | | | | | | | files_external Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / filter files containing a hash in the path for ftp storagesRobin Appelman2020-07-101-0/+17
|/ | | | | | | | the php ftp streamwrapper doesn't handle hashes correctly and will break when it tries to enter a path containing a hash. By filtering out paths containing a hash we can at least stop the external storage from breaking completely Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move files_external to migrationsJoas Schilling2020-07-063-226/+151
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Also always return in app commandsJoas Schilling2020-06-2610-11/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove rescanDelay from directory mtimeJulius Härtl2020-06-221-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
|
* Merge pull request #21252 from nextcloud/smb-3.2.5Robin Appelman2020-06-097-14/+29
|\ | | | | update icewind/smb to 3.2.5
| * update icewind/smb to 3.2.5Robin Appelman2020-05-277-14/+29
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-06-092-8/+10
| |
* | Merge pull request #21091 from nextcloud/sftp-normalize-pathJoas Schilling2020-06-032-0/+6
|\ \ | | | | | | normalize sftp path in read and write stream
| * | normalize sftp path in read and write streamRobin Appelman2020-05-252-0/+6
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-06-032-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-06-012-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-05-304-36/+98
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2020-05-272-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-232-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-222-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-202-6/+6
|/
* [tx-robot] updated from transifexNextcloud bot2020-05-192-0/+4
|
* Merge pull request #20941 from nextcloud/smb-3.2.4Morris Jobke2020-05-154-26/+53
|\ | | | | update icewind/smb to 3.2.4
| * update icewind/smb to 3.2.4Robin Appelman2020-05-124-26/+53
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>