]> git.immae.eu Git - github/wallabag/wallabag.git/commit
First draft for notifications
authorThomas Citharel <tcit@tcit.fr>
Fri, 12 May 2017 13:02:32 +0000 (15:02 +0200)
committerThomas Citharel <tcit@tcit.fr>
Thu, 25 May 2017 17:09:52 +0000 (19:09 +0200)
commit22a4b20ed04a9c709fbbe3e254ad8b2d7757a38b
tree221d5cbf49107a83f223dae6afd8db8fab6ede1f
parent35941d57ee4d06ec3557d4b126d5f6fd263bcf3a
First draft for notifications

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
35 files changed:
app/Resources/static/themes/material/css/sidenav.scss
app/Resources/static/themes/material/css/various.scss
app/Resources/static/themes/material/index.js
app/Resources/static/themes/material/js/tools.js
src/Wallabag/CoreBundle/Controller/NotificationsController.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/Notification.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Notifications/Action.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Notifications/ActionInterface.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Notifications/NotificationInterface.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Repository/NotificationRepository.php [new file with mode: 0644]
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/common/Developer/client.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/common/Static/howto.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Notification/notifications.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
src/Wallabag/CoreBundle/Twig/WallabagExtension.php
src/Wallabag/UserBundle/Entity/User.php
src/Wallabag/UserBundle/Resources/views/manage.html.twig