aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Bump jquery from 2.2.4 to 3.5.0dependabot/npm_and_yarn/jquery-3.5.0dependabot[bot]2020-04-301-1/+1
| | | | | | | Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) Signed-off-by: dependabot[bot] <support@github.com>
* Added MathJax supportNicolas Lœuillet2019-09-271-0/+1
|
* material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1Simounet2019-08-211-1/+1
|
* Copy client info to clipboardJeremy Benoist2019-07-091-0/+1
| | | | From the listing page and the create summary page, you can now copy client info to the clipboard using dedicated buttons.
* Updating node to 6.10Jeremy Benoist2018-09-071-2/+2
| | | | Same as defined in .travis.yml
* Highlight code in articles using highlight.jsFabien LOISON2018-04-231-0/+1
|
* Fix mobile view and update asset depsThomas Citharel2017-06-151-4/+4
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-67/+43
| | | | | | | | | | | | | | 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
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Add `grunt watch` taskJeremy Benoist2016-11-081-0/+1
| |
* | Added shortcutsNicolas Lœuillet2016-11-151-1/+2
| |
* | Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-311-0/+3
|/
* use airbnb base rules and update eslintThomas Citharel2016-10-041-2/+3
|
* Add eslint & stylelint tests (fix a few things) and move dependencies to devThomas Citharel2016-10-041-37/+37
|
* remove bower dependency from npmThomas Citharel2016-09-291-1/+0
|
* remove autocomplete and bring fonts through npmThomas Citharel2016-09-281-5/+14
|
* Assets workThomas Citharel2016-09-281-2/+7
| | | | | | | | | | * ES6 all the things ! * ESLint checks everything * CSS fixes (use stylelint) * Fix #2231
* Fixed last merge who caused CSS/JS bugsNicolas Lœuillet2016-08-301-0/+1
|
* Add modules when NodeJS versions are too low.Thomas Citharel2016-06-231-1/+3
| | | | And eventually one required anyway.
* trailing commaThomas Citharel2016-06-091-1/+1
|
* clean & lint stuffThomas Citharel2016-06-091-3/+5
|
* manage assets through npmThomas Citharel2016-06-091-0/+84
first draft remote assetic totally work nearly there use at least nodejs > 0.12 use proper version of grunt bump nodejs version for travis update npm workaround for materialize install node 5.0 add grunt-cli baggy theme & cache node modules cache bower & npm make travis build assets on php7 only exclude installing node & npm if not needed & use bash clean & try to make icomoon work on baggy ready config for travis rebase make travis work more travis work impove travis & update deps add missing pixrem deps add module through oddly lost ui updates install latest nodejs add install_dev.sh, link local binaries for npm/bower/grunt ui improvements (mostly baggy) fix travis build no need to install on travis Add unread filter to entries pages Add the ability to filter for unread pages in the filters menu. Add unread filter test to EntryControllerTest Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved. Improve English translation Update FAQ -Fix grammar -Add notes about MTA, firewall, and SELinux Update installation instructions -Fix grammar -Add SELinux section add screenshots of android docu in English Fix the deletion of Tags/Entries relation when delete an entry Fix #2121 Move fixtures to the right place Display a message when saving an entry failed When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too. Change ManyToMany between entry & tag Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed Prepare wallabag 2.0.5 enforce older materialize version