aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Update of Occitan languageQuentí2019-07-261-48/+48
|/ /
* | Merge pull request #4069 from wallabag/dependabot/composer/j0k3r/graby-2.0.2Jérémy Benoist2019-07-261-38/+38
|\ \ | |/ |/| Bump j0k3r/graby from 2.0.1 to 2.0.2
| * Bump j0k3r/graby from 2.0.1 to 2.0.2dependabot-preview[bot]2019-07-261-38/+38
|/ | | | | | | 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>
* Merge pull request #4063 from wallabag/fix/cookiejarJérémy Benoist2019-07-243-35/+129
|\ | | | | Use a custom cookiejar to avoid error when the cookie is badly saved
| * Add logger to FileCookieJarJeremy Benoist2019-07-242-1/+22
| |
| * Use a custom cookiejar to avoid error when the cookie is badly savedJeremy Benoist2019-07-243-34/+107
|/ | | | | | | 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
* Merge pull request #4058 from wallabag/feature/copy-client-infoJérémy Benoist2019-07-1723-13/+92
|\ | | | | Copy client info to clipboard
| * Update translationsJeremy Benoist2019-07-0917-18/+16
| | | | | | | | Remove log
| * Fix testsJeremy Benoist2019-07-091-1/+1
| |
| * Copy client info to clipboardJeremy Benoist2019-07-0920-10/+91
| | | | | | | | From the listing page and the create summary page, you can now copy client info to the clipboard using dedicated buttons.
* | Merge pull request #4059 from ↵Jérémy Benoist2019-07-111-3/+3
|\ \ | | | | | | | | | | | | wallabag/dependabot/npm_and_yarn/lodash.mergewith-4.6.2 Bump lodash.mergewith from 4.6.1 to 4.6.2
| * | Bump lodash.mergewith from 4.6.1 to 4.6.2dependabot[bot]2019-07-111-3/+3
|/ / | | | | | | | | | | | | 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>
* / Fixed typo in wallabag nameNicolas Lœuillet2019-07-101-2/+2
|/
* Merge pull request #4054 from wallabag/fix/phpunit-lockJérémy Benoist2019-07-093-12/+14
|\ | | | | Remove PHPUnit lock
| * Remove PHPUnit lockJeremy Benoist2019-07-083-12/+14
| | | | | | | | | | | | It should now be PHPUnit 7.4. Update PHPStan configuration accordingly. Also, enable `inferPrivatePropertyTypeFromConstructor` for better phpDoc support in constructors.
* | Merge pull request #4053 from wallabag/feature/manual-input-reading-speedJérémy Benoist2019-07-0922-89/+50
|\ \ | |/ |/| Add ability to manually define the reading speed
| * Add ability to manually define the reading speedJeremy Benoist2019-07-0822-89/+50
| | | | | | | | Instead of using a select, let the user decide its own speed.
* | Merge pull request #4028 from wallabag/feature/import-export-tagging-rulesJérémy Benoist2019-07-0825-33/+586
|\ \ | |/ |/| Add ability to import/export tagging rules
| * Add ability to import/export tagging rulesJeremy Benoist2019-07-0825-33/+586
|/ | | | | | | | | - 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)
* Merge pull request #4052 from ↵Jérémy Benoist2019-07-081-5/+5
|\ | | | | | | | | wallabag/dependabot/composer/phpstan/phpstan-0.11.10 Bump phpstan/phpstan from 0.11.9 to 0.11.10
| * Bump phpstan/phpstan from 0.11.9 to 0.11.10dependabot-preview[bot]2019-07-081-5/+5
|/ | | | | | | 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>
* Merge pull request #4049 from wallabag/fix/tidy-dockerKevin Decherf2019-07-071-2/+4
|\ | | | | Add missing tidy extension on Docker
| * Add missing tidy extension on DockerJeremy Benoist2019-07-061-2/+4
| | | | | | | | It's required in the 2.4 version
* | Merge pull request #4050 from wallabag/update-depsKevin Decherf2019-07-071-37/+41
|\ \ | |/ |/| Update deps
| * Update depsJeremy Benoist2019-07-061-37/+41
|/ | | | | | | | | | | | 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)
* Merge pull request #4045 from ↵Jérémy Benoist2019-07-041-6/+7
|\ | | | | | | | | wallabag/dependabot/composer/phpstan/phpstan-0.11.9 Bump phpstan/phpstan from 0.11.8 to 0.11.9
| * Bump phpstan/phpstan from 0.11.8 to 0.11.9dependabot-preview[bot]2019-07-041-6/+7
| | | | | | | | | | | | | | 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>
* | Merge pull request #4044 from ↵Jérémy Benoist2019-07-041-17/+17
|\ \ | |/ |/| | | | | wallabag/dependabot/composer/sensio/framework-extra-bundle-5.4.0 Bump sensio/framework-extra-bundle from 5.3.1 to 5.4.0
| * Bump sensio/framework-extra-bundle from 5.3.1 to 5.4.0dependabot-preview[bot]2019-07-041-17/+17
|/ | | | | | | | 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>
* Merge pull request #4040 from ↵Jérémy Benoist2019-07-031-20/+21
|\ | | | | | | | | wallabag/dependabot/composer/sentry/sentry-symfony-3.1.0 Bump sentry/sentry-symfony from 3.0.0 to 3.1.0
| * 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.