| Commit message (Expand) | Author | Age | Files | Lines |
* | Add public API to give developers the possibility to adjust the global CSP de... | Lukas Reschke | 2016-01-28 | 1 | -0/+66 |
* | Add new CSRF manager for unit testing purposes | Lukas Reschke | 2016-01-25 | 4 | -0/+328 |
* | fix test | Robin Appelman | 2016-01-18 | 1 | -1/+13 |
* | Introduce CredentialsManager for storage of credentials in DB | Robin McCorkell | 2016-01-18 | 1 | -0/+90 |
* | Allow admins to add system wide root certificates | Robin Appelman | 2016-01-12 | 1 | -8/+15 |
* | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -2/+2 |
* | getLowStrengthGenerator does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
* | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -1/+2 |
* | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
* | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 2 | -42/+3 |
* | Do not trust casting | Lukas Reschke | 2015-12-08 | 1 | -0/+2 |
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+5 |
* | don't read certificates if ownCloud is not installed | Bjoern Schiessle | 2015-08-30 | 1 | -1/+5 |
* | Use certificates that expire in 10 years | Lukas Reschke | 2015-08-27 | 1 | -9/+6 |
* | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 1 | -4/+5 |
* | Adjust tests and statuscode | Lukas Reschke | 2015-04-20 | 1 | -5/+15 |
* | Fix files | Lukas Reschke | 2015-04-20 | 1 | -2/+6 |
* | Verify if returned object is an array | Lukas Reschke | 2015-04-20 | 1 | -14/+28 |
* | Refactor OC_Request into TrustedDomainHelper and IRequest | Lukas Reschke | 2015-02-16 | 1 | -0/+70 |
* | certificate manager should always use a \OC\Files\View otherwise we will get ... | Bjoern Schiessle | 2015-01-26 | 1 | -2/+2 |
* | certificate manager only needs the user-id, no need to pass on the complete u... | Bjoern Schiessle | 2015-01-26 | 1 | -4/+2 |
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 5 | -7/+14 |
* | Merge pull request #12218 from owncloud/issue/10991-fixes | Morris Jobke | 2014-11-17 | 1 | -3/+3 |
|\ |
|
| * | Correctly close handle of directory when listing certificates | Joas Schilling | 2014-11-17 | 1 | -3/+3 |
* | | Add OCP\Security\IHasher | Lukas Reschke | 2014-11-06 | 1 | -0/+115 |
|/ |
|
* | Remove unused and overflowing function | Lukas Reschke | 2014-09-18 | 1 | -5/+0 |
* | Merge pull request #10642 from owncloud/securityutils | Lukas Reschke | 2014-09-03 | 3 | -0/+184 |
|\ |
|
| * | Add test for the second argument | Lukas Reschke | 2014-09-03 | 1 | -0/+19 |
| * | Refactor tests a little bit | Lukas Reschke | 2014-09-03 | 3 | -31/+61 |
| * | Add char consts, hash the specified password for the HMAC | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| * | Use DI | Lukas Reschke | 2014-08-27 | 1 | -6/+6 |
| * | Add some security utilities | Lukas Reschke | 2014-08-27 | 3 | -0/+135 |
* | 5.3 syntax... | Robin Appelman | 2014-08-31 | 1 | -9/+14 |
* | Explicitly set the timezones | Robin Appelman | 2014-08-31 | 1 | -6/+6 |
* | Add test for expired certificate | Lukas Reschke | 2014-08-31 | 1 | -3/+1 |
* | Add unit tests and fix rootcerts creation bug | Lukas Reschke | 2014-08-31 | 2 | -0/+177 |