Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-06 | 2 | -2/+3 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-04 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Merge pull request #7969 from Xenopathic/files_external_fix | Vincent Petry | 2014-04-03 | 1 | -4/+4 |
|\ \ | | | | | | | Fix error log spam | ||||
| * | | Fix error log spam | Robin McCorkell | 2014-04-03 | 1 | -4/+4 |
| |/ | | | | | | | Regression from e002b7242cb19a0e028d325cd64b57e67dc48108 | ||||
* | | Merge pull request #7970 from owncloud/webdav-upload-hash | Thomas Müller | 2014-04-03 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix uploading files containing a # in the path for webdav | ||||
| * | Fix uploading files containing a # in the path for webdav | Robin Appelman | 2014-03-31 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-03 | 11 | -0/+21 |
| | | |||||
* | | Upgraded phpseclib to version 0.3.6 | Vincent Petry | 2014-04-02 | 27 | -723/+1287 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-02 | 49 | -98/+2 |
| | | |||||
* | | external storage: set storages to be available for All Users by default | Jan-Christoph Borchardt | 2014-04-01 | 1 | -3/+6 |
| | | |||||
* | | external storage: change confusing 'applicable' to 'available for' | Jan-Christoph Borchardt | 2014-04-01 | 1 | -1/+1 |
| | |