Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-14 | 1 | -1/+53 |
| | |||||
* | Extract mount point merging logic into separate function | Robin McCorkell | 2014-05-13 | 1 | -11/+25 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-12 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-10 | 3 | -0/+43 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-09 | 1 | -0/+20 |
| | |||||
* | Merge pull request #8293 from owncloud/files_external_fix_readData | Vincent Petry | 2014-05-08 | 1 | -19/+18 |
|\ | | | | | Fix issue with personal mount points and sharing | ||||
| * | Permit personal mount points to be used for sharing | Robin McCorkell | 2014-04-21 | 1 | -19/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | An issue existed where `readData` used `OCP\User::getUser()` to get the user for personal mount points, which worked in all situations apart from when a personal mount point was used for sharing, so the return from `getUser()` is not the user that owns the share. As such, any personal mount points would not work correctly when shared. `readData` and `writeData` have been changed from using a `$isPersonal` boolean to using a `$user` string|null. `$isPersonal = false` can now be written as `$user = NULL` (or left out in the case of `readData`), and `$isPersonal = true` can be written as `$user = OCP\User::getUser()`. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-07 | 3 | -0/+27 |
| | | |||||
* | | Added ext storage app in autotest unit test run | Vincent Petry | 2014-05-05 | 3 | -5/+1 |
| | | | | | | | | | | | | To make sure that the dynamic mount config and config classes from external storages are tested, these are now added into the autotest.sh test run by enabling the app. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-05 | 4 | -0/+22 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-04 | 2 | -0/+47 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-03 | 1 | -0/+23 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-02 | 2 | -5/+32 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-01 | 7 | -0/+88 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-30 | 78 | -0/+597 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-29 | 1 | -0/+1 |
| | | |||||
* | | drop files_irods from apps_external | Thomas Müller | 2014-04-28 | 82 | -8015/+0 |
| | | |||||
* | | Merge pull request #8327 from owncloud/l10n-files_external-fields | Thomas Müller | 2014-04-28 | 2 | -66/+67 |
|\ \ | | | | | | | Add translatable mount configs | ||||
| * | | fix single quote sanitization | Volkan Gezer | 2014-04-26 | 1 | -1/+1 |
| | | | |||||
| * | | Add translatable mount configs | Volkan Gezer | 2014-04-23 | 1 | -65/+66 |
| | | | | | | | | | | | | Will close #8070 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-28 | 2 | -1/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-26 | 2 | -0/+2 |
| | | | |||||
* | | | fix layout of external storage config table | Morris Jobke | 2014-04-25 | 1 | -1/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-25 | 5 | -3/+11 |
| | | | |||||
* | | | Merge pull request #8026 from owncloud/remove_shared_folder | Björn Schießle | 2014-04-24 | 2 | -6/+3 |
|\ \ \ | | | | | | | | | remove the "Shared" folder | ||||
| * | | | external storages: allow to mount a folder called "Shared", it is no longer ↵ | Bjoern Schiessle | 2014-04-23 | 2 | -6/+3 |
| | | | | | | | | | | | | | | | | a reserved name | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-24 | 1 | -0/+5 |
|/ / / | |||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-23 | 1 | -0/+8 |
|/ / | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-22 | 1 | -0/+7 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-21 | 1 | -0/+5 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-16 | 1 | -0/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-14 | 1 | -0/+1 |
| | |||||
* | Check whether the user has permissions to add personal storage backends | Lukas Reschke | 2014-04-13 | 1 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-13 | 1 | -0/+5 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-11 | 5 | -3/+22 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-10 | 10 | -0/+44 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-09 | 44 | -125/+2 |
| | |||||
* | Merge pull request #8032 from owncloud/fs-backend-registration | Thomas Müller | 2014-04-08 | 10 | -166/+462 |
|\ | | | | | Files External: allow dynamic backend registration | ||||
| * | unit tests for dynamic backend registration | Thomas Müller | 2014-04-07 | 2 | -14/+141 |
| | | |||||
| * | remove duplicate method checkDependencies() | Thomas Müller | 2014-04-03 | 1 | -12/+0 |
| | | |||||
| * | use command -v to detect if smbclient exists | Thomas Müller | 2014-04-03 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into fs-backend-registration | Thomas Müller | 2014-04-03 | 2 | -144/+152 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files_external/templates/settings.php | ||||
| * | | Update backends and their configurations | Thomas Müller | 2014-04-03 | 1 | -19/+72 |
| | | | |||||
| * | | Moved dependency checks to end of class files | Philipp Kapfer | 2014-04-03 | 9 | -248/+296 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dependency messages now appear below the configuration options instead of above Reworked dependency check method to support consolidated messages for multiple backends Conflicts: apps/files_external/lib/google.php apps/files_external/lib/swift.php apps/files_external/templates/settings.php | ||||
| * | | Added cURL dependency for Amazon S3, Dropbox and SWIFT | Philipp Kapfer | 2014-04-03 | 4 | -3/+42 |
| | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/lib/amazons3.php apps/files_external/lib/swift.php | ||||
| * | | Changed dependency check messages from warnings to notes | Philipp Kapfer | 2014-04-03 | 5 | -8/+41 |
| | | | | | | | | | | | | Added check for duplicate dependency check messages to display only the first | ||||
| * | | Added cURL dependency check to Google Drive and WebDAV backend | Philipp Kapfer | 2014-04-03 | 4 | -4/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | Added check for backend's checkDependencies method to OC_Mount_Config::getBackends() when backend is configured to have some instead of blindly calling it and crashing Conflicts: apps/files_external/lib/config.php apps/files_external/lib/google.php | ||||
| * | | Modified app to dynamically register backends instead of hard-coding them | Philipp Kapfer | 2014-04-03 | 4 | -158/+129 |
| | | | | | | | | | | | | | | | | | | | | | | | | Moved dependency check to the individual backends instead of the config Conflicts: apps/files_external/appinfo/app.php apps/files_external/lib/config.php | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-08 | 2 | -0/+7 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-07 | 3 | -0/+7 |
| | | |