aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5556 from nextcloud/files_external_sftp_2048_4096Morris Jobke2017-07-042-8/+13
|\ | | | | [Files external] Add support for 2048 and 4096 bit RSA key generation
| * Remove unused memberRoeland Jago Douma2017-06-301-2/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Allow 2048 and 4096 bit SFTP keysRoeland Jago Douma2017-06-292-6/+13
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | move personal external storage settings to it's own sectionRobin Appelman2017-06-233-18/+170
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use the correct param type when getting external storages for groupsRobin Appelman2017-05-221-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #4527 from nextcloud/downstream-27504Morris Jobke2017-05-011-24/+46
|\ | | | | Adjust SMB permissions on the root
| * remove duplicate methodRobin Appelman2017-04-261-26/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * remove excessive loggingRobin Appelman2017-04-261-25/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Adjust SMB permissions on the rootJuan Pablo Villafáñez2017-04-261-3/+60
| |
* | allow apps to set custom mount typesRobin Appelman2017-04-281-0/+30
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #4416 from gvmura/avoid-duplicate-files-googleMorris Jobke2017-04-261-0/+13
|\ | | | | Avoid duplicate files in google with the same name
| * avoid duplicate files in google with the same namegvmura2017-04-211-0/+13
| | | | | | | | Signed-off-by: gvmura <gvmura@uniss.it>
* | Remove unused use statementsMorris Jobke2017-04-223-7/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4404 from Ardinis/masterMorris Jobke2017-04-201-6/+6
|\ | | | | Remove json handling for files_external:config
| * reviewedArdinis2017-04-201-0/+7
| |
| * Remove json handling for files_external:configArdinis2017-04-141-7/+0
| | | | | | #4347
* | Fix translationsJoas Schilling2017-04-185-11/+11
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #4312 from nextcloud/cleanup-nameBjörn Schießle2017-04-122-4/+4
|\ | | | | Update comments to Nextcloud
| * Update comments to NextcloudMorris Jobke2017-04-112-4/+4
| | | | | | | | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [files_external] Remove unneeded update stepsMorris Jobke2017-04-122-56/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix fseek against string not resource by removing append supportArthur Schiwon2017-04-041-7/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #3438 from nextcloud/external-storage-user-folderRoeland Jago Douma2017-03-311-1/+1
|\ | | | | Allow using '/' as external storage mountpoint
| * Allow using '/' as external storage rootRobin Appelman2017-03-231-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | 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
|