Commit graph

1122 commits

Author SHA1 Message Date
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 221ddc8ba0 Get database name from the connection 2024-04-04 23:38:32 +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 6740020b7b
Fix CS 2024-03-19 09:28:19 +01:00
ghose 596ae5e5fb
Add "gl" language to wallabag.yml
Galician language (gl) option is not in the drop down menu but available to use. I have manually tested this on my install and works fine letting users select galician language.
2024-03-18 15:34:13 +01:00
Jeremy Benoist 12e54f94f4
Fix NelmioApiDocBundle file structure change 2024-03-08 08:58:41 +01:00
Yassine Guedidi 6d38e0533f Run tests in no debug mode 2024-02-26 16:30:16 +01:00
Yassine Guedidi a221ec8348 Use test container to replace test services definitions 2024-02-26 16:30:16 +01:00
Yassine Guedidi 0ce5570cec Move assets to assets/ root folder "as is" 2024-02-24 23:54:36 +01:00
Yassine Guedidi addf77e07d Move migrations 2024-02-23 08:01:56 +01:00
Yassine Guedidi 74a98aaae2 Rename wallabag_core to wallabag 2024-02-23 07:42:48 +01:00
Yassine Guedidi 0b44170e83 Remove the CoreBundle namespace 2024-02-23 07:42:48 +01:00
Yassine Guedidi fe039247b5 Move to bundle-less 2024-02-23 07:42:48 +01:00
Yassine Guedidi 09ef700fda Use parameters directly instead of bundle config 2024-02-23 07:42:48 +01:00
Yassine Guedidi 6879bb2435 Register ImportCompilerPass in AppKernel 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
Yassine Guedidi 62fcfe547a Make PocketImport use HttpClient 2024-02-19 12:29:06 +01:00
Yassine Guedidi ca587fb6b6
Merge pull request #7268 from yguedidi/move-templates
Move templates
2024-02-19 12:21:29 +01:00
Yassine Guedidi 664b4baa3e Move templates 2024-02-19 10:32:55 +01:00
Yassine Guedidi 3edaed7879 Make migrations noop instead of skipping 2024-02-19 10:31:40 +01:00
Yassine Guedidi 0576cb613f Make DownloadImages use HttpClient 2024-02-13 09:42:27 +01:00
Yassine Guedidi 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
Yassine Guedidi 8343a2d8f8
Merge pull request #7230 from yguedidi/lazy-commands
Make all commands lazy
2024-02-05 09:07:21 +01:00
Yassine Guedidi 7c4ca62eae Make all commands lazy 2024-02-02 23:54:14 +01:00
Yassine Guedidi 1965b3176d Configure MakerBundle 2024-02-02 23:39:18 +01:00
Yassine Guedidi c690a19bd7 Remove RegisterWallabagGuzzleSubscribersPass 2024-02-02 22:48:03 +01:00
Yassine Guedidi 03111e510c Integrate bdunogier/guzzle-site-authenticator in core 2024-02-02 22:36:27 +01:00
Yassine Guedidi 8abea942b3 Rename GuzzleSiteAuthenticator namespace to SiteConfig 2024-02-02 22:36:23 +01:00
Yassine Guedidi bda26c21cf Rename wallabag_import to wallabag_core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 2c65169127 Remove ImportBundle 2024-01-25 20:34:40 +01:00
Yassine Guedidi 6552c84eec Move Import configuration to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 057dbf0066 Move Import redis to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 47b3a08284 Move Import importers to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 6787f598cb Move Import controllers to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi ed4b20f27f Move Import consumers to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi b6b067c969 Move Import commands to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi adf195623d Remove ApiBundle 2024-01-25 20:34:40 +01:00
Yassine Guedidi 81577ef6b0 Move Api entities to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 3fc0b5fa5b Move Api controllers to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 7f8b806b8c Remove UserBundle 2024-01-25 20:34:40 +01:00
Yassine Guedidi 0234aa1acf Move User templates to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 615adc81ff Move User event listeners to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi d8f2d3c7ee Move User mailer to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi bdeaa93dd8 Move User repository to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi a37ded9101 Move User entity to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 4a356a6977 Move User fixtures to Core 2024-01-25 20:34:40 +01:00