aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-6/+42
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 help on config screenNicolas Lœuillet2016-11-171-6/+42
| |
* | 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-1/+1
| |
* | Added translations and baggy partNicolas Lœuillet2016-10-311-2/+2
| |
* | Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-311-0/+12
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-241-5/+5
|\|
| * Fix tabs on materialThomas Citharel2016-10-151-5/+5
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add ability to reset some datasJeremy Benoist2016-10-221-0/+16
| | | | | | | | | | | | - annotations - tags - entries
* | Better display and descriptionJeremy Benoist2016-10-081-4/+4
| | | | | | | | Confirmation message isn’t required since it is written in the delete description
* | Logout user before deleting itJeremy Benoist2016-10-081-1/+9
| | | | | | | | And add a smal description
* | Changed testsNicolas Lœuillet2016-10-081-1/+1
| |
* | Added check if there is only one userNicolas Lœuillet2016-10-081-1/+4
| | | | | | | | Added translations and documentation
* | workThomas Citharel2016-10-081-0/+1
|/
* Add users management UIJeremy Benoist2016-10-021-50/+2
| | | | | | - 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/+3
|
* Moved Pocket token to user configJeremy Benoist2016-09-161-0/+12
|
* Fixed different font-size for labels in config screenNicolas Lœuillet2016-09-021-0/+2
| | | | Fix #1788
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-221-1/+1
|\
| * Fix form user display when 2FA is disabledNicolas Lœuillet2016-08-171-1/+1
| |
* | manage assets through npmThomas Citharel2016-06-091-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-68/+68
|
* Add reading time translationJeremy Benoist2016-03-211-1/+4
|
* Convert english translation fileJeremy Benoist2016-03-201-92/+71
| | | | | | | - 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>`
* Replace slider with selectNicolas Lœuillet2016-03-141-0/+1
|
* Added setting to have a personal reading timeNicolas Lœuillet2016-03-141-0/+8
|
* lots of diverse translation stuff & some typosThomas Citharel2016-02-111-12/+4
|
* Always include warning messageJeremy Benoist2016-01-311-8/+8
| | | | We'll remove it later, on the stable release
* Add custom email for 2FAJeremy Benoist2015-12-291-0/+6
| | | | Related #1490
* Clean the tagging rule creation formKévin Gomez2015-11-161-2/+2
|
* Document the matches operator in the FAQKévin Gomez2015-11-131-2/+7
|
* Improve the tagging rules documentationKévin Gomez2015-11-111-3/+47
|
* Update baggy themeKévin Gomez2015-11-111-2/+2
|
* Provide a way to delete tagging rulesKévin Gomez2015-11-111-0/+3
|
* Rename the « Tags » tab to « Tagging rules »Kévin Gomez2015-11-111-1/+1
|
* Add a table explaining the available variablesKévin Gomez2015-11-111-1/+56
|
* Display the tagging rules in the configKévin Gomez2015-11-111-0/+12
|
* Add a form to create tagging rulesKévin Gomez2015-11-111-1/+30
|
* Fix form_enctype deprecationJeremy Benoist2015-11-071-9/+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-4/+15
| | | | | * remove WSSE implementation * add oAuth2 implementation
* french translationNicolas Lœuillet2015-09-301-1/+1
|
* add french translationNicolas Lœuillet2015-09-301-15/+18
|
* Fix display issue in config rss tabJeremy Benoist2015-08-221-7/+9
|
* config: redirect on correct tab in material themeNicolas Lœuillet2015-08-191-4/+4
|
* fix #1299: change send buttons on config pageNicolas Lœuillet2015-08-121-5/+5
|
* Fixes and improve css @mediaAlexandr Danilov2015-08-041-9/+2
|
* Added Material themeAlexandr Danilov2015-08-041-0/+221