Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | material: decrease size of tags on list view | Kevin Decherf | 2018-11-25 | 1 | -1/+3 | |
| | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
| * | | Merge pull request #3782 from wallabag/issue-3779 | Kevin Decherf | 2018-11-26 | 2 | -25/+20 | |
| |\ \ | | | | | | | | | material: fix missing thumbnail on list view | |||||
| | * | | material: fix missing thumbnail on list view | Kevin Decherf | 2018-11-25 | 2 | -25/+20 | |
| | |/ | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
| * | | Merge pull request #3784 from giuppi/master | Jérémy Benoist | 2018-11-26 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Fix Android app login issue | |||||
| | * | | Fix Android app login issue | giuppi | 2018-11-25 | 1 | -1/+1 | |
| | |/ | | | | | | | class and alt tags must be in the correct order for the android app to recognize the wallabag server | |||||
| * | | Merge pull request #3765 from burkemw3/patch-2 | Jérémy Benoist | 2018-11-26 | 2 | -7/+0 | |
| |\ \ | | | | | | | | | Remove preview picture from single entry view page for #1875 | |||||
| | * | | Remove preview picture from single entry view page for #1875 | Matt Burke | 2018-11-24 | 2 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Showing the preview picture usually leads to showing a duplicate image, and frequently leads to showing duplicate images directly adjacent to each other. | |||||
| * | | | Merge pull request #3778 from wallabag/better-release | Jérémy Benoist | 2018-11-25 | 3 | -13/+12 | |
| |\ \ \ | | |_|/ | |/| | | Jump to 2.3.5-dev and update release process | |||||
| | * | | Jump to 2.3.5-dev and update release process | Jeremy Benoist | 2018-11-25 | 3 | -13/+12 | |
| |/ / | | | | | | | | | | After the latest release, I update the documentation about it so it’s more clear | |||||
* | | | Merge pull request #3799 from wallabag/mruminski-patch-1 | Jérémy Benoist | 2018-12-02 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Update messages.pl.yml | |||||
| * | | | Update messages.pl.yml | Mateusz Rumiński | 2018-12-02 | 1 | -2/+2 | |
|/ / / | | | | | | | Add missing translation | |||||
* | | | Merge pull request #3758 from wallabag/dropping-php5 | Jérémy Benoist | 2018-11-29 | 41 | -337/+325 | |
|\ \ \ | | | | | | | | | Dropping PHP < 7.1 | |||||
| * | | | Fix utf8mb4 on vendor tables | Jeremy Benoist | 2018-11-28 | 6 | -24/+107 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When creating the schema for test these tables use default length for string: 255. Which fail when using utf8mb4. > Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes Also move the `setKeepStaticConnections` in before and after class to avoid: > SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist See https://github.com/dmaicher/doctrine-test-bundle#troubleshooting | |||||
| * | | | Use our own fork for CraueConfigBundle | Jeremy Benoist | 2018-11-28 | 2 | -1/+7 | |
| | | | | | | | | | | | | | | | | Mostly to fix utf8mb4 issue | |||||
| * | | | Force PHPUnit | Jeremy Benoist | 2018-11-28 | 1 | -7/+3 | |
| | | | | | | | | | | | | | | | | | | | | Looks like "dama/doctrine-test-bundle" isn't compatible with PHPUnit 5.7 (required automatically by PHPUnit Bridge) | |||||
| * | | | CS | Jeremy Benoist | 2018-11-28 | 4 | -5/+3 | |
| | | | | ||||||
| * | | | Fix tests | Jeremy Benoist | 2018-11-28 | 5 | -68/+83 | |
| | | | | ||||||
| * | | | Remove custom Postgres class | Jeremy Benoist | 2018-11-28 | 9 | -71/+0 | |
| | | | | | | | | | | | | | | | | Because PG > 10 is now supported by DBAL >= 2.6.0 | |||||
| * | | | Update fixtures | Jeremy Benoist | 2018-11-28 | 9 | -72/+64 | |
| | | | | ||||||
| * | | | Jump to unrelease predis | Jeremy Benoist | 2018-11-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | To fix deprecated message regarding `each()` | |||||
| * | | | Cleanup | Jeremy Benoist | 2018-11-28 | 12 | -91/+60 | |
| | | | | ||||||
| * | | | Fix RulerZBundle | Jeremy Benoist | 2018-11-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | People should really follow semver and provide UPGRADE file when they provide a library ... | |||||
| * | | | Jump to PHP 7.1+ | Jeremy Benoist | 2018-11-25 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2018-11-25 | 40 | -136/+802 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # web/wallassets/baggy.js # web/wallassets/manifest.json # web/wallassets/material.css # web/wallassets/material.js | |||||
| * | | Merge pull request #3775 from wallabag/prepare-2.3.4 | Jérémy Benoist | 2018-11-24 | 5 | -22/+63 | |
| |\ \ | | | | | | | | | Prepare 2.3.4 release | |||||
| | * | | Create a custom swap to avoid error | Jeremy Benoist | 2018-11-23 | 1 | -9/+17 | |
| | | | | ||||||
| | * | | Use latest bridge to avoid PHPUnit break | Jeremy Benoist | 2018-11-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Because branch 4.8 & 5.7 have been removed | |||||
| | * | | Use new Travis infra | Jeremy Benoist | 2018-11-23 | 1 | -9/+6 | |
| | | | | ||||||
| | * | | Prepare 2.3.4 release | Jeremy Benoist | 2018-11-23 | 3 | -4/+40 | |
| |/ / | ||||||
| * | | Merge pull request #3774 from Simounet/feature/card-ui | Jérémy Benoist | 2018-11-21 | 7 | -16/+12 | |
| |\ \ | | | | | | | | | Card no preview replaced by wallabag logo | |||||
| | * | | Card no preview replaced by wallabag logo | Simounet | 2018-11-21 | 7 | -16/+12 | |
| |/ / | ||||||
| * | | Merge pull request #3772 from techexo/patch-1 | Jérémy Benoist | 2018-11-16 | 2 | -6/+6 | |
| |\ \ | | | | | | | | | Update translation when marking as read | |||||
| | * | | Update messages.en.yml | Eloi Coutant | 2018-11-16 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Update messages.fr.yml | Eloi Coutant | 2018-11-16 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Update messages.fr.yml | Eloi Coutant | 2018-11-16 | 1 | -3/+3 | |
| |/ / | | | | | | | Modification pour éclaircir le sens de l'option | |||||
| * | | Merge pull request #3769 from burkemw3/patch-4 | Jérémy Benoist | 2018-11-09 | 6 | -25/+25 | |
| |\ \ | | | | | | | | | Add rel=noopener to target=_blank links | |||||
| | * | | Add rel=noopener to target=_blank links | Matt Burke | 2018-11-07 | 6 | -25/+25 | |
| |/ / | | | | | | | | | | | | | | | | | | | From https://developers.google.com/web/tools/lighthouse/audits/noopener: - new pages will run in separate processes, avoiding any performance intermingling impacts - new pages won't have access to current page's window object via JavaScript | |||||
| * | | Merge pull request #3766 from merwan/patch-1 | Jérémy Benoist | 2018-11-06 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | Fix link to wallabag requirements in documentation | |||||
| | * | Fix link to wallabag requirements in documentation | Merouane Atig | 2018-11-05 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #3764 from shtrom/fix-matches-notmatches-language | Kevin Decherf | 2018-11-01 | 8 | -13/+13 | |
| |\ | | | | | | | Fix documentation wording for matches/notmatches tagging rules | |||||
| | * | fixup! fixup! Fix documentation wording for matches/notmatches tagging rules | Olivier Mehani | 2018-11-01 | 8 | -8/+8 | |
| | | | ||||||
| | * | fixup! Fix documentation wording for matches/notmatches tagging rules | Olivier Mehani | 2018-11-01 | 8 | -8/+8 | |
| | | | ||||||
| | * | Fix documentation wording for matches/notmatches tagging rules | Olivier Mehani | 2018-10-31 | 8 | -13/+13 | |
| | | | | | | | | | | | | Signed-off-by: Olivier Mehani <shtrom@ssji.net> | |||||
| * | | Merge pull request #3763 from wallabag/ghpr-template-update | Jérémy Benoist | 2018-10-27 | 1 | -1/+7 | |
| |\ \ | | | | | | | | | Add note on GitHub PR template to auto-close issues | |||||
| | * | | misc: add note on GitHub PR template to auto-close issues | Kevin Decherf | 2018-10-26 | 1 | -1/+7 | |
| |/ / | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
| * | | Merge pull request #3553 from wallabag/url-3529 | Kevin Decherf | 2018-10-26 | 2 | -1/+244 | |
| |\ \ | | | | | | | | | Swap entry url with origin url if graby provides an updated one | |||||
| | * | | phpcs | Kevin Decherf | 2018-10-24 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
| | * | | updateOriginUrl: remove 'query string' case from ignore list | Kevin Decherf | 2018-10-24 | 2 | -12/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two urls with a different query string may refer to two different pages so keep them both. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
| | * | | updateOriginUrl: add comment blocks for the parse_url diff check | Kevin Decherf | 2018-10-24 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
| | * | | updateOriginUrl: rewrite some if, resolving feedbacks from PR | Kevin Decherf | 2018-10-24 | 1 | -32/+35 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> |