shlink/module/Core/src/ShortUrl
2024-02-05 23:05:31 +01:00
..
Entity Remove usage of Functional\map function 2023-11-29 12:34:13 +01:00
Helper Remove dependency on league/uri 2024-02-05 23:05:31 +01:00
Middleware Update ShortUrlRedirectionBuilder to accept a request object instead of a raw query array 2023-01-21 10:37:12 +01:00
Model Allow QR codes to be generated for disabled short URLs 2023-12-22 13:29:22 +01:00
Paginator/Adapter Split short URL listing capabilities on its own repo and service 2022-12-13 19:37:02 +01:00
Persistence Fixed nasty typo 2022-12-10 19:59:30 +01:00
Repository Fix memory leak when importing big amounts of visits 2023-03-31 09:46:05 +02:00
Resolver Remove usage of Functional\map function 2023-11-29 12:34:13 +01:00
Spec Enhanced TagRepositoryTest and replaced inlined quoting by doctrine connection quoting 2022-01-18 19:50:48 +01:00
Transformer Remove usage of Functional\map function 2023-11-29 12:34:13 +01:00
DeleteShortUrlService.php Refactored global entities into their own proper namespaces 2022-09-23 19:03:32 +02:00
DeleteShortUrlServiceInterface.php Refactored global services into their own proper namespaces 2022-09-23 18:42:38 +02:00
ShortUrlListService.php Make sure short URL domain is resolved as null when default one is provided 2023-04-22 19:44:04 +02:00
ShortUrlListServiceInterface.php Split short URL listing capabilities on its own repo and service 2022-12-13 19:37:02 +01:00
ShortUrlResolver.php Allow QR codes to be generated for disabled short URLs 2023-12-22 13:29:22 +01:00
ShortUrlResolverInterface.php Allow QR codes to be generated for disabled short URLs 2023-12-22 13:29:22 +01:00
ShortUrlService.php Extract device long URL validation to its own validation class 2023-01-21 10:12:52 +01:00
ShortUrlServiceInterface.php Split short URL listing capabilities on its own repo and service 2022-12-13 19:37:02 +01:00
ShortUrlVisitsDeleter.php Create DeleteShortUrlVisitsCommand 2023-05-15 09:48:24 +02:00
ShortUrlVisitsDeleterInterface.php Create DeleteShortUrlVisitsCommand 2023-05-15 09:48:24 +02:00
UrlShortener.php Capture error on real-time update when creating short URL 2023-04-12 09:25:01 +02:00
UrlShortenerInterface.php Capture error on real-time update when creating short URL 2023-04-12 09:25:01 +02:00