Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare 2.3.8 release | Jeremy Benoist | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | material: add metadata to list view | Kevin Decherf | 2019-05-01 | 2 | -14/+42 |
| | | | | | | | | | Add reading time and creation date to rows of list view. Refactor styles using a sass mixin. Fixes #3838 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | material: fix left padding on non-entry pages introduced by #3893 | Kevin Decherf | 2019-03-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Jump to 2.3.8-dev | Jeremy Benoist | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | Prepare 2.3.7 release | Jeremy Benoist | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | material: add media queries to hide creation date from card actions | Kevin Decherf | 2019-03-03 | 1 | -0/+9 |
| | | | | | | | | | Hide the creation date from card actions on specific sizes when there's not enough space for all parts. Fixes #3851 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | material: wrap card actions, remove class hiding of creation date | Kevin Decherf | 2019-03-03 | 1 | -0/+5 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | material: fix left padding of content on medium screens | Kevin Decherf | 2019-03-02 | 1 | -1/+7 |
| | | | | | | Fixes #3877 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | material: move a media query from cards to dedicated scss file | Kevin Decherf | 2019-03-02 | 2 | -6/+4 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | CORS repare for api | Rurik19 | 2019-02-11 | 1 | -4/+4 |
| | |||||
* | Jump to 2.3.7-dev | Jérémy Benoist | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | Prepare 2.3.6 release | Jeremy Benoist | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | Jump to 2.3.6-dev and update release process | Jeremy Benoist | 2018-12-15 | 1 | -1/+1 |
| | | | | Fix release archive in `release.sh` and also fix a typo in the release process | ||||
* | Prepare 2.3.5 release | Jeremy Benoist | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3783 from wallabag/issue-3780 | Kevin Decherf | 2018-11-26 | 1 | -1/+3 |
|\ | | | | | material: decrease size of tags on list view | ||||
| * | 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 | 1 | -19/+15 |
|\ \ | | | | | | | material: fix missing thumbnail on list view | ||||
| * | | material: fix missing thumbnail on list view | Kevin Decherf | 2018-11-25 | 1 | -19/+15 |
| |/ | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* / | Jump to 2.3.5-dev and update release process | Jeremy Benoist | 2018-11-25 | 1 | -1/+1 |
|/ | | | | After the latest release, I update the documentation about it so it’s more clear | ||||
* | Prepare 2.3.4 release | Jeremy Benoist | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | Card no preview replaced by wallabag logo | Simounet | 2018-11-21 | 1 | -6/+5 |
| | |||||
* | Add placeholder image to card-based gallery entries page for #3651 | Matt Burke | 2018-10-15 | 1 | -0/+6 |
| | | | | | | | | | | | | 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. | ||||
* | php-cs-fixer | Kevin Decherf | 2018-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Fixes another typo | Aleksandar Todorović (r3bl) | 2018-08-10 | 1 | -2/+2 |
| | |||||
* | wallabag logo (side-nav) replaced by an SVG one | Simounet | 2018-07-11 | 2 | -0/+1 |
| | |||||
* | wallabag logo with typo replaced by an SVG one | Simounet | 2018-07-11 | 2 | -0/+4 |
| | |||||
* | Fake wallabag logo data image replaced by real SVG | Simounet | 2018-07-11 | 1 | -300/+1 |
| | |||||
* | Merge pull request #3683 from Simounet/fix/iframe-video-width-shared | Jérémy Benoist | 2018-07-06 | 1 | -0/+6 |
|\ | | | | | Fix mobile viewport on big iframe and video elements | ||||
| * | Fix mobile viewport on big iframe and video elements | Simounet | 2018-06-28 | 1 | -0/+6 |
| | | |||||
* | | The 'framework.trusted_proxies' configuration key has been deprecated in ↵ | Jeremy Benoist | 2018-07-05 | 1 | -1/+0 |
|/ | | | | Symfony 3.3 | ||||
* | Prepare 2.3.3 release | Jeremy Benoist | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | We should able to get the table name unescaped | Jeremy Benoist | 2018-06-14 | 1 | -4/+4 |
| | | | | 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 | 36 | -705/+93 |
| | |||||
* | Merge pull request #3636 from flozz/syntax-highlight | Jérémy Benoist | 2018-06-07 | 2 | -1/+11 |
|\ | | | | | Highlight code in articles using highlight.js | ||||
| * | Highlight code in articles using highlight.js | Fabien LOISON | 2018-04-23 | 2 | -1/+11 |
| | | |||||
* | | Merge pull request #3646 from Quenty31/master | Jérémy Benoist | 2018-06-01 | 1 | -2/+2 |
|\ \ | | | | | | | [i18n] Occitan update | ||||
| * | | Update CraueConfigBundle.oc.yml | Quentí | 2018-05-05 | 1 | -1/+1 |
| | | | |||||
| * | | Update CraueConfigBundle.oc.yml | Quentí | 2018-05-05 | 1 | -2/+2 |
| |/ | |||||
* | | Fix Firefox mobile unneeded resize | Simounet | 2018-05-24 | 2 | -3/+5 |
| | | | | | | | | | | | | Before that, on Firefox Mobile, when you were moving to the top or to the bottom of the page, you were stopped before to go to the opposite side. | ||||
* | | Fix overflow wrap issue | Simounet | 2018-05-21 | 2 | -0/+11 |
|/ | |||||
* | Allow login by email | Floran Brutel | 2018-04-01 | 1 | -1/+1 |
| | |||||
* | Prepare 2.3.2 release | Jeremy Benoist | 2018-01-22 | 1 | -1/+1 |
| | |||||
* | Close add entry and search nav JS action improved | Simounet | 2018-01-12 | 1 | -11/+11 |
| | |||||
* | Nav close button alignment and nav boxes improved | Simounet | 2018-01-12 | 2 | -41/+31 |
| | |||||
* | Fix nav new entry and search form alignment | Simounet | 2018-01-12 | 1 | -1/+2 |
| | |||||
* | Label replaced by a button on the nav search form | Simounet | 2018-01-12 | 2 | -10/+10 |
| | |||||
* | Label replaced by a button on the nav new entry form | Simounet | 2018-01-12 | 2 | -1/+11 |
| | |||||
* | Merge pull request #3525 from Simounet/fix/empty-card-title-link | Nicolas Lœuillet | 2017-12-26 | 1 | -1/+4 |
|\ | | | | | Fix empty card title link | ||||
| * | Card tags template shared | Simounet | 2017-12-26 | 1 | -0/+4 |
| | | |||||
| * | Useless span removed from the card's title | Simounet | 2017-12-26 | 1 | -1/+0 |
| | |