aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Security
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32018 from nextcloud/cleanup/event/trashbinCôme Chilliet2024-09-241-1/+1
|\
| * fix(tests): Fix tests now that trashbin listens to events properlyCôme Chilliet2024-09-231-1/+1
* | fix: gracefully parse non-standard trusted certificatesfix/gracefully-parse-trusted-certificatesRichard Steinmetz2024-09-241-1/+6
|/
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-3/+3
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1526-113/+113
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-9/+9
* feat(Security): Allow setting password context for validation and generationFerdinand Thiessen2024-08-222-0/+61
* test: Adjust tests for CSP nonceFerdinand Thiessen2024-08-131-9/+14
* Merge pull request #46571 from nextcloud/chore/migrate-to-filenamevalidatorStephan Orbaugh2024-07-221-9/+6
|\
| * refactor: Migrate some legacy and core functions to `IFilenameValidator`Ferdinand Thiessen2024-07-191-9/+6
* | feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-191-13/+16
* | feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-191-0/+74
|/
* test: Test hash validationChristopher Ng2024-07-041-0/+25
* chore: Add SPDX headerAndy Scherzinger2024-05-1328-429/+70
* fix(security): Handle idn_to_utf8 returning falseJoas Schilling2023-12-041-3/+12
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-11/+11
* fix(CSP): Only add `strict-dynamic` when using noncesFerdinand Thiessen2023-11-171-2/+2
* fix!(ContentSecurityPolicy): Make `strict-dynamic` enabled by default on `scr...Ferdinand Thiessen2023-11-171-2/+2
* fix: Make bypass function public APIJoas Schilling2023-08-212-5/+5
* feat: Expose if the own IP is allowed to bypass bruteforce protectionJoas Schilling2023-08-211-4/+11
* feat(security): Add a bruteforce protection backend base on memcacheJoas Schilling2023-08-212-23/+164
* fix: Align doc type with creationJoas Schilling2023-07-272-4/+2
* chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurityPolicy:...Christoph Wurst2023-06-121-6/+2
* 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
|/