]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Added check if there is only one user
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Thu, 8 Sep 2016 12:07:36 +0000 (14:07 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 8 Oct 2016 11:27:18 +0000 (13:27 +0200)
commitbb0c78f4a636fcc8f60dd3b42ad733e7f31e0bb4
treec9209d37cf5db197e2fa45e7164b55af7a92e374
parentabb5291cd5dc98211273e5d3b516a6a0ed8b980f
Added check if there is only one user
Added translations and documentation
17 files changed:
docs/en/user/configuration.rst
docs/fr/user/configuration.rst
src/Wallabag/CoreBundle/Controller/ConfigController.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.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
src/Wallabag/UserBundle/Repository/UserRepository.php