aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-182-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-172-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-122-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-112-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_external): basic auth user storage triggerJohn Molakvoæ2023-10-102-3/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-092-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-082-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-292-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39131 from fsamapoor/refactor_lib_files_external_commandsLouis2023-09-2811-204/+135
|\ | | | | Refactors files_external app commands
| * Adds parameter type hints.Faraz Samapoor2023-09-282-2/+2
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com> Signed-off-by: Faraz Samapoor <fsa@adlas.at> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * Refactors files_external app commands.Faraz Samapoor2023-09-2811-206/+137
| | | | | | | | | | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-283-6/+6
|/ | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* Fix OCS-APIRequest header for OpenAPIjld31032023-09-271-2/+3
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Add single status code descriptions for OpenAPIjld31032023-09-272-1/+3
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-242-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-232-30/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40499 from nextcloud/known-mtime-wrapperRobin Appelman2023-09-211-18/+10
|\ | | | | add wrapper for external storage to ensure we don't get an mtime that is lower than we know it is
| * apply known mtime wrapper for external storagesRobin Appelman2023-09-191-18/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-215-14/+16
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | use multipart copy for s3Robin Appelman2023-09-201-4/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-202-0/+24
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39531 from nextcloud/sso-kerberos-fix2Robin Appelman2023-09-197-11/+77
|\ | | | | kerberos sso ci fix
| * kerberos sso ci fixesRobin Appelman2023-09-187-11/+77
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #40183 from nextcloud/sftp-fixesRobin Appelman2023-09-182-9/+151
|\ \ | |/ |/| SFTP improvements
| * sftp psalm fixesRobin Appelman2023-09-182-11/+15
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * psalm suppressRobin Appelman2023-09-041-0/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * implement fseek for sftp read streamRobin Appelman2023-09-042-3/+30
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * more optimized getPermissions/getMetaDataRobin Appelman2023-09-041-0/+44
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * sftp optimize file_put_contents, writeStream and copyRobin Appelman2023-09-041-1/+55
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix error during sftp stream closeRobin Appelman2023-09-041-0/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * clear sftp stat cache when opening a write streamRobin Appelman2023-09-041-3/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-072-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #39895 from nextcloud/fix/noid/revoke-admin-overwriteJohn Molakvoæ2023-09-052-30/+7
|\ \ | |/ |/|
| * admin have no special rights on users' entriesMaxence Lange2023-09-012-30/+7
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #39707 from ↵Simon L2023-09-041-0/+6
|\ \ | | | | | | | | | nextcloud/bugfix/39706/local-ext-storage-unavailable-mode
| * | Allow ext storage Local to go unavailableVincent Petry2023-08-291-0/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Whenever an external storage of type Local points at a non-existing directory, process this as a StorageNotAvailable instead of returning 404. This makes desktop clients ignore the folder instead of deleting it when it becomes unavailable. The code change was limited to external storages to avoid issues during setup and with the default home storage. Signed-off-by: Vincent Petry <pvince81@yahoo.fr>
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-09-032-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: upgrade to `@nextcloud/files@3.0.0-beta.18`John Molakvoæ2023-08-231-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-237-10/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: use Navigation from `@nextcloud/files`John Molakvoæ2023-08-234-19/+15
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-2/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-162-0/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* use fresh builders when deleting storagesRobin Appelman2023-08-141-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-124-2/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-112-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-102-0/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-082-2/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39717 from nextcloud/fix/openapi/files_externalJulien Veyssier2023-08-074-6/+103
|\ | | | | files_external: Fix OpenAPI
| * files_external: Fix OpenAPIjld31032023-08-074-6/+103
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-072-0/+22
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>