summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Add occ command to manage applicablesRobin Appelman2016-02-022-0/+272
| |
* | Remove magic flags from files_external backend paramsRobin Appelman2016-02-022-14/+58
| |
* | Merge pull request #20903 from owncloud/sharing-mount-optionThomas Müller2016-02-021-0/+1
|\ \ | |/ |/| Add mount option to disable sharing
| * adjust js unit testRobin Appelman2016-01-291-0/+1
| |
* | inject loggerRobin Appelman2016-01-292-2/+4
| |
* | Dont set null values when validating storage definitionRobin Appelman2016-01-291-0/+2
| |
* | set auth mechanism in testsRobin Appelman2016-01-291-0/+1
| |
* | Add storage validation JS unit testsRobin McCorkell2016-01-291-1/+75
|/
* Merge pull request #18531 from owncloud/ext-user-credentialsThomas Müller2016-01-221-1/+2
|\ | | | | External storage 'Login credentials' auth mechanism
| * fix testRobin Appelman2016-01-181-1/+2
| |
* | clear mount cache when removing applicablesRobin Appelman2016-01-204-4/+12
| |
* | Correctly remove global applicableRobin McCorkell2016-01-151-0/+12
|/
* Happy new year!Thomas Müller2016-01-1230-49/+67
|
* Filter getStorage to make sure the user has access to itRobin Appelman2016-01-082-0/+38
|
* update testsRobin Appelman2016-01-082-1/+5
|
* fix setting mountpoint and auth backend of external storagesRobin Appelman2016-01-082-0/+57
|
* fix js unit testsMorris Jobke2016-01-071-2/+2
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-101-1/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Looks like ceph requires more time to come up ....Thomas Müller2015-12-092-4/+283
| | | | | | Use sed - not replace apply btrfs hack
* Use default timeout on connection testThomas Müller2015-12-091-1/+1
|
* Merge pull request #21003 from owncloud/personal-mount-mountidThomas Müller2015-12-091-0/+50
|\ | | | | Dont set the string storage id to the numeric storage id for personal mounts
| * Add testsRobin Appelman2015-12-081-0/+50
| |
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-073-0/+14
|/ | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* db config backend for files_externalRobin Appelman2015-12-045-457/+350
|
* remove old propagation logicRobin Appelman2015-12-011-350/+0
|
* Add DB group to some files_external testsThomas Müller2015-11-303-0/+21
| | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg
* External storage tests require DB as wellThomas Müller2015-11-3010-0/+70
|
* Replace shitty netcat use with dedicated PHP scriptRobin McCorkell2015-11-248-81/+71
|