1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00
wallabag/tests/Controller
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
..
Api Add annotations filter to entries API endpoint 2025-07-03 20:19:05 +04:00
Import Merge branch '2.6' into master 2025-06-05 00:37:56 +02:00
AnnotationControllerTest.php Add IsGranted to AnnotationController 2025-03-14 09:30:34 +01:00
ConfigControllerTest.php Merge branch '2.6' 2025-04-10 01:45:52 +02:00
EntryControllerTest.php PHPStan level 5 2025-04-22 07:59:38 +02:00
ExportControllerTest.php Move to PHPStan level 4 2025-04-07 12:20:06 +02:00
FeedControllerTest.php PHPStan level 5 2025-04-22 07:59:38 +02:00
IgnoreOriginInstanceRuleControllerTest.php No class level route annotations 2025-03-18 01:22:55 +01:00
SecurityControllerTest.php Move to PHPStan level 4 2025-04-07 12:20:06 +02:00
SettingsControllerTest.php Convert 403 errors to 404 errors 2025-03-14 06:41:28 +01:00
SiteCredentialControllerTest.php No class level route annotations 2025-03-18 01:22:55 +01:00
StaticControllerTest.php Rename WallabagCoreTestCase to WallabagTestCase 2024-02-24 20:24:51 +01:00
TagControllerTest.php Merge branch '2.6' 2025-04-10 01:45:52 +02:00
UserControllerTest.php Rename WallabagCoreTestCase to WallabagTestCase 2024-02-24 20:24:51 +01:00