Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-16Cache display name of owner as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Fix psalm issuesVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-03-31Handle deletingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-31Add the entity and a service to handle attachmentsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-21Group on PHP level as MariaDB can not handle this correctly:Joas Schilling
MySQL docs: Reject queries for which the select list, HAVING condition, or ORDER BY list refer to nonaggregated columns that are neither named in the GROUP BY clause nor are functionally dependent on (uniquely determined by) GROUP BY columns. MariaDB docs: For SELECT ... GROUP BY queries, disallow SELECTing columns which are not referred to in the GROUP BY clause, unless they are passed to an aggregate function like COUNT() or MAX(). Produce a 1055 error. Ref https://jira.mariadb.org/browse/MDEV-11588 Similarly Oracle seems to fail with the query before Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-08Emit a event so the HPB can send the update to the participantsbugfix/noid/combine-multiple-system-messages-updatesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-08Combine last_activity and last_message update where possibleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-08Only update the last_message and last_activity onceJoas Schilling
Especially when adding multiple system messages we updated the room data way too often. Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-02Reset all in_call flags in one gobugfix/noid/reset-in_call-flag-in-one-queryJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-25Handle all user status changes in case of "End meeting for all" in 1 executionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-11Add psalm-parameters to show a problemJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-26Only send 1 HPB request for the "end call for everyone" caseJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-21Check share restrictions on one to one conversationVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-12-14Fix joining open conversations with a passwordJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-03Don't log single "call_left" system messages when call ended for everyoneJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-03Log dedicated call summary when ending for everyoneJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-25Merge pull request #6338 from ↵Joas Schilling
nextcloud/feature/noid/allow-to-opt-out-of-call-notifications Allow to opt out of call notifications
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-10-18Replace old type constants with new onesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-11Only get users that want the call notificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-11Add API to opt out of call notificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Simplify the cases so the events we have to do for the HPB are easierJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Fix integration testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Move PERMISSIONS_MOFIDY_* constants to Attendee classJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Unify the endpoints and permissions update handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Remove moderator option and clear custom permissions when setting the ↵Joas Schilling
conversation permissions Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Allow to explicitly set the default and call permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Allow to remove all permissions without falling back to the next levelJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Introduce different layers for permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Rename and extend constants and methods for the new permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Allow setting publishing permissions for all usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Merge remote-tracking branch 'origin/master' into reduce-psalm-infosVitor Mattos
2021-10-07Changes after run --alterVitor Mattos
psalm --alter --issues=MissingClosureReturnType,MismatchingDocblockReturnType,MissingReturnType,InvalidReturnType,MissingParamType Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-10-04Merge pull request #6105 from nextcloud/enh/5723/sending-sharesJoas Schilling
Add sending room shares support
2021-09-30Only "active" sessions can keep the call aliveJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-30Ignore sessions older than 30 seconds on notifications againJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-21Review fixesGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-09-20Set share owner properlyGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-09-20Add sending room shares supportGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-09-20Merge pull request #6193 from ↵Joas Schilling
nextcloud/feature/4623/different-mention-marker-for-all-mentions Add a flag for the direct mentions
2021-09-20Add a counter for the direct mentionsJoas Schilling
This allows the UI can show the user bubble depending on user vs. all mentions Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-17Don't error hard when adding users to roomJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-25Fix CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-25Also remove circle members when removing a circleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-25Remove unused importJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-25Remove unused paramJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-25Update API usage to new API levelJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24Try to get inherited membersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24Start circle tracking supportJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>