summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Prevent reading key on SFTP stat boolJohn Molakvoæ2022-03-111-0/+3
* Merge pull request #31122 from nextcloud/backport/30945/stable22blizzz2022-03-101-0/+2
|\
| * Use the new option to signaling insensitivityJoas Schilling2022-02-221-0/+2
* | Add option to disallow creation of local storagesVincent Petry2022-03-074-7/+54
|/
* Fix php:csLouis Chemineau2022-01-261-1/+1
* Fix accessing undefined offsetsCarl Schwan2022-01-221-4/+2
* 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
* files_external SMB: throw InvalidArgument when user is not setAnderson Luiz Alves2022-01-141-0/+4
* Add migration to move over existing storage idsJulius Härtl2021-11-101-0/+111
* Use unique combination of hostname/bucket/key for external storagesJulius Härtl2021-11-101-0/+1
* cache versioning enabled statusRobin Appelman2021-10-221-2/+16
* minor directory detect improvementsRobin Appelman2021-10-221-2/+2
* always set Key field in `headObject`Robin Appelman2021-10-221-1/+3
* more reliable hasUpdated for s3Robin Appelman2021-10-221-0/+13
* remove old migration methodRobin Appelman2021-10-221-31/+0
* optimize filetype for s3 directories a bitRobin Appelman2021-10-221-0/+3
* more reliable directory copyRobin Appelman2021-10-221-20/+10
* doesDirectoryExist fixesRobin Appelman2021-10-221-4/+4
* s3 external storage listing reworkRobin Appelman2021-10-221-96/+147
* Delete object to cleanup leftover of paths when removing directoriesJulius Härtl2021-10-111-0/+1
* Fix folder size contained in S3 bucketsLouis Chemineau2021-08-201-4/+9
* Gracefully handle smb acls for users without a domainRichard Steinmetz2021-08-131-1/+1
* fix app disdplay nameArthur Schiwon2021-06-161-1/+1
* fix some typesRobin Appelman2021-06-163-9/+3
* move logic from contstructor to boot methodRobin Appelman2021-06-161-15/+12
* move user/group deleted listeners to new event listener serviceRobin Appelman2021-06-163-25/+96
* move files_external to IBootstrapRobin Appelman2021-06-163-8/+32
* remove depricated methods from MountConfigRobin Appelman2021-06-163-120/+58
* Merge pull request #26397 from nextcloud/external-storage-login-ldap-publicblizzz2021-06-071-3/+34
|\
| * allow using any ldap property as login name when using external storage login...Robin Appelman2021-06-031-3/+34
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-04104-129/+41
|/
* l10n: Spelling unificationValdnet2021-05-212-2/+2
* Rename External storages to External storageszaimen2021-05-205-6/+6
* better cleanup of filecache when deleting an external storageRobin Appelman2021-05-191-38/+1
* set mimetype for objects uploaded to object storagesRobin Appelman2021-04-212-4/+14
* Continue iterating over diretory contents and just hide file if denied by aclJulius Härtl2021-04-201-1/+1
* Merge pull request #23444 from nextcloud/notify-dry-runRoeland Jago Douma2021-03-301-32/+52
|\
| * add dry-run option to files_external:notifyRobin Appelman2021-03-241-32/+52
* | ignore readonly flag for directoriesRobin Appelman2021-03-251-8/+2
|/
* Merge pull request #26145 from nextcloud/smb-force-write-optionMorris Jobke2021-03-191-1/+9
|\
| * add (hidden) option to always show smb root as writableRobin Appelman2021-03-161-1/+9
* | Merge pull request #25129 from nextcloud/bugfix/smb-notify-subpathVincent Petry2021-03-191-1/+1
|\ \
| * | Fix files_external:notify command when running withing a subdirectory of the ...Julius Härtl2021-01-141-1/+1
* | | Use correct exception type hint in catch statementMorris Jobke2021-03-161-2/+2
| |/ |/|
* | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-041-1/+7
* | Fix types in the Group ManagerRoeland Jago Douma2021-03-031-1/+1
* | Fix a few RedundantCastRoeland Jago Douma2021-03-011-1/+1