]> source.dussan.org Git - nextcloud-server.git/commit
Allow to set the group display name in the database backend
authorJoas Schilling <coding@schilljs.com>
Fri, 20 Sep 2019 09:33:02 +0000 (11:33 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 27 Sep 2019 12:29:56 +0000 (14:29 +0200)
commit653628c8fb69dc3f9d26751520f91e43a18f17ae
treeef2dfb5f01bc19e09386364895ec9c8620ec3257
parent45506adc5c2a34a8c812a2a3c9273a8447b450af
Allow to set the group display name in the database backend

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/provisioning_api/appinfo/routes.php
apps/provisioning_api/lib/Controller/GroupsController.php
core/Command/Group/Add.php
lib/private/Group/Database.php
lib/private/Group/Group.php
lib/public/Group/Backend/ISetDisplayNameBackend.php [new file with mode: 0644]
lib/public/IGroup.php