wallabag/src/Wallabag
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
..
AnnotationBundle Update fixtures 2018-11-28 22:04:54 +01:00
ApiBundle EntryRestController::getEntriesExistsAction: always find by hashed url 2019-05-24 15:17:45 +02:00
CoreBundle Merge pull request #3960 from wallabag/api-entries-2817 2019-05-21 11:18:19 +02:00
ImportBundle Adding more tests 2019-02-27 15:01:03 +01:00
UserBundle Fix tests & cs & migration 2019-04-26 12:53:21 +02:00