aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-2/+2
* | Drop redundant indesRoeland Jago Douma2021-02-162-3/+65
* | 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