Commit Graph

2203 Commits

Author SHA1 Message Date
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
0ad777b6fa Fix error when setting max results in a delete query 2025-12-20 13:23:20 +01:00
Alejandro Celaya
9ae2dce261 Support dynamic redirects based on an after-date condition 2025-12-18 09:41:07 +01:00
Alejandro Celaya
ca183d6e21 Some changes in before-date rule wording 2025-12-18 09:27:11 +01:00
Alejandro Celaya
54dc82cb90 Type date in RedirectCondition::forBeforeDate as Chronos 2025-12-18 09:21:13 +01:00
Andrei Vasilev
dae52fedf4 Support for redirects with a condition before date 2025-12-18 09:04:57 +01:00
Alejandro Celaya
a774778822 Remove unecessary method from GetShortUrlVisitsCommand 2025-12-17 15:48:05 +01:00
Alejandro Celaya
c6b83a6437 Convert GetShortUrlVisitsCommand into invokable command 2025-12-17 15:43:14 +01:00
Alejandro Celaya
e265e55917 Convert GetDomainVisitsCommand into invokable command 2025-12-17 15:35:27 +01:00
Alejandro Celaya
ce7f334326 Convert GetTagVisitsCommand into invokable command 2025-12-17 15:32:21 +01:00
Alejandro Celaya
aecc36a463 Convert GetOrphanVisitsCommand into invokable command 2025-12-17 15:27:39 +01:00
Alejandro Celaya
66d35968f4 Convert GetNonOrphanVisitsCommand to invokable command 2025-12-17 15:22:56 +01:00
Alejandro Celaya
5b80ee73bb Convert database console commands into invokable commands 2025-12-16 09:14:39 +01:00
Alejandro Celaya
49daf9fbb6 Remove AbstractDatabaseCommand 2025-12-16 09:11:53 +01:00
Alejandro Celaya
83e373e96a Decouple database commands from AbstractDatabaseCommand 2025-12-16 09:07:17 +01:00
Alejandro Celaya
fff070ea87 Convert LocateVisitsCommand into invokable command 2025-12-15 15:24:01 +01:00
Alejandro Celaya
e261bd16e4 Decouple AbstractDatabaseCommand from AbstractLockedCommand 2025-12-15 15:01:00 +01:00
Alejandro Celaya
96d122bcbf Decouple LocateVisitsCommand from AbstractLockedCommand 2025-12-15 14:55:06 +01:00
Alejandro Celaya
da53c5a206 Fix notices reported by latest PHPUnit version 2025-12-15 14:17:36 +01:00
Alejandro Celaya
9e4ea80139 Convert ResolveUrlCommand into invokable command 2025-12-15 10:16:09 +01:00
Alejandro Celaya
c30ec261c9 Convert DeleteOrphanVisitsCommand into invokable command 2025-12-15 10:08:09 +01:00
Alejandro Celaya
d481c06f09 Convert DeleteShortUrlVisitsCommand into invokable command 2025-12-15 10:04:48 +01:00
Alejandro Celaya
36cb760a88 Convert DeleteShortUrlCommand into invokable command 2025-12-15 09:47:16 +01:00
Alejandro Celaya
635e968bb2 Convert EditShortUrlCommand into invokable command 2025-12-15 09:35:38 +01:00
Alejandro Celaya
965d191ce1 Convert CreateShortUrlCommand into invokable command 2025-12-15 09:27:52 +01:00
Alejandro Celaya
b7ae228a95 Make tag and exclude-tag trully optional in ShortUrlsParamsInput 2025-12-15 08:57:54 +01:00
Alejandro Celaya
7cdefcb4b6 Convert ManageRedirectRulesCommand into invokable command 2025-12-15 08:39:05 +01:00
Alejandro Celaya
88efe7d962 Fix PHPStan error 2025-12-13 17:05:02 +01:00
Alejandro Celaya
8fb8aea5f8 Replace interact method with Interact attribute in ReadEnvVarCommand 2025-12-13 16:59:16 +01:00
Alejandro Celaya
5a390894ea Use Ask attribute to simplify RenameApiKeyCommand 2025-12-13 16:55:31 +01:00
Alejandro Celaya
5df3abbce9 Migrate GenerateKeyCommand to symfony/console attributes 2025-12-13 16:49:52 +01:00
Alejandro Celaya
309ef8dc95 Fix pagination in short-url:list command 2025-12-13 11:10:42 +01:00
Alejandro Celaya
a75ee138e1 Migrate ListShortUrlsCommand to symfony/console attributes 2025-12-13 11:05:20 +01:00
Alejandro Celaya
1996745f64 Update to Symfony 8.0 2025-12-02 12:20:52 +01:00
Alejandro Celaya
9432a5ba78 Add tests for events 2025-11-18 09:30:30 +01:00
Alejandro Celaya
7812a85b39 Remove unused AppOptions::__toString method 2025-11-18 09:20:52 +01:00
Alejandro Celaya
1e0b6be67d Improved NorFoundRedirectResolver test 2025-11-18 09:06:11 +01:00
Alejandro Celaya
88e5bb5618 Add test for AbstractRestAction::getRouteDef() 2025-11-18 08:56:09 +01:00
Alejandro Celaya
db1411d3f8 Remove unused method in ApiKeyNotFoundException 2025-11-18 08:45:31 +01:00
Alejandro Celaya
933c54e884 Improve some console commands coverage 2025-11-18 08:44:15 +01:00
Alejandro Celaya
f3ff059d48 Improve RoleResolver coverage 2025-11-17 12:33:08 +01:00
Alejandro Celaya
0604237b94 Remove dead code that is affecting code coverage 2025-11-17 12:12:06 +01:00
Alejandro Celaya
c42fb67efc Simplify NotFoundRedirectConfigInterface with property hooks and asymetric visibility 2025-11-08 22:47:24 +01:00
Alejandro Celaya
a731e01bd4 Remove test covering trusted proxies workaround 2025-11-08 10:41:03 +01:00
Alejandro Celaya
63bea36c05 Remove workaround to detect trusted proxies automatically 2025-11-08 10:33:06 +01:00
Alejandro Celaya
359129f586 Remove deprecated --tags option in console commands 2025-11-08 10:22:02 +01:00
Alejandro Celaya
8bafd82e1d Remove deprecated options from short-url:list command 2025-11-08 10:07:51 +01:00
Alejandro Celaya
9f564b9785 Do not allow API keys to be disabled by plain-text key 2025-11-08 09:16:15 +01:00