Alejandro Celaya
|
f2371b6124
|
Update RedirectRuleHandlerTest
|
2024-11-13 10:01:52 +01:00 |
|
Alejandro Celaya
|
9a69d06531
|
Update to PHPStan 2.0
|
2024-11-12 10:22:23 +01:00 |
|
Alejandro Celaya
|
a5a98bd578
|
Update VisitsTracker so that its methods return the new Visit instance, if any
|
2024-11-11 08:51:55 +01:00 |
|
Alejandro Celaya
|
7e573bdb9b
|
Add tests for RenameApiKeyCOmmand and ApiKeyMeta
|
2024-11-08 09:58:02 +01:00 |
|
Alejandro Celaya
|
6f837b3b91
|
Move logic to determine if a new key has a duplicated name to the APiKeyService
|
2024-11-08 09:03:50 +01:00 |
|
Alejandro Celaya
|
a661d05100
|
Allow API keys to be renamed
|
2024-11-08 08:25:07 +01:00 |
|
Alejandro Celaya
|
9e6f129de6
|
Make sure a unique name is required by api-key:generate command
|
2024-11-07 14:52:06 +01:00 |
|
Alejandro Celaya
|
bd73362c94
|
Update api-key:disable command to allow passing a name
|
2024-11-06 20:10:06 +01:00 |
|
Alejandro Celaya
|
9f6975119e
|
Show only API key name in short URLs list
|
2024-11-05 22:52:01 +01:00 |
|
Alejandro Celaya
|
a094be2b9e
|
Fall back API key names to auto-generated keys
|
2024-11-05 11:26:39 +01:00 |
|
Alejandro Celaya
|
79c5418ac2
|
Simplify ApiKey entity by exposing key as a readonly prop
|
2024-11-04 14:22:39 +01:00 |
|
Alejandro Celaya
|
eae001a34a
|
Rename ShortUrlWithVisitsSummary to ShortUrlWithDeps
|
2024-11-03 11:38:31 +01:00 |
|
Alejandro Celaya
|
3f1d61e01e
|
Update to PHP coding standard 2.4.0
|
2024-11-03 11:38:31 +01:00 |
|
Alejandro Celaya
|
bb270396b6
|
Allow short URLs list to be filtered by domain authority
|
2024-11-03 11:37:59 +01: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
|
e17556a7ae
|
Add ReadEnvVarCommand test
|
2024-10-14 09:41:22 +02:00 |
|
Alejandro Celaya
|
037cd8a389
|
Add missing generic tyoes annotations
|
2024-07-29 20:43:52 +02:00 |
|
Alejandro Celaya
|
df94c68e2e
|
Add unit test for EditShortUrlCommand
|
2024-07-26 19:54:39 +02:00 |
|
Alejandro Celaya
|
bab6a3951e
|
Add missing unit test
|
2024-07-17 19:56:53 +02:00 |
|
Alejandro Celaya
|
4084d301ca
|
Update to PHPUnit 11
|
2024-05-12 12:49:53 +02:00 |
|
Alejandro Celaya
|
f0e62004d5
|
Add unit test to MatomoSendVisitsCommand
|
2024-04-13 20:30:31 +02:00 |
|
Alejandro Celaya
|
ca42425b33
|
Make Visit::date field readonly
|
2024-04-13 18:59:09 +02:00 |
|
Alejandro Celaya
|
b7db676cba
|
Test non-interactivity on DeleteExpiredShortUrlsCommand
|
2024-04-03 19:24:08 +02:00 |
|
Alejandro Celaya
|
527d28ad81
|
Add DeleteExpiredShortUrlsCommand test
|
2024-04-03 19:18:56 +02:00 |
|
Alejandro Celaya
|
8417498f08
|
Fixes on static check and unit tests
|
2024-03-27 19:08:25 +01:00 |
|
Alejandro Celaya
|
5427152f15
|
Make sure GeoLite2 db file is always read from the filesystem befor etrying to operate on it
|
2024-03-09 09:30:05 +01:00 |
|
Alejandro Celaya
|
63c533fa62
|
Fix incorrect rule selection when deleting rules with same long URL
|
2024-03-03 12:59:58 +01:00 |
|
Alejandro Celaya
|
8751d6c315
|
Add unit test for RedirectRuleHandler
|
2024-03-03 12:51:17 +01:00 |
|
Alejandro Celaya
|
c9d1a955b9
|
Add ManageRedirectRulesCommand unit test
|
2024-03-03 10:27:21 +01:00 |
|
Alejandro Celaya
|
e3de403c6c
|
Remove support to validate long URLs during short URL creation/edition
|
2024-02-17 12:02:57 +01:00 |
|
Alejandro Celaya
|
95ea64980b
|
Update to Symfony 7
|
2024-02-17 10:46:29 +01:00 |
|
Alejandro Celaya
|
e073b4331a
|
Update to doctrine ORM 3.0
|
2024-02-17 10:23:37 +01:00 |
|
Alejandro Celaya
|
f17b641d46
|
Allow filtering orphan visits by type from the CLI
|
2024-02-10 18:19:28 +01:00 |
|
Alejandro Celaya
|
f50263d2d9
|
Remove usage of Functional\map function
|
2023-11-29 12:34:13 +01:00 |
|
Alejandro Celaya
|
a3554eaf74
|
Print a warning when manually running visit:download-db with no license
|
2023-11-23 09:31:02 +01:00 |
|
Alejandro Celaya
|
3bdc05fbc4
|
Fix CliTestUtils for PHPUnit 10.4
|
2023-10-07 10:56:04 +02:00 |
|
Alejandro Celaya
|
25b1138000
|
Fix merge conflicts
|
2023-09-23 09:06:38 +02:00 |
|
Alejandro Celaya
|
ba4a66f772
|
Add InitialApiKeyCommand unit test
|
2023-09-23 08:16:22 +02:00 |
|
Alejandro Celaya
|
6db46b50e9
|
Roll back change to allow creating API keys with custom value
|
2023-09-21 08:58:05 +02:00 |
|
Alejandro Celaya
|
f6b1cc7556
|
Test API key creation with custom key
|
2023-09-19 10:14:04 +02:00 |
|
Alejandro Celaya
|
65a0a90a51
|
Allow custom API keys to be created
|
2023-09-19 09:10:17 +02:00 |
|
Alejandro Celaya
|
b747b8448e
|
Update dependencies
|
2023-08-19 12:03:29 +02:00 |
|
Alejandro Celaya
|
965325aa7c
|
Replace traits with static classes in CLI unit tests
|
2023-06-18 10:51:59 +02:00 |
|
Alejandro Celaya
|
a21dcb852a
|
Fix Shlink trying to create SQLite database tables even if they already exist
|
2023-06-14 18:08:39 +02:00 |
|
Alejandro Celaya
|
72381f9844
|
Change order to create initial database to avoid permission errors
|
2023-06-04 08:54:08 +02:00 |
|
Alejandro Celaya
|
618784dc3b
|
Create command to delete all orphan visits
|
2023-05-18 09:35:42 +02:00 |
|
Alejandro Celaya
|
c7043af853
|
Create DeleteShortUrlVisitsCommandTest
|
2023-05-16 09:26:29 +02:00 |
|
Alejandro Celaya
|
02a8ef7dd9
|
Create DeleteShortUrlVisitsCommand
|
2023-05-15 09:48:24 +02:00 |
|