aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Properly handle SMB ACL blocking scanning a directoryJulius Härtl2021-01-291-2/+7
* Merge pull request #25214 from nextcloud/dependabot/composer/phpseclib/phpsec...Morris Jobke2021-01-211-0/+1
|\
| * Bump phpseclib/phpseclib from 2.0.25 to 2.0.30Christoph Wurst2021-01-191-0/+1
* | Fix potential empty resultJoas Schilling2021-01-201-2/+2
* | Compare and store the login name via the eventJoas Schilling2021-01-201-3/+6
* | Also fix the username when it changedJoas Schilling2021-01-201-2/+3
* | Don't save credentials of another userJoas Schilling2021-01-201-0/+5
|/
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-115-18/+18
* dont offer to edit external config settings if we can't edit themRobin Appelman2021-01-084-22/+53
* Merge pull request #23261 from nextcloud/enh/external-storage-session-typeMorris Jobke2021-01-073-3/+18
|\
| * Expose session based authentication through mount point typeJulius Härtl2020-12-213-3/+18
* | Revert "allow using any ldap property as login name when using login credenti...blizzz2021-01-071-38/+2
* | allow using any ldap property as login name when using external storage login...Robin Appelman2021-01-041-2/+38
* | Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-1/+1
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1627-27/+26
* Adjust further columnsVincent Petry2020-12-091-0/+6
* set mountid for personal external storage mountsRobin Appelman2020-12-022-3/+5
* Remove the deprecated update.phpChristoph Wurst2020-11-271-1/+1
* Remove unused and deprecated methods from files_external MountConfigMorris Jobke2020-11-101-49/+0
* Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+4
* Check if array elements exist before using themRoeland Jago Douma2020-10-251-1/+7
* Merge pull request #23021 from nextcloud/notify-saved-login-authblizzz2020-10-131-14/+56
|\
| * also give storage backend it's change to manipulate the configRobin Appelman2020-10-071-0/+9
| * allow using saved login credentials for notifyRobin Appelman2020-09-231-14/+47
* | Merge pull request #23020 from nextcloud/disable-notify-self-checkRobin Appelman2020-10-081-1/+10
|\ \
| * | add option to disable notify self checkRobin Appelman2020-09-231-1/+10
| |/
* / Format code to a single space around binary operatorsChristoph Wurst2020-10-055-31/+31
|/
* improve handling of out of space errors for smbRobin Appelman2020-09-171-0/+6
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-4/+0
* Set delimiter so that the CommonPrefixes response can properly be determinedJulius Härtl2020-09-101-1/+2
* fix s3 doesDirectoryExist check for empty directoriesRobin Appelman2020-09-101-1/+1
* Fix reading empty files from objectstorageRoeland Jago Douma2020-09-091-2/+8
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2421-5/+23
* Merge pull request #21734 from nextcloud/external-s3-no-touchMorris Jobke2020-08-201-17/+1
|\
| * disable touch to update mtime for external s3 storageRobin Appelman2020-07-071-17/+1
* | Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-193-4/+4
* | Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
* | Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-142-5/+3
* | Remove setCustomJs of the files_external FrontendDefinitionTraitMorris Jobke2020-08-131-10/+0
* | Remove unused method uploadFileDaniel Kesselberg2020-08-131-9/+0
* | Move event listener to dedicated classMorris Jobke2020-07-302-22/+67
* | update saved credentials on password changeRobin Appelman2020-07-301-1/+27
* | remove saved credentails if the user no longer has any storage configured usi...Robin Appelman2020-07-302-4/+78
* | Only save login credentials in database once there is an external storage tha...Robin Appelman2020-07-301-23/+29
* | Merge pull request #21728 from nextcloud/bugfix/noid/s3-external-mtime-cacheMorris Jobke2020-07-151-0/+6
|\ \
| * | Reuse cache for directory mtime/size if filesystem changes can be ignoredJulius Härtl2020-07-071-0/+6
| |/
* | Merge pull request #21785 from nextcloud/techdebt/noid/remove-classmap-in-fil...Morris Jobke2020-07-1312-24/+26
|\ \
| * | Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-1012-24/+26
| |/
* / filter files containing a hash in the path for ftp storagesRobin Appelman2020-07-101-0/+17
|/