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
2021-02-15Also load the display nameJoas Schilling
2021-02-15Show "Guest" for guests without a nameJoas Schilling
2021-02-15Cleanup migrationJoas Schilling
2021-02-15Fix strings that can be nullJoas Schilling
2021-02-15Drop the old guestnames tableJoas Schilling
2021-02-15Remove unused DB connectionJoas Schilling
2021-02-15Replace "getNamesBySessionHashes" usages with Attendee accessJoas Schilling
2021-02-15Replace getNameBySessionHash() with attendee accessJoas Schilling
2021-02-15Store the guest display name into the attendees tableJoas Schilling
2021-02-12Add sharing deck card with a conversationVincent Petry
2021-02-12Merge pull request #5136 from nextcloud/feature/noid/populate-the-display-nam...Joas Schilling
2021-02-12Count guests from attendees instead of the fixed value which bumps up on reco...Joas Schilling
2021-02-12Reuse existing attendee when a guest refreshesJoas Schilling
2021-02-12Don't recalculate the actorId of guest attendeesJoas Schilling
2021-02-12Merge pull request #5135 from nextcloud/bugfix/noid/populate-the-display-name...Joas Schilling
2021-02-12Merge pull request #5105 from nextcloud/bugfix/noid/collectionsJoas Schilling
2021-02-12Populate the display name when adding logged in usersJoas Schilling
2021-02-11Add a repair step that updates the display name for existing usersJoas Schilling
2021-02-11Show "Guest" instead of session hash for guestsJoas Schilling
2021-02-11Merge pull request #5119 from nextcloud/feature/noid/use-display-name-from-at...Joas Schilling
2021-02-11Provide information for incoming call screensJoas Schilling
2021-02-11Make sure that collections scripts event is properly emittedJulius Härtl
2021-02-11Use the cached display name for participant list instead of the user managerJoas Schilling
2021-02-11Use the cached display name from attendee for peer list instead of querying t...Joas Schilling
2021-02-11Store the displayname upon change in the attendees table to save some user ma...Joas Schilling
2021-02-05Add support for "turns:" schemeDaniel Calviño Sánchez
2021-02-02Add documentation and capabilityJoas Schilling
2021-02-02Allow to share RichObjects to chatsJoas Schilling
2021-02-02Merge pull request #5048 from nextcloud/bugfix/3462/allow-adding-self-joinedJoas Schilling
2021-02-02Prevent deleting system messages and sharesJoas Schilling
2021-02-02Don't allow replying to deleted messagesJoas Schilling
2021-02-02Fix "you" for deleted chat messagesJoas Schilling
2021-02-02Add docs and restrict deleting to non-lobby and read-write chatsJoas Schilling
2021-02-02Add a capabilityJoas Schilling
2021-02-02Check max age on deletingJoas Schilling
2021-02-02Allow to know when deleting might not be sufficientJoas Schilling
2021-02-02Render deleted chat messages differentlyJoas Schilling
2021-02-02Post a system message when deleting a messageJoas Schilling
2021-02-02Add an endpoint to delete a messageJoas Schilling
2021-02-02fix spelling of "most likely" in multiple filesAdam Monsen
2021-02-01Adjust invitation resending after reviewsVincent Petry
2021-01-29Add participant action to resend email invitationVincent Petry
2021-01-29Reword resendEmail to resendInvitation in APIsVincent Petry
2021-01-29Allow specifying participant on email resend APIVincent Petry
2021-01-29Generate PIN for email guests when resending inviteVincent Petry
2021-01-29Allow resending invitation emailsVincent Petry
2021-01-29Merge pull request #5036 from nextcloud/bugfix/4138/hide-upload-zero-quotaVincent Petry
2021-01-29Merge pull request #5040 from nextcloud/fix/missing-matterbridge-cfgJoas Schilling
2021-01-29Only trigger event once when adding group usersVincent Petry
2021-01-29API now allows adding a self-joined participantVincent Petry