wallabag/src/Wallabag/ApiBundle
Olivier Mehani 31e276fc16
EntryRestController::getEntriesExistsAction: always find by hashed url
Simplify the logic from #3158 by hashing all the urls from the request,
and only doing a search by hash. This allows to get performance benefits
from the new indexed hash column even when using older clients that do
not hash the URL in the request.

Fixes: #3158, #3919

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2019-05-24 15:17:45 +02:00
..
Controller EntryRestController::getEntriesExistsAction: always find by hashed url 2019-05-24 15:17:45 +02:00
DependencyInjection [#1604] First draft to fix SensioLabsInsight report 2016-01-22 21:12:11 +01:00
Entity Cascade delete on oauth2 table when deleting a user 2019-05-10 20:36:45 +02:00
Form/Type Force default_protocol to generate an url input 2019-02-08 15:03:52 +01:00
Repository Cast client id to avoid PG error 2019-01-09 23:31:14 +01:00
Resources/config Fixes [wallabag/wallabag#2611] Add a basic Search REST endpoint 2019-01-22 20:42:24 +01:00
WallabagApiBundle.php * public registration 2015-10-03 13:30:43 +02:00