-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from acmephp:master #5
base: master
Are you sure you want to change the base?
Commits on Sep 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ee2119e - Browse repository at this point
Copy the full SHA ee2119eView commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2299602 - Browse repository at this point
Copy the full SHA 2299602View commit details
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7621356 - Browse repository at this point
Copy the full SHA 7621356View commit details -
feature #250 Fix tests on PHP 8.0/8.1 (HansAdema)
This PR was squashed before being merged into the master branch. Discussion ---------- Fix tests on PHP 8.0/8.1 The current tests don't work on PHP 8.0 because OpenSSL changed from using `resource`s for it's data structures to using objects. So I added a function that checks the right type for the right PHP versions. Commits ------- 7621356 Fix tests on PHP 8.0/8.1
Configuration menu - View commit details
-
Copy full SHA for 22df0d1 - Browse repository at this point
Copy the full SHA 22df0d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2755d98 - Browse repository at this point
Copy the full SHA 2755d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cfc866 - Browse repository at this point
Copy the full SHA 2cfc866View commit details -
Configuration menu - View commit details
-
Copy full SHA for e23b888 - Browse repository at this point
Copy the full SHA e23b888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 043fd6c - Browse repository at this point
Copy the full SHA 043fd6cView commit details -
Merge pull request #233 from tbickley-mediabowl/issue/197_Monolog2
Update Monolog to version 2
Configuration menu - View commit details
-
Copy full SHA for c7fb74e - Browse repository at this point
Copy the full SHA c7fb74eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d685b93 - Browse repository at this point
Copy the full SHA d685b93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae3edf - Browse repository at this point
Copy the full SHA 2ae3edfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 182d539 - Browse repository at this point
Copy the full SHA 182d539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74b71f5 - Browse repository at this point
Copy the full SHA 74b71f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d14b3 - Browse repository at this point
Copy the full SHA 03d14b3View commit details -
Merge pull request #262 from acmephp/upgrade-phpcs
Upgrade phpcs and fix CS
Configuration menu - View commit details
-
Copy full SHA for 8be2586 - Browse repository at this point
Copy the full SHA 8be2586View commit details -
Configuration menu - View commit details
-
Copy full SHA for d345ffe - Browse repository at this point
Copy the full SHA d345ffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e4bea - Browse repository at this point
Copy the full SHA 09e4beaView commit details -
Merge pull request #251 from W0rma/remove-swiftmailer
Remove unused swiftmailer dependency
Configuration menu - View commit details
-
Copy full SHA for 371c905 - Browse repository at this point
Copy the full SHA 371c905View commit details -
Merge pull request #257 from mgriego/core-deps-and-bug-fixes
Allow for newer dependencies and fix a couple of issues in AcmePhp\Core.
Configuration menu - View commit details
-
Copy full SHA for 7bac887 - Browse repository at this point
Copy the full SHA 7bac887View commit details -
Add Core\AcmeClient::reloadOrder method
The reloadOrder method refreshes CertificateOrder information from the CA. This is useful if the CA returned a server error, and you need to retrieve what has been done. Also add the order status property to the CertificateOrder object to check this.
Configuration menu - View commit details
-
Copy full SHA for 95c17a4 - Browse repository at this point
Copy the full SHA 95c17a4View commit details -
Merge pull request #263 from acmephp/core-get-order
Add Core\AcmeClient::reloadOrder method
Configuration menu - View commit details
-
Copy full SHA for 8a8a975 - Browse repository at this point
Copy the full SHA 8a8a975View commit details
Commits on Jun 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 192a15c - Browse repository at this point
Copy the full SHA 192a15cView commit details
Commits on Jun 10, 2023
-
Merge pull request #245 from webii/feat/cpanel-installation
Cpanel certificate installation action
Configuration menu - View commit details
-
Copy full SHA for 7e3ca0e - Browse repository at this point
Copy the full SHA 7e3ca0eView commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 112f660 - Browse repository at this point
Copy the full SHA 112f660View commit details -
Merge pull request #274 from duobradovic/Accept-Json-when-expected
Accept Json when expected
Configuration menu - View commit details
-
Copy full SHA for bdac48f - Browse repository at this point
Copy the full SHA bdac48fView commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb1a237 - Browse repository at this point
Copy the full SHA cb1a237View commit details -
Merge pull request #275 from acmephp/fix-allow-psr-http-message-2
fix: allow psr/http-message v2
Configuration menu - View commit details
-
Copy full SHA for 2f0afa6 - Browse repository at this point
Copy the full SHA 2f0afa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16c2e03 - Browse repository at this point
Copy the full SHA 16c2e03View commit details -
Merge pull request #276 from acmephp/revert-275-fix-allow-psr-http-me…
…ssage-2 Revert "fix: allow psr/http-message v2"
Configuration menu - View commit details
-
Copy full SHA for e959a5e - Browse repository at this point
Copy the full SHA e959a5eView commit details
Commits on Apr 12, 2024
-
Add Tests\AcmePhp\Core\AcmeClientTest::testRequestAuthorizationAllows…
…Capitalisation()
Configuration menu - View commit details
-
Copy full SHA for aa4e614 - Browse repository at this point
Copy the full SHA aa4e614View commit details -
#280 Set domain name strings to lowercase in AcmeClient::requestOrder…
…() and CertificateOrder::getAuthorizationChallenges()
Configuration menu - View commit details
-
Copy full SHA for 9cd8f00 - Browse repository at this point
Copy the full SHA 9cd8f00View commit details
Commits on Apr 14, 2024
-
Merge pull request #281 from uphlewis/master
Fix `ChallengeNotSupportedException` resulting from capital letters in domain names
Configuration menu - View commit details
-
Copy full SHA for b5ce7ec - Browse repository at this point
Copy the full SHA b5ce7ecView commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c47222e - Browse repository at this point
Copy the full SHA c47222eView commit details -
Merge pull request #282 from uphlewis/master
Chain previous into exceptions thrown from catch blocks
Configuration menu - View commit details
-
Copy full SHA for 411a58d - Browse repository at this point
Copy the full SHA 411a58dView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54df0f8 - Browse repository at this point
Copy the full SHA 54df0f8View commit details -
This tools generates totally useless changelog, and urgly!
Configuration menu - View commit details
-
Copy full SHA for 3281eb1 - Browse repository at this point
Copy the full SHA 3281eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e47624 - Browse repository at this point
Copy the full SHA 1e47624View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec2ae2 - Browse repository at this point
Copy the full SHA 9ec2ae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1bc9e4 - Browse repository at this point
Copy the full SHA c1bc9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8b3293 - Browse repository at this point
Copy the full SHA f8b3293View commit details -
Merge pull request #288 from lyrixx/drop-deprecated-version
Drop support for outdated version (SF, PHP) and fix tests
Configuration menu - View commit details
-
Copy full SHA for 6402759 - Browse repository at this point
Copy the full SHA 6402759View commit details -
Configuration menu - View commit details
-
Copy full SHA for c791c3c - Browse repository at this point
Copy the full SHA c791c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3800f1 - Browse repository at this point
Copy the full SHA d3800f1View commit details -
Merge pull request #290 from lyrixx/cs
Update PHP-CS-Fixer to 3.62.0 and run it
Configuration menu - View commit details
-
Copy full SHA for bcf82e0 - Browse repository at this point
Copy the full SHA bcf82e0View commit details -
Merge pull request #289 from lyrixx/fix-ci
Sync all version in composer.json + update some lowest constrainsts
Configuration menu - View commit details
-
Copy full SHA for 6300a08 - Browse repository at this point
Copy the full SHA 6300a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9db6e99 - Browse repository at this point
Copy the full SHA 9db6e99View commit details -
Merge pull request #291 from lyrixx/flysistem-v3
Update to flysystem v3
Configuration menu - View commit details
-
Copy full SHA for a415227 - Browse repository at this point
Copy the full SHA a415227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 338b086 - Browse repository at this point
Copy the full SHA 338b086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c1c794 - Browse repository at this point
Copy the full SHA 5c1c794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab7e1b - Browse repository at this point
Copy the full SHA 9ab7e1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef358f1 - Browse repository at this point
Copy the full SHA ef358f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e659d4 - Browse repository at this point
Copy the full SHA 0e659d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c7b448 - Browse repository at this point
Copy the full SHA 0c7b448View commit details -
Configuration menu - View commit details
-
Copy full SHA for bef542f - Browse repository at this point
Copy the full SHA bef542fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf7113d - Browse repository at this point
Copy the full SHA cf7113dView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a043367 - Browse repository at this point
Copy the full SHA a043367View commit details -
Configuration menu - View commit details
-
Copy full SHA for f75cb60 - Browse repository at this point
Copy the full SHA f75cb60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac1a5b - Browse repository at this point
Copy the full SHA 8ac1a5bView commit details -
fix: remove rancher 1 push action
BREAKING CHANGE: Rancher is no longer supported
Configuration menu - View commit details
-
Copy full SHA for 701f901 - Browse repository at this point
Copy the full SHA 701f901View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7505d1 - Browse repository at this point
Copy the full SHA f7505d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90870e6 - Browse repository at this point
Copy the full SHA 90870e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1deb706 - Browse repository at this point
Copy the full SHA 1deb706View commit details -
Merge pull request #277 from acmephp/feat-update-self-updater
fix: update self-update command and phar generation config
Configuration menu - View commit details
-
Copy full SHA for 72a14de - Browse repository at this point
Copy the full SHA 72a14deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45071b7 - Browse repository at this point
Copy the full SHA 45071b7View commit details -
Merge pull request #252 from W0rma/path-util
Replace deprected webmozart/path-util with symfony/filesystem
Configuration menu - View commit details
-
Copy full SHA for b342e0f - Browse repository at this point
Copy the full SHA b342e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b77609a - Browse repository at this point
Copy the full SHA b77609aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e38b4dd - Browse repository at this point
Copy the full SHA e38b4ddView commit details -
Merge pull request #302 from acmephp/fix-sa
chore: fix phpstan issues
Configuration menu - View commit details
-
Copy full SHA for 3a138db - Browse repository at this point
Copy the full SHA 3a138dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 715d2dc - Browse repository at this point
Copy the full SHA 715d2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 554c024 - Browse repository at this point
Copy the full SHA 554c024View commit details -
Merge pull request #300 from acmephp/drop-rancher-action
fix: remove rancher 1 push action
Configuration menu - View commit details
-
Copy full SHA for 160a613 - Browse repository at this point
Copy the full SHA 160a613View commit details -
Merge pull request #297 from lyrixx/matrix-PEBBLE-MODE-eab
Restore missing tests with PEBBLE_MODE=EAB
Configuration menu - View commit details
-
Copy full SHA for 760f647 - Browse repository at this point
Copy the full SHA 760f647View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4131ca1 - Browse repository at this point
Copy the full SHA 4131ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf5df0 - Browse repository at this point
Copy the full SHA ebf5df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba32c9 - Browse repository at this point
Copy the full SHA 2ba32c9View commit details -
Merge pull request #295 from lyrixx/up-guzzlehttp-psr7
update guzzlehttp/psr7 to ^2.4.5
Configuration menu - View commit details
-
Copy full SHA for c6f54fb - Browse repository at this point
Copy the full SHA c6f54fbView commit details -
Merge pull request #303 from acmephp/remove-ci-runs
chore(ci): use php 8.3 in test
Configuration menu - View commit details
-
Copy full SHA for 8c07ae9 - Browse repository at this point
Copy the full SHA 8c07ae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7942d90 - Browse repository at this point
Copy the full SHA 7942d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 632f747 - Browse repository at this point
Copy the full SHA 632f747View commit details -
Configuration menu - View commit details
-
Copy full SHA for c33854f - Browse repository at this point
Copy the full SHA c33854fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52564bb - Browse repository at this point
Copy the full SHA 52564bbView commit details -
Merge pull request #293 from lyrixx/up-lcobucci-jwt
Drop support for lcobucci/jwt < 4.1 + Add support for ^5.3
Configuration menu - View commit details
-
Copy full SHA for c4af5ac - Browse repository at this point
Copy the full SHA c4af5acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05caee7 - Browse repository at this point
Copy the full SHA 05caee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e29315 - Browse repository at this point
Copy the full SHA 1e29315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a5615 - Browse repository at this point
Copy the full SHA 86a5615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507a60e - Browse repository at this point
Copy the full SHA 507a60eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5bda73 - Browse repository at this point
Copy the full SHA d5bda73View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc72046 - Browse repository at this point
Copy the full SHA cc72046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c2e96 - Browse repository at this point
Copy the full SHA 32c2e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3547c1f - Browse repository at this point
Copy the full SHA 3547c1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b5cf5 - Browse repository at this point
Copy the full SHA 18b5cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2efd925 - Browse repository at this point
Copy the full SHA 2efd925View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b798b - Browse repository at this point
Copy the full SHA a2b798bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3cce8 - Browse repository at this point
Copy the full SHA cd3cce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f41b7c6 - Browse repository at this point
Copy the full SHA f41b7c6View commit details -
Merge pull request #305 from acmephp/feat-build-docker
feat: build docker container on every push to master and during tests
Configuration menu - View commit details
-
Copy full SHA for 073a696 - Browse repository at this point
Copy the full SHA 073a696View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4adb44 - Browse repository at this point
Copy the full SHA e4adb44View commit details -
Merge pull request #306 from acmephp/feat-build-docker
chore: try full checkout instead of manual tag
Configuration menu - View commit details
-
Copy full SHA for bb0a1c6 - Browse repository at this point
Copy the full SHA bb0a1c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74b4e47 - Browse repository at this point
Copy the full SHA 74b4e47View commit details -
Merge pull request #307 from acmephp/feat-build-docker
fix(ci): dont run with tty
Configuration menu - View commit details
-
Copy full SHA for 2a78719 - Browse repository at this point
Copy the full SHA 2a78719View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d4560 - Browse repository at this point
Copy the full SHA e3d4560View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e0f24d - Browse repository at this point
Copy the full SHA 6e0f24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88adf0a - Browse repository at this point
Copy the full SHA 88adf0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c15112 - Browse repository at this point
Copy the full SHA 2c15112View commit details -
Merge pull request #309 from acmephp/phar-build-artifact
chore(ci): upload phar file artifact for testing
Configuration menu - View commit details
-
Copy full SHA for e5066b8 - Browse repository at this point
Copy the full SHA e5066b8View commit details -
Merge pull request #268 from aik099/gandi-wildcard-domain-fix
Rewrite Gandi soulver to support wildcard domains
Configuration menu - View commit details
-
Copy full SHA for 949edf7 - Browse repository at this point
Copy the full SHA 949edf7View commit details -
Merge pull request #296 from lyrixx/up-log
update monolog and psr/log
Configuration menu - View commit details
-
Copy full SHA for e0ad464 - Browse repository at this point
Copy the full SHA e0ad464View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f4e640 - Browse repository at this point
Copy the full SHA 7f4e640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97499df - Browse repository at this point
Copy the full SHA 97499dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f3198 - Browse repository at this point
Copy the full SHA c8f3198View commit details -
Configuration menu - View commit details
-
Copy full SHA for e63ef39 - Browse repository at this point
Copy the full SHA e63ef39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 423fe2f - Browse repository at this point
Copy the full SHA 423fe2fView commit details -
Merge pull request #316 from acmephp/fix-ci-phar
chore(ci): allow pr comment from fork prs
Configuration menu - View commit details
-
Copy full SHA for 3f30579 - Browse repository at this point
Copy the full SHA 3f30579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9fefc - Browse repository at this point
Copy the full SHA 9c9fefcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 338f53a - Browse repository at this point
Copy the full SHA 338f53aView commit details -
Merge pull request #313 from lyrixx/up
Relax constraint on psr/http-message and psr/container
Configuration menu - View commit details
-
Copy full SHA for 0760101 - Browse repository at this point
Copy the full SHA 0760101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cde9fd - Browse repository at this point
Copy the full SHA 1cde9fdView commit details -
Merge pull request #314 from lyrixx/up-symfony
Add support for symfony ^7.1
Configuration menu - View commit details
-
Copy full SHA for 732d243 - Browse repository at this point
Copy the full SHA 732d243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26e64e5 - Browse repository at this point
Copy the full SHA 26e64e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f210b - Browse repository at this point
Copy the full SHA 69f210bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a10ca - Browse repository at this point
Copy the full SHA 15a10caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a052c - Browse repository at this point
Copy the full SHA 68a052cView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8b27b1 - Browse repository at this point
Copy the full SHA d8b27b1View commit details
Commits on Aug 26, 2024
-
Merge pull request #320 from lyrixx/changelog
Reword a bit the changelog
Configuration menu - View commit details
-
Copy full SHA for 12aee9c - Browse repository at this point
Copy the full SHA 12aee9cView commit details
Commits on Nov 13, 2024
-
Add support for consolidation/self-update ^2.2 || ^3
This unlock full support for SF 7.1
Configuration menu - View commit details
-
Copy full SHA for 70f3256 - Browse repository at this point
Copy the full SHA 70f3256View commit details -
Lock phpstan/phpdoc-parser to v1 in test
Symfony is not compatible with v2 yet
Configuration menu - View commit details
-
Copy full SHA for c352199 - Browse repository at this point
Copy the full SHA c352199View commit details
Commits on Nov 15, 2024
-
Merge pull request #324 from lyrixx/consolidation-self-update
Add support for consolidation/self-update ^2.2 || ^3
Configuration menu - View commit details
-
Copy full SHA for b7f4e70 - Browse repository at this point
Copy the full SHA b7f4e70View commit details