aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config
Commit message (Collapse)AuthorAgeFilesLines
* Add backup codesJeremy Benoist2019-01-231-8/+11
|
* Fix testsJeremy Benoist2019-01-231-5/+4
|
* Enable OTP 2FAJeremy Benoist2019-01-231-34/+54
| | | | | | | | | - 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
* Fix translations on QR code instructionsThomas Citharel2017-06-221-1/+1
|
* Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-211-5/+6
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Added delete button on Baggy themeNicolas Lœuillet2017-03-311-0/+5
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-0/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Added tooltips for baggy themeNicolas Lœuillet2016-11-171-0/+18
| |
| * Added help on config screenNicolas Lœuillet2016-11-171-0/+4
| |
* | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+8
| | | | | | | | Fix #496
* | Fixed reviewNicolas Lœuillet2016-10-311-7/+7
| |
* | Added translations and baggy partNicolas Lœuillet2016-10-311-0/+10
| |
* | Add baggy reset partJeremy Benoist2016-10-221-0/+22
| |
* | Better display and descriptionJeremy Benoist2016-10-081-3/+9
| | | | | | | | Confirmation message isn’t required since it is written in the delete description
* | Changed testsNicolas Lœuillet2016-10-081-1/+1
| |
* | Added check if there is only one userNicolas Lœuillet2016-10-081-0/+3
|/ | | | Added translations and documentation
* Add users management UIJeremy Benoist2016-10-021-42/+0
| | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* Add ability to edit a tagging ruleJeremy Benoist2016-10-011-0/+1
|
* Moved Pocket token to user configJeremy Benoist2016-09-161-0/+12
|
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-221-1/+2
|\
| * Fix form user display for baggy themeNicolas Lœuillet2016-08-171-1/+2
| |
* | remove block added twiceThomas Citharel2016-06-091-85/+0
| |
* | 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
* Fix typo on configuration pageNicolas Lœuillet2016-04-091-1/+1
|
* Remove keybaord shortcut and add tagging rule panel in baggyNicolas Lœuillet2016-04-051-3/+88
|
* Add reading time translationJeremy Benoist2016-03-211-1/+4
|
* Convert english translation fileJeremy Benoist2016-03-201-23/+30
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Fix documentation and add help message in BaggyNicolas Lœuillet2016-03-181-1/+1
|
* Fix default value and add baggy implementationNicolas Lœuillet2016-03-141-0/+9
|
* Update bundle & stock fileJeremy Benoist2016-01-151-1/+1
| | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler
* Add custom email for 2FAJeremy Benoist2015-12-291-0/+8
| | | | Related #1490
* Update baggy themeKévin Gomez2015-11-111-0/+33
|
* Fix form_enctype deprecationJeremy Benoist2015-11-071-5/+5
| | | | Use form_start instead
* move 2factor activation in parametersNicolas Lœuillet2015-10-151-0/+2
|
* 2factor authentication via emailNicolas Lœuillet2015-10-131-0/+8
|
* * public registrationNicolas Lœuillet2015-10-031-3/+13
| | | | | * remove WSSE implementation * add oAuth2 implementation
* Move baggy theme in its folderJeremy Benoist2015-09-131-0/+169