Commit Graph

4648 Commits

Author SHA1 Message Date
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
0f3f9d53c9 Merge pull request #2549 from acelaya-forks/mock-notices
Fix notices reported by latest PHPUnit version
2025-12-15 14:21:47 +01:00
Alejandro Celaya
da53c5a206 Fix notices reported by latest PHPUnit version 2025-12-15 14:17:36 +01:00
Alejandro Celaya
2c8bc6aca0 Merge pull request #2548 from acelaya-forks/symfony-cli-improvements
Symfony console improvements
2025-12-15 10:20:23 +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
cbfcdd42c8 Merge pull request #2546 from acelaya-forks/symfony-cli-improvements
Symfony cli improvements
2025-12-15 09:39:02 +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
c496b7ac69 Require symfony/console 8.0 2025-12-15 08:36:20 +01:00
Alejandro Celaya
f0e12b1d06 Merge pull request #2545 from acelaya-forks/symfony-cli-improvements
Symfony cli improvements
2025-12-13 17:07:39 +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
c53f538c79 Merge pull request #2544 from acelaya-forks/symfony-cli-improvements
Migrate ListShortUrlsCommand to symfony/console attributes
2025-12-13 11:13:09 +01:00
Alejandro Celaya
309ef8dc95 Fix pagination in short-url:list command 2025-12-13 11:10:42 +01:00
Alejandro Celaya
5600c1cc4f Update changelog 2025-12-13 11:07:25 +01:00
Alejandro Celaya
a75ee138e1 Migrate ListShortUrlsCommand to symfony/console attributes 2025-12-13 11:05:20 +01:00
Alejandro Celaya
89419e278c Merge pull request #2539 from acelaya-forks/symfony-8.0
Update to Symfony 8.0
2025-12-03 07:58:39 +01:00
Alejandro Celaya
1996745f64 Update to Symfony 8.0 2025-12-02 12:20:52 +01:00
Alejandro Celaya
cfab13bc47 Merge pull request #2533 from acelaya-forks/improve-coverage-2
Add more code coverage improvements
2025-11-18 09:33:20 +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
039a58bb44 Merge pull request #2532 from acelaya-forks/improve-coverage
Remove dead code that is affecting code coverage
2025-11-17 12:23:55 +01:00
Alejandro Celaya
0604237b94 Remove dead code that is affecting code coverage 2025-11-17 12:12:06 +01:00
Alejandro Celaya
c8537e4f71 Merge pull request #2529 from acelaya-forks/php-8.4-goodies
Simplify NotFoundRedirectConfigInterface with property hooks and asymetric visibility
2025-11-08 22:58:34 +01:00
Alejandro Celaya
c42fb67efc Simplify NotFoundRedirectConfigInterface with property hooks and asymetric visibility 2025-11-08 22:47:24 +01:00
Alejandro Celaya
ad15ae1922 Merge pull request #2526 from acelaya-forks/remove-trusted-proxies-workaround
Remove workaround to detect trusted proxies automatically
2025-11-08 10:44:09 +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
8a33c6968a Merge pull request #2525 from acelaya-forks/remove-tags-option
Remove deprecated --tags option in console commands
2025-11-08 10:29:26 +01:00
Alejandro Celaya
359129f586 Remove deprecated --tags option in console commands 2025-11-08 10:22:02 +01:00
Alejandro Celaya
fdcc9933a3 Merge pull request #2524 from acelaya-forks/list-urls-deprecations
Remove deprecated options from short-url:list command
2025-11-08 10:13:15 +01:00
Alejandro Celaya
94adba95eb Fix codecov/codecov-action arguments for v5 2025-11-08 10:09:20 +01:00
Alejandro Celaya
8bafd82e1d Remove deprecated options from short-url:list command 2025-11-08 10:07:51 +01:00
Alejandro Celaya
d2bc9f7c2b Merge pull request #2523 from acelaya-forks/no-disable-by-api-key
Do not allow API keys to be disabled by plain-text key
2025-11-08 09:34:34 +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
Alejandro Celaya
1b6929acf6 Merge pull request #2518 from acelaya-forks/remove-extra-path
Remove REDIRECT_APPEND_EXTRA_PATH env var
2025-11-08 08:53:33 +01:00
Alejandro Celaya
91fd5809ff Remove REDIRECT_APPEND_EXTRA_PATH env var 2025-11-08 08:28:52 +01:00