aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-292-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-272-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-252-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-234-0/+18
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-222-0/+24
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-216-0/+16
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-204-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-1918-0/+36
|
* Merge pull request #12879 from owncloud/mountconfigMorris Jobke2014-12-181-2/+3
|\ | | | | Add mount specific options
| * Load mount specific options from the mount configRobin Appelman2014-12-171-2/+3
| |
* | Merge pull request #12759 from owncloud/core-reduce-js-and-cssJörn Friedrich Dreyer2014-12-181-1/+1
|\ \ | | | | | | make sure styles and scripts are only loaded once
| * | make sure styles and scripts are only loaded onceThomas Müller2014-12-161-1/+1
| | |
* | | Merge pull request #12896 from owncloud/drop-deprecatedJörn Friedrich Dreyer2014-12-182-2/+2
|\ \ \ | | | | | | | | first step to drop \OCP\Config:: in favour of IConfig
| * | | first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-172-2/+2
| |/ /
* | | Merge pull request #12925 from owncloud/fix-js-unit-testsVincent Petry2014-12-181-1/+1
|\ \ \ | | | | | | | | be more explicit in JS unit tests - caused by accessibility issues
| * | | be more explicit in JS unit tests - caused by accessibility issuesMorris Jobke2014-12-181-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1864-64/+0
|/ / /
* | | Merge pull request #12924 from owncloud/improve-emptystatesThomas Müller2014-12-181-1/+5
|\ \ \ | | | | | | | | Improve empty states
| * | | add empty state for external storagesJan-Christoph Borchardt2014-12-171-1/+5
| | |/ | |/|
* | | Setup a docker container that holds a webdav instance to test files_externalMorris Jobke2014-12-1711-6/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | document docker parameter and use random host port fix typo copy autotest.sh to autotest-external.sh adds ability to add start* and stop* scripts in env in external tests run files_external WebDAV tests against ownCloud instance introduce executor number to be able to shut down the correct docker container fetch docker images in advance - this also fetches latest versions of the docker images add second argument to autotest-external.sh which can specify a single test to run print out the explicit test run change naming schema of files_external setup scripts
* | | Add the storage id to the mount configRobin Appelman2014-12-171-103/+162
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2014-12-174-0/+60
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-152-2/+2
|
* Merge pull request #12812 from owncloud/remove-53-workaroundThomas Müller2014-12-121-6/+1
|\ | | | | Remove conditional check for 5.3 compatibility
| * Remove conditional check for 5.3 compatibilityLukas Reschke2014-12-121-6/+1
| |
* | Merge pull request #12789 from owncloud/external-iconVincent Petry2014-12-121-210/+2
|\ \ | | | | | | fix and compress files_external icon
| * | fix and compress files_external iconJan-Christoph Borchardt2014-12-111-210/+2
| | |
* | | Merge pull request #12527 from owncloud/js-pluginsystemRobin Appelman2014-12-121-5/+1
|\ \ \ | |_|/ |/| | Simple Plugin system for Javascript
| * | Remove obsoleted filelist prototype backup in testsVincent Petry2014-12-041-5/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-124-0/+4
| |/ |/|
* | Merge pull request #12090 from AdamWill/google-rename-deleteMorris Jobke2014-12-101-0/+12
|\ \ | | | | | | google: delete original after successful rename
| * | google: delete original after successful renameAdam Williamson2014-11-301-0/+12
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In GDrive, filenames aren't unique, and directories are just special files - so you can have multiple files with the same name, multiple directories with the same name, and even files with the same names as directories. OC doesn't handle this at all, though, and just wants to act as if file and directory names *are* unique. So when renaming, we must check if there's an existing object with the same file or directory name before we commit the rename, and explicitly delete it if the rename is successful. (Other providers like dropbox do the same for files, but intentionally don't do it for directories; we really need to do it for directories too.) A good way to observe this is to run the storage unit tests and look at the state of the Drive afterwards. Without this commit, there will be several copies of all the test files and directories. After this commit, there's just one of each. We can't just say "hey, Drive lets us do this, what's the problem?" because we don't handle multiple-objects, same-name cases - getDriveFile() just bails and prints an error if it searches for the file or directory with a given name and gets multiple results.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-104-0/+4
| |
* | Merge pull request #12708 from owncloud/l10nsavedThomas Müller2014-12-091-2/+2
|\ \ | | | | | | translated saved message in files external
| * | translated saved message in files externalVolkan Gezer2014-12-081-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-0922-8/+34
| | |
* | | Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke2014-12-084-18/+48
|\ \ \ | |/ / |/| | Add a public api for apps to add mounts
| * | Use the mount config api for files_externalRobin Appelman2014-12-044-18/+48
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-0868-68/+0
| | |
* | | Merge pull request #12668 from owncloud/keepspaceThomas Müller2014-12-071-1/+1
|\ \ \ | | | | | | | | Keep spaces out of the string
| * | | Keep spaces out of the stringVolkan Gezer2014-12-071-1/+1
| | | | | | | | | | | | Otherwise translators cannot notice them on Transifex.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-072-2/+2
|/ / /
* | | Merge pull request #12166 from helmutschneider/aws-2.7.5Lukas Reschke2014-12-0551-254/+710
|\ \ \ | | | | | | | | Upgrade AWS sdk to 2.7.5. Fixes #12023
| * | | Upgrade AWS sdk to 2.7.5Johan Björk2014-11-1351-254/+710
| | | |
* | | | Merge pull request #12523 from owncloud/port-11747Vincent Petry2014-12-051-3/+28
|\ \ \ \ | | | | | | | | | | Only store user credentials when SMB_OC storage is enabled
| * | | | Only store user credentials when SMB_OC storage is enabledLukas Reschke2014-12-011-3/+28
| | |_|/ | |/| | | | | | | | | | | | | | Conflicts: apps/files_external/lib/smb_oc.php
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-052-2/+2
| |_|/ |/| |
* | | Remove last traces of travis integrationMorris Jobke2014-12-041-40/+0
|/ /
* | Merge pull request #6989 from AdamWill/google-1Robin Appelman2014-11-2657-6250/+11212
|\ \ | | | | | | Migrate Google Drive external storage app to v1.0.6-beta of the google-api-php-client library
| * | google: disable compression when curl is not availableAdam Williamson2014-11-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a slightly hacky workaround for https://github.com/google/google-api-php-client/issues/59 . There's a bug in the Google library which makes it go nuts on file uploads and transfer *way* too much data if compression is enabled and it's using its own IO handler (not curl). Upstream 'fixed' this (by disabling compression) for one upload mechanism, but not for the one we use. The bug doesn't seem to happen if the google lib detects that curl is available and decides to use it instead of its own handler. So, let's disable compression, but only if it looks like the Google lib's check for curl is going to fail.