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
e6ce9c524c
Merge branch '2.6'
2025-04-10 01:45:52 +02:00
Yassine Guedidi
b4483023e6
Move to PHPStan level 4
2025-04-07 12:20:06 +02:00
Yassine Guedidi
9e2720cddc
Modernize to PHP 8.1
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
c50265c1eb
Replace setMethods by onlyMethods
2025-04-02 02:08:55 +02:00
Yassine Guedidi
ecb8b8ff49
Add IsGranted to EntryRestController
2025-03-18 00:15:34 +01:00
Yassine Guedidi
67c359a6dd
Replace entity manager clear by creating a new client
2025-03-18 00:03:35 +01:00
Yassine Guedidi
3bd434091f
Convert 403 errors to 404 errors
2025-03-14 06:41:28 +01:00
Nicolas Lœuillet
67c5270fdc
Add a validator on URL entity
2025-02-07 19:01:06 +01:00
Kevin Jiang
fc14f86ae4
test: Add test for http_status filter
2024-07-24 20:19:25 +12:00
Jeremy Benoist
910132fe72
Fix tests
...
Looks like lemonde.fr doesn't work anymore in wallabag for test.
Switching to an other great media.
Also update site configs.
2024-07-12 17:08:40 +02:00
Jeremy Benoist
6740020b7b
Fix CS
2024-03-19 09:28:19 +01:00
Yassine Guedidi
a221ec8348
Use test container to replace test services definitions
2024-02-26 16:30:16 +01:00
Yassine Guedidi
c092e4ddf6
Rename WallabagCoreTestCase to WallabagTestCase
2024-02-24 20:24:51 +01:00
Yassine Guedidi
74a98aaae2
Rename wallabag_core to wallabag
2024-02-23 07:42:48 +01:00
Yassine Guedidi
0b44170e83
Remove the CoreBundle namespace
2024-02-23 07:42:48 +01:00
Yassine Guedidi
24da70e338
Move test files directly under tests/ directory
2024-02-23 07:42:48 +01:00