summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: Implement option to temporarily set the user sessionJulius Härtl2024-03-191-4/+5
* feat: add command to scan external storages directlyRobin Appelman2024-03-063-74/+290
* fix: Allow to disable multipart copy on external s3 storageJulius Härtl2024-02-241-0/+3
* mark MOUNT_TYPE_PERSONAl as deprecatedMaxence Lange2024-02-242-0/+4
* full uppercase constMaxence Lange2024-02-247-13/+12
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-1310-11/+11
* feat: rename users to account or personVincent Petry2024-02-1313-15/+15
* Merge pull request #43349 from nextcloud/fix/case-sensitive-root-smbArthur Schiwon2024-02-121-1/+2
|\
| * fix(files_external): list root when using SMB case-insensitive optionBenjamin Gaussorgues2024-02-051-1/+2
* | fix(files_external) Add sensitive S3 values redacted by list commandJosh2024-02-071-2/+2
* | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
|/
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-304-1/+4
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* Correct a typoValdnet2023-11-281-1/+1
* fix(files_external): Fix "Could not find resource main.js to load"Joas Schilling2023-11-271-1/+0
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2317-40/+35
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-023-8/+8
* Merge pull request #41053 from nextcloud/bug/smb/in-place-case-renameBenjamin Gaussorgues2023-10-312-0/+24
|\
| * fix(files_external): on case insensitive system, block case changeBenjamin Gaussorgues2023-10-232-0/+24
* | fix(external): Get storage before update itJoas Schilling2023-10-261-0/+3
* | Return correct status if touch failedLouis Chemineau2023-10-231-11/+13
|/
* fix(files_external): basic auth user storage triggerJohn Molakvoæ2023-10-101-0/+1
* Merge pull request #39131 from fsamapoor/refactor_lib_files_external_commandsLouis2023-09-2811-204/+135
|\
| * Adds parameter type hints.Faraz Samapoor2023-09-282-2/+2
| * Refactors files_external app commands.Faraz Samapoor2023-09-2811-206/+137
* | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-282-4/+4
|/
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
* Merge pull request #40499 from nextcloud/known-mtime-wrapperRobin Appelman2023-09-211-18/+10
|\
| * apply known mtime wrapper for external storagesRobin Appelman2023-09-191-18/+10
* | fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-0/+2
* | use multipart copy for s3Robin Appelman2023-09-201-4/+1
|/
* Merge pull request #40183 from nextcloud/sftp-fixesRobin Appelman2023-09-182-9/+151
|\
| * sftp psalm fixesRobin Appelman2023-09-182-11/+15
| * psalm suppressRobin Appelman2023-09-041-0/+4
| * implement fseek for sftp read streamRobin Appelman2023-09-042-3/+30
| * more optimized getPermissions/getMetaDataRobin Appelman2023-09-041-0/+44
| * sftp optimize file_put_contents, writeStream and copyRobin Appelman2023-09-041-1/+55
| * fix error during sftp stream closeRobin Appelman2023-09-041-0/+7
| * clear sftp stat cache when opening a write streamRobin Appelman2023-09-041-3/+5
* | Merge pull request #39895 from nextcloud/fix/noid/revoke-admin-overwriteJohn Molakvoæ2023-09-051-1/+1
|\ \ | |/ |/|
| * admin have no special rights on users' entriesMaxence Lange2023-09-011-1/+1
* | Allow ext storage Local to go unavailableVincent Petry2023-08-291-0/+6
|/
* use fresh builders when deleting storagesRobin Appelman2023-08-141-0/+3
* files_external: Fix OpenAPIjld31032023-08-073-5/+27
* Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-041-1/+2
|\
| * fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-281-1/+2
* | feat(files_external): migrate to vueJohn Molakvoæ2023-08-0110-62/+135
* | Migrate files external to PSR LoggerInterfaceBenjamin Gaussorgues2023-08-019-92/+56
|/
* Merge pull request #39367 from nextcloud/s3-fopen-exceptionRobin Appelman2023-07-201-1/+1
|\
| * handle more exceptions in AmazonS3::fopenRobin Appelman2023-07-131-1/+1