Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added mass actions for Material design in list view | Nicolas Lœuillet | 2020-04-24 | 2 | -0/+49 |
| | |||||
* | Changed visibility for article stats | Nicolas Lœuillet | 2020-04-22 | 1 | -4/+7 |
| | |||||
* | Added more coherence with color links for material theme | Nicolas Lœuillet | 2020-04-21 | 3 | -2/+6 |
| | |||||
* | Improved tags list for material view | Nicolas Lœuillet | 2020-04-20 | 2 | -19/+9 |
| | |||||
* | Enhanced article display | Nicolas Lœuillet | 2020-04-06 | 1 | -1/+3 |
| | | | | Fixes #4153 | ||||
* | Add Japanese translation | AKKED | 2020-03-28 | 1 | -0/+40 |
| | |||||
* | Merge pull request #4281 from lizyn/zh_translation | Jérémy Benoist | 2020-03-28 | 1 | -0/+40 |
|\ | | | | | Added language support for Simplified Chinese(简体中文) | ||||
| * | Added translation in Simplified Chinese(简体中文) | lizyn | 2020-02-25 | 1 | -0/+40 |
| | | |||||
* | | Fix createdAt date range filter | Kevin Decherf | 2020-03-22 | 1 | -3/+3 |
|/ | | | | | | | | | | | - hiddenName has been disabled in order to fix the missing date range values when using the material theme - data format has been changed to 'Y-m-d' in order to comply with the browser date input default format - tests: date() and strtotime have been replaced with DateTime-related objects Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | baggy: remove logo from printed pages | Kevin Decherf | 2020-01-25 | 1 | -0/+6 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | material: replace display: flex with block in print mode | Kevin Decherf | 2020-01-25 | 1 | -0/+6 |
| | | | | | | | | | | | This change is a workaround for a reported issue with printing flex items on Firefox See: https://bugzilla.mozilla.org/show_bug.cgi?id=939897 Fixes #4251 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Entry action buttons displayed on page end reached | Simounet | 2020-01-21 | 2 | -8/+25 |
| | |||||
* | Sticky nav on entry action button click | Simounet | 2020-01-21 | 2 | -0/+13 |
| | |||||
* | Sidebar sub entries not conditioned by hover anymore | Simounet | 2020-01-19 | 1 | -8/+8 |
| | |||||
* | Added MathJax support | Nicolas Lœuillet | 2019-09-27 | 1 | -0/+1 |
| | |||||
* | Update translations | Jeremy Benoist | 2019-07-09 | 1 | -2/+0 |
| | | | | Remove log | ||||
* | Copy client info to clipboard | Jeremy Benoist | 2019-07-09 | 1 | -0/+10 |
| | | | | From the listing page and the create summary page, you can now copy client info to the clipboard using dedicated buttons. | ||||
* | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-05-15 | 2 | -14/+42 |
|\ | |||||
| * | 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> | ||||
* | | Changed RSS to Atom feed and improve paging | Thomas Citharel | 2019-04-25 | 2 | -4/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-04-01 | 2 | -6/+24 |
|\| | |||||
| * | 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> | ||||
| * | 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> | ||||
* | | Enable OTP 2FA | Jeremy Benoist | 2019-01-23 | 2 | -0/+23 |
| | | | | | | | | | | | | | | | | | | - Update SchebTwoFactorBundle to version 3 - Enable Google 2fa on the bundle - Disallow ability to use both email and google as 2fa - Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7) - use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add` - update admin to be able to create/reset the 2fa | ||||
* | | Move icon into the top menu bar | Jeremy Benoist | 2019-01-19 | 2 | -2/+16 |
| | | | | | | | | | | | | | | Change the way to select a random entry: - select all ids from the given user (with filters) - choose randomly one in php - find that entry | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2019-01-15 | 1 | -20/+18 |
|\| | |||||
| * | 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> | ||||
| * | | material: fix missing thumbnail on list view | Kevin Decherf | 2018-11-25 | 1 | -19/+15 |
| |/ | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2018-11-25 | 1 | -1/+6 |
|\| | | | | | | | | | | | | | | | # Conflicts: # web/wallassets/baggy.js # web/wallassets/manifest.json # web/wallassets/material.css # web/wallassets/material.js | ||||
| * | 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. | ||||
* | | Add specific styles for the card tag form element. | Stéphane HULARD | 2018-09-25 | 2 | -1/+21 |
| | | | | | | | | Also add a `.hidden` class in the baggy theme to have consistency with material. | ||||
* | | Update tag list template to allow renaming. | Stéphane HULARD | 2018-09-25 | 1 | -0/+19 |
|/ | | | | | | | | * Add a form on each tag to handle rename action. * Add JavaScript to handle action on the corresponding page inside the global index.js file. * Add support for the 2 active themes : material / baggy The form solution is cleaner than an Ajax one because it let the browser validate input data and make the POST easier without the need to handle JSON response. | ||||
* | 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 |
| | |||||
* | Fix mobile viewport on big iframe and video elements | Simounet | 2018-06-28 | 1 | -0/+6 |
| | |||||
* | 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 |
|/ | |||||
* | Close add entry and search nav JS action improved | Simounet | 2018-01-12 | 1 | -11/+11 |
| |