aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Bump sentry/sentry-symfony from 3.0.0 to 3.1.0dependabot-preview[bot]2019-07-031-20/+21
| | | | | | | | 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>
* Merge pull request #4039 from wallabag/fix/missing-wallabag-prefix-migrationJérémy Benoist2019-07-013-14/+16
|\ | | | | Fix hardcoded `wallabag_` prefix in migrations
| * Fix hardcoded `wallabag_` prefix in migrationJeremy Benoist2019-07-013-14/+16
|/ | | | | Again. Looks like there are still some which were missing to be replaced.
* Merge pull request #4033 from wallabag/dependabot/composer/j0k3r/graby-2.0.1Jérémy Benoist2019-06-281-15/+15
|\ | | | | Bump j0k3r/graby from 2.0.0 to 2.0.1
| * Bump j0k3r/graby from 2.0.0 to 2.0.1dependabot-preview[bot]2019-06-281-15/+15
|/ | | | | | | 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>
* Merge pull request #4029 from ↵Jérémy Benoist2019-06-271-6/+6
|\ | | | | | | | | wallabag/dependabot/composer/symfony/symfony-3.4.29 Bump symfony/symfony from 3.4.28 to 3.4.29
| * Bump symfony/symfony from 3.4.28 to 3.4.29dependabot-preview[bot]2019-06-271-6/+6
| | | | | | | | | | | | | | | | 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>
* | Merge pull request #4030 from ↵Jérémy Benoist2019-06-271-5/+5
|\ \ | |/ |/| | | | | wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.2 Bump symfony/phpunit-bridge from 4.3.1 to 4.3.2
| * Bump symfony/phpunit-bridge from 4.3.1 to 4.3.2dependabot-preview[bot]2019-06-271-5/+5
|/ | | | | | | | 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>
* Merge pull request #4027 from ↵Jérémy Benoist2019-06-241-6/+7
|\ | | | | | | | | wallabag/dependabot/composer/mnapoli/piwik-twig-extension-2.0.1 Bump mnapoli/piwik-twig-extension from 1.0.0 to 2.0.1
| * Bump mnapoli/piwik-twig-extension from 1.0.0 to 2.0.1dependabot-preview[bot]2019-06-241-6/+7
| | | | | | | | | | | | | | 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>
* | Merge pull request #4021 from wallabag/doc/improve-contributingJérémy Benoist2019-06-243-15/+60
|\ \ | | | | | | Improve CONTRIBUTING guide
| * | Improve CONTRIBUTING guideJeremy Benoist2019-06-193-15/+60
| | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #4020 from wallabag/fix/sqlite-reading-time-nullJérémy Benoist2019-06-241-0/+65
|\ \ \ | |_|/ |/| | Fix `reading_time` being NULL on SQLite
| * | Use `skipIf` instead of `abortIf`Jeremy Benoist2019-06-211-2/+2
| | | | | | | | | | | | This is to avoid migration using an other SGBD to break.
| * | Fix `reading_time` being NULL on SQLiteJeremy Benoist2019-06-201-0/+65
| | |
* | | Merge pull request #4018 from wallabag/fix/wallabag_user-migrationJérémy Benoist2019-06-242-14/+14
|\ \ \ | | | | | | | | Fix migration with prefix table name
| * | | Fix PG migrationJeremy Benoist2019-06-191-4/+4
| | | |
| * | | Update test urlJeremy Benoist2019-06-181-2/+2
| | | | | | | | | | | | | | | | | | | | 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.
| * | | Fix migration with prefix table nameJeremy Benoist2019-06-181-12/+12
| | |/ | |/| | | | | | | | | | 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.
* | | Merge pull request #4024 from wallabag/update-depsJérémy Benoist2019-06-246-61/+78
|\ \ \ | | | | | | | | Update deps
| * | | TypoJeremy Benoist2019-06-211-1/+1
| | | |
| * | | Use Twig 2.0Jeremy Benoist2019-06-216-39/+56
| | | | | | | | | | | | | | | | `mnapoli/piwik-twig-extension` locked Twig to the 1.10 version. The new version is compatible with Twig 2.0
| * | | Update depsJeremy Benoist2019-06-211-21/+21
|/ / /
* | | Merge pull request #4023 from ↵Jérémy Benoist2019-06-211-12/+12
|\ \ \ | |_|/ |/| | | | | | | | wallabag/dependabot/composer/symfony/monolog-bundle-3.4.0 Bump symfony/monolog-bundle from 3.3.1 to 3.4.0
| * | Bump symfony/monolog-bundle from 3.3.1 to 3.4.0dependabot-preview[bot]2019-06-211-12/+12
|/ / | | | | | | | | | | | | | | 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>
* | Merge pull request #4019 from ↵Jérémy Benoist2019-06-201-71/+253
|\ \ | | | | | | | | | | | | wallabag/dependabot/composer/sensio/distribution-bundle-5.0.25 Bump sensio/distribution-bundle from 5.0.24 to 5.0.25
| * | Bump sensio/distribution-bundle from 5.0.24 to 5.0.25dependabot-preview[bot]2019-06-201-71/+253
|/ / | | | | | | | | | | | | 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>
* | Merge pull request #4022 from ↵Jérémy Benoist2019-06-201-19/+19
|\ \ | |/ |/| | | | | wallabag/dependabot/composer/liip/theme-bundle-1.7.0 Bump liip/theme-bundle from 1.6.1 to 1.7.0
| * Bump liip/theme-bundle from 1.6.1 to 1.7.0dependabot-preview[bot]2019-06-201-19/+19
|/ | | | | | | 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>
* Merge pull request #4016 from ↵Jérémy Benoist2019-06-181-5/+5
|\ | | | | | | | | wallabag/dependabot/composer/nelmio/cors-bundle-1.5.6 Bump nelmio/cors-bundle from 1.5.5 to 1.5.6
| * Bump nelmio/cors-bundle from 1.5.5 to 1.5.6dependabot-preview[bot]2019-06-181-5/+5
| | | | | | | | | | | | | | | | 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>
* | Merge pull request #4017 from ↵Jérémy Benoist2019-06-181-5/+5
|\ \ | |/ |/| | | | | wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-2.3.1 Bump friendsofsymfony/jsrouting-bundle from 2.3.0 to 2.3.1
| * Bump friendsofsymfony/jsrouting-bundle from 2.3.0 to 2.3.1dependabot-preview[bot]2019-06-181-5/+5
|/ | | | | | | | 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>
* Merge pull request #4009 from wallabag/fix/check-git-directoryJérémy Benoist2019-06-172-1/+7
|\ | | | | Check if .git directory exist before making the update
| * Return a different code when git isn't installedJeremy Benoist2019-06-141-1/+1
| |
| * Check if .git directory existJeremy Benoist2019-06-142-1/+7
| | | | | | | | 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.
* | Merge pull request #4010 from ↵Jérémy Benoist2019-06-141-5/+5
|\ \ | |/ |/| | | | | wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.2.2 Bump doctrine/doctrine-fixtures-bundle from 3.2.0 to 3.2.2
| * Bump doctrine/doctrine-fixtures-bundle from 3.2.0 to 3.2.2dependabot-preview[bot]2019-06-141-5/+5
|/ | | | | | | | 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>
* Merge pull request #4008 from wallabag/travis-xenialJérémy Benoist2019-06-141-0/+2
|\ | | | | Fix Travis build on Xenial dist
| * Fix Travis build on Xenial distJeremy Benoist2019-06-121-0/+2
| |
* | Merge pull request #3995 from wallabag/feature/config-display-loginJérémy Benoist2019-06-1216-8/+36
|\ \ | |/ |/| Display login in config / user
| * TypoJérémy Benoist2019-06-121-1/+1
| |
| * Update translationsJeremy Benoist2019-06-0614-14/+14
| |
| * Display login in config / userJeremy Benoist2019-06-0616-8/+36
| | | | | | | | Just so the user can see its login
* | Update FUNDING.ymlJérémy Benoist2019-06-121-1/+1
| | | | | | "Some users provided are not enrolled in GitHub Sponsors."
* | Merge pull request #4006 from wallabag/add-sponsor-badgeJérémy Benoist2019-06-121-0/+2
|\ \ | | | | | | Create FUNDING.yml
| * | Create FUNDING.ymlJérémy Benoist2019-06-121-0/+2
|/ /
* | Merge pull request #4004 from ↵Jérémy Benoist2019-06-121-20/+21
|\ \ | | | | | | | | | | | | wallabag/dependabot/composer/php-http/httplug-bundle-1.16.0 Bump php-http/httplug-bundle from 1.15.2 to 1.16.0
| * | Bump php-http/httplug-bundle from 1.15.2 to 1.16.0dependabot-preview[bot]2019-06-121-20/+21
|/ / | | | | | | | | | | | | | | 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>