shlink/module/Core/src/ShortUrl
2024-04-13 18:59:09 +02:00
..
Entity Make Visit::date field readonly 2024-04-13 18:59:09 +02: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 Add command to delete expired short URLs 2024-04-03 18:57:09 +02: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 Add command to delete expired short URLs 2024-04-03 18:57:09 +02: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 Add command to delete expired short URLs 2024-04-03 18:57:09 +02:00
DeleteShortUrlServiceInterface.php Add command to delete expired short URLs 2024-04-03 18:57:09 +02:00
ShortUrlListService.php Use pre-calculated visits counts when listing short URLs 2024-03-27 19:08:25 +01:00
ShortUrlListServiceInterface.php Fixes on static check and unit tests 2024-03-27 19:08:25 +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