Commit Graph

  • af8ca33d18 Merge pull request #2574 from acelaya-forks/phpunit-13 develop Alejandro Celaya 2026-02-10 19:46:58 +01:00
  • 197cfa8811 Apply fixes for PHPUnit 13 Alejandro Celaya 2026-02-09 12:35:39 +01:00
  • 03e9117f13 Add support for PHPUnit 13 Alejandro Celaya 2026-02-08 13:04:40 +01:00
  • 9edceab3c4 Remove duplicated PHP versions in publish-release workflow Alejandro Celaya 2026-01-09 17:29:25 +01:00
  • b8f3a02a22 Remove duplicated PHP versions in publish-release workflow main Alejandro Celaya 2026-01-09 17:29:08 +01:00
  • 5b4e0b1d84 Merge pull request #2570 from shlinkio/develop v5.0.0 Alejandro Celaya 2026-01-09 17:23:46 +01:00
  • 1cb93f6154 Add v5.0.0 to changelog Alejandro Celaya 2026-01-09 17:14:11 +01:00
  • 690b5c89b2 Merge pull request #2569 from acelaya-forks/charset-error Alejandro Celaya 2026-01-09 17:12:37 +01:00
  • 8a82361d0e Fix error when trying to persist non-utf-8 title Alejandro Celaya 2026-01-09 17:05:51 +01:00
  • d746018f52 Merge pull request #2568 from acelaya-forks/5.0-upgrade-docs Alejandro Celaya 2026-01-09 14:12:33 +01:00
  • 97e7d4a7fe Document how to upgrade to Shlink 5.0 Alejandro Celaya 2026-01-09 14:09:01 +01:00
  • 98b23a11a9 Merge pull request #2566 from acelaya-forks/remove-ext-json Alejandro Celaya 2026-01-07 19:53:05 +01:00
  • 9641c704e2 Remove dependency in ext-json Alejandro Celaya 2026-01-07 19:38:13 +01:00
  • 8e10e9138c Merge pull request #2563 from acelaya-forks/extended-visits-cli-output Alejandro Celaya 2026-01-03 11:59:50 +01:00
  • 900de9e800 Extend and normalize output from visits console commands Alejandro Celaya 2026-01-03 11:45:29 +01:00
  • 0d964f0fde Merge pull request #2562 from acelaya-forks/visits-export Alejandro Celaya 2025-12-29 11:07:03 +01:00
  • 248e8032e3 Update changelog Alejandro Celaya 2025-12-29 11:04:10 +01:00
  • a6286c247a Allow visits to be generated in CSV format Alejandro Celaya 2025-12-29 10:35:46 +01:00
  • c0edcd3cfd Support paginating the output of visits commands to avoid out of memory errors Alejandro Celaya 2025-12-29 10:22:50 +01:00
  • faed7ae60b Generalize VisitsDateRangeInput to VisitsListInput to add more common params Alejandro Celaya 2025-12-28 11:59:37 +01:00
  • a65c5c3b56 Merge pull request #2560 from acelaya-forks/pie Alejandro Celaya 2025-12-22 12:54:38 +01:00
  • 6eb94194a3 Install zip extension with pie Alejandro Celaya 2025-12-22 12:41:41 +01:00
  • 18ac39ad9c Install APCU via pie in php dev docker image Alejandro Celaya 2025-12-22 12:27:32 +01:00
  • 05b833b399 Install xdebug with pie in dev docker images Alejandro Celaya 2025-12-22 12:20:06 +01:00
  • cb8ba5d970 Merge pull request #2558 from acelaya-forks/redis-socket Alejandro Celaya 2025-12-20 13:33:35 +01:00
  • 983a7f444c Document removal of redis database index as path Alejandro Celaya 2025-12-20 13:28:22 +01:00
  • ce9cbe2add Add support for redis connections via unix socket Alejandro Celaya 2025-12-20 13:16:47 +01:00
  • fec9d0375d Merge pull request #2559 from acelaya-forks/fix-doctrine-error Alejandro Celaya 2025-12-20 13:26:12 +01:00
  • 0ad777b6fa Fix error when setting max results in a delete query Alejandro Celaya 2025-12-20 13:22:44 +01:00
  • 7712f790e5 Merge pull request #2557 from acelaya-forks/after-date-rule Alejandro Celaya 2025-12-18 09:47:09 +01:00
  • 9ae2dce261 Support dynamic redirects based on an after-date condition Alejandro Celaya 2025-12-18 09:41:07 +01:00
  • 39585ed87d Merge pull request #2556 from acelaya-forks/before-date-rule Alejandro Celaya 2025-12-18 09:29:53 +01:00
  • ca183d6e21 Some changes in before-date rule wording Alejandro Celaya 2025-12-18 09:27:11 +01:00
  • 54dc82cb90 Type date in RedirectCondition::forBeforeDate as Chronos Alejandro Celaya 2025-12-18 09:11:54 +01:00
  • dae52fedf4 Support for redirects with a condition before date Andrei Vasilev 2025-05-07 23:04:05 +07:00
  • 77898d1edc Merge pull request #2553 from acelaya-forks/visits-invokable-commands Alejandro Celaya 2025-12-17 15:51:20 +01:00
  • a774778822 Remove unecessary method from GetShortUrlVisitsCommand Alejandro Celaya 2025-12-17 15:48:05 +01:00
  • d0ee6e549b Update changelog Alejandro Celaya 2025-12-17 15:46:15 +01:00
  • c6b83a6437 Convert GetShortUrlVisitsCommand into invokable command Alejandro Celaya 2025-12-17 15:43:14 +01:00
  • e265e55917 Convert GetDomainVisitsCommand into invokable command Alejandro Celaya 2025-12-17 15:35:27 +01:00
  • ce7f334326 Convert GetTagVisitsCommand into invokable command Alejandro Celaya 2025-12-17 15:32:21 +01:00
  • aecc36a463 Convert GetOrphanVisitsCommand into invokable command Alejandro Celaya 2025-12-17 15:27:39 +01:00
  • 66d35968f4 Convert GetNonOrphanVisitsCommand to invokable command Alejandro Celaya 2025-12-17 15:22:56 +01:00
  • f9b1f0ebf4 Merge pull request #2552 from acelaya-forks/db-invokable-commands Alejandro Celaya 2025-12-16 09:19:26 +01:00
  • 5b80ee73bb Convert database console commands into invokable commands Alejandro Celaya 2025-12-16 09:14:39 +01:00
  • 49daf9fbb6 Remove AbstractDatabaseCommand Alejandro Celaya 2025-12-16 09:11:53 +01:00
  • 83e373e96a Decouple database commands from AbstractDatabaseCommand Alejandro Celaya 2025-12-16 09:07:17 +01:00
  • 97c81fc1c8 Merge pull request #2551 from acelaya-forks/symfony-cli-improvements Alejandro Celaya 2025-12-15 15:27:44 +01:00
  • fff070ea87 Convert LocateVisitsCommand into invokable command Alejandro Celaya 2025-12-15 15:24:01 +01:00
  • 0c0a4ad940 Merge pull request #2550 from acelaya-forks/remove-abstract-locked-command Alejandro Celaya 2025-12-15 15:07:01 +01:00
  • e261bd16e4 Decouple AbstractDatabaseCommand from AbstractLockedCommand Alejandro Celaya 2025-12-15 15:01:00 +01:00
  • 96d122bcbf Decouple LocateVisitsCommand from AbstractLockedCommand Alejandro Celaya 2025-12-15 14:55:06 +01:00
  • 0f3f9d53c9 Merge pull request #2549 from acelaya-forks/mock-notices Alejandro Celaya 2025-12-15 14:21:47 +01:00
  • da53c5a206 Fix notices reported by latest PHPUnit version Alejandro Celaya 2025-12-15 14:17:36 +01:00
  • 2c8bc6aca0 Merge pull request #2548 from acelaya-forks/symfony-cli-improvements Alejandro Celaya 2025-12-15 10:20:23 +01:00
  • 9e4ea80139 Convert ResolveUrlCommand into invokable command Alejandro Celaya 2025-12-15 10:16:09 +01:00
  • c30ec261c9 Convert DeleteOrphanVisitsCommand into invokable command Alejandro Celaya 2025-12-15 10:08:09 +01:00
  • d481c06f09 Convert DeleteShortUrlVisitsCommand into invokable command Alejandro Celaya 2025-12-15 10:04:43 +01:00
  • 36cb760a88 Convert DeleteShortUrlCommand into invokable command Alejandro Celaya 2025-12-15 09:47:16 +01:00
  • cbfcdd42c8 Merge pull request #2546 from acelaya-forks/symfony-cli-improvements Alejandro Celaya 2025-12-15 09:39:02 +01:00
  • 635e968bb2 Convert EditShortUrlCommand into invokable command Alejandro Celaya 2025-12-15 09:35:38 +01:00
  • 965d191ce1 Convert CreateShortUrlCommand into invokable command Alejandro Celaya 2025-12-15 09:27:52 +01:00
  • b7ae228a95 Make tag and exclude-tag trully optional in ShortUrlsParamsInput Alejandro Celaya 2025-12-15 08:57:54 +01:00
  • 7cdefcb4b6 Convert ManageRedirectRulesCommand into invokable command Alejandro Celaya 2025-12-15 08:39:05 +01:00
  • c496b7ac69 Require symfony/console 8.0 Alejandro Celaya 2025-12-15 08:36:20 +01:00
  • f0e12b1d06 Merge pull request #2545 from acelaya-forks/symfony-cli-improvements Alejandro Celaya 2025-12-13 17:07:39 +01:00
  • 88efe7d962 Fix PHPStan error Alejandro Celaya 2025-12-13 17:05:02 +01:00
  • 8fb8aea5f8 Replace interact method with Interact attribute in ReadEnvVarCommand Alejandro Celaya 2025-12-13 16:59:16 +01:00
  • 5a390894ea Use Ask attribute to simplify RenameApiKeyCommand Alejandro Celaya 2025-12-13 16:55:31 +01:00
  • 5df3abbce9 Migrate GenerateKeyCommand to symfony/console attributes Alejandro Celaya 2025-12-13 16:49:52 +01:00
  • c53f538c79 Merge pull request #2544 from acelaya-forks/symfony-cli-improvements Alejandro Celaya 2025-12-13 11:13:09 +01:00
  • 309ef8dc95 Fix pagination in short-url:list command Alejandro Celaya 2025-12-13 11:10:42 +01:00
  • 5600c1cc4f Update changelog Alejandro Celaya 2025-12-13 11:07:25 +01:00
  • a75ee138e1 Migrate ListShortUrlsCommand to symfony/console attributes Alejandro Celaya 2025-12-13 11:05:20 +01:00
  • 89419e278c Merge pull request #2539 from acelaya-forks/symfony-8.0 Alejandro Celaya 2025-12-03 07:58:39 +01:00
  • 1996745f64 Update to Symfony 8.0 Alejandro Celaya 2025-12-02 12:11:56 +01:00
  • cfab13bc47 Merge pull request #2533 from acelaya-forks/improve-coverage-2 Alejandro Celaya 2025-11-18 09:33:20 +01:00
  • 9432a5ba78 Add tests for events Alejandro Celaya 2025-11-18 09:30:30 +01:00
  • 7812a85b39 Remove unused AppOptions::__toString method Alejandro Celaya 2025-11-18 09:20:52 +01:00
  • 1e0b6be67d Improved NorFoundRedirectResolver test Alejandro Celaya 2025-11-18 09:06:11 +01:00
  • 88e5bb5618 Add test for AbstractRestAction::getRouteDef() Alejandro Celaya 2025-11-18 08:56:09 +01:00
  • db1411d3f8 Remove unused method in ApiKeyNotFoundException Alejandro Celaya 2025-11-18 08:45:31 +01:00
  • 933c54e884 Improve some console commands coverage Alejandro Celaya 2025-11-18 08:41:42 +01:00
  • f3ff059d48 Improve RoleResolver coverage Alejandro Celaya 2025-11-17 12:33:08 +01:00
  • 039a58bb44 Merge pull request #2532 from acelaya-forks/improve-coverage Alejandro Celaya 2025-11-17 12:23:55 +01:00
  • 0604237b94 Remove dead code that is affecting code coverage Alejandro Celaya 2025-11-17 12:12:06 +01:00
  • c8537e4f71 Merge pull request #2529 from acelaya-forks/php-8.4-goodies Alejandro Celaya 2025-11-08 22:58:34 +01:00
  • c42fb67efc Simplify NotFoundRedirectConfigInterface with property hooks and asymetric visibility Alejandro Celaya 2025-11-08 22:47:24 +01:00
  • ad15ae1922 Merge pull request #2526 from acelaya-forks/remove-trusted-proxies-workaround Alejandro Celaya 2025-11-08 10:44:09 +01:00
  • a731e01bd4 Remove test covering trusted proxies workaround Alejandro Celaya 2025-11-08 10:41:03 +01:00
  • 63bea36c05 Remove workaround to detect trusted proxies automatically Alejandro Celaya 2025-11-08 10:30:06 +01:00
  • 8a33c6968a Merge pull request #2525 from acelaya-forks/remove-tags-option Alejandro Celaya 2025-11-08 10:29:26 +01:00
  • 359129f586 Remove deprecated --tags option in console commands Alejandro Celaya 2025-11-08 10:21:06 +01:00
  • fdcc9933a3 Merge pull request #2524 from acelaya-forks/list-urls-deprecations Alejandro Celaya 2025-11-08 10:13:15 +01:00
  • 94adba95eb Fix codecov/codecov-action arguments for v5 Alejandro Celaya 2025-11-08 10:09:20 +01:00
  • 8bafd82e1d Remove deprecated options from short-url:list command Alejandro Celaya 2025-11-08 10:05:07 +01:00
  • d2bc9f7c2b Merge pull request #2523 from acelaya-forks/no-disable-by-api-key Alejandro Celaya 2025-11-08 09:34:34 +01:00
  • 9f564b9785 Do not allow API keys to be disabled by plain-text key Alejandro Celaya 2025-11-08 09:16:15 +01:00
  • 1b6929acf6 Merge pull request #2518 from acelaya-forks/remove-extra-path Alejandro Celaya 2025-11-08 08:53:33 +01:00
  • 91fd5809ff Remove REDIRECT_APPEND_EXTRA_PATH env var Alejandro Celaya 2025-11-08 08:28:52 +01:00