- Overview at https://github.com/nextcloud/spreed/issues/11229 --- - [x] `FederationController->acceptShare()` could return to user, who accepted a share, a local room (with token. e.t.c), so it could be reused by clients to join room on click => https://github.com/nextcloud/spreed/pull/11459 - [x] Allow `all users / only moderators / only specific groups` on this server to invite users to Talk conversations from `all other servers / only trusted servers` - discuss? https://github.com/nextcloud/spreed/pull/11503 - [x] Return conversation name in getInvitation endpoint https://github.com/nextcloud/spreed/pull/11505 - [x] Prevent accepting the same invitation multiple times https://github.com/nextcloud/spreed/pull/11513 - [x] Inviting the same user should not result in a new system message each time https://github.com/nextcloud/spreed/pull/11513 - [x] Split subject and message for push notifications https://github.com/nextcloud/spreed/pull/11513 - [x] The name (rich object) of the person which shared the conversation is missing on the invitation endpoint https://github.com/nextcloud/spreed/pull/11581
FederationController->acceptShare()could return to user, who accepted a share, a local room (with token. e.t.c), so it could be reused by clients to join room on click => feat(federation): Add room to response when accepting an invite #11459all users / only moderators / only specific groupson this server to invite users to Talk conversations fromall other servers / only trusted servers- discuss? feat(federation): Add appconfig options to restrict federation #11503