Commit graph

2777 commits

Author SHA1 Message Date
Yassine Guedidi
e715da7e91 Stop using ContainerAwareInterface in migrations 2025-01-20 09:53:50 +01:00
Yassine Guedidi
bcf0f2f52c Update a migration to not use table prefix getter 2025-01-20 09:51:44 +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
98ed784af3 Fix some self deprecation notices 2025-01-19 02:16:29 +01:00
Yassine Guedidi
83164d0706 Stop using get() directly on Request 2025-01-19 02:13:33 +01:00
Yassine Guedidi
0081d6afb7 Remove FileCookieJar 2025-01-02 22:02:14 +01:00
Yassine Guedidi
01f42d52ef Use one expression language instance for all extra fields 2024-12-23 00:09:03 +01:00
Yassine Guedidi
1e1d58da7f Make AuthenticatorProvider use Symfony HTTP Client 2024-12-23 00:02:59 +01:00
Yassine Guedidi
c2197bd020 Remove support for options in request_html as not used 2024-12-22 23:51:40 +01:00
Yassine Guedidi
698cf8a026 Remove FixupMondeDiplomatiqueUriSubscriber 2024-12-07 18:16:40 +01:00
Jérémy Benoist
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
Jeremy Benoist
78c0809b11
Fix CS 2024-11-25 09:27:39 +01:00
Yassine Guedidi
0fdcbcf7fb Move LoginFormAuthenticator directly in SiteConfig namespace 2024-11-23 20:12:56 +01:00
Yassine Guedidi
ac6969f4cc Remove site config authenticator extension point 2024-11-23 19:55:29 +01:00
Yassine Guedidi
0c49aee192 Make LoginFormAuthenticator a service and remove Factory 2024-11-23 18:47:08 +01:00
Yassine Guedidi
81d269dec1 Move site config from property to parameter in LoginFormAuthenticator 2024-11-23 11:27:18 +01:00
Yassine Guedidi
aec8e26058 Remove unused property in LoginFormAuthenticator 2024-11-23 11:12:46 +01:00
Yassine Guedidi
9f2fb0c6fa Use DomCrawler in AuthenticatorProvider 2024-11-20 01:24:03 +01:00
Yassine Guedidi
4e7b5c66ad Use DomCrawler in LoginFormAuthenticator 2024-11-20 01:24:03 +01:00
Yassine Guedidi
c0d02153ab Use DomCrawler in PocketHtmlImport 2024-11-20 01:11:28 +01:00
Yassine Guedidi
a9394f6d4f Use DomCrawler in HtmlImport 2024-11-20 01:11:28 +01:00
Jérémy Benoist
9a7848e834
Merge pull request #7816 from rosenstrauch/patch-1 2024-11-18 07:09:12 +01:00
rosenstrauch
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
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
Nicolas Lœuillet
bd8ccf924f Added Omnivore Import 2024-11-01 11:05:16 +01:00
Nicolas Lœuillet
7ddf5066ef
Replaced gitter with matrix 2024-10-31 08:17:40 +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
Jeremy Benoist
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
Yassine Guedidi
edd0460018
Merge pull request #7196 from yguedidi/improve-install-command
Improve install command
2024-04-05 05:34:25 +02:00
Yassine Guedidi
c4f097530f Make each install command test uses its own database 2024-04-04 23:57:03 +02:00
Yassine Guedidi
1198b6432d Use Doctrine Migrations table to check for schema presence 2024-04-04 23:38:32 +02:00
Yassine Guedidi
ef4964cf48 Always run other commands 2024-04-04 23:38:32 +02:00
Yassine Guedidi
221ddc8ba0 Get database name from the connection 2024-04-04 23:38:32 +02:00
Yassine Guedidi
49df7d8c52 Make install command better support PostgreSQL 2024-04-04 23:38:32 +02:00
Yassine Guedidi
247894209c Use IsGranted in SiteCredentialController 2024-04-04 23:37:14 +02:00
Yassine Guedidi
b8819cc3d7 Use IsGranted in EntryController 2024-04-04 10:25:08 +02:00
Yassine Guedidi
b305d72740 Fix schema 2024-04-02 23:39:33 +02:00
Yassine Guedidi
7d20756b7b Move fixtures out of src 2024-03-30 01:49:52 +01:00
Yassine Guedidi
49ca5f5ed8 Use IsGranted in IgnoreOriginInstanceRuleController 2024-03-22 10:27:46 +01:00
Yassine Guedidi
beaca32493 Use IsGranted in UserController 2024-03-21 22:33:58 +01:00
Jeremy Benoist
09c2ddb79e
Use a proper "how to" for elCurator 2024-03-05 15:46:40 +01:00
Yassine Guedidi
6d38e0533f Run tests in no debug mode 2024-02-26 16:30:16 +01:00
Yassine Guedidi
74a98aaae2 Rename wallabag_core to wallabag 2024-02-23 07:42:48 +01:00