]>
git.immae.eu Git - github/wallabag/wallabag.git/log
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.
dependabot-preview[bot] [Fri, 14 Jun 2019 08:08:21 +0000 (08:08 +0000)]
Bump doctrine/doctrine-fixtures-bundle from 3.2.0 to 3.2.2
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/master/CHANGELOG-3.1.md)
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.2.0...3.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Fri, 14 Jun 2019 08:01:36 +0000 (10:01 +0200)]
Merge pull request #4008 from wallabag/travis-xenial
Fix Travis build on Xenial dist
Jérémy Benoist [Wed, 12 Jun 2019 19:36:00 +0000 (21:36 +0200)]
Merge pull request #3995 from wallabag/feature/config-display-login
Display login in config / user
Jeremy Benoist [Wed, 12 Jun 2019 18:34:12 +0000 (20:34 +0200)]
Fix Travis build on Xenial dist
Jérémy Benoist [Wed, 12 Jun 2019 15:44:28 +0000 (17:44 +0200)]
Typo
Jérémy Benoist [Wed, 12 Jun 2019 15:43:15 +0000 (17:43 +0200)]
Update FUNDING.yml
"Some users provided are not enrolled in GitHub Sponsors."
Jérémy Benoist [Wed, 12 Jun 2019 15:42:22 +0000 (17:42 +0200)]
Merge pull request #4006 from wallabag/add-sponsor-badge
Create FUNDING.yml
Jérémy Benoist [Wed, 12 Jun 2019 08:48:46 +0000 (10:48 +0200)]
Create FUNDING.yml
Jérémy Benoist [Wed, 12 Jun 2019 05:24:36 +0000 (07:24 +0200)]
Merge pull request #4004 from wallabag/dependabot/composer/php-http/httplug-bundle-1.16.0
Bump php-http/httplug-bundle from 1.15.2 to 1.16.0
dependabot-preview[bot] [Wed, 12 Jun 2019 02:18:54 +0000 (02:18 +0000)]
Bump php-http/httplug-bundle from 1.15.2 to 1.16.0
Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.15.2 to 1.16.0.
- [Release notes](https://github.com/php-http/HttplugBundle/releases)
- [Changelog](https://github.com/php-http/HttplugBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/php-http/HttplugBundle/compare/1.15.2...1.16.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Tue, 11 Jun 2019 08:47:45 +0000 (10:47 +0200)]
Merge pull request #3999 from wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.1
Bump symfony/phpunit-bridge from 4.3.0 to 4.3.1
dependabot-preview[bot] [Tue, 11 Jun 2019 07:20:04 +0000 (07:20 +0000)]
Bump symfony/phpunit-bridge from 4.3.0 to 4.3.1
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.3.0 to 4.3.1.
- [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.0...v4.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jérémy Benoist [Tue, 11 Jun 2019 07:12:54 +0000 (09:12 +0200)]
Merge pull request #3998 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.2.0
Bump doctrine/doctrine-fixtures-bundle from 3.1.0 to 3.2.0
dependabot-preview[bot] [Tue, 11 Jun 2019 02:26:46 +0000 (02:26 +0000)]
Bump doctrine/doctrine-fixtures-bundle from 3.1.0 to 3.2.0
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/master/CHANGELOG-3.1.md)
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.1.0...3.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jeremy Benoist [Thu, 6 Jun 2019 13:14:41 +0000 (15:14 +0200)]
Update translations
Thomas Citharel [Thu, 6 Jun 2019 12:09:23 +0000 (14:09 +0200)]
Show untagged entries count on tag list (#3993)
Show untagged entries count on tag list
Jeremy Benoist [Thu, 6 Jun 2019 11:51:25 +0000 (13:51 +0200)]
Display login in config / user
Just so the user can see its login
Jeremy Benoist [Thu, 6 Jun 2019 11:34:20 +0000 (13:34 +0200)]
Remove link when there are no untagged articles
Jérémy Benoist [Thu, 6 Jun 2019 10:03:37 +0000 (12:03 +0200)]
Merge pull request #3959 from wallabag/mig-tag-collation
mysql: change collation of tag label
Kevin Decherf [Wed, 5 Jun 2019 16:32:21 +0000 (18:32 +0200)]
Merge pull request #3994 from wallabag/feature/revoke-feed-token
Add ability to revoke feed token
Jeremy Benoist [Wed, 5 Jun 2019 15:55:13 +0000 (17:55 +0200)]
Add ability to revoke feed token
Jérémy Benoist [Wed, 5 Jun 2019 15:13:21 +0000 (17:13 +0200)]
Merge pull request #3992 from wallabag/feature/menu-quickstart
Add quickstart into the menu
Jeremy Benoist [Wed, 5 Jun 2019 15:09:05 +0000 (17:09 +0200)]
Fix typo & CS
Kevin Decherf [Sun, 2 Sep 2018 14:43:49 +0000 (16:43 +0200)]
Show untagged entries count on tag list
Closes #3235
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Jeremy Benoist [Wed, 5 Jun 2019 13:51:22 +0000 (15:51 +0200)]
Add quickstart into the menu
Just in case people want to see that page again.
Jérémy Benoist [Wed, 5 Jun 2019 12:41:42 +0000 (14:41 +0200)]
Merge pull request #3990 from wallabag/feature/sentry
Add Sentry support
Jérémy Benoist [Wed, 5 Jun 2019 12:37:11 +0000 (14:37 +0200)]
Merge pull request #3991 from wallabag/fix/secret
Try to force people to update the secret
Jérémy Benoist [Wed, 5 Jun 2019 12:14:17 +0000 (14:14 +0200)]
Try to force people to update the secret
Jeremy Benoist [Wed, 5 Jun 2019 11:15:15 +0000 (13:15 +0200)]
Add Sentry support
Only enable in production
Jérémy Benoist [Wed, 5 Jun 2019 09:38:00 +0000 (11:38 +0200)]
Merge pull request #3271 from wallabag/store-resolved-url
Add `given_url` in Entry table to check if a redirected url has already added
Jeremy Benoist [Wed, 5 Jun 2019 08:54:43 +0000 (10:54 +0200)]
Typos
Jeremy Benoist [Wed, 5 Jun 2019 08:51:06 +0000 (10:51 +0200)]
Use two indexes instead of one for hashed urls
When using `OR` in a where clause, a composite index can't be used. We should use a `UNION` to take advantages of it.
Instead, create 2 indexes on each hashed urls and make 2 queries to find an url. It'll be faster than the previous solution.
Jérémy Benoist [Wed, 29 May 2019 19:00:36 +0000 (21:00 +0200)]
Merge pull request #3987 from wallabag/fix/drop-simplepie
Drop SimplePie
Jeremy Benoist [Wed, 29 May 2019 15:05:12 +0000 (17:05 +0200)]
Drop SimplePie
It was only used to make an absolute url when downloading images.
The deps is still there (in the `composer.lock`) because Graby use it (not for absolute but for encoding).
Jeremy Benoist [Wed, 29 May 2019 12:18:04 +0000 (14:18 +0200)]
Use hash given url to avoid duplicate
Using hashed url we can ensure an index on them to ensure it's fast.
Jérémy Benoist [Wed, 29 May 2019 12:40:01 +0000 (14:40 +0200)]
Merge pull request #3986 from wallabag/fix/scrutinizer-issues
Fix some Scrutinizer issues
Nicolas Lœuillet [Mon, 10 Jul 2017 19:32:25 +0000 (21:32 +0200)]
Added given_url in entry table
- Added index on entry table for given_url field
- Fix tests:
The previous `bit.ly` url redirected to doc.wallabag but that url doesn't exist in the fixtures.
I used our own internal "redirector" to create a redirect to an url which exist in the fixtures.
Also, updating current migration to use the new `WallabagMigration`.
Jeremy Benoist [Wed, 29 May 2019 10:00:23 +0000 (12:00 +0200)]
Fix some Scrutinizer issues
Jérémy Benoist [Wed, 29 May 2019 10:49:32 +0000 (12:49 +0200)]
Merge pull request #3985 from wallabag/update-composer
Keep composer.lock
Jeremy Benoist [Wed, 29 May 2019 10:02:24 +0000 (12:02 +0200)]
Typos
Jeremy Benoist [Wed, 29 May 2019 09:41:07 +0000 (11:41 +0200)]
Keep composer.lock
We initially ignored the `composer.lock` because it generated a lock of rebase on PR when someone updated it and the master updated it too.
Now we have less contributions (sadly) so I think we won't run against that problem.
Also, it'll solve issue about people cloning the master and got angry because composer eat all the available memory to determine packages to install.
It'll also be much easier to make release.
Scrutinizer & Travis will be faster too.
Jérémy Benoist [Wed, 29 May 2019 09:14:00 +0000 (11:14 +0200)]
Merge pull request #3984 from wallabag/2.4
Merge 2.4 into master
Jérémy Benoist [Tue, 28 May 2019 12:18:33 +0000 (14:18 +0200)]
Merge pull request #3944 from shtrom/always-hash-exists-url
Always hash exists url
Jérémy Benoist [Tue, 28 May 2019 12:00:22 +0000 (14:00 +0200)]
Merge pull request #3390 from
aaa2000 /httplug
Use httplug and graby 2.0
Jeremy Benoist [Tue, 28 May 2019 10:02:17 +0000 (12:02 +0200)]
Fix tests after rebase
Jeremy Benoist [Mon, 11 Feb 2019 09:59:56 +0000 (10:59 +0100)]
CS & fix tests
Jeremy Benoist [Thu, 7 Feb 2019 16:56:05 +0000 (17:56 +0100)]
Fix some tests
Jeremy Benoist [Thu, 7 Feb 2019 16:30:38 +0000 (17:30 +0100)]
CS