aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/security
Commit message (Expand)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-2012-1092/+0
* Fix "Class 'Test\Security\DateTime' not found"Joas Schilling2016-05-191-5/+5
* Fix namespaces in security/Joas Schilling2016-05-1912-0/+25
* [master] Ignore certificate file if it starts with file://Lukas Reschke2016-04-211-0/+8
* Explicitly check for portLukas Reschke2016-03-101-1/+9
* Add public API to give developers the possibility to adjust the global CSP de...Lukas Reschke2016-01-281-0/+66
* Add new CSRF manager for unit testing purposesLukas Reschke2016-01-254-0/+328
* fix testRobin Appelman2016-01-181-1/+13
* Introduce CredentialsManager for storage of credentials in DBRobin McCorkell2016-01-181-0/+90
* Allow admins to add system wide root certificatesRobin Appelman2016-01-121-8/+15
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-2/+2
* getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-171-1/+2
* Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-171-1/+1
* Use PHP polyfillsLukas Reschke2015-12-112-42/+3
* Do not trust castingLukas Reschke2015-12-081-0/+2
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+5
* don't read certificates if ownCloud is not installedBjoern Schiessle2015-08-301-1/+5
* Use certificates that expire in 10 yearsLukas Reschke2015-08-271-9/+6
* Move the helpful method to the TestCase classJoas Schilling2015-06-031-4/+5
* Adjust tests and statuscodeLukas Reschke2015-04-201-5/+15
* Fix filesLukas Reschke2015-04-201-2/+6
* Verify if returned object is an arrayLukas Reschke2015-04-201-14/+28
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-0/+70
* certificate manager should always use a \OC\Files\View otherwise we will get ...Bjoern Schiessle2015-01-261-2/+2
* certificate manager only needs the user-id, no need to pass on the complete u...Bjoern Schiessle2015-01-261-4/+2
* Make remaining files extend the test baseJoas Schilling2014-11-195-7/+14
* Merge pull request #12218 from owncloud/issue/10991-fixesMorris Jobke2014-11-171-3/+3
|\
| * Correctly close handle of directory when listing certificatesJoas Schilling2014-11-171-3/+3
* | Add OCP\Security\IHasherLukas Reschke2014-11-061-0/+115
|/
* Remove unused and overflowing functionLukas Reschke2014-09-181-5/+0
* Merge pull request #10642 from owncloud/securityutilsLukas Reschke2014-09-033-0/+184
|\
| * Add test for the second argumentLukas Reschke2014-09-031-0/+19
| * Refactor tests a little bitLukas Reschke2014-09-033-31/+61
| * Add char consts, hash the specified password for the HMACLukas Reschke2014-09-031-1/+1
| * Use DILukas Reschke2014-08-271-6/+6
| * Add some security utilitiesLukas Reschke2014-08-273-0/+135
* 5.3 syntax...Robin Appelman2014-08-311-9/+14
* Explicitly set the timezonesRobin Appelman2014-08-311-6/+6
* Add test for expired certificateLukas Reschke2014-08-311-3/+1
* Add unit tests and fix rootcerts creation bugLukas Reschke2014-08-312-0/+177