1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00
wallabag/tests/Controller/Api
Srijith Nair ce2ac8f758 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-03 20:19:05 +04:00
..
ConfigRestControllerTest.php Remove the CoreBundle namespace 2024-02-23 07:42:48 +01:00
DeveloperControllerTest.php PHPStan level 5 2025-04-22 07:59:38 +02:00
EntryRestControllerTest.php Add annotations filter to entries API endpoint 2025-07-03 20:19:05 +04:00
SearchRestControllerTest.php Remove the CoreBundle namespace 2024-02-23 07:42:48 +01:00
TaggingRuleRestControllerTest.php Remove the CoreBundle namespace 2024-02-23 07:42:48 +01:00
TagRestControllerTest.php Modernize to PHP 7.4 2025-04-07 09:17:31 +02:00
UserRestControllerTest.php PHPStan level 5 2025-04-22 07:59:38 +02:00
WallabagApiTestCase.php PHPStan level 5 2025-04-22 07:59:38 +02:00
WallabagRestControllerTest.php PHPStan level 5 2025-04-22 07:59:38 +02:00