]>
git.immae.eu Git - github/wallabag/wallabag.git/log
dependabot-preview[bot] [Mon, 12 Aug 2019 02:24:17 +0000 (02:24 +0000)]
Bump friendsofsymfony/jsrouting-bundle from 2.3.1 to 2.4.0
Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases)
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.3.1...2.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Thu, 8 Aug 2019 14:40:59 +0000 (16:40 +0200)]
Merge pull request #4084 from wallabag/feature/internal-setting
Rename internal settings table
Jeremy Benoist [Thu, 8 Aug 2019 13:19:53 +0000 (15:19 +0200)]
Rename internal settings table
In fact it's not _just_ a rename.
We are now able to use our own entity with the CraueConfigBundle which allow us to enforce a custom length on string field and avoid error with utf8mb4 on MySQL.
To fix that issue before we were in need to fork CraueConfigBundle to hard apply these length changes.
The recent 2.3.0 release fix that issue. That's why we are in need to rename the table (getting rid of the bundle name from it)
Also updating deps:
- Updating symfony/polyfill-mbstring (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-ctype (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-php70 (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-util (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-php56 (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-intl-icu (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-apcu (v1.11.0 => v1.12.0)
- Updating j0k3r/graby-site-config (1.0.88 => 1.0.89)
- Updating php-http/message (1.7.2 => 1.8.0)
- Updating symfony/polyfill-php73 (v1.11.0 => v1.12.0)
- Updating symfony/http-client (v4.3.2 => v4.3.3)
- Updating symfony/polyfill-php72 (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-intl-idn (v1.11.0 => v1.12.0)
- Updating symfony/mime (v4.3.2 => v4.3.3)
- Updating craue/config-bundle (dev-utf8mb4
46cfd37 => 2.3.0)
- Updating masterminds/html5 (2.6.0 => 2.7.0)
- Updating nette/di (v3.0.0 => v3.0.1)
- Updating symfony/polyfill-iconv (v1.11.0 => v1.12.0)
- Updating wallabag/php-mobi (1.0.1 => 1.1.0)
Jérémy Benoist [Thu, 8 Aug 2019 13:27:49 +0000 (15:27 +0200)]
Merge pull request #4081 from shtrom/fix-slow-queries
Fix slow/unindexed queries
Jeremy Benoist [Thu, 8 Aug 2019 09:45:39 +0000 (11:45 +0200)]
CS
Jeremy Benoist [Thu, 8 Aug 2019 07:36:03 +0000 (09:36 +0200)]
Add `tag_label` & `config_feed_token` index
Jérémy Benoist [Thu, 8 Aug 2019 05:50:18 +0000 (07:50 +0200)]
Merge pull request #4082 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.5.0
Bump scheb/two-factor-bundle from 4.4.0 to 4.5.0
Jérémy Benoist [Thu, 8 Aug 2019 05:48:52 +0000 (07:48 +0200)]
Merge pull request #4083 from wallabag/dependabot/composer/m6web/redis-mock-4.6.0
Bump m6web/redis-mock from 4.5.0 to 4.6.0
dependabot-preview[bot] [Thu, 8 Aug 2019 02:26:25 +0000 (02:26 +0000)]
Bump m6web/redis-mock from 4.5.0 to 4.6.0
Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/M6Web/RedisMock/releases)
- [Commits](https://github.com/M6Web/RedisMock/compare/v4.5.0...v4.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Thu, 8 Aug 2019 02:23:48 +0000 (02:23 +0000)]
Bump scheb/two-factor-bundle from 4.4.0 to 4.5.0
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases)
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.4.0...v4.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Olivier Mehani [Wed, 7 Aug 2019 12:02:37 +0000 (22:02 +1000)]
Add user_created index
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
Olivier Mehani [Wed, 7 Aug 2019 11:44:00 +0000 (21:44 +1000)]
Add user_archived index
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
Jeremy Benoist [Wed, 7 Aug 2019 09:46:58 +0000 (11:46 +0200)]
Fix PG migration
Jeremy Benoist [Wed, 7 Aug 2019 09:25:55 +0000 (11:25 +0200)]
Fix migrations
Olivier Mehani [Tue, 6 Aug 2019 12:39:12 +0000 (22:39 +1000)]
Add index on starred entries
Fixes #4079
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
Olivier Mehani [Mon, 5 Aug 2019 13:29:55 +0000 (23:29 +1000)]
Update language in Entry model, and add index
Fixes #4080
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
Jérémy Benoist [Thu, 1 Aug 2019 05:46:01 +0000 (07:46 +0200)]
Merge pull request #4077 from wallabag/dependabot/composer/m6web/redis-mock-4.5.0
Bump m6web/redis-mock from 4.4.1 to 4.5.0
dependabot-preview[bot] [Thu, 1 Aug 2019 02:16:43 +0000 (02:16 +0000)]
Bump m6web/redis-mock from 4.4.1 to 4.5.0
Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/M6Web/RedisMock/releases)
- [Commits](https://github.com/M6Web/RedisMock/compare/v4.4.1...v4.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Mon, 29 Jul 2019 07:20:16 +0000 (09:20 +0200)]
Merge pull request #4072 from wallabag/fix/travis-php-7.4
Test on PHP 7.4 instead of PHP 8.0 on Travis
Jérémy Benoist [Mon, 29 Jul 2019 07:11:21 +0000 (09:11 +0200)]
Merge pull request #4075 from wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.3
Bump symfony/phpunit-bridge from 4.3.2 to 4.3.3
dependabot-preview[bot] [Mon, 29 Jul 2019 05:46:41 +0000 (05:46 +0000)]
Bump symfony/phpunit-bridge from 4.3.2 to 4.3.3
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.2...v4.3.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Mon, 29 Jul 2019 05:41:25 +0000 (07:41 +0200)]
Merge pull request #4074 from wallabag/dependabot/composer/m6web/redis-mock-4.4.1
Bump m6web/redis-mock from 4.3.0 to 4.4.1
Jérémy Benoist [Mon, 29 Jul 2019 05:40:29 +0000 (07:40 +0200)]
Merge pull request #4076 from wallabag/dependabot/composer/symfony/symfony-3.4.30
Bump symfony/symfony from 3.4.29 to 3.4.30
dependabot-preview[bot] [Mon, 29 Jul 2019 02:26:53 +0000 (02:26 +0000)]
Bump symfony/symfony from 3.4.29 to 3.4.30
Bumps [symfony/symfony](https://github.com/symfony/symfony) from 3.4.29 to 3.4.30.
- [Release notes](https://github.com/symfony/symfony/releases)
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.30/CHANGELOG-3.4.md)
- [Commits](https://github.com/symfony/symfony/compare/v3.4.29...v3.4.30)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 29 Jul 2019 02:20:32 +0000 (02:20 +0000)]
Bump m6web/redis-mock from 4.3.0 to 4.4.1
Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock) from 4.3.0 to 4.4.1.
- [Release notes](https://github.com/M6Web/RedisMock/releases)
- [Commits](https://github.com/M6Web/RedisMock/compare/v4.3.0...4.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Fri, 26 Jul 2019 14:37:12 +0000 (16:37 +0200)]
Re-add nightly
Jérémy Benoist [Fri, 26 Jul 2019 12:10:17 +0000 (14:10 +0200)]
Merge pull request #4068 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.4.0
Bump scheb/two-factor-bundle from 3.21.0 to 4.4.0
Jérémy Benoist [Fri, 26 Jul 2019 11:59:39 +0000 (13:59 +0200)]
Test on PHP 7.4 instead of PHP 8.0 on Travis
PHP 7.4 will be available before the 8.0
Jeremy Benoist [Fri, 26 Jul 2019 11:37:44 +0000 (13:37 +0200)]
Fix tests
Jérémy Benoist [Fri, 26 Jul 2019 11:36:32 +0000 (13:36 +0200)]
Merge pull request #4071 from Quenty31/master
Update of Occitan language
Jeremy Benoist [Fri, 26 Jul 2019 11:22:48 +0000 (13:22 +0200)]
Upgrade to 4.0
Quentí [Fri, 26 Jul 2019 11:16:18 +0000 (13:16 +0200)]
Update of Occitan language
Jérémy Benoist [Fri, 26 Jul 2019 05:57:14 +0000 (07:57 +0200)]
Merge pull request #4069 from wallabag/dependabot/composer/j0k3r/graby-2.0.2
Bump j0k3r/graby from 2.0.1 to 2.0.2
dependabot-preview[bot] [Fri, 26 Jul 2019 02:26:53 +0000 (02:26 +0000)]
Bump j0k3r/graby from 2.0.1 to 2.0.2
Bumps [j0k3r/graby](https://github.com/j0k3r/graby) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/j0k3r/graby/releases)
- [Commits](https://github.com/j0k3r/graby/compare/2.0.1...2.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Fri, 26 Jul 2019 02:18:22 +0000 (02:18 +0000)]
Bump scheb/two-factor-bundle from 3.21.0 to 4.4.0
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle) from 3.21.0 to 4.4.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases)
- [Upgrade guide](https://github.com/scheb/two-factor-bundle/blob/master/UPGRADE.md)
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v3.21.0...v4.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Wed, 24 Jul 2019 14:57:04 +0000 (16:57 +0200)]
Merge pull request #4063 from wallabag/fix/cookiejar
Use a custom cookiejar to avoid error when the cookie is badly saved
Jeremy Benoist [Wed, 24 Jul 2019 14:07:38 +0000 (16:07 +0200)]
Add logger to FileCookieJar
Jeremy Benoist [Wed, 24 Jul 2019 08:29:50 +0000 (10:29 +0200)]
Use a custom cookiejar to avoid error when the cookie is badly saved
It happens sometimes on wallabag.it, the json inside the cookie is badly saved and the json isn't valid. It generates an exception and avoid people to use the api and import contents.
To fix that, we use a dedicated `FileCookieJar`, which extends the default one from Guzzle to fix these issues.
Also updated deps
Jérémy Benoist [Wed, 17 Jul 2019 15:04:14 +0000 (17:04 +0200)]
Merge pull request #4058 from wallabag/feature/copy-client-info
Copy client info to clipboard
Jérémy Benoist [Thu, 11 Jul 2019 09:14:35 +0000 (11:14 +0200)]
Merge pull request #4059 from wallabag/dependabot/npm_and_yarn/lodash.mergewith-4.6.2
Bump lodash.mergewith from 4.6.1 to 4.6.2
dependabot[bot] [Thu, 11 Jul 2019 08:48:07 +0000 (08:48 +0000)]
Bump lodash.mergewith from 4.6.1 to 4.6.2
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Nicolas Lœuillet [Wed, 10 Jul 2019 07:59:07 +0000 (09:59 +0200)]
Fixed typo in wallabag name
Jeremy Benoist [Tue, 9 Jul 2019 13:54:59 +0000 (15:54 +0200)]
Update translations
Remove log
Jeremy Benoist [Tue, 9 Jul 2019 12:02:58 +0000 (14:02 +0200)]
Fix tests
Jeremy Benoist [Tue, 9 Jul 2019 11:22:50 +0000 (13:22 +0200)]
Copy client info to clipboard
From the listing page and the create summary page, you can now copy client info to the clipboard using dedicated buttons.
Jérémy Benoist [Tue, 9 Jul 2019 09:53:49 +0000 (11:53 +0200)]
Merge pull request #4054 from wallabag/fix/phpunit-lock
Remove PHPUnit lock
Jérémy Benoist [Tue, 9 Jul 2019 09:53:20 +0000 (11:53 +0200)]
Merge pull request #4053 from wallabag/feature/manual-input-reading-speed
Add ability to manually define the reading speed
Jeremy Benoist [Mon, 8 Jul 2019 12:45:45 +0000 (14:45 +0200)]
Add ability to manually define the reading speed
Instead of using a select, let the user decide its own speed.
Jeremy Benoist [Mon, 8 Jul 2019 12:12:53 +0000 (14:12 +0200)]
Remove PHPUnit lock
It should now be PHPUnit 7.4.
Update PHPStan configuration accordingly.
Also, enable `inferPrivatePropertyTypeFromConstructor` for better phpDoc support in constructors.
Jérémy Benoist [Mon, 8 Jul 2019 10:48:25 +0000 (12:48 +0200)]
Merge pull request #4028 from wallabag/feature/import-export-tagging-rules
Add ability to import/export tagging rules
Jeremy Benoist [Wed, 26 Jun 2019 20:31:47 +0000 (22:31 +0200)]
Add ability to import/export tagging rules
- Add missing translations
- Add some tests
- Add `/api/taggingrule/export` API endpoint
- Add baggy theme
- Add error message when importing tagging rules failed
- Also fix all translations (I think we are good now)
Jérémy Benoist [Mon, 8 Jul 2019 05:59:02 +0000 (07:59 +0200)]
Merge pull request #4052 from wallabag/dependabot/composer/phpstan/phpstan-0.11.10
Bump phpstan/phpstan from 0.11.9 to 0.11.10
dependabot-preview[bot] [Mon, 8 Jul 2019 02:16:55 +0000 (02:16 +0000)]
Bump phpstan/phpstan from 0.11.9 to 0.11.10
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.11.9 to 0.11.10.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.11.9...0.11.10)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Kevin Decherf [Sun, 7 Jul 2019 21:03:44 +0000 (23:03 +0200)]
Merge pull request #4049 from wallabag/fix/tidy-docker
Add missing tidy extension on Docker
Kevin Decherf [Sat, 6 Jul 2019 22:43:36 +0000 (00:43 +0200)]
Merge pull request #4050 from wallabag/update-deps
Update deps
Jeremy Benoist [Sat, 6 Jul 2019 21:00:57 +0000 (23:00 +0200)]
Update deps
They are not direct deps, which means dependabot can't submit them.
- Updating ralouphie/getallheaders (2.0.5 => 3.0.3)
- Updating guzzlehttp/psr7 (1.5.2 => 1.6.1)
- Updating symfony/http-client (v4.3.1 => v4.3.2)
- Updating symfony/mime (v4.3.1 => v4.3.2)
- Updating scheb/two-factor-bundle (v3.19.0 => v3.19.1)
- Updating egulias/email-validator (2.1.8 => 2.1.9)
- Updating nette/php-generator (v3.2.2 => v3.2.3)
Jeremy Benoist [Sat, 6 Jul 2019 20:03:40 +0000 (22:03 +0200)]
Add missing tidy extension on Docker
It's required in the 2.4 version
Jérémy Benoist [Thu, 4 Jul 2019 04:52:04 +0000 (06:52 +0200)]
Merge pull request #4045 from wallabag/dependabot/composer/phpstan/phpstan-0.11.9
Bump phpstan/phpstan from 0.11.8 to 0.11.9
Jérémy Benoist [Thu, 4 Jul 2019 04:51:37 +0000 (06:51 +0200)]
Merge pull request #4044 from wallabag/dependabot/composer/sensio/framework-extra-bundle-5.4.0
Bump sensio/framework-extra-bundle from 5.3.1 to 5.4.0
dependabot-preview[bot] [Thu, 4 Jul 2019 02:20:25 +0000 (02:20 +0000)]
Bump phpstan/phpstan from 0.11.8 to 0.11.9
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.11.8 to 0.11.9.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.11.8...0.11.9)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Thu, 4 Jul 2019 02:16:23 +0000 (02:16 +0000)]
Bump sensio/framework-extra-bundle from 5.3.1 to 5.4.0
Bumps [sensio/framework-extra-bundle](https://github.com/sensiolabs/SensioFrameworkExtraBundle) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/sensiolabs/SensioFrameworkExtraBundle/releases)
- [Changelog](https://github.com/sensiolabs/SensioFrameworkExtraBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sensiolabs/SensioFrameworkExtraBundle/compare/v5.3.1...v5.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Wed, 3 Jul 2019 04:46:23 +0000 (06:46 +0200)]
Merge pull request #4040 from wallabag/dependabot/composer/sentry/sentry-symfony-3.1.0
Bump sentry/sentry-symfony from 3.0.0 to 3.1.0
dependabot-preview[bot] [Wed, 3 Jul 2019 02:16:39 +0000 (02:16 +0000)]
Bump sentry/sentry-symfony from 3.0.0 to 3.1.0
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/getsentry/sentry-symfony/releases)
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-symfony/compare/3.0.0...3.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Mon, 1 Jul 2019 18:35:09 +0000 (20:35 +0200)]
Merge pull request #4039 from wallabag/fix/missing-wallabag-prefix-migration
Fix hardcoded `wallabag_` prefix in migrations
Jeremy Benoist [Mon, 1 Jul 2019 11:38:53 +0000 (13:38 +0200)]
Fix hardcoded `wallabag_` prefix in migration
Again.
Looks like there are still some which were missing to be replaced.
Jérémy Benoist [Fri, 28 Jun 2019 05:34:47 +0000 (07:34 +0200)]
Merge pull request #4033 from wallabag/dependabot/composer/j0k3r/graby-2.0.1
Bump j0k3r/graby from 2.0.0 to 2.0.1
dependabot-preview[bot] [Fri, 28 Jun 2019 02:21:00 +0000 (02:21 +0000)]
Bump j0k3r/graby from 2.0.0 to 2.0.1
Bumps [j0k3r/graby](https://github.com/j0k3r/graby) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/j0k3r/graby/releases)
- [Commits](https://github.com/j0k3r/graby/compare/2.0.0...2.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Thu, 27 Jun 2019 06:59:31 +0000 (08:59 +0200)]
Merge pull request #4029 from wallabag/dependabot/composer/symfony/symfony-3.4.29
Bump symfony/symfony from 3.4.28 to 3.4.29
Jérémy Benoist [Thu, 27 Jun 2019 06:58:37 +0000 (08:58 +0200)]
Merge pull request #4030 from wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.2
Bump symfony/phpunit-bridge from 4.3.1 to 4.3.2
dependabot-preview[bot] [Thu, 27 Jun 2019 02:24:19 +0000 (02:24 +0000)]
Bump symfony/phpunit-bridge from 4.3.1 to 4.3.2
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.1...v4.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Thu, 27 Jun 2019 02:19:44 +0000 (02:19 +0000)]
Bump symfony/symfony from 3.4.28 to 3.4.29
Bumps [symfony/symfony](https://github.com/symfony/symfony) from 3.4.28 to 3.4.29.
- [Release notes](https://github.com/symfony/symfony/releases)
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.29/CHANGELOG-3.4.md)
- [Commits](https://github.com/symfony/symfony/compare/v3.4.28...v3.4.29)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Mon, 24 Jun 2019 08:18:07 +0000 (10:18 +0200)]
Merge pull request #4027 from wallabag/dependabot/composer/mnapoli/piwik-twig-extension-2.0.1
Bump mnapoli/piwik-twig-extension from 1.0.0 to 2.0.1
dependabot-preview[bot] [Mon, 24 Jun 2019 05:35:27 +0000 (05:35 +0000)]
Bump mnapoli/piwik-twig-extension from 1.0.0 to 2.0.1
Bumps [mnapoli/piwik-twig-extension](https://github.com/mnapoli/PiwikTwigExtension) from 1.0.0 to 2.0.1.
- [Release notes](https://github.com/mnapoli/PiwikTwigExtension/releases)
- [Commits](https://github.com/mnapoli/PiwikTwigExtension/compare/1.0.0...2.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Mon, 24 Jun 2019 05:31:25 +0000 (07:31 +0200)]
Merge pull request #4021 from wallabag/doc/improve-contributing
Improve CONTRIBUTING guide
Jérémy Benoist [Mon, 24 Jun 2019 05:31:13 +0000 (07:31 +0200)]
Merge pull request #4020 from wallabag/fix/sqlite-reading-time-null
Fix `reading_time` being NULL on SQLite
Jérémy Benoist [Mon, 24 Jun 2019 05:30:57 +0000 (07:30 +0200)]
Merge pull request #4018 from wallabag/fix/wallabag_user-migration
Fix migration with prefix table name
Jérémy Benoist [Mon, 24 Jun 2019 05:30:35 +0000 (07:30 +0200)]
Merge pull request #4024 from wallabag/update-deps
Update deps
Jeremy Benoist [Fri, 21 Jun 2019 10:54:52 +0000 (12:54 +0200)]
Typo
Jeremy Benoist [Fri, 21 Jun 2019 10:46:53 +0000 (12:46 +0200)]
Use Twig 2.0
`mnapoli/piwik-twig-extension` locked Twig to the 1.10 version. The new version is compatible with Twig 2.0
Jeremy Benoist [Fri, 21 Jun 2019 09:34:26 +0000 (11:34 +0200)]
Update deps
Jeremy Benoist [Fri, 21 Jun 2019 07:15:35 +0000 (09:15 +0200)]
Use `skipIf` instead of `abortIf`
This is to avoid migration using an other SGBD to break.
Jérémy Benoist [Fri, 21 Jun 2019 05:04:45 +0000 (07:04 +0200)]
Merge pull request #4023 from wallabag/dependabot/composer/symfony/monolog-bundle-3.4.0
Bump symfony/monolog-bundle from 3.3.1 to 3.4.0
dependabot-preview[bot] [Fri, 21 Jun 2019 02:21:27 +0000 (02:21 +0000)]
Bump symfony/monolog-bundle from 3.3.1 to 3.4.0
Bumps [symfony/monolog-bundle](https://github.com/symfony/monolog-bundle) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/symfony/monolog-bundle/releases)
- [Changelog](https://github.com/symfony/monolog-bundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/monolog-bundle/compare/v3.3.1...v3.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jeremy Benoist [Wed, 19 Jun 2019 09:44:01 +0000 (11:44 +0200)]
Fix `reading_time` being NULL on SQLite
Jérémy Benoist [Thu, 20 Jun 2019 07:49:29 +0000 (09:49 +0200)]
Merge pull request #4019 from wallabag/dependabot/composer/sensio/distribution-bundle-5.0.25
Bump sensio/distribution-bundle from 5.0.24 to 5.0.25
dependabot-preview[bot] [Thu, 20 Jun 2019 04:52:35 +0000 (04:52 +0000)]
Bump sensio/distribution-bundle from 5.0.24 to 5.0.25
Bumps [sensio/distribution-bundle](https://github.com/sensiolabs/SensioDistributionBundle) from 5.0.24 to 5.0.25.
- [Release notes](https://github.com/sensiolabs/SensioDistributionBundle/releases)
- [Commits](https://github.com/sensiolabs/SensioDistributionBundle/compare/v5.0.24...v5.0.25)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Thu, 20 Jun 2019 04:47:19 +0000 (06:47 +0200)]
Merge pull request #4022 from wallabag/dependabot/composer/liip/theme-bundle-1.7.0
Bump liip/theme-bundle from 1.6.1 to 1.7.0
dependabot-preview[bot] [Thu, 20 Jun 2019 02:21:25 +0000 (02:21 +0000)]
Bump liip/theme-bundle from 1.6.1 to 1.7.0
Bumps [liip/theme-bundle](https://github.com/liip/LiipThemeBundle) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/liip/LiipThemeBundle/releases)
- [Commits](https://github.com/liip/LiipThemeBundle/compare/1.6.1...1.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jeremy Benoist [Wed, 19 Jun 2019 12:54:38 +0000 (14:54 +0200)]
Improve CONTRIBUTING guide
Also:
- update the docker-compose to use Alpine image (lighter)
- update the PHP Dockerfile to use Imagick instead of GD (for GIF support when downloading images) and add support for SQLite
Jeremy Benoist [Wed, 19 Jun 2019 07:06:58 +0000 (09:06 +0200)]
Fix PG migration
Jeremy Benoist [Tue, 18 Jun 2019 20:40:05 +0000 (22:40 +0200)]
Update test url
The previous URL started to report title as `snippet intertitre` instead of the previous title which contains Google.
It looks like a bug on the website side. Instead of updating the test to match that new title, I prefer to use a more recent url instead.
Jeremy Benoist [Tue, 18 Jun 2019 19:57:36 +0000 (21:57 +0200)]
Fix migration with prefix table name
Looks like we missed one `wallabag_user` in migration.
It can work for most people but if someone use a different prefix, it'll break.
Jérémy Benoist [Tue, 18 Jun 2019 08:17:51 +0000 (10:17 +0200)]
Merge pull request #4016 from wallabag/dependabot/composer/nelmio/cors-bundle-1.5.6
Bump nelmio/cors-bundle from 1.5.5 to 1.5.6
Jérémy Benoist [Tue, 18 Jun 2019 07:41:59 +0000 (09:41 +0200)]
Merge pull request #4017 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-2.3.1
Bump friendsofsymfony/jsrouting-bundle from 2.3.0 to 2.3.1
dependabot-preview[bot] [Tue, 18 Jun 2019 02:25:21 +0000 (02:25 +0000)]
Bump friendsofsymfony/jsrouting-bundle from 2.3.0 to 2.3.1
Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases)
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.3.0...2.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Tue, 18 Jun 2019 02:17:58 +0000 (02:17 +0000)]
Bump nelmio/cors-bundle from 1.5.5 to 1.5.6
Bumps [nelmio/cors-bundle](https://github.com/nelmio/NelmioCorsBundle) from 1.5.5 to 1.5.6.
- [Release notes](https://github.com/nelmio/NelmioCorsBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioCorsBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nelmio/NelmioCorsBundle/compare/1.5.5...1.5.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Mon, 17 Jun 2019 06:19:16 +0000 (08:19 +0200)]
Merge pull request #4009 from wallabag/fix/check-git-directory
Check if .git directory exist before making the update
Jeremy Benoist [Fri, 14 Jun 2019 09:28:23 +0000 (11:28 +0200)]
Return a different code when git isn't installed
Jérémy Benoist [Fri, 14 Jun 2019 08:29:05 +0000 (10:29 +0200)]
Merge pull request #4010 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.2.2
Bump doctrine/doctrine-fixtures-bundle from 3.2.0 to 3.2.2
Jeremy Benoist [Wed, 12 Jun 2019 19:33:53 +0000 (21:33 +0200)]
Check if .git directory exist
If that folder doesn’t exist, it means the udpate script won’t be able to run because it uses git to retrieve the update.