| Commit message (Expand) | Author | Age | Files | Lines |
* | cache the path of the certificate bundle | Robin Appelman | 2022-03-17 | 1 | -7/+15 |
* | return default bundle when there is an error getting the bundle | Robin Appelman | 2022-03-14 | 1 | -7/+11 |
* | Allow to set a strict-dynamic CSP through the API | Julius Härtl | 2022-03-09 | 1 | -0/+7 |
* | Use the new option to signaling insensitivity | Joas Schilling | 2022-02-07 | 1 | -0/+2 |
* | Make the DB query simpler (as we just deleted all other entries) | Joas Schilling | 2022-01-28 | 1 | -3/+0 |
* | Log bruteforce throttle and blocking | Joas Schilling | 2022-01-18 | 1 | -0/+11 |
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
* | Don't query the bruteforce attempts when we just deleted them | Joas Schilling | 2021-12-01 | 1 | -2/+6 |
* | Type hint in IpAddress
| Vincent Petry | 2021-11-22 | 1 | -3/+2 |
* | Improve normalizer detecting IPv4 inside of IPv6 | Vincent Petry | 2021-11-22 | 1 | -2/+42 |
* | Fix getting subnet of ipv4 mapped ipv6 addresses | Vincent Petry | 2021-11-22 | 1 | -0/+2 |
* | Add an OCP for trusted domain helper | Joas Schilling | 2021-10-28 | 1 | -13/+19 |
* | Set associative = true for cleanup job | Daniel Kesselberg | 2021-10-07 | 1 | -1/+1 |
* | Merge pull request #28728 from nextcloud/add-database-backend-limiter | Lukas Reschke | 2021-09-13 | 4 | -24/+138 |
|\ |
|
| * | Implement review feedback | Lukas Reschke | 2021-09-13 | 1 | -3/+3 |
| * | Apply suggestions from code review
| Lukas Reschke | 2021-09-13 | 1 | -7/+5 |
| * | Implement PR review feedback | Lukas Reschke | 2021-09-07 | 2 | -6/+1 |
| * | phpcs | Lukas Reschke | 2021-09-06 | 1 | -1/+0 |
| * | Adjust logic to store period instead of current timestamp | Lukas Reschke | 2021-09-06 | 4 | -44/+30 |
| * | Add database ratelimiting backend | Lukas Reschke | 2021-09-06 | 1 | -0/+136 |
* | | Confirm mails only per POST | Arthur Schiwon | 2021-09-09 | 1 | -0/+4 |
* | | add a job to clean up expired verification tokens | Arthur Schiwon | 2021-09-09 | 2 | -4/+108 |
* | | move verification token logic out of lost password controller | Arthur Schiwon | 2021-09-09 | 1 | -0/+111 |
|/ |
|
* | Throw exception if encrypting the data failed. | Daniel Kesselberg | 2021-07-05 | 1 | -6/+16 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 27 | -44/+20 |
* | Merge pull request #26626 from J0WI/strict-security | Roeland Jago Douma | 2021-05-18 | 5 | -29/+45 |
|\ |
|
| * | Make Security module strict | J0WI | 2021-04-19 | 5 | -29/+45 |
* | | Merge pull request #25714 from nextcloud/fix/23197/explicitly_check_hex2bin_i... | Morris Jobke | 2021-04-22 | 1 | -3/+19 |
|\ \
| |/
|/| |
|
| * | Explicitly check hex2bin input | Roeland Jago Douma | 2021-02-18 | 1 | -3/+19 |
* | | Increase subnet matcher | Lukas Reschke | 2021-04-07 | 1 | -2/+2 |
|/ |
|
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -2/+2 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 5 | -3/+6 |
* | Avoid checking for brute force protection capabilities when upgrading | Julius Härtl | 2020-12-09 | 1 | -0/+4 |
* | Replace the credentials table with one that can have empty user | Joas Schilling | 2020-11-10 | 1 | -1/+1 |
* | Fix comparing the empty string for global credentials | Joas Schilling | 2020-11-10 | 1 | -6/+15 |
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -1/+4 |
* | Always return the default path if we can | Roeland Jago Douma | 2020-11-03 | 1 | -0/+28 |
* | Improve CertificateManager to not be user context dependent | Morris Jobke | 2020-11-03 | 1 | -51/+15 |
* | Derive encryption key & MAC key from a single key. | lynn-stephenson | 2020-10-15 | 1 | -7/+15 |
* | Limit throttler to 48 hours | Roeland Jago Douma | 2020-10-08 | 1 | -0/+5 |
* | Add cleanup job for old brutefoce attempts | Roeland Jago Douma | 2020-10-08 | 1 | -0/+55 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -4/+4 |
* | Remove @suppress SqlInjectionChecker | Morris Jobke | 2020-09-16 | 1 | -1/+0 |
* | Don't break when the IP is empty | Joas Schilling | 2020-09-10 | 1 | -0/+4 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -1/+6 |
* | Fix CS | Joas Schilling | 2020-08-19 | 1 | -0/+1 |
* | Correctly return ms delay when at max | Joas Schilling | 2020-08-19 | 1 | -3/+4 |
* | Add missing default | Joas Schilling | 2020-08-19 | 1 | -1/+1 |
* | Simplify array filter | Joas Schilling | 2020-08-19 | 1 | -2/+1 |