shlink/module/Core/src/ShortUrl
2024-03-27 19:08:25 +01:00
..
Entity Use pre-calculated visits counts when listing short URLs 2024-03-27 19:08:25 +01:00
Helper Fix error when redirecting to a non-http URL 2024-03-15 23:00:40 +01:00
Middleware Fix error when redirecting to a non-http URL 2024-03-15 23:00:40 +01:00
Model Remove no-longer used methods in OrderableField enum 2024-03-27 19:08:25 +01:00
Paginator/Adapter Use pre-calculated visits counts when listing short URLs 2024-03-27 19:08:25 +01:00
Persistence Fix order in which entities are flushed in ShortUrlListRepositoryTest 2024-03-27 19:08:25 +01:00
Repository Load visits and nonBotVisits via sub-queries in ShortUrlListRepository 2024-03-27 19:08:25 +01:00
Resolver Update to doctrine ORM 3.0 2024-02-17 10:23:37 +01:00
Spec Enhanced TagRepositoryTest and replaced inlined quoting by doctrine connection quoting 2022-01-18 19:50:48 +01:00
Transformer Use pre-calculated visits counts when listing short URLs 2024-03-27 19:08:25 +01:00
DeleteShortUrlService.php Move logic to serialize ShortUrls to entity itself 2024-03-18 22:09:15 +01:00
DeleteShortUrlServiceInterface.php Refactored global services into their own proper namespaces 2022-09-23 18:42:38 +02:00
ShortUrlListService.php Use pre-calculated visits counts when listing short URLs 2024-03-27 19:08:25 +01:00
ShortUrlListServiceInterface.php Split short URL listing capabilities on its own repo and service 2022-12-13 19:37:02 +01:00
ShortUrlResolver.php Create endpoint to list redirect rules for a specific short URL 2024-02-27 21:00:53 +01:00
ShortUrlResolverInterface.php Allow QR codes to be generated for disabled short URLs 2023-12-22 13:29:22 +01:00
ShortUrlService.php Create endpoint to list redirect rules for a specific short URL 2024-02-27 21:00:53 +01:00
ShortUrlServiceInterface.php Remove support to validate long URLs during short URL creation/edition 2024-02-17 12:02:57 +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 Remove support to validate long URLs during short URL creation/edition 2024-02-17 12:02:57 +01:00
UrlShortenerInterface.php Remove support to validate long URLs during short URL creation/edition 2024-02-17 12:02:57 +01:00