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
path: root/lib
AgeCommit message (Expand)Author
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-04-06Merge pull request #7094 from nextcloud/feature/fix-typingJoas Schilling
2022-04-05fix typingVitor Mattos
2022-03-31Handle deletingJoas Schilling
2022-03-31Fix comparing the roomIdJoas Schilling
2022-03-31Cache info during migrationJoas Schilling
2022-03-31Use attachment service to store and retrieve shared itemsJoas Schilling
2022-03-31Add the entity and a service to handle attachmentsJoas Schilling
2022-03-31Add new database table for attachmentsJoas Schilling
2022-03-29Merge pull request #7072 from nextcloud/feature/7071/display_name-field-of-at...Vitor Mattos
2022-03-29Change display_name sizeVitor Mattos
2022-03-28Allow to react to file and object sharesJoas Schilling
2022-03-24Add new capabilityJoas Schilling
2022-03-24Allow to delete files and object shares on the APIJoas Schilling
2022-03-23Merge pull request #7022 from nextcloud/api/1577/media-tab-endpointJoas Schilling
2022-03-23Instead of the offset based use lastKnownMessageId as for messageJoas Schilling
2022-03-23Merge pull request #7023 from nextcloud/bugfix/noid/set-share-with-link-url-o...Joas Schilling
2022-03-21Only add the share_with_link url when the link is accessibleJoas Schilling
2022-03-21Do not load the session in getParticipantByActor() as no caller needs itJoas Schilling
2022-03-21Do not load the session in getParticipantByAttendeeId() as no caller needs itJoas Schilling
2022-03-21Add docs and capabilitiesJoas Schilling
2022-03-21Add an endpoint for a media tabJoas Schilling
2022-03-21Group on PHP level as MariaDB can not handle this correctly:Joas Schilling
2022-03-17Fix participant list not refreshed when general permissions changeDaniel Calviño Sánchez
2022-03-17Fix permissions not updated in HPB when general permissions changeDaniel Calviño Sánchez
2022-03-15Inject the attendee as well when loaded alreadyJoas Schilling
2022-03-15Inject the room instead of querying it over and over againJoas Schilling
2022-03-14Merge pull request #6992 from nextcloud/fix-permissions-not-honoured-if-updat...Joas Schilling
2022-03-14Merge pull request #6985 from nextcloud/feature/6971/change-returns-of-reacti...Joas Schilling
2022-03-14Fix permissions not honoured if updated right before joining a callfix-permissions-not-honoured-if-updated-right-before-joining-a-callDaniel Calviño Sánchez
2022-03-11Use 2 different system messages for the deleted reaction and the action of de...Joas Schilling
2022-03-10Fix system messages about reaction deletionsJoas Schilling
2022-03-10Add a system messageJoas Schilling
2022-03-10Move validate logic to inside of methodsVitor Mattos
2022-03-10Change returns of reaction APIVitor Mattos
2022-03-08Emit a event so the HPB can send the update to the participantsbugfix/noid/combine-multiple-system-messages-updatesJoas Schilling
2022-03-08Combine last_activity and last_message update where possibleJoas Schilling
2022-03-08Only update the last_message and last_activity onceJoas Schilling
2022-03-04Deduplicate getting the room and participant in case some annotations are com...Joas Schilling
2022-03-03Return empty array when comment haven't reactionsVitor Mattos
2022-03-02Merge pull request #6932 from nextcloud/techdebt/noid/use-transaction-for-int...Joas Schilling
2022-03-02cs:fixtechdebt/noid/use-transaction-for-internal-signalingVitor Mattos
2022-03-02Reset all in_call flags in one gobugfix/noid/reset-in_call-flag-in-one-queryJoas Schilling
2022-03-01Merge pull request #6945 from nextcloud/techdebt/noid/improve-activity-genera...Joas Schilling
2022-02-28Only calculate the room name once instead of loading all participantstechdebt/noid/improve-activity-generationJoas Schilling
2022-02-25Handle all user status changes in case of "End meeting for all" in 1 executionJoas Schilling
2022-02-25Use transactions for internal signalingJoas Schilling
2022-02-24Wrap notification generation in a transactionJoas Schilling
2022-02-23Merge pull request #6913 from nextcloud/feature/6874/define-if-job-is-time-se...Joas Schilling
2022-02-22Define if job is time sensitiveVitor Mattos