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-07Message types are defaulting to Verbs so lets reuse the constantstechdebt/7078/const-for-verbsJoas Schilling
2022-04-07Add constants for the verbs in the oc_comments tableJoas Schilling
2022-04-07Convert to null coalescing assignment operatorfeature/null-coalescing-operatorVitor Mattos
2022-04-07Merge pull request #7102 from nextcloud/bugfix/7099/remove-reactions-from-del...Vitor Mattos
2022-04-07Make sure output is always a stringJoas Schilling
2022-04-07Fix type handlingJoas Schilling
2022-04-07Merge pull request #7108 from nextcloud/feature/7079/property-typehinting-whe...Joas Schilling
2022-04-07Fix psalm issuesVitor Mattos
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-04-06Remove notifications for deleted messagesJoas Schilling
2022-04-06Remove reactions from deleted messagesJoas Schilling
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