summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* handle AccessDenied error when checking if external s3 support versionsMatthieu Gallien2022-07-281-1/+1
* Move CappedMemoryCache to OCPCarl Schwan2022-07-143-3/+3
* Merge pull request #32016 from nextcloud/fix/PasswordUpdatedEvent_handlingLouis2022-05-161-10/+18
|\
| * Use stored user for PasswordUpdatedEventLouis Chemineau2022-05-101-10/+18
* | Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-122-21/+15
* | Add a public replacement for OC::$server->getCarl Schwan2022-05-101-2/+3
|/
* Merge pull request #30860 from nextcloud/smb-getdirectory-content-catchVincent Petry2022-04-141-3/+9
|\
| * handle notfound and notpermitted error in Smb::getDirectoryContentRobin Appelman2022-02-111-3/+9
* | Fix case also when the table existed alreadyJoas Schilling2022-04-081-1/+1
* | Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to...Côme Chilliet2022-03-312-1/+55
|\ \
| * | Remove unneeded preSchemaChange and return null if no changesCôme Chilliet2022-03-311-10/+2
| * | Fix files_external column lengthJoas Schilling2022-03-252-1/+63
* | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-291-20/+20
|\ \ \ | |/ / |/| |
| * | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-20/+20
* | | Apply suggestions from code reviewRobin Appelman2022-03-241-1/+1
* | | force full setup after external storage config changeRobin Appelman2022-03-243-5/+23
* | | Merge pull request #30991 from nextcloud/external-remove-config-migrationRobin Appelman2022-03-244-223/+2
|\ \ \ | |/ / |/| |
| * | remove old legacy external storage migration logicRobin Appelman2022-02-094-223/+2
| |/
* | Merge pull request #31215 from nextcloud/smb-directory-invalid-typeRobin Appelman2022-03-171-9/+17
|\ \
| * | type hint as generatorRobin Appelman2022-03-041-9/+14
| * | handle invilid type when listing directory in smbRobin Appelman2022-03-041-0/+3
* | | AmazonS3: allow not implemented versioningErik van Velzen2022-03-151-2/+14
* | | Prevent reading key on SFTP stat boolJohn Molakvoæ2022-03-111-0/+3
|/ /
* / store mountprovider for each mount in the mounts tableRobin Appelman2022-02-231-1/+1
|/
* Merge pull request #30945 from nextcloud/techdebt/noid/background-job-time-wi...Joas Schilling2022-02-081-0/+2
|\
| * Use the new option to signaling insensitivityJoas Schilling2022-02-071-0/+2
* | Add SCHEME_NULL to list of allowed auth mechanismhowardZa2022-02-071-0/+2
|/
* Fix php:csLouis Chemineau2022-01-261-1/+1
* Fix accessing undefined offsetsCarl Schwan2022-01-211-4/+2
* l10n: Change to a capital letterValdnet2022-01-211-1/+1
* update to release smb libRobin Appelman2022-01-201-4/+4
* do not use deprecated query() methodArthur Schiwon2022-01-201-28/+28
* add changes from Sebastian/dassIT and move default_realm to backendArthur Schiwon2022-01-202-5/+27
* add KerberosApacheAuth support to files_externalArthur Schiwon2022-01-203-7/+78
* Merge pull request #29923 from alacn1/fix_basicauth_must_be_stringCarl Schwan2022-01-141-0/+4
|\
| * files_external SMB: throw InvalidArgument when user is not setAnderson Luiz Alves2021-12-031-0/+4
* | Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-1/+1
* | Add option to disallow creation of local storagesVincent Petry2021-12-154-7/+54
|/
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-234-12/+4
* Add migration to move over existing storage idsJulius Härtl2021-11-091-0/+111
* Use unique combination of hostname/bucket/key for external storagesJulius Härtl2021-11-041-0/+1
* Merge pull request #29021 from nextcloud/work/smb/additional-loggingJulius Härtl2021-10-251-0/+1
|\
| * Add additional logging on SMB failure to read folder contentCarl Schwan2021-10-011-0/+1
* | cache versioning enabled statusRobin Appelman2021-10-191-2/+16
* | minor directory detect improvementsRobin Appelman2021-10-191-2/+2
* | always set Key field in `headObject`Robin Appelman2021-10-151-1/+3
* | more reliable hasUpdated for s3Robin Appelman2021-10-151-0/+13
* | remove old migration methodRobin Appelman2021-10-151-31/+0
* | optimize filetype for s3 directories a bitRobin Appelman2021-10-151-0/+3
* | more reliable directory copyRobin Appelman2021-10-151-20/+10