shlink/module/Core/test
2021-05-22 22:06:40 +02:00
..
Action Created action to dynamically build the robots.txt 2021-05-22 07:15:34 +02:00
Config Defined new structure for tracking config, together with new options 2021-05-16 09:30:15 +02:00
Crawling Added logic to resolve crawlable short codes 2021-05-22 09:34:42 +02:00
Domain Extracted ApiKey metadata to the ApiKeyMeta object 2021-03-14 09:59:35 +01:00
Entity Added detection of visits from potential bots 2021-05-22 15:09:14 +02:00
ErrorHandler Ensured orphan visits are located ASAP when using swoole 2021-02-09 23:09:42 +01:00
EventDispatcher Updated ImportedLinksProcessor to support importing visits if provided 2021-04-11 11:44:10 +02:00
Exception
Importer Encapsulated logic to get rid of nested ifs 2021-04-18 17:07:56 +02:00
Mercure Added detection of visits from potential bots 2021-05-22 15:09:14 +02:00
Model Added logic for new tracking options 2021-05-16 09:53:44 +02:00
Paginator/Adapter Added new models to pass to repositories when listing visits of any kind 2021-05-22 20:32:30 +02:00
Service Added locking to short URL creation when checking if URL exists 2021-05-22 22:06:40 +02:00
ShortUrl Added locks to tag and domain creation during short URL creation 2021-05-22 22:06:40 +02:00
Util Extracted ApiKey metadata to the ApiKeyMeta object 2021-03-14 09:59:35 +01:00
Visit Added locking to short URL creation when checking if URL exists 2021-05-22 22:06:40 +02:00
ConfigProviderTest.php