Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | | 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 | 1 | -2/+0 |
| | | | | | | | | | | | | | | 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> | ||||
* | | ignoreOriginUrl: add initial support of ignore lists | Kevin Decherf | 2018-10-22 | 1 | -20/+59 |
| | | | | | | | | | | | | | | | | | | | | | | Add the ability to specify hosts and patterns lists to ignore the given entry url and replace it with the fetched content url without touching to origin_url. This initial support should be reworked in the following months to move the hardcoded ignore lists in the database. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | updateOriginUrl: add behavior when diff is fragment and query | Kevin Decherf | 2018-10-22 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Refactor updateOriginUrl to include new behaviors behaviors | Kevin Decherf | 2018-10-22 | 1 | -9/+45 |
| | | | | | | | | | | | | | | | | - Leave origin_url unchanged if difference is an ending slash - Leave origin_url unchanged if difference is scheme - Ignore (noop) if difference is query string or fragment Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | ContentProxy: swap entry url to origin_url and set new url according to ↵ | Kevin Decherf | 2018-10-21 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | graby content Closes #3529 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | ContentProxy: fix a corner case when entry.url is empty in updateEntry | Kevin Decherf | 2018-10-21 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Merge pull request #3745 from burkemw3/patch-3 | Jérémy Benoist | 2018-10-16 | 3 | -17/+5 |
|\ \ | | | | | | | Add placeholder image to card-based gallery entries page | ||||
| * | | Add placeholder image to card-based gallery entries page for #3651 | Matt Burke | 2018-10-15 | 3 | -17/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I referenced https://css-tricks.com/using-svg/ for using the SVG icon. The icon has a black foreground and white background, which doesn't look very good as a placeholder. So, using the background-image style to show the svg and the inversion filter to make it white on gray. With the image always present, there isn't much difference between the with and without image preview templates, so I merged them. Tested on Chrome, Firefox, and Safari on OSX. | ||||
* | | | Merge pull request #3606 from mritzmann/master | Jérémy Benoist | 2018-10-15 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | add manifest.json for android pwa | ||||
| * | | change href link for manifest.json | Markus Ritzmann | 2018-03-19 | 1 | -1/+1 |
| | | | |||||
| * | | add manifest.json for android pwa | mritzmann | 2018-03-18 | 1 | -0/+2 |
| | | | |||||
* | | | Show tags on non-image gallery preview card | Matt Burke | 2018-10-11 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | Tags and images aren't coupled, so they shouldn't be coupled in the UI, either. This also makes the titles and source domains show up consistently for image and non-image entry cards. | ||||
* | | | Run php-cs-fixer for fixing coding standard issues | Tobi823 | 2018-09-23 | 1 | -41/+53 |
| | | | |||||
* | | | Override the value of the given parameter ($title) with the (hopefully) | Tobi823 | 2018-09-21 | 1 | -2/+1 |
| | | | | | | | | | | | | correct (to UTF-8) converted PDF title | ||||
* | | | Add tests for logic | Tobi823 | 2018-09-21 | 1 | -2/+2 |
| | | | | | | | | | | | | Try to translate the title of a PDF from UTF-8 (then UTF-16BE, then WINDOWS-1252) to UTF-8 | ||||
* | | | Try to detect the character encoding in PDFs and try to translate | Tobi823 | 2018-09-21 | 1 | -13/+33 |
| | | | | | | | | | | | | the title from the PDF to UTF-8 | ||||
* | | | Remove type declaration for PHP 5 compatibility | Tobi823 | 2018-09-21 | 1 | -1/+1 |
| | | | |||||
* | | | Bugfix: Sanitize the title of a saved webpage from invalid UTF-8 characters | Tobi823 | 2018-09-21 | 1 | -0/+23 |
| | | | |||||
* | | | Add missing parameters | Jeremy Benoist | 2018-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Parameters weren’t passed to the sub function. | ||||
* | | | php-cs-fixer | Kevin Decherf | 2018-09-05 | 1 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | | EntryRepository: refactor getBuilderForUntaggedByUser | Kevin Decherf | 2018-09-05 | 1 | -3/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve SQL performance by replacing size(e.tags) with a left join and a null condition Move the QueryBuilder logic into getRawBuilderForUntaggedByUser Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | | EntryRepository: refactor getBuilderByUser | Kevin Decherf | 2018-09-05 | 1 | -12/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We refactor getBuilderByUser to separate QueryBuilder getter and the orderBy(). The previous code of getBuilderByUser() has been moved to getSortedQueryBuilderByUser(). getBuildByUser() now returns a QueryBuilder without the call to orderBy(). A new method named sortQueryBuilder() returns a given QueryBuilder with an orderBy() call using given sort parameters. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | | AnnotationRepository: rename getBuilderByUser | Kevin Decherf | 2018-09-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | We rename getBuilderByUser to getSortedQueryBuilderByUser as long as the method currently returns a QueryBuilder with an orderBy() Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | | php-cs-fixer | Kevin Decherf | 2018-09-05 | 34 | -57/+57 |
| |/ |/| | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Fixes a typo | Aleksandar Todorović (r3bl) | 2018-08-10 | 1 | -1/+1 |
| | | |||||
* | | More robust srcset image attribute handling | Simounet | 2018-07-12 | 1 | -3/+8 |
| | | | | | | | | Linked to HTMLawed PR https://github.com/kesar/HTMLawed/pull/17 | ||||
* | | wallabag logo (side-nav) replaced by an SVG one | Simounet | 2018-07-11 | 1 | -1/+1 |
| | | |||||
* | | wallabag logo with typo replaced by an SVG one | Simounet | 2018-07-11 | 3 | -3/+3 |
| | | |||||
* | | Autofocus the username field on the login page | Simounet | 2018-07-11 | 1 | -1/+1 |
| | | |||||
* | | Fix image downloading on null image path | Simounet | 2018-07-05 | 1 | -0/+4 |
| | | |||||
* | | We should able to get the table name unescaped | Jeremy Benoist | 2018-06-14 | 1 | -1/+7 |
| | | | | | | | | When we want to perform complex queries to retrieve metadata from the database | ||||
* | | Fixed migrations with dash into db name | Jeremy Benoist | 2018-06-14 | 1 | -0/+43 |
| | | |||||
* | | Merge pull request #3668 from wallabag/fix-tests | Jérémy Benoist | 2018-06-07 | 1 | -1/+0 |
|\ \ | | | | | | | Fix tests | ||||
| * | | Fix tests | Jeremy Benoist | 2018-06-06 | 1 | -1/+0 |
| | | | |||||
* | | | Merge pull request #3614 from comradekingu/patch-3 | Jérémy Benoist | 2018-06-06 | 1 | -3/+3 |
|\ \ \ | |/ / |/| | | Spelling: GitHub, Log out, of the dev | ||||
| * | | GitHub, Log out, of the dev | Allan Nordhøy | 2018-03-25 | 1 | -3/+3 |
| |/ | |||||
* | | Fix authors and preview alt encoding display | Simounet | 2018-06-04 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #3646 from Quenty31/master | Jérémy Benoist | 2018-06-01 | 2 | -5/+5 |
|\ \ | | | | | | | [i18n] Occitan update | ||||
| * | | Update wallabag_user.oc.yml | Quentí | 2018-05-06 | 1 | -1/+1 |
| | | | |||||
| * | | Update wallabag_user.oc.yml | Quentí | 2018-05-05 | 1 | -1/+1 |
| | | | | | | | | | Mens dialectal, mai estandard | ||||
| * | | Update messages.oc.yml | Quentí | 2018-05-05 | 1 | -4/+4 |
| | | | |||||
* | | | Fix srcset attribute on images downloaded | Simounet | 2018-06-01 | 1 | -3/+33 |
|/ / | |||||
* / | Better encoding of the URI for the bookmarklet | Floran Brutel | 2018-04-01 | 1 | -1/+1 |
|/ |