summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge pull request #14785 from ↵Thomas Müller2015-03-121-2/+0
|\ | | | | | | | | owncloud/issue/14733-active-class-missing-for-admin-navigation-entry Do not overwrite the active menu entry of the navigation
| * Do not overwrite the active menu entry of the navigationJoas Schilling2015-03-111-2/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-1210-16/+16
| |
* | Merge pull request #14773 from owncloud/allow-iframes-from-self-in-share-viewLukas Reschke2015-03-112-1/+11
|\ \ | | | | | | Allow iframes from same domain in share view
| * | Allow iframes from same domain in share viewLukas Reschke2015-03-102-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | This is required because the PDF Viewer itself is embedded using an iframe from the same domain. The default policy is blocking this. Going on further, we have to come up with a solution in the future how to handle previews by applications, one example might be that they call their own endpoint and not the generic share page to allow applications to have full control over how to display previews. Anyways, to test this behaviour use a decent newer browser (such as Chrome 41) and share a PDF file, obviously the PDF viewer needs to be enabled as well. Without this patch publicly shared PDF files should not get previewed and an error is thrown. (if it isn't then your browser is probably not obeying our Content-Security-Policy and you might consider switching to another one ;))
* | | Adding a more meaningful message for sabre dav exception - fixes #14516Thomas Müller2015-03-112-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-11120-422/+120
| | |
* | | Merge pull request #14640 from owncloud/rescanversionsonlyonceThomas Müller2015-03-111-3/+13
|\ \ \ | |_|/ |/| | Only rescan versions once in trashbin
| * | Only rescan versions once in trashbinVincent Petry2015-03-021-3/+13
| | | | | | | | | | | | | | | Whenever versions need to be rescanned, only do it once per PHP request. Happens whenever multiple files need to be expired.
* | | Merge pull request #14346 from owncloud/storage-based-path-validationLukas Reschke2015-03-105-63/+20
|\ \ \ | |_|/ |/| | adding storage specific filename verification
| * | fixing js unit testsThomas Müller2015-03-093-31/+0
| | |
| * | adding storage specific filename verification - refs #13640Thomas Müller2015-03-093-39/+27
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-104-0/+8
| | |
* | | Merge pull request #14720 from owncloud/fix-shareetagpropagationMorris Jobke2015-03-092-0/+112
|\ \ \ | |/ / |/| | Fix size propagation over shared storage boundary
| * | Add unit test for size propagation across share boundariesVincent Petry2015-03-091-0/+90
| | |
| * | Fix size propagation over shared storage boundaryVincent Petry2015-03-051-0/+22
| | |
* | | Merge pull request #14706 from owncloud/ldap-reset-paged-search-on-null-limitMorris Jobke2015-03-091-0/+11
|\ \ \ | | | | | | | | LDAP: set up paged search even if limit is 0
| * | | set up paged search when limit is 0Arthur Schiwon2015-03-051-0/+11
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-0910-22/+24
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-082-2/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-072-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-064-0/+4
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-058-14/+16
| |
* | Merge pull request #14672 from Crote/masterMorris Jobke2015-03-041-3/+10
|\ \ | | | | | | Add --show-password option to ldap:show-config
| * | Add --show-password option to ldap:show-configLaurens Post2015-03-041-3/+10
| | |
* | | Merge pull request #14690 from owncloud/trash-deletelink-unittestVincent Petry2015-03-041-0/+22
|\ \ \ | | | | | | | | Add unit test for selection overlay actions in trashbin
| * | | Add unit test for selection overlay actions in trashbinVincent Petry2015-03-041-0/+22
| | | |
* | | | Merge pull request #14675 from owncloud/files-external-smb-windowsThomas Müller2015-03-044-42/+136
|\ \ \ \ | |/ / / |/| | | adding a windows smb config for testing to ci
| * | | Fix slash normalization error in AmazonS3Migration unit testRobin McCorkell2015-03-041-3/+3
| | | | | | | | | | | | | | | | | | | | Since aa821ecc00f11b6382f6e033db18445d9e51d6b9 leading and trailing slashes are trimmed in the file cache paths
| * | | Use dummy storages instead of real storages in files_external unit testsRobin McCorkell2015-03-031-39/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We were using the SMB and SFTP backends, which since Icewind's new SMB library results in an actual attempted connection just by constructing the storage. This commit replaces all references to real storages (except when necessary) with a dummy storage class.
| * | | adding a windows smb config for testingThomas Müller2015-03-032-0/+52
| |/ /
* / / [tx-robot] updated from transifexJenkins for ownCloud2015-03-04122-680/+20
|/ /
* | Merge pull request #14652 from owncloud/kill-download-from-urlVincent Petry2015-03-033-164/+13
|\ \ | | | | | | Remove "Download from URL" feature
| * | remove $content parameterThomas Müller2015-03-021-7/+4
| | |
| * | Remove "Download from URL" featureLukas Reschke2015-03-023-163/+15
| | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/13326
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-0310-4/+10
|/ /
* | Merge pull request #14573 from owncloud/enc-migrate-disable-updaterVincent Petry2015-03-021-11/+17
|\ \ | |/ |/| Disable the cache updater when doing the encryption migration
| * Move keys instead of copy during encryption key migrationVincent Petry2015-02-271-2/+2
| |
| * Disable the cache updater when doing the encryption migrationRobin Appelman2015-02-271-9/+15
| |
* | Merge pull request #14535 from owncloud/fix-files-externalThomas Müller2015-03-021-0/+5
|\ \ | | | | | | fix files external test run and add common-tests option
| * | fix files external test run and add common-tests optionMorris Jobke2015-02-261-0/+5
| | |
* | | Merge pull request #14570 from rullzer/ocs_sane_permissionsMorris Jobke2015-03-022-1/+79
|\ \ \ | | | | | | | | Shares should have a least read permission