aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Added MathJax supportNicolas Lœuillet2019-09-271-0/+1
|
* Update translationsJeremy Benoist2019-07-091-2/+0
| | | | Remove log
* Copy client info to clipboardJeremy Benoist2019-07-091-0/+10
| | | | From the listing page and the create summary page, you can now copy client info to the clipboard using dedicated buttons.
* Enable OTP 2FAJeremy Benoist2019-01-231-0/+18
| | | | | | | | | - 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
* Update tag list template to allow renaming.Stéphane HULARD2018-09-251-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.
* Merge pull request #3636 from flozz/syntax-highlightJérémy Benoist2018-06-071-1/+3
|\ | | | | Highlight code in articles using highlight.js
| * Highlight code in articles using highlight.jsFabien LOISON2018-04-231-1/+3
| |
* | Fix Firefox mobile unneeded resizeSimounet2018-05-241-1/+1
|/ | | | | | 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 webpack error on commentsKevin Decherf2017-09-061-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Displays an error with an annotation with a too long quoteadev2017-06-041-1/+15
| | | | Fix #2762
* Fix delete annotation when username is definedadev2017-05-141-0/+5
| | | | | | | When an user set his name in "Config" > "User Information", he can't delete or update an annotation Fix #2382
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-0/+52
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