aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Security
Commit message (Expand)AuthorAgeFilesLines
* Add an OCP for trusted domain helperJoas Schilling2021-10-281-10/+23
* Remove tests that just prove mocked calls and don't actually validate anythin...Julius Härtl2021-09-271-81/+0
* Merge pull request #28728 from nextcloud/add-database-backend-limiterLukas Reschke2021-09-132-36/+19
|\
| * Adjust testsLukas Reschke2021-09-062-16/+12
| * Adjust logic to store period instead of current timestampLukas Reschke2021-09-062-20/+7
* | add a job to clean up expired verification tokensArthur Schiwon2021-09-091-2/+39
* | move verification token logic out of lost password controllerArthur Schiwon2021-09-091-0/+272
|/
* Merge pull request #26626 from J0WI/strict-securityRoeland Jago Douma2021-05-1822-0/+64
|\
| * Make Security module strictJ0WI2021-04-1922-0/+64
* | Update CredentialsManagerTest.phpJoas Schilling2021-04-211-3/+0
* | Fix security credentials manager testJoas Schilling2021-04-201-18/+11
|/
* Increase subnet matcherLukas Reschke2021-04-071-2/+10
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-4/+11
* Improve CertificateManager to not be user context dependentMorris Jobke2020-11-031-42/+19
* Implement unit tests for versions 1 and 2.lynn-stephenson2020-10-151-0/+20
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-4/+4
* Don't break when the IP is emptyJoas Schilling2020-09-101-2/+22
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-127-23/+23
* Use random_bytesRoeland Jago Douma2020-05-111-4/+11
* Fix Argon2 options checksMichaIng2020-04-301-0/+5
* fix credentialsManager documentation and ensure userId to be used as stringArthur Schiwon2020-04-151-3/+3
* add DB tests for credentials managerArthur Schiwon2020-04-151-0/+33
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-104-17/+17
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1012-23/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-094-8/+8
* Use a blank line after the opening tagChristoph Wurst2020-04-093-0/+3
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-275-11/+0
|\
| * Remove unused importsChristoph Wurst2020-03-255-11/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-263-21/+21
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-253-6/+6
|/
* Add Argon2id supportRoeland Jago Douma2020-02-071-18/+56
* Allow selecting the hashing algorithmRoeland Jago Douma2020-02-031-2/+63
* Move overwritehost check to isTrustedDomainJulius Härtl2019-12-071-1/+16
* Mode to modern phpunitRoeland Jago Douma2019-11-2716-52/+54
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2720-21/+21
* Some php-cs fixesRoeland Jago Douma2019-11-2211-9/+12
* make TrustedDomainHelper case insensitiveJohannes Koenig2019-10-061-0/+5
* Harden identifyproof openssl codeRoeland Jago Douma2019-09-141-7/+14
* Fix report of phpstan in LimiterRoeland Jago Douma2019-08-191-8/+0
* Add testsRoeland Jago Douma2019-08-102-0/+137
* Update CSP test cases to handle the new form-actionRoeland Jago Douma2019-07-311-2/+6
* Add support for CSP_NONCE server variableSam Bull2019-07-181-2/+21
* Add an event to edit the CSPRoeland Jago Douma2019-07-082-2/+96
* Merge pull request #13327 from nextcloud/allow-bracket-notation-for-remove-ip...Morris Jobke2019-03-061-0/+4
|\
| * Allow bracket IPv6 address format inside IPAdress NormalizerThomas Citharel2019-01-031-0/+4
* | Fix the thorrtler whitelist bitmaskRoeland Jago Douma2019-02-111-0/+29
* | Set default frame-ancestors to 'self'Roeland Jago Douma2019-01-081-1/+1
* | CSP: Allow fonts to be provided in dataRoeland Jago Douma2019-01-071-1/+1
|/