]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Notifications
authorThomas Citharel <tcit@tcit.fr>
Thu, 15 Jun 2017 07:43:48 +0000 (09:43 +0200)
committerThomas Citharel <tcit@tcit.fr>
Sun, 9 Jul 2017 17:05:48 +0000 (19:05 +0200)
commit378aaefbbf60698c7b8faafc20f6b8cb22357e31
treed9bf0867797d4f4b60d117a050e1b72719e6f71a
parentb5d7eb148c4cd62ff187b08765f0c13c7d330fcf
Notifications

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
68 files changed:
app/Resources/static/themes/material/css/index.scss
app/Resources/static/themes/material/css/nav.scss
app/Resources/static/themes/material/css/notifications.scss [new file with mode: 0644]
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
app/config/services.yml
app/config/wallabag.yml
src/Wallabag/CoreBundle/Command/AbstractNotificationCommand.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Command/AdminNotificationCommand.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Command/ReleaseNotificationCommand.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Controller/NotificationsController.php [new file with mode: 0644]
src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php
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/InfoAction.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Notifications/NoAction.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Notifications/NotificationInterface.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Notifications/OkAction.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Notifications/YesAction.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Repository/NotificationRepository.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Resources/translations/date.da.yml [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/translations/date.de.yml [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/translations/date.en.yml [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/translations/date.es.yml [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/translations/date.fa.yml [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/translations/date.fr.yml [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/translations/date.it.yml [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/translations/date.oc.yml [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/translations/date.pl.yml [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/translations/date.pt.yml [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/translations/date.ro.yml [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/translations/date.tr.yml [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
tests/Wallabag/CoreBundle/Command/AdminNotificationCommandTest.php [new file with mode: 0644]
tests/Wallabag/CoreBundle/Command/ReleaseNotificationCommandTest.php [new file with mode: 0644]
tests/Wallabag/CoreBundle/Controller/NotificationControllerTest.php [new file with mode: 0644]
tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php
web/bundles/wallabagcore/material.css
web/bundles/wallabagcore/material.js