| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: remove superflous line | georglauterbach | 2024-11-09 | 1 | -1/+0 |
* | fix: do not query CNAME if A succeeded already | georglauterbach | 2024-11-06 | 1 | -1/+5 |
* | feat(http-client): expose default request timeout constant to be used instead...add-default-request-timeout-const | Thomas Citharel | 2024-10-11 | 1 | -1/+1 |
* | chore: always execute parse_url in preventLocalAddressbug/noid/federated-addressbook-sync-without-localaddressallowed | Daniel Kesselberg | 2024-10-01 | 1 | -4/+5 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 2 | -5/+5 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 5 | -291/+291 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 8 | -166/+19 |
* | fix(dns): detect disabled IPv6 support in DNS pinning | Benjamin Gaussorgues | 2024-03-26 | 1 | -1/+3 |
* | Merge pull request #43446 from jithin-space/add-patch-request-to-http-client-... | John Molakvoæ | 2024-03-16 | 1 | -0/+35 |
|\ |
|
| * | added patch method | jithin-space | 2024-02-08 | 1 | -0/+35 |
* | | fix: Swap method and uri parameter in request to match upstream order | Côme Chilliet | 2024-03-07 | 1 | -2/+2 |
* | | feat(IClient): Add `request` function to do arbitrary HTTP requests | Ferdinand Thiessen | 2024-03-07 | 1 | -0/+37 |
* | | fix(federation): Allow cloud federation providers to handle unsuccessful retu... | Joas Schilling | 2024-02-28 | 1 | -0/+16 |
* | | Include `hostName:$port` for Host access violation message as well | Robin Kluth | 2024-02-24 | 1 | -1/+1 |
* | | Log Host/IP in `LocalServerException` for `Host violates local access rules` | Robin Kluth | 2024-02-24 | 1 | -1/+1 |
* | | Log Host/IP in `LocalServerException` for `Host violates local access rules` | Robin Kluth | 2024-02-24 | 1 | -1/+1 |
|/ |
|
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 2 | -9/+9 |
* | test: add tests for dns pin middleware | Daniel Kesselberg | 2023-09-12 | 1 | -2/+9 |
* | enh: skip processing for empty response | Daniel Kesselberg | 2023-09-04 | 1 | -0/+4 |
* | feat: add switch to disable dns pinning | Daniel Kesselberg | 2023-08-29 | 1 | -2/+4 |
* | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() | Joas Schilling | 2023-06-27 | 3 | -8/+365 |
* | log performance events for http requests | Robin Appelman | 2023-04-28 | 1 | -4/+17 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -5/+5 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Fix DNS Pin Middleware throwing for public IPs | Christoph Wurst | 2022-11-08 | 1 | -1/+1 |
* | Add remote host validation API | Christoph Wurst | 2022-10-31 | 4 | -117/+27 |
* | Rename LocalAddressChecker methods to lower case | Christoph Wurst | 2022-10-27 | 3 | -5/+5 |
* | Revert "fix external storages access" | Simon L | 2022-10-23 | 1 | -1/+3 |
* | Merge pull request #33087 from nextcloud/fix/30282/external-storages | John Molakvoæ | 2022-10-23 | 1 | -3/+1 |
|\ |
|
| * | fix external storages access | szaimen | 2022-07-01 | 1 | -3/+1 |
* | | Fix tests for nested v4 in v6 | Côme Chilliet | 2022-09-20 | 1 | -14/+6 |
* | | Use new dependency to normalize IPs | Côme Chilliet | 2022-09-20 | 1 | -0/+13 |
* | | Add missing urldecode and idn_to_utf8 calls to local address checker | Côme Chilliet | 2022-09-20 | 2 | -2/+2 |
* | | Fix typos in lib/private subdirectory | luz paz | 2022-07-27 | 1 | -1/+1 |
* | | Use Symfony IpUtils to check for local IP ranges | Côme Chilliet | 2022-07-12 | 1 | -3/+7 |
* | | Check for local IPs nested in IPv6 as well | Côme Chilliet | 2022-07-12 | 1 | -1/+3 |
* | | Refactor local IP if and set strict to true for in_array | Côme Chilliet | 2022-07-12 | 1 | -6/+6 |
* | | Improve local IP detection | Côme Chilliet | 2022-07-12 | 1 | -0/+6 |
|/ |
|
* | Improve local domain detection | Côme Chilliet | 2022-06-23 | 1 | -2/+4 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 3 | -15/+3 |
* | Send images to imaginary docker to generate previews | Vincent Petry | 2022-03-17 | 1 | -1/+2 |
* | Check for !== false instead
| Lukas Reschke | 2021-07-12 | 1 | -1/+1 |
* | Check if dns_get_record returns non-false | Lukas Reschke | 2021-07-12 | 1 | -1/+1 |
* | Fixes recursion count incrementation | Sanpi | 2021-07-07 | 1 | -1/+1 |
* | Merge pull request #27801 from nextcloud/enh/noid/hardening-dns-pin-middleware | kesselb | 2021-07-06 | 1 | -13/+28 |
|\ |
|
| * | Ignore subdomain for soa queries | Daniel Kesselberg | 2021-07-05 | 1 | -13/+28 |
* | | Fix DnsPinMiddleware resolve pinning bug | Aaron Ball | 2021-07-02 | 1 | -5/+12 |
|/ |
|
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 8 | -13/+7 |
* | ensure redis returns bool for hasKey | Arthur Schiwon | 2021-04-13 | 1 | -1/+1 |
* | Strictify null check | Lukas Reschke | 2021-04-06 | 1 | -2/+3 |