summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Expand)AuthorAgeFilesLines
* Don't use command concatenationLukas Reschke2015-06-101-3/+3
* Check if arrayLukas Reschke2015-06-021-5/+7
* Disallow semicolons in passed commandsLukas Reschke2015-06-011-0/+5
* Revert custom patch that can cause problemsLukas Reschke2015-06-011-2/+8
* Merge pull request #15077 from owncloud/fix-smb-oc-admin-stable7Morris Jobke2015-05-201-4/+10
|\
| * Support constructing an SMB_OC without saved session credentialsRobin McCorkell2015-03-201-4/+10
* | Merge pull request #15271 from owncloud/stable7-fix-ext-owncloudMorris Jobke2015-05-132-2/+10
|\ \
| * | Fix bugs in ownCloud external storageRobin McCorkell2015-03-272-2/+10
| |/
* / use displayname lookup route in files_external settingsJörn Friedrich Dreyer2015-04-231-31/+14
|/
* Do not remove dir entry if it has the same name as the parentVincent Petry2014-12-111-4/+1
* Merge pull request #12663 from zinks-/l10n-fr-backportMorris Jobke2014-12-101-8/+8
|\
| * Patched french translation (backported from master)Thomas Imbreckx2014-12-051-8/+8
* | translated saved message in files externalVolkan Gezer2014-12-101-2/+2
|/
* Only store user credentials when SMB_OC storage is enabledLukas Reschke2014-11-201-3/+27
* Show warning when invalid user was passedVincent Petry2014-11-201-0/+8
* Merge pull request #11614 from owncloud/fix_files_external_s3_storage_id_migr...Lukas Reschke2014-10-312-3/+137
|\
| * test files external amazon s3 storage id migrationJörn Friedrich Dreyer2014-10-271-0/+117
| * fix files_external storage id migrationJörn Friedrich Dreyer2014-10-271-3/+20
* | Make files non executableLukas Reschke2014-10-243-0/+0
* | Fix S3 connectionVincent Petry2014-10-221-5/+11
* | Lazy initialize external storagesVincent Petry2014-10-226-103/+159
* | guess mimetype on touchJörn Friedrich Dreyer2014-10-222-2/+5
* | Merge pull request #11550 from owncloud/fix_flickering_usersJörn Friedrich Dreyer2014-10-171-1/+1
|\ \ | |/ |/|
| * fix flickering usersJörn Friedrich Dreyer2014-10-131-1/+1
* | Allow specifying protocol in ext storage OC configVincent Petry2014-10-152-0/+91
|/
* Added PHP docs for etag propagatorVincent Petry2014-10-091-4/+17
* More phpdocRobin Appelman2014-10-091-0/+5
* Hookup the etag propagatorRobin Appelman2014-10-092-0/+17
* Add EtagPropagator to handle etag changes when external storages are changedRobin Appelman2014-10-092-0/+435
* Fix add/remove mountpoint hooksRobin Appelman2014-10-092-6/+8
* Added failing unit tests for mount config hooksVincent Petry2014-10-092-8/+142
* Added filesystem hooks for mount/unmount ext storageVincent Petry2014-10-091-1/+26
* Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
* Updated info.xml app descriptionMTRichards2014-10-081-1/+5
* extract batchDelete(), better commentsJörn Friedrich Dreyer2014-10-061-31/+31
* files_extern: remove empty Body and ContentLength in Amazon S3 mountAndré Gaul2014-10-021-3/+1
* fix amazon s3 issuesJörn Friedrich Dreyer2014-10-012-109/+124
* Skip test for unsuported feature for amazon s3Robin Appelman2014-10-011-0/+4
* Fix copy overwrite for amazon s3Robin Appelman2014-10-011-12/+4
* Fix amazon s3 rename overwriteRobin Appelman2014-10-011-2/+10
* Fix AmazonS3 rmdir on the rootRobin Appelman2014-10-012-38/+43
* Load apps in test situationsRobin McCorkell2014-09-221-2/+0
* Move select2 from files_external to coreVincent Petry2014-09-2259-5409/+2
* Converted an array to PHP5.3 compatible versionJohan Björk2014-09-111-2/+2
* Fixes #8326: deletion of directories on S3Johan Björk2014-09-111-17/+12
* remove a left over that uselessly fetches all usersArthur Schiwon2014-09-051-1/+0
* Merge pull request #10558 from owncloud/ajaxify_user_list_for_files_external_...Lukas Reschke2014-09-0464-58/+5615
|\
| * fix deletion of sharesJörn Friedrich Dreyer2014-08-211-21/+22
| * replace chosen with select2 to provide ajaxified user and group selection for...Jörn Friedrich Dreyer2014-08-208-65/+190
| * add select2 to app specific thirdpartyJörn Friedrich Dreyer2014-08-2060-0/+5431