aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
Commit message (Collapse)AuthorAgeFilesLines
* Enable OTP 2FAJeremy Benoist2019-01-232-49/+84
| | | | | | | | | - 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
* Create a dedicated tab to reset dataJeremy Benoist2019-01-231-31/+32
|
* Update icon to `casino`Jeremy Benoist2019-01-222-2/+2
|
* Move icon into the top menu barJeremy Benoist2019-01-193-3/+13
| | | | | | | 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
* Better iconJeremy Benoist2019-01-191-1/+1
|
* Use only one method to randomizeJeremy Benoist2019-01-192-2/+2
| | | | Instead of one per type, one for all is ok.
* Added random featureNicolas Lœuillet2019-01-192-6/+8
|
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-155-17/+9
|\
| * Update entries.html.twigEloi Coutant2019-01-101-2/+2
| | | | | | Should fix https://github.com/wallabag/wallabag/issues/3832
| * Update entries.html.twigEloi Coutant2019-01-101-2/+2
| | | | | | Should fix https://github.com/wallabag/wallabag/issues/3832
| * Merge pull request #3782 from wallabag/issue-3779Kevin Decherf2018-11-261-6/+5
| |\ | | | | | | material: fix missing thumbnail on list view
| | * material: fix missing thumbnail on list viewKevin Decherf2018-11-251-6/+5
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Merge pull request #3765 from burkemw3/patch-2Jérémy Benoist2018-11-262-7/+0
| |\ \ | | |/ | |/| Remove preview picture from single entry view page for #1875
| | * Remove preview picture from single entry view page for #1875Matt Burke2018-11-242-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 remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2018-11-2510-36/+30
|\| | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # web/wallassets/baggy.js # web/wallassets/manifest.json # web/wallassets/material.css # web/wallassets/material.js
| * | Card no preview replaced by wallabag logoSimounet2018-11-211-5/+2
| | |
| * | Add rel=noopener to target=_blank linksMatt Burke2018-11-076-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 #3745 from burkemw3/patch-3Jérémy Benoist2018-10-163-17/+5
| |\ | | | | | | Add placeholder image to card-based gallery entries page
| | * Add placeholder image to card-based gallery entries page for #3651Matt Burke2018-10-153-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/masterJérémy Benoist2018-10-151-0/+2
| |\ \ | | |/ | |/| add manifest.json for android pwa
| | * change href link for manifest.jsonMarkus Ritzmann2018-03-191-1/+1
| | |
| | * add manifest.json for android pwamritzmann2018-03-181-0/+2
| | |
| * | Show tags on non-image gallery preview cardMatt Burke2018-10-111-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.
* | | Update tag list template to allow renaming.Stéphane HULARD2018-09-252-4/+27
|/ / | | | | | | | | | | | | | | * 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.
* | wallabag logo (side-nav) replaced by an SVG oneSimounet2018-07-111-1/+1
| |
* | wallabag logo with typo replaced by an SVG oneSimounet2018-07-112-2/+2
| |
* | Fix authors and preview alt encoding displaySimounet2018-06-041-2/+2
| |
* | Better encoding of the URI for the bookmarkletFloran Brutel2018-04-011-1/+1
|/
* Merge pull request #3592 from Simounet/fix/html-entities-on-default-titleJérémy Benoist2018-02-244-6/+6
|\ | | | | Fix title card HTML parsing
| * Fix title card HTML parsingSimounet2018-02-124-6/+6
| |
* | Fix error when withRemove variable is not defined.Stéphane HULARD2018-01-231-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 improvedSimounet2018-01-124-40/+38
|
* Label replaced by a button on the nav search formSimounet2018-01-123-2/+2
|
* Label replaced by a button on the nav new entry formSimounet2018-01-122-1/+1
|
* Merge pull request #3536 from wallabag/tag-link-3534Nicolas Lœuillet2018-01-033-3/+3
|\ | | | | Fix broken link to remove tags from entries
| * Fix broken link to remove tags from entriesKevin Decherf2017-12-273-3/+3
| | | | | | | | | | | | Fixes #3534 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Replaced Create new client link with a buttonNicolas Lœuillet2017-12-281-1/+1
|/
* Added default value for title on entry viewNicolas Lœuillet2017-12-262-4/+4
|
* Updated baggy theme for the no-title fixNicolas Lœuillet2017-12-261-1/+1
|
* Using new 'entry.default_title' as translation keySimounet2017-12-261-1/+1
|
* Card tags template sharedSimounet2017-12-263-16/+17
|
* Useless span removed from the card's titleSimounet2017-12-261-5/+3
|
* Default card titleSimounet2017-12-261-1/+1
|
* Content card template sharedSimounet2017-12-265-68/+25
|
* material: replace exit_to_app, redo and autorenew iconsKevin Decherf2017-12-163-9/+9
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3492 from bdunogier/fix-3484-disable_share_linkNicolas Lœuillet2017-12-121-0/+10
|\ | | | | Fix 3484: hide the share toggle button if no service is enabled
| * Fix #3484: hide the share toggle button if no service is enabledBertrand Dunogier2017-12-121-0/+10
| |
* | Displayed the RSS icon on homepage routeNicolas Lœuillet2017-12-121-3/+8
|/
* Fix #3448 - pubDate now conformant to Date and Time specifications defined ↵Christophe VERGNE2017-12-111-2/+2
| | | | by RFC822
* Toggle menu anchor replaced by a buttonSimounet2017-12-081-1/+1
|