Alejandro Celaya
|
eb199a61da
|
Add exclude-tags API tests
|
2025-10-17 08:52:25 +02:00 |
|
Alejandro Celaya
|
25de0263c5
|
Deprecate --tags and add --tag for short-url:list command
|
2025-10-17 08:35:41 +02:00 |
|
Alejandro Celaya
|
41c03a66e4
|
Fix static analysis
|
2025-10-16 19:16:11 +02:00 |
|
Alejandro Celaya
|
13c1b12d84
|
Update logic in ShortUrlListRepository to take excluded tags into consideration
|
2025-10-16 19:16:11 +02:00 |
|
Alejandro Celaya
|
fe10aaf245
|
Make --tags option allow multiple values in list short URLs command
|
2025-10-16 19:16:11 +02:00 |
|
Alejandro Celaya
|
464e3d7f8e
|
Support excludeTags and excludeTagsMode in list short URLs command
|
2025-10-16 19:16:11 +02:00 |
|
Alejandro Celaya
|
ac40a7021b
|
Document excludeTags and excludeTagsMode params for short URLs list
|
2025-10-16 19:16:11 +02:00 |
|
Alejandro Celaya
|
c60a5e750b
|
Reference Jetbrains in README
|
2025-10-16 15:08:29 +02:00 |
|
Alejandro Celaya
|
785f728afc
|
Merge pull request #2493 from acelaya-forks/fix-phpstan
Fix issue reported by phpstan in CrossDomainMiddleware
|
2025-10-16 10:16:33 +02:00 |
|
Alejandro Celaya
|
648696f778
|
Fix issue reported by phpstan in CrossDomainMiddleware
|
2025-10-16 10:08:24 +02:00 |
|
Alejandro Celaya
|
774a579a94
|
Add v4.5.3 to changelog
|
2025-10-10 10:29:06 +02:00 |
|
Alejandro Celaya
|
98bbb01165
|
Update coding standard
|
2025-10-06 08:46:34 +02:00 |
|
Alejandro Celaya
|
0bcb9e0438
|
Update changelog
|
2025-10-03 10:24:38 +02:00 |
|
Alejandro Celaya
|
edb8b57a48
|
Merge pull request #2489 from acelaya-forks/feature/cors-credentials-fix
Make sure Access-Control-Allow-Credentials is always set if configured
|
2025-10-03 10:23:02 +02:00 |
|
Alejandro Celaya
|
b01f271f72
|
Make sure Access-Control-Allow-Credentials is always set if configured
|
2025-10-03 10:15:27 +02:00 |
|
Alejandro Celaya
|
98b504a2de
|
Merge pull request #2484 from acelaya-forks/feature/memory-efficient-geolite
Make GeoLite db download memory efficient
|
2025-09-11 09:39:32 +02:00 |
|
Alejandro Celaya
|
075e6347b6
|
Make GeoLite db download memory efficient
|
2025-09-11 09:28:44 +02:00 |
|
Alejandro Celaya
|
92a70b8c11
|
Merge pull request #2477 from acelaya-forks/feature/frankenphp
Add a development FrankenPHP server
|
2025-08-28 09:01:41 +02:00 |
|
Alejandro Celaya
|
613c7b7368
|
Merge pull request #2480 from acelaya-forks/feature/garbage-collection
Garbage collect after every request
|
2025-08-27 09:41:38 +02:00 |
|
Alejandro Celaya
|
232f6e37c6
|
Ensure pipeline is not marked as failed if only v8.5 fails
|
2025-08-27 09:30:41 +02:00 |
|
Alejandro Celaya
|
c818d5603d
|
Garbage collect after every request
|
2025-08-27 09:24:28 +02:00 |
|
Alejandro Celaya
|
766b227e47
|
Add a development FrankenPHP server
|
2025-08-26 08:52:22 +02:00 |
|
Alejandro Celaya
|
95be5a93fc
|
Merge pull request #2478 from acelaya-forks/feature/memory-leak-mitigation
Try to mitigate memory leaks when using RoadRunner
|
2025-08-24 11:23:57 +02:00 |
|
Alejandro Celaya
|
20c41690da
|
Try to mitigate memory leaks when using RoadRunner
|
2025-08-24 11:18:40 +02:00 |
|
Alejandro Celaya
|
22b5fa5a83
|
Merge pull request #2474 from acelaya-forks/feature/symfony-lock
Update to symfony/lock ^7.3.2
|
2025-08-01 08:28:05 +02:00 |
|
Alejandro Celaya
|
0c4d1b6d2f
|
Update to symfony/lock ^7.3.2
|
2025-08-01 08:21:37 +02:00 |
|
Alejandro Celaya
|
d2514b7555
|
Merge pull request #2470 from acelaya-forks/feature/release-4.5.0
Add v4.5.0 to changelog
|
2025-07-24 12:11:03 +02:00 |
|
Alejandro Celaya
|
2d5734fc8b
|
Add v4.5.0 to changelog
|
2025-07-24 12:07:11 +02:00 |
|
Alejandro Celaya
|
478ac344ff
|
Merge pull request #2469 from acelaya-forks/feature/logs-encoding
Allow logs format to be configured as console or JSON
|
2025-07-24 10:01:36 +02:00 |
|
Alejandro Celaya
|
e40b82618a
|
Allow logs format to be configured as console or JSON
|
2025-07-24 09:57:34 +02:00 |
|
Alejandro Celaya
|
51dd671174
|
Merge pull request #2467 from acelaya-forks/feature/nullable-match-value
Make RedirectCondition->matchValue nullable
|
2025-07-22 08:32:25 +02:00 |
|
Alejandro Celaya
|
5b5d0aae49
|
Make RedirectCondition->matchValue nullable
|
2025-07-22 08:28:09 +02:00 |
|
Alejandro Celaya
|
56df880a93
|
Merge pull request #2466 from acelaya-forks/feature/php-8.5
Run tests under PHP 8.5 in CI
|
2025-07-21 10:38:02 +02:00 |
|
Alejandro Celaya
|
afa509613a
|
Run tests under PHP 8.5 in CI
|
2025-07-21 10:30:35 +02:00 |
|
Alejandro Celaya
|
3be49a25a0
|
Merge pull request #2465 from acelaya-forks/feature/redirect-cache-visibility
Allow redirect cache visibility to be configured
|
2025-07-21 10:21:36 +02:00 |
|
Alejandro Celaya
|
8b259b364d
|
Allow redirect cache visibility to be configured
|
2025-07-21 10:13:17 +02:00 |
|
Alejandro Celaya
|
13d9b7b0a7
|
Merge pull request #2464 from acelaya-forks/feature/desktop-devices
Add support for more device types in device-specific redirects
|
2025-07-20 12:02:11 +02:00 |
|
Alejandro Celaya
|
2b33095392
|
Add support for more device types in device-specific redirects
|
2025-07-20 11:56:33 +02:00 |
|
Alejandro Celaya
|
3a1ce40a49
|
Merge pull request #2461 from acelaya-forks/feature/trusted-proxies
Allow trusted proxies to be provided via TRUSTED_PROXIES env var or config option
|
2025-07-18 08:32:48 +02:00 |
|
Alejandro Celaya
|
a68300f19a
|
Fix phpstan report
|
2025-07-18 08:29:16 +02:00 |
|
Alejandro Celaya
|
3318987d63
|
Allow providing hop count via TRUSTED_PROXIES
|
2025-07-18 08:24:57 +02:00 |
|
Alejandro Celaya
|
1f825797f6
|
Allow trusted proxies to be provided via TRUSTED_PROXIES env var
|
2025-07-17 09:57:34 +02:00 |
|
Alejandro Celaya
|
650fafb7c4
|
Register ReverseForwardedAddressesMiddlewareDecorator via ServiceManager delegator
|
2025-07-17 09:47:02 +02:00 |
|
Alejandro Celaya
|
978e24d6fa
|
Merge pull request #2460 from acelaya-forks/feature/enhanced-query-param-rules
Add support for any-value and valueless query param redirect rules
|
2025-07-17 08:57:30 +02:00 |
|
Alejandro Celaya
|
c3d3cc6288
|
Test RedirectConditionType::isValid() in isolation
|
2025-07-17 08:51:59 +02:00 |
|
Alejandro Celaya
|
223901324f
|
Enhance RedirectRuleHandlerTest with new query-param-related conditions
|
2025-07-17 08:44:19 +02:00 |
|
Alejandro Celaya
|
47293be85c
|
Enhance RedirectConditionTest with new query-param-related conditions
|
2025-07-17 08:39:37 +02:00 |
|
Alejandro Celaya
|
18c4c39fee
|
Add support for any-value and valueless query param redirect rules
|
2025-07-17 08:31:29 +02:00 |
|
Alejandro Celaya
|
e762d28b67
|
Merge pull request #2455 from acelaya-forks/feature/cors-customization
Add new CORS configuration options
|
2025-07-16 08:41:42 +02:00 |
|
Alejandro Celaya
|
f5c6bc8204
|
Update changelog
|
2025-07-16 08:39:12 +02:00 |
|