1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-20 19:52:09 +00:00
wallabag/tests/Wallabag/ApiBundle/Controller
Srijith Nair 5c5b20c83b Add annotations filter to entries API endpoint
Implement a new filter parameter 'annotations' for the GET /api/entries endpoint
that allows filtering entries based on whether they have annotations. When
annotations=1, only entries with one or more annotations are returned. When
annotations=0, only entries without annotations are returned. This feature
enables users to easily find annotated content through the API.
2025-07-02 22:24:29 +04:00
..
ConfigRestControllerTest.php Fixed testsuite 2023-06-16 14:27:26 +02:00
DeveloperControllerTest.php Use 400 Bad Request errors for invalid CSRF everywhere 2025-03-30 06:18:32 +02:00
EntryRestControllerTest.php Add annotations filter to entries API endpoint 2025-07-02 22:24:29 +04:00
SearchRestControllerTest.php Fix deprecated method in tests 2020-06-15 14:21:35 +02:00
TaggingRuleRestControllerTest.php Add ability to import/export tagging rules 2019-07-08 09:38:32 +02:00
TagRestControllerTest.php Merge remote-tracking branch 'origin/master' into 2.6.0 2022-10-18 11:11:02 +02:00
UserRestControllerTest.php Use FQCN instead of service alias 2022-09-01 09:07:19 +02:00
WallabagRestControllerTest.php Fix API allowed_registration 2023-03-28 20:12:55 +02:00