summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix translationsJoas Schilling2017-04-185-11/+11
* Merge pull request #4312 from nextcloud/cleanup-nameBjörn Schießle2017-04-122-4/+4
|\
| * Update comments to NextcloudMorris Jobke2017-04-112-4/+4
* | [files_external] Remove unneeded update stepsMorris Jobke2017-04-122-56/+0
|/
* fix fseek against string not resource by removing append supportArthur Schiwon2017-04-041-7/+4
* Merge pull request #3438 from nextcloud/external-storage-user-folderRoeland Jago Douma2017-03-311-1/+1
|\
| * Allow using '/' as external storage rootRobin Appelman2017-03-231-1/+1
* | allow configuring authType for DAV backendJörn Friedrich Dreyer2017-03-221-0/+2
|/
* fix typo in sftp public keyMartin2017-03-191-1/+1
* fix self test for non leading slashRobin Appelman2017-02-101-2/+2
* Make the notify self test for subfolders more reliableRobin Appelman2017-02-101-1/+6
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-301-39/+21
|\
| * use login hook credentials as fallbackChristoph Wurst2017-01-111-11/+1
| * migrate 'password::sessioncredentials' extern storage auth to credential storeChristoph Wurst2017-01-111-32/+24
* | Merge pull request #2970 from nextcloud/notify-self-testMorris Jobke2017-01-303-49/+209
|\ \
| * | add unit tests for smb notify backendRobin Appelman2017-01-271-0/+1
| * | add notify self testRobin Appelman2017-01-271-1/+36
| * | switch occ files_external:notify to new notify mechanismRobin Appelman2017-01-271-10/+12
| * | Add a more powerful notify mechanismRobin Appelman2017-01-272-39/+161
* | | Merge pull request #3176 from nextcloud/default-value-datadirblizzz2017-01-301-1/+1
|\ \ \ | |/ / |/| |
| * | Add proper default value for datadirMorris Jobke2017-01-191-1/+1
| |/
* / Add the icons for shipped appsJoas Schilling2017-01-191-3/+18
|/
* replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-065-115/+105
* Update icewind/smb to 2.0.0Robin Appelman2017-01-051-11/+13
* Merge pull request #2550 from nextcloud/smb-notify-renameLukas Reschke2016-12-161-3/+5
|\
| * Fix order of parameters when getting notified of smb renamesRobin Appelman2016-12-071-3/+5
* | Merge pull request #1678 from nextcloud/smb-stat-rootLukas Reschke2016-12-161-2/+44
|\ \ | |/ |/|
| * Fix mtimes for share rootRobin Appelman2016-10-111-2/+44
* | split off s3 connection logicRobin Appelman2016-11-161-100/+8
|/
* 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
* | 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) (#25301)Juan Pablo Villafañez2016-07-201-0/+13
* | 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 SFTPVincent Petry2016-07-201-1/+1
| |/
* | add files_external:notify commandRobin Appelman2016-07-141-0/+173
* | add notify support to smb storageRobin Appelman2016-07-141-1/+58