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
Yassine Guedidi
36eb513e1b
PHPStan level 5
2025-04-22 07:59:38 +02:00
Yassine Guedidi
ca018c77e3
Migrate to readonly properties
2025-04-07 09:17:32 +02:00
Yassine Guedidi
1d5674a230
Migrate to constructor promoted properties
2025-04-07 09:17:32 +02:00
Yassine Guedidi
4168727f36
Modernize to PHP 7.4
2025-04-07 09:17:31 +02:00
Yassine Guedidi
2272d3da66
Merge branch '2.6'
...
# Conflicts:
# src/Repository/EntryRepository.php
# src/Twig/WallabagExtension.php
# src/Wallabag/CoreBundle/Resources/views/Entry/_card_actions.html.twig
# src/Wallabag/CoreBundle/Resources/views/Entry/_card_list.html.twig
# tests/Twig/WallabagExtensionTest.php
2025-03-18 21:02:22 +01:00
Yassine Guedidi
943bfd9162
Add IsGranted to TagController
2025-03-17 10:47:57 +01:00
Yassine Guedidi
98ed784af3
Fix some self deprecation notices
2025-01-19 02:16:29 +01:00
Jérémy Benoist
1b8960edc4
Merge pull request #7588 from KevinSJ/feat/filter-by-http-status
...
Add http_status filter to /api/entries
2024-09-06 09:34:34 +02:00
Jeremy Benoist
c6a69e595c
Fix CS
2024-08-14 16:39:36 +02:00
Kevin Jiang
c42a4a308f
feat: Implement http status filtering in entries API
2024-07-24 20:19:25 +12:00
Kevin Jiang
897aa1d309
Adding tests for tagging rules reset
...
Fix test: associate tagging rule with user config
Update src/Repository/TaggingRuleRepository.php
Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
Update src/Controller/ConfigController.php
Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
Update src/Repository/TaggingRuleRepository.php
Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
2024-07-16 11:24:09 +12:00
Kevin Jiang
c65850050d
Implement tagging rules reset
...
Adding tagging rule reset to templates
Adding messages to tagging rule reset
Adding translation for Traditional and Simplified Chinese
2024-07-16 11:24:09 +12:00
Yassine Guedidi
0b44170e83
Remove the CoreBundle namespace
2024-02-23 07:42:48 +01:00
Yassine Guedidi
a37b385c23
Move source files directly under src/ directory
2024-02-23 07:42:47 +01:00