aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Enable OTP 2FAJeremy Benoist2019-01-231-0/+5
| | | | | | | | | - 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 barJeremy Benoist2019-01-191-1/+3
| | | | | | | 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
* Close add entry and search nav JS action improvedSimounet2018-01-121-11/+11
|
* Nav close button alignment and nav boxes improvedSimounet2018-01-121-10/+4
|
* material: disable editing of entry url input when submitting new urlKevin Decherf2017-11-051-0/+5
| | | | | | Fixes #1871 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-0/+78
Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes