summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18426 from owncloud/joblist-next-non-existingMorris Jobke2015-08-211-0/+26
|\ | | | | handle non existing job classes in $jobList->getNext
| * handle non existing job classes in $jobList->getNextRobin Appelman2015-08-191-0/+26
| |
* | Merge pull request #18457 from owncloud/test-traitsRobin McCorkell2015-08-204-44/+127
|\ \ | | | | | | Move common test logic to re-usable traits
| * | add test mountprovider logic to a traitRobin Appelman2015-08-202-31/+60
| | |
| * | allow moving common test logic into traitsRobin Appelman2015-08-203-14/+68
| | |
* | | Merge pull request #18372 from ↵Joas Schilling2015-08-201-1/+196
|\ \ \ | |/ / |/| | | | | | | | owncloud/issue-18358-object-type-and-id-for-activities Issue 18358 object type and id for activities
| * | Add test coverage for Activity Event and ManagerJoas Schilling2015-08-201-1/+196
| | |
* | | Merge pull request #18369 from owncloud/occ-logMorris Jobke2015-08-202-0/+302
|\ \ \ | | | | | | | | occ commands to manage logging
| * | | Unit tests for occ log:* commandsRobin McCorkell2015-08-192-0/+302
| | | |
* | | | Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-201-0/+70
|\ \ \ \ | | | | | | | | | | Display app names in update page for app updates
| * | | | Additions to update pageVincent Petry2015-08-201-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apps to update and to disable will always be shown. Main title changes only when apps need updated, not core. Added bullet style. Exclude incompatible apps from updated apps list.
| * | | | Display app names in update page for app updatesVincent Petry2015-08-191-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | Whenever the update page is displayed for apps, show app names instead of the core update text.
* | | | | Merge pull request #18432 from owncloud/ext-backends.simpleMorris Jobke2015-08-191-21/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | Migrate simple external storage backends to new registration API [part 1]
| * | | | Revert "Fix mounting wrapped storages resulting in many-layered wrapping"Robin McCorkell2015-08-191-21/+0
| | |_|/ | |/| | | | | | | | | | This reverts commit 75a5e6e12b18a9f5b7b113cd7e2c9c56c204084d.
* / | | Filter the objectstore password from the config list as wellJoas Schilling2015-08-191-0/+17
|/ / /
* | | Move avatarcontroller towards Node ApiRoeland Jago Douma2015-08-181-11/+11
| | |
* | | Merge pull request #17182 from owncloud/user_ini_upload_sizeRobin McCorkell2015-08-173-0/+202
|\ \ \ | |_|/ |/| | Update .user.ini when setting upload size limit
| * | Unit test OC_Files::setUploadLimit()Robin McCorkell2015-07-203-0/+202
| | | | | | | | | | | | | | | | | | | | | There was also a bug with checking the upper limit on the passed upload size. PHP does funny things with integer vs float comparisons, so our check didn't work. Now the check is much simpler, and ensures the value is sane.
* | | [test] more tests for UserController::setMailAddressMorris Jobke2015-08-171-5/+13
| | | | | | | | | | | | * fixes #12885
* | | Merge pull request #17982 from owncloud/appframework-sanitize-nameThomas Müller2015-08-121-0/+19
|\ \ \ | | | | | | | | Sanitize class names before registerService/query
| * | | Sanitize class names before registerService/queryRobin McCorkell2015-07-301-0/+19
| | | | | | | | | | | | | | | | | | | | Leading backslashes are removed, so a `registerService('\\OC\\Foo')` can still be resolved with `query('OC\\Foo')`.
* | | | Merge pull request #18127 from owncloud/dav-request-testsThomas Müller2015-08-125-0/+405
|\ \ \ \ | | | | | | | | | | add test framework for doing full request webdav tests
| * | | | fix setup/teardownRobin Appelman2015-08-111-11/+18
| | | | |
| * | | | split out creating the sabre dav server to it's own factoryRobin Appelman2015-08-111-31/+13
| | | | |
| * | | | add test framework for doing full request webdav testsRobin Appelman2015-08-115-0/+416
| | | | |
* | | | | Merge pull request #17852 from owncloud/register-alias-factoryRobin McCorkell2015-08-112-14/+47
|\ \ \ \ \ | | | | | | | | | | | | Add test for factories
| * | | | | add test for factoriesBernhard Posselt2015-07-252-14/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use ref for factory test use a factory for registerAlias Ensure we construct SimpleContainer Use single instance of DIContainer in routing tests
* | | | | | Merge pull request #17868 from owncloud/x-forwarded-forThomas Müller2015-08-111-1/+48
|\ \ \ \ \ \ | | | | | | | | | | | | | | Set default 'forwarded for' headers for reverse proxy
| * | | | | | Add setup check for reverse proxy header configurationRobin McCorkell2015-08-101-1/+48
| | | | | | |
* | | | | | | Merge pull request #17932 from owncloud/fix_move_filesThomas Müller2015-08-111-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | make sure that hooks are emitted properly on file move operation
| * | | | | | | make sure that we emit the hooks if a file gets moved from a subfolder to ↵Bjoern Schiessle2015-07-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the root folder with the nodes API
* | | | | | | | Merge pull request #17830 from ↵Joas Schilling2015-08-111-0/+43
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue-17825-dont-silently-ignore-invalid-consumers-extensions Throw a InvalidArgumentException when a consumer/extension is invalid
| * | | | | | | | Throw a InvalidArgumentException when a consumer/extension is invalidJoas Schilling2015-07-231-0/+43
| | | | | | | | |
* | | | | | | | | Merge pull request #18096 from sualko/patch-1Morris Jobke2015-08-104-56/+56
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | add data: to allowed image domains
| * | | | | | | | add more unit tests for data: as allowed image domainsualko2015-08-103-3/+3
| | | | | | | | |
| * | | | | | | | add unit test for data: as allowed image domainsualko2015-08-071-53/+53
| | | | | | | | |
* | | | | | | | | Merge pull request #17919 from rullzer/php_supported_checkThomas Müller2015-08-101-0/+45
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Display warning in security & setup warnings if php version is EOL
| * | | | | | | | | Display warning in security & setup warnings if php version is EOLRoeland Jago Douma2015-07-291-0/+45
| | | | | | | | | |
* | | | | | | | | | Merge pull request #18175 from owncloud/automatic-db-prefix-query-builderThomas Müller2015-08-103-53/+83
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Automatic db prefix query builder
| * | | | | | | | | | Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-102-19/+19
| | | | | | | | | | |
| * | | | | | | | | | Automatically prefix table names with *PREFIX* unless specifiedJoas Schilling2015-08-101-34/+64
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Use DIRoeland Jago Douma2015-08-102-18/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP
* | | | | | | | | | Added Capabilities ManagerRoeland Jago Douma2015-08-102-0/+171
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This should allow the capabilities to be intergrated into the appframework * Unit tests * Throw exception if closure does not return ICapability instance
* | | | | | | | | Merge pull request #18124 from owncloud/share-permwrongvarMorris Jobke2015-08-071-3/+60
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix removal of share permissions when share disabled for user
| * | | | | | | | | Fix removal of share permissions when share disabled for userVincent Petry2015-08-071-3/+60
| | | | | | | | | |
* | | | | | | | | | Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-072-0/+170
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Store storage availability in database
| * | | | | | | | | Fix mounting wrapped storages resulting in many-layered wrappingRobin McCorkell2015-07-201-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This usually doesn't cause issues, but in unit tests sometimes a wrapped storage is passed to Filesystem::mount() and gets rewrapped, hitting the XDebug function nesting level limit when used.
| * | | | | | | | | Store storage availability in databaseRobin McCorkell2015-07-201-0/+149
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Storage status is saved in the database. Failed storages are rechecked every 10 minutes, while working storages are rechecked every request. Using the files_external app will recheck all external storages when the settings page is viewed, or whenever an external storage is saved.
* | | | | | | | | Following the spec:Thomas Müller2015-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "`statuscode`: The OCS status code of the response, everything except 100 MUST be handled as failure."
* | | | | | | | | Merge pull request #18035 from owncloud/ocs-2.0Bernhard Posselt2015-08-053-7/+52
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adding ocs/v2.php with status code mapper