Commit Graph

2840 Commits

Author SHA1 Message Date
f0cc6ddb49 Use constructor injection for registration parameter 2025-02-19 20:39:26 +01:00
c5c9b130b0 Use wallabag_url in entries.xml 2025-02-19 20:36:20 +01:00
b921abf173 Make wallabag_url a Twig global 2025-02-19 20:36:13 +01:00
63dc176302 Migrate from Guzzle to Symfony HttpClient 2025-02-15 18:28:50 +01:00
335054c9a3 Move and rename Guzzle\AuthenticatorSubscriber to HttpClient\Authenticator 2025-02-15 18:27:27 +01:00
f71d8332e0 Merge pull request #7999 from wallabag/fix/menu-entry-with-annotations
Fix entries counter for annotated entries in the menu
2025-02-10 10:12:45 +01:00
3dffcadc03 Fix entries counter for annotated entries in the menu
The query were badly made and return all annotations for the current user instead of the total of entries with annotation(s).
2025-02-10 08:42:06 +01:00
3189644243 Merge pull request #6906 from wallabag/fix-bad-url-format
Add a validator on URL entity
2025-02-07 19:12:00 +01:00
67c5270fdc Add a validator on URL entity 2025-02-07 19:01:06 +01:00
9d8f8e9a9b Change NB_ELEMENTS in pocket importer to 30 to comply with Pocket API restriction. 2025-02-07 18:53:11 +01:00
c4857564f3 Change NB_ELEMENTS in pocket importer to 30 to comply with Pocket API restriction. 2025-02-07 18:51:37 +01:00
e715da7e91 Stop using ContainerAwareInterface in migrations 2025-01-20 09:53:50 +01:00
bcf0f2f52c Update a migration to not use table prefix getter 2025-01-20 09:51:44 +01:00
7f340f83d2 Merge pull request #7967 from wallabag/fix-some-deprecation-notices
Fix some deprecation notices
2025-01-19 15:46:45 +01:00
d2c9f1bbfa Fix some direct deprecation notices 2025-01-19 02:24:55 +01:00
98ed784af3 Fix some self deprecation notices 2025-01-19 02:16:29 +01:00
83164d0706 Stop using get() directly on Request 2025-01-19 02:13:33 +01:00
0081d6afb7 Remove FileCookieJar 2025-01-02 22:02:14 +01:00
01f42d52ef Use one expression language instance for all extra fields 2024-12-23 00:09:03 +01:00
1e1d58da7f Make AuthenticatorProvider use Symfony HTTP Client 2024-12-23 00:02:59 +01:00
c2197bd020 Remove support for options in request_html as not used 2024-12-22 23:51:40 +01:00
698cf8a026 Remove FixupMondeDiplomatiqueUriSubscriber 2024-12-07 18:16:40 +01:00
0eb51875b7 Merge pull request #7855 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.65.0
Bump friendsofphp/php-cs-fixer from 3.64.0 to 3.65.0
2024-11-25 09:51:07 +01:00
78c0809b11 Fix CS 2024-11-25 09:27:39 +01:00
0fdcbcf7fb Move LoginFormAuthenticator directly in SiteConfig namespace 2024-11-23 20:12:56 +01:00
ac6969f4cc Remove site config authenticator extension point 2024-11-23 19:55:29 +01:00
0c49aee192 Make LoginFormAuthenticator a service and remove Factory 2024-11-23 18:47:08 +01:00
81d269dec1 Move site config from property to parameter in LoginFormAuthenticator 2024-11-23 11:27:18 +01:00
aec8e26058 Remove unused property in LoginFormAuthenticator 2024-11-23 11:12:46 +01:00
08b68d4d87 Display tag label instead of tag slug in page title 2024-11-22 13:49:08 +01:00
82430b50c6 Fix redirection after action in search results 2024-11-21 13:36:20 +01:00
9f2fb0c6fa Use DomCrawler in AuthenticatorProvider 2024-11-20 01:24:03 +01:00
4e7b5c66ad Use DomCrawler in LoginFormAuthenticator 2024-11-20 01:24:03 +01:00
c0d02153ab Use DomCrawler in PocketHtmlImport 2024-11-20 01:11:28 +01:00
a9394f6d4f Use DomCrawler in HtmlImport 2024-11-20 01:11:28 +01:00
9a7848e834 Merge pull request #7816 from rosenstrauch/patch-1 2024-11-18 07:09:12 +01:00
6ca2c4c3fa fix(TaggingRule): allowed variable should match docs
add missing 'r' here to allow creating tagging rules using the documented isStarred filter.
2024-11-16 12:12:58 +01:00
8e9f908cf1 Merge remote-tracking branch 'origin/master' into port/2.6.10 2024-11-15 23:53:48 +01:00
2a382b15c1 Add Markdown export 2024-11-13 17:39:29 +01:00
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
bd8ccf924f Added Omnivore Import 2024-11-01 11:05:16 +01:00
7ddf5066ef Replaced gitter with matrix 2024-10-31 08:17:40 +01:00
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
c6a69e595c Fix CS 2024-08-14 16:39:36 +02:00
c42a4a308f feat: Implement http status filtering in entries API 2024-07-24 20:19:25 +12:00
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
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
fa32abc62b Update all deps
- lock `shipmonk/composer-dependency-analyser` because I don't know how to workaround the error
- update parameter PHPDoc for `UserMailer` following `TwigSwiftMailer` update
- migrate PHPUnit config using `--migrate-configuration`
2024-07-15 12:06:16 +02:00
edd0460018 Merge pull request #7196 from yguedidi/improve-install-command
Improve install command
2024-04-05 05:34:25 +02:00
c4f097530f Make each install command test uses its own database 2024-04-04 23:57:03 +02:00