aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Security
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49599 from nextcloud/feat/bruteforce-max-attemptsBenjamin Gaussorgues2024-12-061-2/+2
|\
| * chore(bruteforce): allows to configure max attempts before request abortBenjamin Gaussorgues2024-12-031-2/+2
* | fix(signed-request): trigger metadata insert with default value manuallyMaxence Lange2024-12-051-1/+2
* | fix(signatory): details on interfacesMaxence Lange2024-12-042-10/+18
* | fix(signed-request): removing unstable from publicMaxence Lange2024-12-042-38/+20
* | fix(ocm): signatory mapperMaxence Lange2024-12-044-66/+84
* | feat(signatory): switch to qbmapperMaxence Lange2024-12-047-413/+304
* | fix(ocm): simpler codeMaxence Lange2024-12-044-455/+394
* | fix(ocm): switching to IdentityProofMaxence Lange2024-12-044-309/+45
* | feat(ocm): signing ocm requestsMaxence Lange2024-12-047-0/+1715
|/
* fix(migration): Decrypt ownCloud secrets v2Christoph Wurst2024-11-281-3/+29
* fix(security): Handle IPv6 zone IDs used in link-local addressesJosh2024-10-311-1/+2
* fix(security): Handle IPv6 zone IDs used in link-local addressesJosh2024-10-311-2/+3
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-192-2/+2
* Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-181-2/+2
|\
| * fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-171-2/+2
| * fix: Adjust parameter type usage and add SQLite supportFerdinand Thiessen2024-10-171-2/+2
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-3/+3
|/
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-1/+1
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-3/+2
* fix: gracefully parse non-standard trusted certificatesfix/gracefully-parse-trusted-certificatesRichard Steinmetz2024-09-241-0/+10
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-197-17/+17
* refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-referenceChristoph Wurst2024-09-152-2/+2
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-255-6/+6
* feat: Provide CSP nonce as `<meta>` elementFerdinand Thiessen2024-08-131-1/+2
* fix: Make sure CSP nonce is not double base64 encodedFerdinand Thiessen2024-08-131-1/+4
* Merge pull request #46571 from nextcloud/chore/migrate-to-filenamevalidatorStephan Orbaugh2024-07-221-14/+15
|\
| * refactor: Migrate some legacy and core functions to `IFilenameValidator`Ferdinand Thiessen2024-07-191-14/+15
* | feat(Security): add Factory for IP addresses and rangesBenjamin Gaussorgues2024-07-191-0/+23
* | feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-194-64/+158
* | feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-191-0/+64
|/
* chore: More explicit splitHash typingChristopher Ng2024-07-041-1/+1
* feat: Add method to validate an IHasher hashChristopher Ng2024-07-041-0/+14
* fix: don't use custom certificate bundle if no customer certificates are conf...Robin Appelman2024-06-141-9/+9
* Merge branch 'master' into refactor/OC-Server-getSecureRandomJohn Molakvoæ2024-05-3034-1159/+245
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-2434-734/+82
| * fix: Correctly check result of functionJoas Schilling2024-05-151-2/+2
| * fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to bloc...Ferdinand Thiessen2024-03-261-8/+5
| * Refactor `OC\Server::getHasher`Andrew Summers2024-03-151-2/+2
| * fix: Add edge as supported user agent for CSPv3 noncesJulius Härtl2024-03-081-0/+1
| * fix(security): Handle idn_to_utf8 returning falseJoas Schilling2023-12-041-0/+4
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-5/+5
| * feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-ele...Ferdinand Thiessen2023-11-171-0/+8
| * Simplify IP address normalizer with IP masksBenjamin Gaussorgues2023-11-081-54/+15
| * Refactors lib/private/Security.Faraz Samapoor2023-09-2710-201/+65
| * Merge pull request #39013 from fsamapoor/refactor_lib_private_security_part3Robin Appelman2023-09-229-152/+53
| |\
| | * Update lib/private/Security/Certificate.phpFaraz Samapoor2023-09-211-1/+0
| | * Updates the typed properties.Faraz Samapoor2023-09-211-4/+4
| | * Refactors lib/private/Security.Faraz Samapoor2023-09-219-151/+53