Alejandro Celaya
|
63bea36c05
|
Remove workaround to detect trusted proxies automatically
|
2025-11-08 10:33:06 +01:00 |
|
Alejandro Celaya
|
8bafd82e1d
|
Remove deprecated options from short-url:list command
|
2025-11-08 10:07:51 +01:00 |
|
Alejandro Celaya
|
b4043be7fa
|
Drop support for QR code generation
|
2025-11-07 16:58:19 +01:00 |
|
Alejandro Celaya
|
ba16ba45f2
|
Add support for redis credentials when using sentinels
|
2025-10-27 10:16:57 +01:00 |
|
Alejandro Celaya
|
075e6347b6
|
Make GeoLite db download memory efficient
|
2025-09-11 09:28:44 +02:00 |
|
Alejandro Celaya
|
766b227e47
|
Add a development FrankenPHP server
|
2025-08-26 08:52:22 +02:00 |
|
Alejandro Celaya
|
20c41690da
|
Try to mitigate memory leaks when using RoadRunner
|
2025-08-24 11:18:40 +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
|
8b259b364d
|
Allow redirect cache visibility to be configured
|
2025-07-21 10:13:17 +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
|
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
|
c3d3cc6288
|
Test RedirectConditionType::isValid() in isolation
|
2025-07-17 08:51:59 +02:00 |
|
Alejandro Celaya
|
cd4fcc9b0a
|
Update shlink-installer
|
2025-07-08 13:07:04 +02:00 |
|
Alejandro Celaya
|
92d7a44cee
|
Add new CORS configuration options
|
2025-07-05 10:34:50 +02:00 |
|
Alejandro Celaya
|
314a99862d
|
Update to latest shlink-installer with real-time updates support
|
2025-07-03 18:35:14 +02:00 |
|
Alejandro Celaya
|
9c1db35d81
|
Add new MERCURE_ENABLED env var
|
2025-05-22 09:20:50 +02:00 |
|
Alejandro Celaya
|
b15e832cf4
|
Deprecate QR code generation endpoint
|
2025-04-22 08:47:37 +02:00 |
|
Alejandro Celaya
|
a18360a4d6
|
Disable deprecation warnings when running in production envs
|
2025-02-21 21:13:29 +01:00 |
|
Alejandro Celaya
|
c650a3e665
|
Workaround for IP resolution from x-Forwarded-For with multiple proxies
|
2025-02-13 21:52:38 +01:00 |
|
Mark Orlando Zeller
|
9ad565f8c8
|
Add ADDRESS environment vairable to define the listening interface.
|
2025-01-10 22:10:51 +01:00 |
|
Alejandro Celaya
|
c34bfac6b1
|
Update installer with support for DB_USE_ENCRYPTION option
|
2024-12-20 09:29:28 +01:00 |
|
Alejandro Celaya
|
4e7d09035a
|
Support encrypted connections to MySQL/Maria and Postgres
|
2024-12-19 09:00:01 +01:00 |
|
Alejandro Celaya
|
d83081f4e9
|
Update shlink-installer
|
2024-12-01 12:28:29 +01:00 |
|
Alejandro Celaya
|
86cc2b717c
|
Save where a visitor is redirected for any kind of tracked visit
|
2024-11-24 13:21:48 +01:00 |
|
Alejandro Celaya
|
2946b630c5
|
Use IpAddressFactory from akrabat/ip-address-middleware
|
2024-11-22 09:01:27 +01:00 |
|
Alejandro Celaya
|
b5ff568651
|
Use IpGeolocationMiddleware to geolocate visitors instead of LocateVisit event
|
2024-11-15 08:55:43 +01:00 |
|
Alejandro Celaya
|
2a734b5d89
|
Ensure proper env vars are promoted for dev and test envs
|
2024-10-24 14:20:49 +02:00 |
|
Alejandro Celaya
|
2901fe8b7b
|
Reduce duplication in CLI tests
|
2024-10-24 11:50:06 +02:00 |
|
Alejandro Celaya
|
45e108d21e
|
Load dev env as a PHP array instead of an env file
|
2024-10-24 09:59:13 +02:00 |
|
Alejandro Celaya
|
a3ea8f56dd
|
Remove app_options config
|
2024-10-24 08:49:58 +02:00 |
|
Alejandro Celaya
|
f3244b35e3
|
Remove remaining local config files
|
2024-10-23 10:53:09 +02:00 |
|
Alejandro Celaya
|
442eea0ea7
|
Add script to run CLI tests that loads and exports test env vars
|
2024-10-23 10:16:38 +02:00 |
|
Alejandro Celaya
|
46601443f5
|
Load specific env file when running API tests
|
2024-10-23 09:17:00 +02:00 |
|
Alejandro Celaya
|
c8e5196aab
|
Remove dependencies on url_shortener raw config
|
2024-10-22 15:15:41 +02:00 |
|
Alejandro Celaya
|
582033ceb3
|
Migrate dev-specific configuration to env vars via .env file
|
2024-10-22 15:15:41 +02:00 |
|
Alejandro Celaya
|
83e8801827
|
Move env var default values to EnvVars enum
|
2024-10-14 09:41:22 +02:00 |
|
Alejandro Celaya
|
1773e6ecae
|
Ensure query parameters are preserved verbatim when forwarded to long URL
|
2024-10-10 11:35:29 +02:00 |
|
Alejandro Celaya
|
11a4702b10
|
Promote installer config options as env vars explicitly
|
2024-10-08 08:57:51 +02:00 |
|
Alejandro Celaya
|
447cccacdf
|
Update changelog
|
2024-10-04 12:41:02 +02:00 |
|
Alejandro Celaya
|
0413399102
|
Make sure MEMORY_LIMIT env var is read after config options have been promoted to env vars
|
2024-10-04 12:33:27 +02:00 |
|
Alejandro Celaya
|
e4f66b7ce6
|
Update installer
|
2024-07-05 09:41:26 +02:00 |
|
Alejandro Celaya
|
4b52c92e97
|
Add option to customize user agents in robots.txt
|
2024-07-05 08:54:54 +02:00 |
|
Alejandro Celaya
|
80e9c2452b
|
Convert encoding of resolved titles based on page encoding
|
2024-05-22 18:11:55 +02:00 |
|
Alejandro Celaya
|
163244f40f
|
Add option to allow all URLs to be crawlable via robots.txt
|
2024-04-22 09:16:44 +02:00 |
|
Alejandro Celaya
|
5e74dd7a6d
|
Update to installer version with support for memory limit option
|
2024-04-09 09:40:08 +02:00 |
|
Alejandro Celaya
|
8a273e01e9
|
Allow memory_limit to be configurable
|
2024-04-09 08:47:01 +02:00 |
|
Alejandro Celaya
|
e1cf0c4ea7
|
Forward request ID from sync request process to async job processes
|
2024-04-07 11:26:17 +02:00 |
|
Alejandro Celaya
|
d090260b17
|
Track orphan visits counts
|
2024-04-01 10:22:51 +02:00 |
|