aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Backend
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36089 from nextcloud/enh/noid/ext-storage-default-valuesVincent Petry2023-01-164-4/+8
|\
| * Enable SSL by default in ext storage configsVincent Petry2023-01-134-4/+8
* | Support of s3 storage class in External Storage applicationFrançois Ménabé2023-01-121-0/+2
|/
* Additional type hinting found by psalmCarl Schwan2022-10-181-1/+2
* More type safetyCarl Schwan2022-10-171-9/+5
* Add corresponding interface to traitCarl Schwan2022-10-171-1/+3
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* 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
* update to release smb libRobin Appelman2022-01-201-4/+4
* add changes from Sebastian/dassIT and move default_realm to backendArthur Schiwon2022-01-201-4/+19
* add KerberosApacheAuth support to files_externalArthur Schiwon2022-01-201-5/+28
* files_external SMB: throw InvalidArgument when user is not setAnderson Luiz Alves2021-12-031-0/+4
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-3/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0413-13/+2
* l10n: Spelling unificationValdnet2021-05-212-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-101-1/+1
* Update license headers for 19Christoph Wurst2020-04-292-0/+3
* add tooltip to optionRobin Appelman2020-04-221-1/+2
* Add option to check share ACL's when listing directoriesRobin Appelman2020-04-211-0/+3
* Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-04-151-2/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1012-24/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Remove unused importsChristoph Wurst2020-03-252-2/+0
* Update license headersChristoph Wurst2019-12-0513-13/+38
* Some php-cs fixesRoeland Jago Douma2019-11-2213-65/+63
* Make timeout a optional parameterDaniel Kesselberg2019-11-091-0/+1
* Update apps/files_external/lib/Lib/Backend/SMB.phpRobin Appelman2019-09-251-1/+1
* add (hidden) option to configure smb timeoutRobin Appelman2019-09-251-0/+2
* add option to show hidden files in SMB sharesRobin Appelman2019-05-231-0/+3
* Add support for using kerberos ticket to authenticate to smb serversRobin Appelman2018-06-221-6/+22
* add support for v3 swift authRobin Appelman2018-02-261-2/+3
* Remove unused import statementsMorris Jobke2018-02-1410-24/+0
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-2610-11/+11
* add option to use legacy v2 auth with s3Robin Appelman2017-12-191-0/+2
* Update license headersMorris Jobke2017-11-063-1/+6
* show storage as unavailable in the file listRobin Appelman2017-09-041-1/+2
* set the exception for failedstorageRobin Appelman2017-09-041-2/+9
* Use the FailedStorage insteadMorris Jobke2017-09-041-1/+1
* Handle invalid ext storage backend to keep mount point visibleVincent Petry2017-09-041-0/+57
* Move GDrive external storage to a separate repoVincent Petry2017-08-211-53/+0
* Bye bye Dropbox v1Vincent Petry2017-08-161-53/+0
* [files_external] Fix phpdocRoeland Jago Douma2017-08-011-1/+1
* Remove unused use statementsMorris Jobke2017-04-221-3/+0
* change remote cloud naming to NextcloudRobin Appelman2016-08-181-1/+1
* Fix apps/Joas Schilling2016-07-2114-14/+28