summaryrefslogtreecommitdiffstats
path: root/tests/lib/Security
Commit message (Expand)AuthorAgeFilesLines
* Adapt tests to config value typingCôme Chilliet2023-04-054-11/+11
* Merge pull request #37542 from nextcloud/bugfix/noid/allow-to-opt-out-of-rate...Joas Schilling2023-04-031-0/+9
|\
| * feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CIJoas Schilling2023-04-031-0/+9
* | fix DBAL exception handling in setValuesArthur Schiwon2023-03-311-2/+21
|/
* composer run cs:fixCôme Chilliet2023-01-206-6/+0
* Fix syntax in VerificationTokenTest.phpCôme Chilliet2022-11-151-1/+1
* Fix dynamic properties and other problems in tests for PHP 8.2Côme Chilliet2022-11-141-4/+7
* Add remote host validation APIChristoph Wurst2022-10-312-0/+255
* Remove deprecated at matcher from tests/libCôme Chilliet2022-08-292-25/+25
* Validate requested length is random string generatorVincent Petry2022-05-121-1/+16
* Add CSP policy merge priority for booleansVincent Petry2022-04-011-1/+2
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-243-9/+9
* Allow to set a strict-dynamic CSP through the APIJulius Härtl2022-03-091-0/+2
* Check style updateCarl Schwan2022-01-131-1/+1
* Improve normalizer detecting IPv4 inside of IPv6Vincent Petry2021-11-221-1/+9
* Fix getting subnet of ipv4 mapped ipv6 addressesVincent Petry2021-11-221-0/+4
* 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