aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add missing 'personal' mount configuration optionRobin McCorkell2014-08-291-0/+1
* | use S3Client::encodeKey(), fixes #8325Jörn Friedrich Dreyer2014-08-201-2/+3
|/
* Pass existing Net_SFTP object into Net_SFTP_Stream.Andreas Fischer2014-07-201-3/+9
* login() must be called after getServerPublicHostKey().Andreas Fischer2014-07-181-5/+5
* Merge pull request #9674 from owncloud/stable7-9647Vincent Petry2014-07-171-0/+37
|\
| * Add unit test for multi-user configuration loadingRobin McCorkell2014-07-161-0/+37
* | fix CSS coding styleMorris Jobke2014-07-161-5/+6
* | Fix #9590. Fix #9612.Stephane V2014-07-163-14/+26
|/
* Added mountType attribute and adapted Delete action textVincent Petry2014-07-141-0/+1
* Add short description explaining how SFTP ext storage class works.Andreas Fischer2014-07-141-0/+4
* The file providing the sftp:// scheme needs to be included manually.Andreas Fischer2014-07-141-0/+11
* Fix Signiture Does Not Match when mounting Amazon S3 external storageChristopher T. Johnson2014-07-081-13/+17
* When changing the mountpoint of an external storage, ensure the old one is re...Robin Appelman2014-07-073-8/+21
* add ocsids to info.xmlGeorg Ehrke2014-07-072-1/+2
* Fix reload call for all subclassesVincent Petry2014-07-041-7/+2