Alejandro Celaya
|
be26dd58c3
|
Add API tests to cover usage of orphan visits restricted keys
|
2023-05-31 09:22:40 +02:00 |
|
Alejandro Celaya
|
8b03532ddb
|
Add ORPHAN_VISITS_EXCLUDED API key role
|
2023-05-30 09:15:35 +02:00 |
|
Alejandro Celaya
|
ee6a8ede0a
|
Drop support for PHP 8.1
|
2023-05-29 09:43:12 +02:00 |
|
Alejandro Celaya
|
618784dc3b
|
Create command to delete all orphan visits
|
2023-05-18 09:35:42 +02:00 |
|
Alejandro Celaya
|
9d64d4ed1d
|
Create abstract base class for commands deleting visits
|
2023-05-18 09:33:15 +02:00 |
|
Alejandro Celaya
|
7f02243c6c
|
Rename short-url:delete-visits to short-url:visits-delete for consistency with other commands
|
2023-05-18 09:19:01 +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 |
|
Alejandro Celaya
|
6bb8c1b2f5
|
Rename CLI Option namespace to Input
|
2023-05-15 09:02:23 +02:00 |
|
Alejandro Celaya
|
d06e92ffc2
|
Created CLI test for short URL importing
|
2023-04-23 13:26:59 +02:00 |
|
Alejandro Celaya
|
1b83344995
|
Create CLI test checking default domain is ignored even if explicitly provided
|
2023-04-23 11:20:54 +02:00 |
|
Alejandro Celaya
|
cf49393ef2
|
Add --show-domain flag to list short URLs command
|
2023-04-23 11:19:05 +02:00 |
|
Alejandro Celaya
|
c582eba753
|
Make sure short URL domain is resolved as null when default one is provided
|
2023-04-22 19:44:04 +02:00 |
|
Alejandro Celaya
|
ef075fb0ce
|
Fix test when CLI output viewport is too narrow
|
2023-04-12 18:36:28 +02:00 |
|
Alejandro Celaya
|
399c56a097
|
Print warning when trying to create short URL from CLI on openswoole in verbose mode
|
2023-04-12 18:30:02 +02:00 |
|
Alejandro Celaya
|
f078d95588
|
Capture error on real-time update when creating short URL
|
2023-04-12 09:25:01 +02:00 |
|
Alejandro Celaya
|
b6e1c65c4c
|
Enforce a schema to be provided when short URLs are created
|
2023-03-25 11:23:00 +01:00 |
|
Alejandro Celaya
|
e51384fcc0
|
Reduce duplicated logic when checking if an API key is admin
|
2023-03-04 10:22:46 +01:00 |
|
Alejandro Celaya
|
85c32c3c9a
|
Fix CreateDatabaseCommandTest
|
2023-02-15 18:55:25 +01:00 |
|
Alejandro Celaya
|
40838255a7
|
Make sure database detection is not affected by the existence of foreign tables
|
2023-02-15 08:52:17 +01:00 |
|
Alejandro Celaya
|
04bbd471ff
|
Migrate from PHPUnit annotations to native attributes
|
2023-02-09 20:42:18 +01:00 |
|
Alejandro Celaya
|
650a286982
|
Update to PHPUnit 10
|
2023-02-09 09:32:38 +01:00 |
|
Alejandro Celaya
|
fdaf5fb2f3
|
Add support for short URL mode in installer, and handle loosely mode in custom slugs
|
2023-01-28 10:06:11 +01:00 |
|
Alejandro Celaya
|
05acd4ae88
|
Add two modes for short URLs
|
2023-01-25 20:33:07 +01:00 |
|
Alejandro Celaya
|
4ee0032c2a
|
Deprecated validateUrl option on short URL creation/edition
|
2023-01-23 20:30:12 +01:00 |
|
Alejandro Celaya
|
39adef8ab8
|
Make it impossible to create a short URL with an empty long URL
|
2023-01-22 11:27:16 +01:00 |
|
Alejandro Celaya
|
1447687ebe
|
Add deviceLongUrls to short URL creation
|
2023-01-21 10:12:52 +01:00 |
|
Alejandro Celaya
|
80e3f01562
|
Replace references to doma.in with s.test
|
2023-01-19 09:05:52 +01:00 |
|
Alejandro Celaya
|
961178fd82
|
Added amount of bots, non-bots and total visits to the list of tags with stats
|
2023-01-02 19:28:32 +01:00 |
|
Alejandro Celaya
|
92c80e7833
|
Removed superfluous exception code by using named args
|
2023-01-02 13:47:16 +01:00 |
|
Alejandro Celaya
|
92a83b82a0
|
Split short URL listing capabilities on its own repo and service
|
2022-12-13 19:37:02 +01:00 |
|
Alejandro Celaya
|
0952c488be
|
Added exclusion flags to ListShortUrlsCommand
|
2022-12-11 18:33:40 +01:00 |
|
Alejandro Celaya
|
c4f28b3a32
|
Renamed ShortUrl::fromMeta to ShortUrl::create
|
2022-12-11 18:24:47 +01:00 |
|
Alejandro Celaya
|
85e18a4754
|
Fixed all phpstan inspections on tests
|
2022-10-24 20:11:25 +02:00 |
|
Alejandro Celaya
|
1650499a38
|
Added more stricter types for mocks
|
2022-10-24 19:59:03 +02:00 |
|
Alejandro Celaya
|
51f243995a
|
Added stricter types for mocks
|
2022-10-24 19:53:13 +02:00 |
|
Alejandro Celaya
|
6a2227efc5
|
Removed all uinnecessary usages of equalsTo param constraint
|
2022-10-23 18:15:57 +02:00 |
|
Alejandro Celaya
|
b7671f70da
|
Fixed coding styles
|
2022-10-22 14:41:42 +02:00 |
|
Alejandro Celaya
|
52366b9dd4
|
Removed last reference to prophecytrait in CLI module
|
2022-10-22 14:41:22 +02:00 |
|
Alejandro Celaya
|
32417e40cb
|
Migrated ShlinkTableTest to use PHPUnit mocks
|
2022-10-22 14:40:35 +02:00 |
|
Alejandro Celaya
|
4cb44be9a0
|
Migrated ProcessRunnerTest to use PHPUnit mocks
|
2022-10-22 14:37:13 +02:00 |
|
Alejandro Celaya
|
a484455b0b
|
Migrated GeolocationDbUpdaterTest to use PHPUnit mocks
|
2022-10-22 14:27:07 +02:00 |
|
Alejandro Celaya
|
4b3ed2b7ba
|
Migrated LocateVisitsCommandTest to use PHPUnit mocks
|
2022-10-22 14:16:42 +02:00 |
|
Alejandro Celaya
|
e2986a7b4c
|
Migrated GetOrphanVisitsCommandTest to use PHPUnit mocks
|
2022-10-22 14:06:54 +02:00 |
|
Alejandro Celaya
|
82e04800aa
|
Migrated GetNonOrphanVisitsCommandTest to use PHPUnit mocks
|
2022-10-22 14:06:00 +02:00 |
|
Alejandro Celaya
|
5d367da626
|
Migrated DownloadGeoLiteDbCommandTest to use PHPUnit mocks
|
2022-10-22 14:02:38 +02:00 |
|
Alejandro Celaya
|
59de5a5f55
|
Migrated RenameTagCommandTest to use PHPUnit mocks
|
2022-10-22 13:53:45 +02:00 |
|
Alejandro Celaya
|
0855104068
|
Migrated ListTagsCommandTest to use PHPUnit mocks
|
2022-10-22 13:49:11 +02:00 |
|
Alejandro Celaya
|
8c6f97c4e2
|
Migrated GetTagVisitsCommandTest to use PHPUnit mocks
|
2022-10-22 13:47:28 +02:00 |
|
Alejandro Celaya
|
2d16856582
|
Migrated DeleteTagsCommandTest to use PHPUnit mocks
|
2022-10-22 13:45:11 +02:00 |
|