summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests
Commit message (Collapse)AuthorAgeFilesLines
* Update with robinJoas Schilling2016-07-2123-23/+23
|
* Fix apps/Joas Schilling2016-07-2135-56/+93
|
* Added storage tests for fopen with special charsVincent Petry2016-07-201-1/+1
| | | | | | This makes it possible to test special chars with unit tests. There is already a test for directories but there was none for file names.
* Allow regular users to specify global credentials passwordLukas Reschke2016-06-271-0/+177
| | | | | | | | | While the UI is existent the feature simply doesn't work because admin privileges are required for the controller. This adds proper permission checks and also unit tests. To test this: 1. Enable external storage 2. Login as non-admin user 3. Go to personal page and try to change global credentials
* Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-262-0/+15
|\
| * Add option to `occ files_external:list` to show all configured mountsRobin Appelman2016-06-231-0/+10
| |
| * Wait for port being accessible in addition to the notify socketThomas Müller2016-06-171-0/+5
| |
* | Add "Global Auth" option to external storageRobin Appelman2016-06-211-0/+117
|/ | | | | | | | This adds the "Global Auth" option to the external storage implementation, it is basically done by reverting c2c6caee93c491de9fa9a2e7c2eea036f4974e61 from https://github.com/owncloud/core/pull/22468. This was taken from owncloud/core which is AGPL licensed. Commited with "icewind@owncloud.com" to keep the license header signature in sync. ![2016-06-21_14-01-06](https://cloud.githubusercontent.com/assets/878997/16228662/9c243136-37b8-11e6-9700-c1076ddb3d17.png)
* Update start-swift-ceph.sh (#25109)Jürgen Weigert2016-06-151-0/+3
| | | fix failing https://ci.owncloud.org/job/server-master-linux-externals/database=sqlite,external=swift-ceph,label=SLAVE/
* Merge pull request #25008 from owncloud/externals_test_with_originVincent Petry2016-06-091-1/+2
|\ | | | | Add support to know where the storage test comes from
| * Fix testJuan Pablo Villafáñez2016-06-071-1/+2
| |
* | Fix GDrive upload file which name might match the one of a folderVincent Petry2016-06-071-0/+9
|/ | | | | | | | | | Whenever a file is uploaded to GDrive, there is a check for that file with and without extension, due to Google Docs files having no extension. This logic now only kicks in whenever the detected extensionless file is really a Google Doc file, not a folder. This makes it possible again to upload a file "test.txt" in a folder that also has a folder called "test"
* Fix webdav test env scripts to also work on CIVincent Petry2016-05-302-7/+24
|
* Add morrisjobke/webdav docker container for external storage testsVincent Petry2016-05-302-0/+110
|
* Update license headersLukas Reschke2016-05-2619-1/+20
|
* Fix missing use statements in ext. str. testsJoas Schilling2016-05-252-0/+2
|
* Fix the names of the tests so the script discovers them againJoas Schilling2016-05-246-11/+11
|
* Move remaining classes to PSR-4Joas Schilling2016-05-2413-18/+18
|
* Move Lib\Storage to PSR-4Joas Schilling2016-05-2410-0/+0
|
* Move Lib\Backend to PSR-4Joas Schilling2016-05-242-0/+0
|
* Move Lib\Auth to PSR-4Joas Schilling2016-05-241-0/+0
|
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-2412-38/+27
|
* Add encoding wrapper as opt-in mount optionVincent Petry2016-05-201-1/+2
| | | | | The encoding wrapper is now only applied when the mount option is set, disabled by default.
* Merge pull request #24585 from owncloud/files_external_lazyVincent Petry2016-05-191-0/+76
|\ | | | | Load external storage backends/auth mechanisms lazily
| * Add tests for backend/auth mechanism providersRobin McCorkell2016-05-111-0/+76
| |
* | Allow multiple custom JS filesRobin McCorkell2016-05-032-3/+5
|/
* add testRobin Appelman2016-04-251-0/+11
|
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-1415-80/+100
| | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
* Remove any stray socket files before creating new onesRobin McCorkell2016-04-052-0/+2
|
* Display external storage GUI even if user mounting disabledRobin McCorkell2016-03-161-0/+6
|
* Give swift 15 seconds after startupMorris Jobke2016-03-161-2/+3
|
* docker containers should be stopped before being removed - refs ↵Thomas Müller2016-03-096-0/+6
| | | | https://github.com/docker/docker/issues/18758
* Merge pull request #22757 from owncloud/apply-licenseC. Montero Luque2016-03-019-3/+6
|\ | | | | Update copyright information and author file
| * Remove Scrutinizer Auto FixerLukas Reschke2016-03-013-3/+0
| |
| * Update author informationLukas Reschke2016-03-016-0/+6
| | | | | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* | Use readiness notification socket to be absolutely sure this worksRobin McCorkell2016-02-294-2/+16
|/
* Merge pull request #22623 from owncloud/docker-logs-on-swift-externalThomas Müller2016-02-291-0/+2
|\ | | | | Print docker logs to the console fro debugging
| * Print docker logs to the console fro debuggingThomas Müller2016-02-241-0/+2
| |
* | Merge pull request #22636 from owncloud/fix-ssl-on-external-storagesThomas Müller2016-02-251-11/+23
|\ \ | | | | | | Fix HTTPS support on external storages
| * | Properly cast typeLukas Reschke2016-02-241-11/+23
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | The current logic is checking whether: 1. The returned value is a boolen 2. The returned value is a string and then matches for "true" Since the config is now written to the database the data is now a string with the value "1" if HTTPS is set to true. Effectively this option was thus always disabled at the moment, falling back to plain HTTP. This change casts the data to a boolean if it is defined as boolean. Fixes https://github.com/owncloud/core/issues/22605 Fixes https://github.com/owncloud/core/issues/22016
* | Merge pull request #22600 from owncloud/extstorage-disablesharingoptionbydefaultThomas Müller2016-02-251-1/+1
|\ \ | |/ |/| Disable sharing by default for external storage mounts
| * Disable sharing by default for external storage mountsVincent Petry2016-02-241-1/+1
| | | | | | | | | | | | This is for newly created mount points. Migrated mount points will have sharing enabled as before.
* | Enable upstream entrypoint changes with Ceph DockerRobin McCorkell2016-02-232-277/+1
|/
* remove global credentialsRobin Appelman2016-02-171-117/+0
|
* remove login credentails and user provided backendsRobin Appelman2016-02-161-3/+4
|
* encrypt passwords for files_externalRobin Appelman2016-02-112-2/+2
|
* Merge pull request #21773 from owncloud/files_external-list-authtypeThomas Müller2016-02-091-0/+69
|\ | | | | Show the proper auth identifier when listing mounts as json
| * add testsRobin Appelman2016-02-041-0/+69
| |
* | Add testsRobin Appelman2016-02-081-0/+117
|/
* Merge pull request #21772 from owncloud/occ-external-applicableThomas Müller2016-02-032-0/+272
|\ | | | | Add occ command to manage applicables