summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
* | | Merge pull request #18742 from owncloud/mimetype-updatedbRoeland Douma2015-09-062-15/+107
|\ \ \ | |_|/ |/| |
| * | Unit tests for mimetype loaderRobin McCorkell2015-09-041-0/+93
| * | 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
|/ / /
* | | 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-012-37/+37
|/ /
* | don't read certificates if ownCloud is not installedBjoern Schiessle2015-08-301-1/+5
* | make system root of key storage configurableBjoern Schiessle2015-08-303-13/+75
|/
* 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
* | Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-282-55/+10
|\ \
| * | copy always file by file to encrypt/decrypt it if neededBjoern Schiessle2015-08-261-53/+8
| * | occ tool to encrypt all filesBjoern Schiessle2015-08-262-2/+2
* | | Use certificates that expire in 10 yearsLukas Reschke2015-08-271-9/+6
| |/ |/|
* | Merge pull request #17662 from owncloud/locking-dbThomas Müller2015-08-262-0/+73
|\ \
| * | log a warning while trying to acquire a db lock from within a transactionRobin Appelman2015-08-101-1/+1
| * | Fix db schemaRobin Appelman2015-08-031-1/+1
| * | Add database backend for high level lockingRobin Appelman2015-08-031-0/+43
| * | split off keeping track of acquire locksRobin Appelman2015-08-031-0/+30
* | | Explicitly specify status code 200 as response codeLukas Reschke2015-08-251-0/+4
* | | Merge pull request #18482 from owncloud/encrypt-session-dataMorris Jobke2015-08-243-0/+136
|\ \ \
| * | | Handle failures gracefully, remove switchLukas Reschke2015-08-211-3/+4
| * | | Add a session wrapper to encrypt the data before storing it on diskJoas Schilling2015-08-213-0/+135
* | | | Merge pull request #18254 from owncloud/mitigate-breachMorris Jobke2015-08-2412-16/+130
|\ \ \ \ | |/ / / |/| | |
| * | | Add mitigation against BREACHLukas Reschke2015-08-1412-16/+130
* | | | Merge pull request #18426 from owncloud/joblist-next-non-existingMorris Jobke2015-08-211-0/+26
|\ \ \ \
| * | | | handle non existing job classes in $jobList->getNextRobin Appelman2015-08-191-0/+26
| | |_|/ | |/| |