summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* update icewind/smb to 1.0.0Robin Appelman2015-04-107-16/+38
|
* Fix language level incompatibiltiesLukas Reschke2015-04-083-6/+20
| | | | | | Arbitrary expressions in empty are allowed in PHP 5.5 ands upwards. Seems to only affect master. Fixed https://github.com/owncloud/core/issues/15463
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-072-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-052-4/+4
|
* Merge pull request #15338 from owncloud/encryption-mount-optionThomas Müller2015-04-045-8/+48
|\ | | | | Add mount point to disable the encryption wrapper
| * add unit testRobin Appelman2015-04-022-0/+13
| |
| * adjust unt testsRobin Appelman2015-04-022-2/+4
| |
| * Add mount point to disable the encryption wrapperRobin Appelman2015-03-314-7/+32
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-044-2/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-034-0/+50
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-022-0/+4
| |
* | Merge pull request #15336 from owncloud/revive-15215Morris Jobke2015-04-011-2/+2
|\ \ | | | | | | Properly quote file names in listFiles query for GDrive
| * | Only escape single quotesLukas Reschke2015-03-311-2/+2
| | |
| * | Added rawurlencode for other params in GDrive storageVincent Petry2015-03-311-2/+2
| | |
| * | Properly quote file names in listFiles query for GDriveVincent Petry2015-03-311-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-012-0/+4
|/ /
* | Revert "Properly quote file names in listFiles query for GDrive"Lukas Reschke2015-03-311-2/+2
| |
* | Merge pull request #15215 from owncloud/ext-gdrivelistfilequotingFrank Karlitschek2015-03-311-2/+2
|\ \ | |/ |/| Properly quote file names in listFiles query for GDrive
| * Added rawurlencode for other params in GDrive storageVincent Petry2015-03-261-2/+2
| |
| * Properly quote file names in listFiles query for GDriveVincent Petry2015-03-261-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-316-4/+24
| |
* | Merge pull request #15076 from owncloud/fix-smb-oc-adminRobin McCorkell2015-03-301-4/+11
|\ \ | | | | | | Support constructing an SMB_OC without saved session credentials
| * | Support constructing an SMB_OC without saved session credentialsRobin McCorkell2015-03-201-4/+11
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-302-0/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-294-4/+8
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-2824-0/+68
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-2760-60/+12
| | |
* | | adjust emptycontent messages for files and files_externalJan-Christoph Borchardt2015-03-261-1/+1
| | |
* | | Merge pull request #14925 from owncloud/ext-mountoptions-uiRobin McCorkell2015-03-266-27/+345
|\ \ \ | | | | | | | | Mount options GUI for external storage
| * | | Make sure mountOptions keep their data typeVincent Petry2015-03-262-6/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | str_replace for $user substitution was converting the data type of mountOptions to string. This fix prevents this to happen by making sure only strings are processed by substitution. Also added a int conversion when reading the watcher policy
| * | | Added ext storage mount options GUIVincent Petry2015-03-264-21/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added option to disable autoscan of external storages Mount option file system scan is now an int Move priority field to avoid undefined field in storage options All input elements inside the storage options block get parsed into storage options. Moving the priority field outside prevents it to appear in the storage config, as expected. It is still parsed by special code.
* | | | Update license headersJenkins for ownCloud2015-03-2657-443/+1059
|/ / /
* | / [tx-robot] updated from transifexJenkins for ownCloud2015-03-262-0/+8
| |/ |/|
* | Merge pull request #15180 from owncloud/ext-tabbingMorris Jobke2015-03-251-30/+21
|\ \ | | | | | | Use individual timers for separate config rows
| * | Use individual timers for separate config rowsRobin McCorkell2015-03-241-30/+21
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-254-0/+12
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-244-0/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-234-0/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-2216-0/+42
|/
* Merge pull request #11884 from owncloud/ext-appframeworkVincent Petry2015-03-2030-488/+4309
|\ | | | | Cleanup ext storage CRUD code, introduce storage config id
| * Introduce async status checkingRobin McCorkell2015-03-203-10/+9
| |
| * Fix PHPDoc in files_external, add missing tagVincent Petry2015-03-178-25/+77
| | | | | | | | | | | | Fix various PHPDoc issues in external storage app. Added missing NoAdminRequired tag
| * Fix storage priority in JS unit testVincent Petry2015-03-161-3/+6
| |
| * Fix PHPDoc for StoragesControllerVincent Petry2015-03-161-6/+9
| |
| * Generate storage config ids when missingVincent Petry2015-03-168-43/+317
| | | | | | | | | | | | | | | | When reading in old mount.json files, they do not contain config ids. Since these are needed to be able to use the UI and the new service classes, these will be generated automatically. The config grouping is based on a config hash.
| * Fix mount config unit testsVincent Petry2015-03-132-26/+56
| | | | | | | | | | Fix expected result now that it returns the status. Added isset for some properties that are not always present.
| * Mount options for ext storage are now passed aroundVincent Petry2015-03-1313-6/+109
| | | | | | | | | | | | The mount options are now passed to the UI and stored in a hidden field. The ext storage controllers and services also know how to load/save them from the legacy config.
| * Implement priority on client side in hidden inputRobin McCorkell2015-03-122-0/+15
| |
| * Use storage id + appframework for ext storage CRUDVincent Petry2015-03-1227-454/+3796
| | | | | | | | | | | | | | | | | | | | | | | | | | - Added StorageConfig class to replace ugly arrays - Implemented StorageService and StorageController for Global and User storages - Async status checking for storages (from Xenopathic) - Auto-generate id for external storage configs (not the same as storage_id) - Refactor JS classes for external storage settings, this mostly moves/encapsulated existing global event handlers into the MountConfigListView class. - Added some JS unit tests for the external storage UI
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-202-6/+6
| |