aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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>
| * Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-041-1/+2
| |\ | | | | | | fix!: Final round of moving to IEventDispatcher
| | * fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-281-1/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-044-0/+44
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0316-4/+180
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | feat(files): migrate recent viewJohn Molakvoæ (skjnldsv)2023-08-024-7/+118
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-02130-3294/+3460
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | feat(files_external): migrate to vueJohn Molakvoæ2023-08-0135-1400/+1010
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Migrate files external to PSR LoggerInterfaceBenjamin Gaussorgues2023-08-0111-96/+62
| |/ | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * Merge pull request #39595 from ↵Joas Schilling2023-07-283-5/+6
| |\ | | | | | | | | | | | | nextcloud/bugfix/noid/remove-symfony-event-from-user fix!: Remove symfony EventDispatcherInterface from OC\User and OC\Group
| | * fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-273-5/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-282-8/+8
| |/ | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-3/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Merge pull request #39367 from nextcloud/s3-fopen-exceptionRobin Appelman2023-07-201-1/+1
| |\ | | | | | | handle more exceptions in AmazonS3::fopen