1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00
Commit graph

57 commits

Author SHA1 Message Date
Yassine Guedidi
36eb513e1b PHPStan level 5 2025-04-22 07:59:38 +02:00
Kevin Decherf
7ffcd8f7f6 Merge branch '2.6' into master 2025-04-14 21:56:24 +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
4e177e1778 Migrate to SensioLabs attributes 2025-04-07 09:17:32 +02:00
Yassine Guedidi
2a60d8473d Migrate to Symfony attributes 2025-04-07 09:17:32 +02:00
Yassine Guedidi
9e2720cddc Modernize to PHP 8.1 2025-04-07 09:17:32 +02:00
Yassine Guedidi
ca018c77e3 Migrate to readonly properties 2025-04-07 09:17:32 +02:00
Yassine Guedidi
a107773c11 Modernize to PHP 8.0 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
241cddc899 Modernize to PHP 7.0 2025-04-07 09:17:31 +02:00
Yassine Guedidi
e63d473032 Clean PHPStan baseline 2025-04-05 16:19:38 +02:00
Yassine Guedidi
412352ff03 Fix direct deprecation notices 2025-04-02 02:13:45 +02:00
Yassine Guedidi
f7f5c714ac Replace get by constructor injection 2025-04-02 02:08:55 +02: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
943bfd9162 Add IsGranted to TagController 2025-03-17 10:47:57 +01:00
Yassine Guedidi
4a1598165f
Merge pull request #8095 from wallabag/add-isgranted-to-staticcontroller
Add IsGranted to StaticController
2025-03-17 09:45:18 +01:00
Yassine Guedidi
fb11f5870e
Merge pull request #8094 from wallabag/add-isgranted-to-configcontroller
Add IsGranted to ConfigController
2025-03-17 09:34:25 +01:00
Yassine Guedidi
4b4e021a04
Merge pull request #8074 from wallabag/add-isgranted-to-feedcontroller
Add IsGranted to FeedController
2025-03-17 09:33:49 +01:00
Yassine Guedidi
c540bff62b Add IsGranted to StaticController 2025-03-16 22:09:26 +01:00
Yassine Guedidi
f3da3a42e8 Add IsGranted to ConfigController 2025-03-16 21:20:34 +01:00
Yassine Guedidi
f501c6206e Add IsGranted to SearchRestController 2025-03-14 22:33:59 +01:00
Yassine Guedidi
0aedbd7fd7 Add IsGranted to FeedController 2025-03-14 22:30:43 +01:00
Yassine Guedidi
f042e7e178
Merge pull request #8091 from wallabag/add-isgranted-to-import-controllers
Add IsGranted to import controllers
2025-03-14 22:29:31 +01:00
Yassine Guedidi
9499b062d0 Add IsGranted to import controllers 2025-03-14 22:24:31 +01:00
Yassine Guedidi
f9676270f2 Add IsGranted to AnnotationRestController 2025-03-14 22:00:13 +01:00
Yassine Guedidi
d2dd7f78d3 Add IsGranted to ExportController 2025-03-14 09:51:17 +01:00
Yassine Guedidi
61e2cb37df Add IsGranted to AnnotationController 2025-03-14 09:30:34 +01:00
Yassine Guedidi
991f11cdf2 Remove legacy PHP-CS-Fixer rule configuration 2025-03-13 01:42:02 +01:00
Yassine Guedidi
24784768f5 Add methods to all controllers 2025-03-10 01:37:14 +01:00
Yassine Guedidi
3e20d07f96
Merge pull request #8018 from wallabag/use-constructor-injection-for-registration-parameter
Use constructor injection for registration parameter
2025-02-20 08:46:26 +01:00
Yassine Guedidi
f0cc6ddb49 Use constructor injection for registration parameter 2025-02-19 20:39:26 +01:00
Yassine Guedidi
c5c9b130b0 Use wallabag_url in entries.xml 2025-02-19 20:36:20 +01:00
Yassine Guedidi
b921abf173 Make wallabag_url a Twig global 2025-02-19 20:36:13 +01:00
Nicolas Lœuillet
67c5270fdc
Add a validator on URL entity 2025-02-07 19:01:06 +01:00
Kevin Decherf
7f340f83d2
Merge pull request #7967 from wallabag/fix-some-deprecation-notices
Fix some deprecation notices
2025-01-19 15:46:45 +01:00
Yassine Guedidi
d2c9f1bbfa Fix some direct deprecation notices 2025-01-19 02:24:55 +01:00
Yassine Guedidi
83164d0706 Stop using get() directly on Request 2025-01-19 02:13:33 +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
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
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
247894209c Use IsGranted in SiteCredentialController 2024-04-04 23:37:14 +02:00