]> git.immae.eu Git - github/wallabag/wallabag.git/commit
MOAR WIP
authorThomas Citharel <tcit@tcit.fr>
Thu, 27 Apr 2017 17:17:19 +0000 (19:17 +0200)
committerThomas Citharel <tcit@tcit.fr>
Fri, 23 Jun 2017 07:27:23 +0000 (09:27 +0200)
commit5847dd3572caf06c0e0d5e307241c3b6bc3f8611
tree8905d4de388dd18239ea323f4650ff0070064eab
parent2585953e0dae631b65c59b0e31196d65bdde84df
MOAR WIP

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
20 files changed:
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Controller/ExportController.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Form/Type/EditGroupSharesType.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Repository/EntryRepository.php
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_share_groups.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
src/Wallabag/GroupBundle/Controller/ManageController.php
src/Wallabag/GroupBundle/Form/UserGroupType.php
src/Wallabag/GroupBundle/Resources/config/services.yml
src/Wallabag/GroupBundle/Resources/views/Manage/edit_user.html.twig [new file with mode: 0644]
src/Wallabag/GroupBundle/Resources/views/Manage/index.html.twig
src/Wallabag/GroupBundle/Resources/views/Manage/manage.html.twig [new file with mode: 0644]
src/Wallabag/GroupBundle/Resources/views/Manage/requests.html.twig [new file with mode: 0644]
src/Wallabag/UserBundle/Entity/User.php
src/Wallabag/UserBundle/Repository/UserRepository.php
src/Wallabag/UserBundle/Resources/views/Manage/index.html.twig