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
8fd5a5273d
Merge branch '2.6' into master
2025-06-05 00:37:56 +02: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
e63d473032
Clean PHPStan baseline
2025-04-05 16:19:38 +02:00
Yassine Guedidi
c50265c1eb
Replace setMethods by onlyMethods
2025-04-02 02:08:55 +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
7e9e179860
Merge pull request #8098 from wallabag/add-isgranted-to-entryrestcontroller
...
Add IsGranted to EntryRestController
2025-03-18 12:34:57 +01:00
Yassine Guedidi
c20f37975b
No class level route annotations
2025-03-18 01:22:55 +01: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
61e2cb37df
Add IsGranted to AnnotationController
2025-03-14 09:30:34 +01:00
Yassine Guedidi
3bd434091f
Convert 403 errors to 404 errors
2025-03-14 06:41:28 +01:00
Yassine Guedidi
24784768f5
Add methods to all controllers
2025-03-10 01:37:14 +01:00
Yassine Guedidi
3d0bd49730
Fix volatile tests
2025-02-19 21:41:53 +01:00
Nicolas Lœuillet
67c5270fdc
Add a validator on URL entity
2025-02-07 19:01:06 +01:00
Kevin Decherf
8e9f908cf1
Merge remote-tracking branch 'origin/master' into port/2.6.10
2024-11-15 23:53:48 +01:00
Nicolas Lœuillet
9252ea55f2
Improved import page
2024-11-14 16:30:57 +01:00
Nicolas Lœuillet
2a382b15c1
Add Markdown export
2024-11-13 17:39:29 +01:00
Kevin Decherf
1d661e8c68
Merge remote-tracking branch 'origin/2.6' into port/2.6.10
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2024-11-11 20:51:41 +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
fc14f86ae4
test: Add test for http_status filter
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
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
Jérémy Benoist
6bdee1671d
Fix test
2024-04-15 12:17:13 +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
a543e8fdd3
Merge pull request #7294 from yguedidi/move-assets-to-assets-root-folder-as-is
...
Move assets to assets/ root folder "as is"
2024-02-26 14:05:08 +01:00
Yassine Guedidi
ce391a6801
Merge pull request #7292 from yguedidi/rename-wallabagcoretestcase-to-wallabagtestcase
...
Rename WallabagCoreTestCase to WallabagTestCase
2024-02-25 16:33:26 +01:00
Yassine Guedidi
71e7c16dfe
Fix logo path in entries.xml.twig
2024-02-25 00:28:03 +01:00
Yassine Guedidi
c092e4ddf6
Rename WallabagCoreTestCase to WallabagTestCase
2024-02-24 20:24:51 +01:00
Yassine Guedidi
6c1ba95781
Use lighter PDF file in Pinboard tests
2024-02-24 19:27:42 +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