summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* 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 passwordLukas Reschke2016-06-271-3/+39
| * | | Merge pull request #190 from nextcloud/add-wnd-1Lukas Reschke2016-06-273-0/+182
| |\ \ \ | | |/ / | |/| |
| | * | Add "Login credentials" and "User Provided"Lukas Reschke2016-06-213-0/+182
| * | | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-264-11/+74
| |\ \ \ | | |/ / | |/| |
| * | | Add "Global Auth" option to external storageRobin Appelman2016-06-213-1/+108
* | | | show configuration options for authentication backends while listing storageRobin Appelman2016-06-301-0/+4
* | | | hide hidden parameters from list backend/auth parametersRobin Appelman2016-06-301-3/+14
| |_|/ |/| |
* | | Quickfix: do not lazy load auth mechanisms for ext storagesVincent Petry2016-06-271-0/+4
| |/ |/|
* | Add option to `occ files_external:list` to show all configured mountsRobin Appelman2016-06-234-10/+71
* | Hide more default options in occ files_external:listRobin Appelman2016-06-221-1/+3
|/
* Merge pull request #25173 from owncloud/fix_conversion_issuesVincent Petry2016-06-204-0/+6
|\
| * Fix conversion issuesJuan Pablo Villafáñez2016-06-204-0/+6
* | Merge pull request #25010 from owncloud/gdrive-fix-testsVincent Petry2016-06-201-2/+2
|\ \ | |/ |/|
| * Fix GDrive test rename overwrite folderVincent Petry2016-06-101-2/+2
* | Convert Dropbox Forbidden exception to StorageNotAvailableExceptionVincent Petry2016-06-141-0/+5
|/
* Merge pull request #25008 from owncloud/externals_test_with_originVincent Petry2016-06-095-16/+20
|\
| * Change the default value to true instead of nullJuan Pablo Villafáñez2016-06-085-8/+8
| * Rename variableJuan Pablo Villafáñez2016-06-075-16/+16
| * Add support to know where the storage test comes fromJuan Pablo Villafáñez2016-06-075-15/+19
* | Fix GDrive file size when mime type doesn't match contentsVincent Petry2016-06-081-1/+1
* | Fix GDrive upload file which name might match the one of a folderVincent Petry2016-06-071-1/+15
* | implement specific rename handling for SMBArthur Schiwon2016-05-311-0/+20
|/
* Fix SMB backend registrationRobin McCorkell2016-05-301-4/+2
* Update license headersLukas Reschke2016-05-2633-12/+47
* Merge pull request #24814 from owncloud/fix-psr4-external-masteVincent Petry2016-05-252-0/+0
|\