shlink/module/Core/test
2022-08-06 09:30:13 +02:00
..
Action Updated to readonly public props on as many models as possible 2022-04-23 14:00:47 +02:00
Config Centralized how routes are configured to support multi-segment slugs 2022-08-06 09:30:13 +02:00
Crawling Added logic to resolve crawlable short codes 2021-05-22 09:34:42 +02:00
Domain Refactored method in DomainRepo, as one fo their arguments was no longer used 2021-12-09 12:43:49 +01:00
Entity Moved constants to its own file inside config folder 2021-09-26 11:26:26 +02:00
ErrorHandler Added logic to forward path and domain to not-found redirects when they contain placeholders 2021-10-02 17:30:25 +02:00
EventDispatcher Created NotifyVisitToRedisTest 2022-07-28 10:36:52 +02:00
Exception Updated to readonly public props on as many models as possible 2022-04-23 14:00:47 +02:00
Importer Added errorhandling for individual imported URLs, so that one failing doe snot make the whole process fail 2022-04-18 14:45:37 +02:00
Model Ensure filtering of custom-slug is different depending on the multi-sement lugsfeature flag 2022-08-05 08:38:05 +02:00
Service Configured publishing of new short URL events in RabbitMQ 2022-07-24 11:07:20 +02:00
ShortUrl Enhanced ExtraPathRedirectMiddleware so that it supports multi-segment slugs 2022-08-04 17:03:08 +02:00
Tag Refactored TagInfo to wrap the raw tag name instead of a Tag entity 2022-01-23 09:37:02 +01:00
Util Ensured html entities are parsed when auto-resolving titles 2022-05-22 08:29:26 +02:00
Visit Replaced usage of deprecated methods in DateRange class 2022-08-04 11:27:33 +02:00
ConfigProviderTest.php Moved routes config together, and ensure they are loaded last 2022-08-04 11:14:26 +02:00