summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [App Code Check] add check for version and mandatory fieldsMorris Jobke2015-09-2410-0/+127
| | | | | * ref #17598 * including unit tests for mandatory fields/versions
* Merge pull request #19236 from owncloud/call_dot_directories_functionThomas Müller2015-09-232-2/+2
|\ | | | | Replaces if ($file === '.' || $file === '..') by public function call isIgnoredDir
| * Replaces if ($file === '.' || $file === '..') by ↵Martin2015-09-222-2/+2
| | | | | | | | if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
* | Merge pull request #19247 from owncloud/fix_locking_copy_operationThomas Müller2015-09-231-0/+43
|\ \ | |/ |/| locking: handle exceptions correctly during copy operation
| * catch excexptions during the copy operation and make sure that we free the ↵Bjoern Schiessle2015-09-221-0/+43
| | | | | | | | lock correctly
* | Move mimetype files into /resources/config/Lukas Reschke2015-09-221-31/+35
| |
* | Move dummy backend to Tests namespaceLukas Reschke2015-09-2222-112/+281
|/
* Merge pull request #19221 from owncloud/improved_error_messagesThomas Müller2015-09-211-0/+15
|\ | | | | decrypt-all: improved error message if user doesn't exists
| * improved error message if user doesn't existsBjoern Schiessle2015-09-211-0/+15
| |
* | Merge pull request #19081 from owncloud/prevent0bytedownloadsRobin Appelman2015-09-211-0/+17
|\ \ | |/ |/| prevent 0 byte downloads when storage returns false
| * add unit testRobin Appelman2015-09-171-0/+17
| |
* | Merge pull request #19148 from ↵Thomas Müller2015-09-212-3/+8
|\ \ | | | | | | | | | | | | owncloud/issue-19113-stop-setting-single-user-in-constructor Do not set single user in constructor of encryption occ commands
| * | Do not set single user in constructorJoas Schilling2015-09-182-3/+8
| | |
* | | Merge pull request #19098 from owncloud/db-lock-no-transactionThomas Müller2015-09-181-1/+55
|\ \ \ | | | | | | | | Remove the need for the transaction in the database locking backend
| * | | expire old lock rowsRobin Appelman2015-09-171-1/+55
| | |/ | |/|
* | | Merge pull request #18901 from owncloud/encryption-dav-testsThomas Müller2015-09-185-9/+143
|\ \ \ | | | | | | | | Add tests for doing dav requests with encryption enabled
| * | | reuse the same datadirRobin Appelman2015-09-181-1/+2
| | | |
| * | | Add tests for doing dav requests with encryption enabledRobin Appelman2015-09-181-0/+25
| | | |
| * | | Add trait to enable encryption for a unit testRobin Appelman2015-09-181-0/+104
| | | |
| * | | create new mounts every time the mount provider is calledRobin Appelman2015-09-181-2/+4
| | | | | | | | | | | | | | | | important for storage wrappers
| * | | clear up tests a bitRobin Appelman2015-09-181-6/+8
| | |/ | |/|
* | | Add repair step for outdated OCS IDsLukas Reschke2015-09-181-0/+80
| | | | | | | | | | | | | | | | | | There is the case where OCs IDs might become outdated such as it has been with the calendar and contacts app which refer to the old dummy entry. This means that users with the old OCS id can't update updates as well will receive invalid state flags. (e.g. "experimental" instead of "approved") To allow instances to properly update the applications in the future we need to migrate the OCS IDs for now manually.
* | | Merge pull request #19017 from owncloud/dav-download-testsThomas Müller2015-09-182-1/+61
|\ \ \ | |/ / |/| | Add tests for downloading files over dav
| * | fix tests with empty response bodyRobin Appelman2015-09-161-1/+1
| | |
| * | Add tests for downloading files over davRobin Appelman2015-09-162-1/+61
| | |
* | | Add a Sabre plugin that emits an event for appsJoas Schilling2015-09-171-1/+2
| |/ |/|
* | Fix the singleuser config casing in new encryption codeJoas Schilling2015-09-172-6/+6
|/
* Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-161-1/+2
|
* Merge pull request #18938 from owncloud/occ_decrypt_all2Thomas Müller2015-09-164-2/+538
|\ | | | | occ script to disable encryption and to decrypt all files again
| * occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-154-2/+538
| |
* | Merge pull request #19052 from owncloud/revert-14856-remote_avatarsThomas Müller2015-09-161-17/+12
|\ \ | |/ |/| Revert "Allow Remote avatars"
| * Revert "Allow Remote avatars"Thomas Müller2015-09-151-17/+12
| |
* | Merge pull request #18915 from owncloud/node-getfoldercontents-use-view-logicRobin Appelman2015-09-151-30/+7
|\ \ | | | | | | Use the view logic for getFolderContent for the node api
| * | Use the view logic for getFolderContent for the node apiRobin Appelman2015-09-081-30/+7
| | |
* | | fix chunking testsRobin Appelman2015-09-141-0/+2
| | |
* | | also verify cache in dav upload testsRobin Appelman2015-09-141-1/+21
| | |
* | | adjust tests to handle before/after lockingRobin Appelman2015-09-141-5/+43
| |/ |/|
* | Only check the "was updated/inserted" when not on Oracle...Joas Schilling2015-09-141-2/+8
| |
* | Merge pull request #18658 from owncloud/configurable-tempFrank Karlitschek2015-09-121-4/+32
|\ \ | | | | | | Configurable temporary directory
| * | Unit test getting temp dir from configRobin McCorkell2015-08-301-1/+19
| | |
| * | Clean up TempManager to follow code guidelinesRobin McCorkell2015-08-301-3/+14
| | | | | | | | | | | | tmpBaseDir can be overridden for unit testing purposes
| * | moved code to /lib/private/tempmanager.phproot2015-08-291-3/+2
| | | | | | | | | | | | | | | | | | fix for unit test some fixes
* | | Add reset method to mimetype loaderRobin McCorkell2015-09-111-12/+3
| | | | | | | | | | | | Used to solve concurrency issues
* | | Merge pull request #18851 from owncloud/memcached-getallkeys-fallbackRobin McCorkell2015-09-101-0/+23
|\ \ \ | | | | | | | | Fallback to complete Memcached flush if getAllKeys fails
| * | | Fallback to complete Memcached flush if getAllKeys failsRobin McCorkell2015-09-051-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer Memcached's do not support the underlying protocol commands that getAllKeys() is implemented with. We should fallback to clearing everything in that case, as causing (temporary) performance problems for other applications on the server is better than having stale cached data.
* | | | Merge pull request #18699 from owncloud/notification-managerLukas Reschke2015-09-104-0/+1184
|\ \ \ \ | | | | | | | | | | Notification manager
| * | | | Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-084-59/+59
| | | | |
| * | | | Add tests for the query()Joas Schilling2015-09-081-0/+2
| | | | |
| * | | | Add tests for the notification managerJoas Schilling2015-09-081-0/+345
| | | | |
| * | | | Add more action testsJoas Schilling2015-09-082-9/+12
| | | | |