4715 Commits

Author SHA1 Message Date
Alejandro Celaya
6ad599be7f Merge pull request #2591 from acelaya-forks/modernize-models
Modernize models
2026-04-02 12:17:59 +02:00
Alejandro Celaya
4c3ebdbeef Modernize TitleResolutionModelInterface 2026-04-02 11:37:51 +02:00
Alejandro Celaya
8bcee302ea Modernize DomainRedirectsRequest 2026-04-02 11:37:36 +02:00
Alejandro Celaya
3fed574949 Merge pull request #2534 from acelaya-forks/8.5-docker-image
Update docker images to PHP 8.5
2026-04-02 11:11:59 +02:00
Alejandro Celaya
da5afc0f28 Fix missing static check 2026-04-02 11:07:48 +02:00
Alejandro Celaya
5269cca32c Update to PDO SQLSRV 5.13 2026-04-02 10:57:50 +02:00
Alejandro Celaya
b6df5c5b08 Update changelog 2026-04-02 10:55:17 +02:00
Alejandro Celaya
1538ccda62 Move all instructions for for mssql to x86_64 condition in Dockerfile 2026-04-02 10:54:40 +02:00
Alejandro Celaya
7900df19cb Update changelog 2026-04-02 10:54:40 +02:00
Alejandro Celaya
bafa7d72ce Fix MS SQL ODBC links in docker images 2026-04-02 10:54:40 +02:00
Alejandro Celaya
d85351da17 Update docker images to PHP 8.5 2026-04-02 10:54:40 +02:00
Alejandro Celaya
88f38f9e3c Merge pull request #2586 from acelaya-forks/browser-redirect-rule
Support dynamic redirects based on the visitor browser
2026-03-17 09:12:51 +01:00
Alejandro Celaya
d2d9e2aebd Support dynamic redirects based on the visitor browser 2026-03-17 08:50:32 +01:00
Alejandro Celaya
2240c312e6 Merge pull request #2584 from acelaya-forks/sentinels-acl
Add support for redis sentinels with their own ACL auth
2026-03-16 09:06:04 +01:00
Alejandro Celaya
8e6f81423f Add support for redis sentinels with their own ACL auth 2026-03-16 09:02:12 +01:00
Alejandro Celaya
8d706fdabe Merge pull request #2581 from acelaya-forks/docker-security
Update docker images to Alpine 3.22
2026-03-04 18:02:24 +01:00
Alejandro Celaya
2e91297d85 Update docker images to Alpine 3.22 2026-03-04 17:43:21 +01:00
Alejandro Celaya
be4c602afe Merge pull request #2580 from acelaya-forks/changelog-3.x
Archive changelog for v3.x
2026-03-04 17:42:48 +01:00
Alejandro Celaya
38ca22ed21 Archive changelog for v3.x 2026-03-04 17:37:37 +01:00
Alejandro Celaya
af8ca33d18 Merge pull request #2574 from acelaya-forks/phpunit-13
Update to PHPUnit 13
2026-02-10 19:46:58 +01:00
Alejandro Celaya
197cfa8811 Apply fixes for PHPUnit 13 2026-02-09 12:35:39 +01:00
Alejandro Celaya
03e9117f13 Add support for PHPUnit 13 2026-02-08 13:04:40 +01:00
Alejandro Celaya
9edceab3c4 Remove duplicated PHP versions in publish-release workflow 2026-01-09 17:29:25 +01:00
Alejandro Celaya
1cb93f6154 Add v5.0.0 to changelog 2026-01-09 17:14:11 +01:00
Alejandro Celaya
690b5c89b2 Merge pull request #2569 from acelaya-forks/charset-error
Fix error when trying to persist non-utf-8 title
2026-01-09 17:12:37 +01:00
Alejandro Celaya
8a82361d0e Fix error when trying to persist non-utf-8 title 2026-01-09 17:05:51 +01:00
Alejandro Celaya
d746018f52 Merge pull request #2568 from acelaya-forks/5.0-upgrade-docs
Document how to upgrade to Shlink 5.0
2026-01-09 14:12:33 +01:00
Alejandro Celaya
97e7d4a7fe Document how to upgrade to Shlink 5.0 2026-01-09 14:10:46 +01:00
Alejandro Celaya
98b23a11a9 Merge pull request #2566 from acelaya-forks/remove-ext-json
Remove dependency in ext-json
2026-01-07 19:53:05 +01:00
Alejandro Celaya
9641c704e2 Remove dependency in ext-json 2026-01-07 19:48:57 +01:00
Alejandro Celaya
8e10e9138c Merge pull request #2563 from acelaya-forks/extended-visits-cli-output
Extend and normalize output from visits console commands
2026-01-03 11:59:50 +01:00
Alejandro Celaya
900de9e800 Extend and normalize output from visits console commands 2026-01-03 11:53:09 +01:00
Alejandro Celaya
0d964f0fde Merge pull request #2562 from acelaya-forks/visits-export
Allow exporting visits in CSV format
2025-12-29 11:07:03 +01:00
Alejandro Celaya
248e8032e3 Update changelog 2025-12-29 11:04:10 +01:00
Alejandro Celaya
a6286c247a Allow visits to be generated in CSV format 2025-12-29 10:43:37 +01:00
Alejandro Celaya
c0edcd3cfd Support paginating the output of visits commands to avoid out of memory errors 2025-12-29 10:22:50 +01:00
Alejandro Celaya
faed7ae60b Generalize VisitsDateRangeInput to VisitsListInput to add more common params 2025-12-28 11:59:37 +01:00
Alejandro Celaya
a65c5c3b56 Merge pull request #2560 from acelaya-forks/pie
Install compatible extensions in dev docker images with pie
2025-12-22 12:54:38 +01:00
Alejandro Celaya
6eb94194a3 Install zip extension with pie 2025-12-22 12:41:41 +01:00
Alejandro Celaya
18ac39ad9c Install APCU via pie in php dev docker image 2025-12-22 12:27:32 +01:00
Alejandro Celaya
05b833b399 Install xdebug with pie in dev docker images 2025-12-22 12:20:06 +01:00
Alejandro Celaya
cb8ba5d970 Merge pull request #2558 from acelaya-forks/redis-socket
Add support for redis connections via unix socket
2025-12-20 13:33:35 +01:00
Alejandro Celaya
983a7f444c Document removal of redis database index as path 2025-12-20 13:28:48 +01:00
Alejandro Celaya
ce9cbe2add Add support for redis connections via unix socket 2025-12-20 13:26:39 +01:00
Alejandro Celaya
fec9d0375d Merge pull request #2559 from acelaya-forks/fix-doctrine-error
Fix error when setting max results in a delete query
2025-12-20 13:26:12 +01:00
Alejandro Celaya
0ad777b6fa Fix error when setting max results in a delete query 2025-12-20 13:23:20 +01:00
Alejandro Celaya
7712f790e5 Merge pull request #2557 from acelaya-forks/after-date-rule
Support dynamic redirects based on an after-date condition
2025-12-18 09:47:09 +01:00
Alejandro Celaya
9ae2dce261 Support dynamic redirects based on an after-date condition 2025-12-18 09:41:07 +01:00
Alejandro Celaya
39585ed87d Merge pull request #2556 from acelaya-forks/before-date-rule
Support for redirects with a before-date condition
2025-12-18 09:29:53 +01:00
Alejandro Celaya
ca183d6e21 Some changes in before-date rule wording 2025-12-18 09:27:11 +01:00