aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add quickstart into the menuJeremy Benoist2019-06-0516-0/+19
|/ | | | Just in case people want to see that page again.
* Use httplugadev2019-05-281-6/+5
|
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-05-1516-17/+18
|\
| * Merge pull request #3922 from burkemw3/patch-5Jérémy Benoist2019-05-131-3/+0
| |\ | | | | | | Remove preview picture from share view page for #1875
| | * Remove preview picture from share view page for #1875Matt Burke2019-05-121-3/+0
| | | | | | | | | | | | | | | | | | | | | Essentially, same as commit 038fccd for single entry views. From that commit: > Showing the preview picture usually leads to showing a duplicate > image, and frequently leads to showing duplicate images directly > adjacent to each other.
| * | Enable no-referrer on img tags, enable strict-origin-when-cross-origin by ↵Kevin Decherf2019-05-101-0/+1
| |/ | | | | | | | | | | | | | | default Fixes #3889 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * material: add metadata to list viewKevin Decherf2019-05-012-2/+5
| | | | | | | | | | | | | | | | | | 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>
| * Add ability to match many domains for credentialsJeremy Benoist2019-04-2312-12/+12
| | | | | | | | | | Instead of fetching one domain, we use the same method as in site config (to retrieve the matching file) and handle api.example.org, example.org, .org (yes the last one isn’t useful). If one of these match, we got it and use it.
* | Fix tests & cs & migrationJeremy Benoist2019-04-264-18/+18
| |
* | Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-2535-217/+235
| |
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-04-011-5/+7
|\|
| * material: wrap card actions, remove class hiding of creation dateKevin Decherf2019-03-031-5/+7
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-02-072-2/+2
|\|
| * Add dedicated email for site config issueJeremy Benoist2019-01-182-2/+2
| | | | | | | | | | Instead of sending an email to the devs, it now creates an issue on GitHub using a zap from zapier.
* | Hash backup codes in the database using `password_hash`update-two-factor-bundleJeremy Benoist2019-01-232-2/+2
| |
* | Change the way to enable 2FAJeremy Benoist2019-01-2318-154/+427
| | | | | | | | And add a step to validate a generated code from the OTP app
* | Update translationJeremy Benoist2019-01-2314-14/+14
| |
* | Add backup codesJeremy Benoist2019-01-2316-10/+31
| |
* | Better translationsJeremy Benoist2019-01-2315-35/+76
| | | | | | | | | | | | Replace “Google Authenticator” by “Google Authenticator, Authy or FreeOTP” in all text. Translate how to use the code / qr code.
* | Fix testsJeremy Benoist2019-01-232-8/+7
| |
* | Enable OTP 2FAJeremy Benoist2019-01-2316-104/+154
| | | | | | | | | | | | | | | | | | - 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-2315-31/+46
| |
* | Update icon to `casino`Jeremy Benoist2019-01-222-2/+2
| |
* | Move icon into the top menu barJeremy Benoist2019-01-1917-3/+27
| | | | | | | | | | | | | | 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-1916-6/+22
| |
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-1519-18/+97
|\|
| * Merge pull request #3826 from wallabag/epub-tocJérémy Benoist2019-01-1114-1/+88
| |\ | | | | | | Rework of EPUB/PDF exports
| | * Add translationsKevin Decherf2019-01-0714-1/+88
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | 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.
* | | Update messages.pl.ymlMateusz Rumiński2018-12-021-2/+2
| | | | | | | | | Add missing translation
* | | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2018-11-2519-55/+49
|\| | | | | | | | | | | | | | | | | | | | | | | # 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
| | |
| * | Update messages.en.ymlEloi Coutant2018-11-161-3/+3
| | |
| * | Update messages.fr.ymlEloi Coutant2018-11-161-1/+1
| | |
| * | Update messages.fr.ymlEloi Coutant2018-11-161-3/+3
| | | | | | | | | Modification pour éclaircir le sens de l'option
| * | 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 #3764 from shtrom/fix-matches-notmatches-languageKevin Decherf2018-11-018-13/+13
| |\ | | | | | | Fix documentation wording for matches/notmatches tagging rules
| | * fixup! fixup! Fix documentation wording for matches/notmatches tagging rulesOlivier Mehani2018-11-018-8/+8
| | |
| | * fixup! Fix documentation wording for matches/notmatches tagging rulesOlivier Mehani2018-11-018-8/+8
| | |
| | * Fix documentation wording for matches/notmatches tagging rulesOlivier Mehani2018-10-318-13/+13
| | | | | | | | | | | | Signed-off-by: Olivier Mehani <shtrom@ssji.net>
| * | 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