1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00
Commit graph

15 commits

Author SHA1 Message Date
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
e63d473032 Clean PHPStan baseline 2025-04-05 16:19:38 +02:00
Yassine Guedidi
f3da3a42e8 Add IsGranted to ConfigController 2025-03-16 21:20: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
b921abf173 Make wallabag_url a Twig global 2025-02-19 20:36:13 +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 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
Renamed from src/Wallabag/CoreBundle/Controller/ConfigController.php (Browse further)