summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-11-022-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-10-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-282-2/+2
|
* Merge pull request #23645 from nextcloud/fix/fe/s3/isset_firstRoeland Jago Douma2020-10-271-1/+7
|\ | | | | Check if array elements exist before using them
| * Check if array elements exist before using themRoeland Jago Douma2020-10-251-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
|/
* Merge pull request #23021 from nextcloud/notify-saved-login-authblizzz2020-10-131-14/+56
|\ | | | | 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-09-231-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>
* | Merge pull request #23264 from nextcloud/bug/23177/escape-htmlRoeland Jago Douma2020-10-091-0/+8
|\ \ | | | | | | Add local version of escapeHTML
| * | Add local version of escapeHTMLDaniel Kesselberg2020-10-071-0/+8
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #23020 from nextcloud/disable-notify-self-checkRobin Appelman2020-10-081-1/+10
|\ \ \ | |/ / |/| | add option to disable notify self check
| * | add option to disable notify self checkRobin Appelman2020-09-231-1/+10
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-059-85/+85
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [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
|
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* improve handling of out of space errors for smbRobin Appelman2020-09-171-0/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-4/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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
|
* 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…