Commit Graph

2747 Commits

Author SHA1 Message Date
2a382b15c1 Add Markdown export 2024-11-13 17:39:29 +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
1198b6432d Use Doctrine Migrations table to check for schema presence 2024-04-04 23:38:32 +02:00
ef4964cf48 Always run other commands 2024-04-04 23:38:32 +02:00
221ddc8ba0 Get database name from the connection 2024-04-04 23:38:32 +02:00
49df7d8c52 Make install command better support PostgreSQL 2024-04-04 23:38:32 +02:00
247894209c Use IsGranted in SiteCredentialController 2024-04-04 23:37:14 +02:00
b8819cc3d7 Use IsGranted in EntryController 2024-04-04 10:25:08 +02:00
b305d72740 Fix schema 2024-04-02 23:39:33 +02:00
7d20756b7b Move fixtures out of src 2024-03-30 01:49:52 +01:00
49ca5f5ed8 Use IsGranted in IgnoreOriginInstanceRuleController 2024-03-22 10:27:46 +01:00
beaca32493 Use IsGranted in UserController 2024-03-21 22:33:58 +01:00
6d38e0533f Run tests in no debug mode 2024-02-26 16:30:16 +01:00
74a98aaae2 Rename wallabag_core to wallabag 2024-02-23 07:42:48 +01:00
0b44170e83 Remove the CoreBundle namespace 2024-02-23 07:42:48 +01:00
fe039247b5 Move to bundle-less 2024-02-23 07:42:48 +01:00
09ef700fda Use parameters directly instead of bundle config 2024-02-23 07:42:48 +01:00
6879bb2435 Register ImportCompilerPass in AppKernel 2024-02-23 07:42:48 +01:00
a37b385c23 Move source files directly under src/ directory 2024-02-23 07:42:47 +01:00
62fcfe547a Make PocketImport use HttpClient 2024-02-19 12:29:06 +01:00
ca587fb6b6 Merge pull request #7268 from yguedidi/move-templates
Move templates
2024-02-19 12:21:29 +01:00
ed6ca862f5 Apply CS 2024-02-19 10:42:55 +01:00
664b4baa3e Move templates 2024-02-19 10:32:55 +01:00
2b20f7c41b Make retries an instance property in AuthenticatorSubscriber 2024-02-19 10:24:18 +01:00
0576cb613f Make DownloadImages use HttpClient 2024-02-13 09:42:27 +01:00
d48ddde108 Merge pull request #7229 from yguedidi/integrate-bdunogier/guzzle-site-authenticator-in-core
Integrate bdunogier/guzzle-site-authenticator in core
2024-02-05 09:09:13 +01:00
7c4ca62eae Make all commands lazy 2024-02-02 23:54:14 +01:00
c690a19bd7 Remove RegisterWallabagGuzzleSubscribersPass 2024-02-02 22:48:03 +01:00
03111e510c Integrate bdunogier/guzzle-site-authenticator in core 2024-02-02 22:36:27 +01:00
8abea942b3 Rename GuzzleSiteAuthenticator namespace to SiteConfig 2024-02-02 22:36:23 +01:00
c93c47cdec Fix CreateConfigListener to not use session in CLI context 2024-01-27 16:07:39 +01:00
ce790c8f04 Make sure tags targetEntity uses FQCN 2024-01-25 20:34:40 +01:00
bda26c21cf Rename wallabag_import to wallabag_core 2024-01-25 20:34:40 +01:00
2c65169127 Remove ImportBundle 2024-01-25 20:34:40 +01:00
6552c84eec Move Import configuration to Core 2024-01-25 20:34:40 +01:00
8b13631e3d Move Import templates to Core 2024-01-25 20:34:40 +01:00
057dbf0066 Move Import redis to Core 2024-01-25 20:34:40 +01:00
48a6948abc Move Import form type to Core 2024-01-25 20:34:40 +01:00
47b3a08284 Move Import importers to Core 2024-01-25 20:34:40 +01:00
6787f598cb Move Import controllers to Core 2024-01-25 20:34:40 +01:00
ed4b20f27f Move Import consumers to Core 2024-01-25 20:34:40 +01:00
b6b067c969 Move Import commands to Core 2024-01-25 20:34:40 +01:00
adf195623d Remove ApiBundle 2024-01-25 20:34:40 +01:00