summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Collapse)AuthorAgeFilesLines
* allow configuring authType for DAV backendJörn Friedrich Dreyer2017-03-221-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix typo in sftp public keyMartin2017-03-191-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix self test for non leading slashRobin Appelman2017-02-101-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Make the notify self test for subfolders more reliableRobin Appelman2017-02-101-1/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-301-39/+21
|\ | | | | Login credential store
| * use login hook credentials as fallbackChristoph Wurst2017-01-111-11/+1
| | | | | | | | | | | | | | If no session token is available, we can use the credentials provided by the login hook. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * migrate 'password::sessioncredentials' extern storage auth to credential storeChristoph Wurst2017-01-111-32/+24
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #2970 from nextcloud/notify-self-testMorris Jobke2017-01-303-49/+209
|\ \ | | | | | | Add self-test for files_external:notify
| * | add unit tests for smb notify backendRobin Appelman2017-01-271-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add notify self testRobin Appelman2017-01-271-1/+36
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | switch occ files_external:notify to new notify mechanismRobin Appelman2017-01-271-10/+12
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add a more powerful notify mechanismRobin Appelman2017-01-272-39/+161
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #3176 from nextcloud/default-value-datadirblizzz2017-01-301-1/+1
|\ \ \ | |/ / |/| | Add proper default value for datadir
| * | Add proper default value for datadirMorris Jobke2017-01-191-1/+1
| |/ | | | | | | | | | | | | * better safe than sorry * fixes #3091 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Add the icons for shipped appsJoas Schilling2017-01-191-3/+18
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-065-115/+105
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update icewind/smb to 2.0.0Robin Appelman2017-01-051-11/+13
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #2550 from nextcloud/smb-notify-renameLukas Reschke2016-12-161-3/+5
|\ | | | | Fix order of parameters when getting notified of smb renames
| * Fix order of parameters when getting notified of smb renamesRobin Appelman2016-12-071-3/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #1678 from nextcloud/smb-stat-rootLukas Reschke2016-12-161-2/+44
|\ \ | |/ |/| Fix mtimes for share root
| * Fix mtimes for share rootRobin Appelman2016-10-111-2/+44
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | split off s3 connection logicRobin Appelman2016-11-161-100/+8
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* more efficient querying of numeric storage idsRobin Appelman2016-09-071-23/+32
|
* Cleanup files_external command importsRoeland Jago Douma2016-09-063-14/+0
|
* get files_external mounts more efficientlyRobin Appelman2016-09-053-29/+68
|
* fix error when not logged inRobin Appelman2016-08-181-0/+4
|
* change remote cloud naming to NextcloudRobin Appelman2016-08-181-1/+1
|
* dont register personal files_external setting if it's emptyRobin Appelman2016-08-181-1/+8
|
* Fix casing of external storage appMorris Jobke2016-08-171-1/+1
|
* layout refinementsMorris Jobke2016-08-171-6/+6
|
* Merge branch 'master' into implement_712Arthur Schiwon2016-08-161-1/+1
|\
| * Fix oracle support of external storage appJoas Schilling2016-08-151-1/+1
| |
* | move mail settings and file handling to additional ones, thus files_external ↵Arthur Schiwon2016-08-132-1/+68
| | | | | | | | gets its own section
* | adjust files app, and integrate files_external into that sectionArthur Schiwon2016-08-112-69/+2
| |
* | adjust files_externalArthur Schiwon2016-08-113-4/+163
|/
* Merge pull request #465 from nextcloud/fix_smb_attributesMorris Jobke2016-08-041-0/+13
|\ | | | | Fix file permissions for SMB (read-only folders will be writeable) (#…
| * Fix file permissions for SMB (read-only folders will be writeable) (#25301)Juan Pablo Villafañez2016-07-201-0/+13
| | | | | | | | | | | | | | | | * Fix file permissions for SMB (read-only folders will be writeable) * Read-only folders won't be deletable * Added comment for the read-only behaviour for folders
* | Update with robinJoas Schilling2016-07-2146-46/+46
| |
* | Fix apps/Joas Schilling2016-07-2187-118/+213
| |
* | Merge pull request #470 from nextcloud/sftp-renameoverwritedirMorris Jobke2016-07-201-1/+1
|\ \ | | | | | | Fix overwriting folders on rename with SFTP
| * | Fix overwriting folders on rename with SFTPVincent Petry2016-07-201-1/+1
| |/ | | | | | | | | This aligns the behavior with other storages and also fixes the failing unit test testRenameOverWriteDirectory
* | add files_external:notify commandRobin Appelman2016-07-141-0/+173
| |
* | add notify support to smb storageRobin Appelman2016-07-141-1/+58
| |
* | Save the files external mount id in the mount cache tableRobin Appelman2016-07-131-1/+2
|/
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-5/+2
| | | | * the setup check is still there
* Fix type hintingRobin Appelman2016-07-082-3/+3
|
* Fix undefined propertiesRobin Appelman2016-07-082-0/+7
|
* Merge branch 'master' into sync-masterMorris Jobke2016-07-075-1/+326
|\
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-0/+4
| |\
| * \ Merge pull request #233 from nextcloud/allow-users-to-change-global-credentialsMorris Jobke2016-06-271-3/+39
| |\ \ | | | | | | | | Allow regular users to specify global credentials password