]> git.immae.eu Git - github/wallabag/wallabag.git/commit
WIP
authorThomas Citharel <tcit@tcit.fr>
Tue, 31 Jan 2017 20:13:33 +0000 (21:13 +0100)
committerThomas Citharel <tcit@tcit.fr>
Fri, 23 Jun 2017 07:26:41 +0000 (09:26 +0200)
commit2041810adbc6e663e4520337805c0003c77762e2
tree1715a1e57a0275efe0970807c65f424def897034
parentb115623e2c536bcfd59760347f22b4d70e1d0661
WIP
16 files changed:
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/GroupBundle/Controller/ManageController.php
src/Wallabag/GroupBundle/Entity/Group.php
src/Wallabag/GroupBundle/Entity/Invitation.php [new file with mode: 0644]
src/Wallabag/GroupBundle/Entity/UserGroup.php [new file with mode: 0644]
src/Wallabag/GroupBundle/Form/GroupType.php
src/Wallabag/GroupBundle/Form/NewGroupType.php
src/Wallabag/GroupBundle/Form/UserGroupType.php [new file with mode: 0644]
src/Wallabag/GroupBundle/Repository/GroupRepository.php [new file with mode: 0644]
src/Wallabag/GroupBundle/Resources/config/services.yml [new file with mode: 0644]
src/Wallabag/GroupBundle/Resources/views/Manage/edit.html.twig
src/Wallabag/GroupBundle/Resources/views/Manage/index.html.twig
src/Wallabag/GroupBundle/Resources/views/Manage/new.html.twig
src/Wallabag/GroupBundle/Service/Sha256Salted.php [new file with mode: 0644]
src/Wallabag/UserBundle/Entity/User.php