Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Entry: add archived_at property and updateArchived method | Sébastien Viande | 2018-09-21 | 9 | -10/+57 |
| | |||||
* | 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 |
|/ | |||||
* | Merge pull request #3592 from Simounet/fix/html-entities-on-default-title | Jérémy Benoist | 2018-02-24 | 4 | -6/+6 |
|\ | | | | | Fix title card HTML parsing | ||||
| * | Fix title card HTML parsing | Simounet | 2018-02-12 | 4 | -6/+6 |
| | | |||||
* | | Fix error when withRemove variable is not defined. | Stéphane HULARD | 2018-01-23 | 1 | -1/+1 |
|/ | | | | | | Since the withRemove variable is a template flag, it can be undefined. In the Entry\Card\_content.html.twig template for example, the withRemove variable is not defined. | ||||
* | Nav close button alignment and nav boxes improved | Simounet | 2018-01-12 | 4 | -40/+38 |
| | |||||
* | Label replaced by a button on the nav search form | Simounet | 2018-01-12 | 3 | -2/+2 |
| | |||||
* | Label replaced by a button on the nav new entry form | Simounet | 2018-01-12 | 2 | -1/+1 |
| | |||||
* | Merge pull request #3536 from wallabag/tag-link-3534 | Nicolas Lœuillet | 2018-01-03 | 3 | -3/+3 |
|\ | | | | | Fix broken link to remove tags from entries | ||||
| * | Fix broken link to remove tags from entries | Kevin Decherf | 2017-12-27 | 3 | -3/+3 |
| | | | | | | | | | | | | Fixes #3534 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Replaced Create new client link with a button | Nicolas Lœuillet | 2017-12-28 | 1 | -1/+1 |
|/ | |||||
* | Added default value for title on entry view | Nicolas Lœuillet | 2017-12-26 | 2 | -4/+4 |
| | |||||
* | Updated baggy theme for the no-title fix | Nicolas Lœuillet | 2017-12-26 | 1 | -1/+1 |
| | |||||
* | Using new 'entry.default_title' as translation key | Simounet | 2017-12-26 | 15 | -1/+15 |
| | |||||
* | Card tags template shared | Simounet | 2017-12-26 | 3 | -16/+17 |
| | |||||
* | Useless span removed from the card's title | Simounet | 2017-12-26 | 1 | -5/+3 |
| | |||||
* | Default card title | Simounet | 2017-12-26 | 1 | -1/+1 |
| | |||||
* | Content card template shared | Simounet | 2017-12-26 | 5 | -68/+25 |
| | |||||
* | Update messages.pl.yml | Mateusz Rumiński | 2017-12-18 | 1 | -2/+2 |
| | | | add polish translation for 'provided by' and 'origin url' | ||||
* | Merge pull request #3348 from pmichelazzo/master | Nicolas Lœuillet | 2017-12-18 | 1 | -0/+11 |
|\ | | | | | Update PT translations | ||||
| * | Update PT translations | Paulino Michelazzo | 2017-12-17 | 1 | -0/+11 |
| | | |||||
* | | api: copy entry object before sending, to keep id | Kevin Decherf | 2017-12-17 | 1 | -1/+4 |
|/ | | | | | | Workaround for https://github.com/wallabag/android-app/issues/646 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Merge pull request #3513 from wallabag/icons-3437 | Nicolas Lœuillet | 2017-12-16 | 3 | -9/+9 |
|\ | | | | | material: replace exit_to_app, redo and autorenew icons | ||||
| * | material: replace exit_to_app, redo and autorenew icons | Kevin Decherf | 2017-12-16 | 3 | -9/+9 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | command: replace note regarding server:run --env=prod | Kevin Decherf | 2017-12-16 | 1 | -1/+1 |
|/ | | | | | server:run --env=prod does not exist anymore Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Fix empty title and domain_name when exception is thrown during fetch | Kevin Decherf | 2017-12-13 | 3 | -4/+57 |
| | | | | | | | | | | Add a new helper to set a default title when it's empty: 1/ use basename part of entry's path, if any 2/ or use domain name Fixes #2053 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> |