summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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 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"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 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
|\ \
| * | Unit test getting temp dir from configRobin McCorkell2015-08-301-1/+19
| * | Clean up TempManager to follow code guidelinesRobin McCorkell2015-08-301-3/+14
| * | moved code to /lib/private/tempmanager.phproot2015-08-291-3/+2
* | | Add reset method to mimetype loaderRobin McCorkell2015-09-111-12/+3
* | | Merge pull request #18851 from owncloud/memcached-getallkeys-fallbackRobin McCorkell2015-09-101-0/+23
|\ \ \
| * | | Fallback to complete Memcached flush if getAllKeys failsRobin McCorkell2015-09-051-0/+23
* | | | Merge pull request #18699 from owncloud/notification-managerLukas Reschke2015-09-104-0/+1184
|\ \ \ \
| * | | | 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
| * | | | Add tests for notificationJoas Schilling2015-09-081-0/+602
| * | | | Add tests for ActionJoas Schilling2015-09-081-0/+232
* | | | | Merge pull request #18925 from owncloud/change-risky-testMorris Jobke2015-09-091-2/+2
|\ \ \ \ \
| * | | | | Rename data provider to avoid risky test warningLukas Reschke2015-09-091-2/+2
* | | | | | Write to session in batch at the end of the requestLukas Reschke2015-09-091-9/+0
* | | | | | Write session data to single keyLukas Reschke2015-09-091-4/+4
|/ / / / /
* | | | | Merge pull request #18684 from owncloud/explicit-upgrade-versionMorris Jobke2015-09-091-10/+64
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Restrict upgrades to explicit allowed versionVincent Petry2015-08-301-10/+64
* | | | | Load all enabled apps in test bootstrapRobin McCorkell2015-09-071-3/+2
| |/ / / |/| | |
* | | | Merge pull request #18748 from owncloud/files-versions-tabMorris Jobke2015-09-071-0/+10
|\ \ \ \
| * | | | Add versions tab to files sidebarVincent Petry2015-09-031-0/+10
* | | | | Merge pull request #18742 from owncloud/mimetype-updatedbRoeland Douma2015-09-063-15/+291
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Unit tests for mimetype loaderRobin McCorkell2015-09-042-0/+277
| * | | | Split mimetype handling to new classRobin McCorkell2015-09-041-15/+14
* | | | | Merge pull request #18799 from owncloud/appconfig-with-one-requestMorris Jobke2015-09-031-204/+247
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Only query the appconfig onceJoas Schilling2015-09-031-204/+247
* | | | | Encode HTML tags in JSONLukas Reschke2015-09-031-6/+20
|/ / / /
* | | | use config.php value instead of version stringMorris Jobke2015-09-021-0/+28
* | | | Merge pull request #18730 from owncloud/appframework_proper_304Vincent Petry2015-09-011-0/+8
|\ \ \ \
| * | | | Properly return 304Roeland Jago Douma2015-09-011-0/+8
| |/ / /
* / / / verify the path in the autoloaderRobin Appelman2015-09-013-37/+39
|/ / /
* | | don't read certificates if ownCloud is not installedBjoern Schiessle2015-08-301-1/+5
* | | make system root of key storage configurableBjoern Schiessle2015-08-304-13/+456
|/ /
* | Merge pull request #14856 from rullzer/remote_avatarsMorris Jobke2015-08-291-12/+17
|\ \ | |/ |/|
| * Allow remote avatarsRoeland Jago Douma2015-08-291-12/+17
* | Merge pull request #18620 from owncloud/add-public-interface-for-factoryVincent Petry2015-08-291-0/+1
|\ \ | |/ |/|
| * Add a test for the interfaceJoas Schilling2015-08-281-0/+1