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 (Expand)Author
2021-08-30Finish the storesJoas Schilling
2021-08-30Fix stores and some other basicsJoas Schilling
2021-08-30Replace "bool" with type "boolean"Joas Schilling
2021-08-30Replace "int" type with "number"Joas Schilling
2021-08-23Fix license tagJoas Schilling
2021-08-23AutofixesJoas Schilling
2021-07-23Add ability to clear conversation historyMarco Ambrosini
2021-06-21Use the preloaded user status for one-to-one conversationsJoas Schilling
2021-06-17Lint fixMarco Ambrosini
2021-06-11Merge pull request #5610 from nextcloud/feature/noid/audio-recordingmarco
2021-06-11Add metadata to voice messagesMarco Ambrosini
2021-06-11Listed conversation search doesn't workJoas Schilling
2021-06-11Honour media constraints when joining a callDaniel Calviño Sánchez
2021-06-11Fix requested call flags set in the store instead of the actual onesDaniel Calviño Sánchez
2021-05-19Remove previous versions for signaling endpointsDaniel Calviño Sánchez
2021-05-19Use signaling settings V3 in WebUIDaniel Calviño Sánchez
2021-05-19Fix generateOcsUrl() callsJoas Schilling
2021-05-03Move postNewMessage to a store actionVincent Petry
2021-05-03Move fetch messages logic to the storeVincent Petry
2021-05-03Move fetchConversations to a store actionVincent Petry
2021-04-29Merge pull request #5529 from nextcloud/techdebt/noid/participant-service-dec...Joas Schilling
2021-04-29Merge pull request #5524 from nextcloud/techdebt/noid/remove-store-usage-sett...Joas Schilling
2021-04-28Decouple participantsService from the storeVincent Petry
2021-04-28Fix cancelling postNewMessageVincent Petry
2021-04-28Remove store usage in settingsServiceVincent Petry
2021-04-23Added more JS tests for servicesVincent Petry
2021-04-22Add more varied JS test casesVincent Petry
2021-04-07Handle failed server responses more gracefullyJoas Schilling
2021-04-07Don't fail loading the store when some initial states are not thereJoas Schilling
2021-03-26Merge pull request #5410 from nextcloud/feature/1072/play-sounds-on-call-actionsJoas Schilling
2021-03-26Save setting for play soundsJoas Schilling
2021-03-24Adjust webdav client usage for v4.0.0Joas Schilling
2021-03-09Merge pull request #3825 from nextcloud/feature/1788/unread-message-markerVincent Petry
2021-03-08Tweak read marker behaviorVincent Petry
2021-03-08Update last read message marker on scrollVincent Petry
2021-03-08Remove old API version handlingsJoas Schilling
2021-03-08Move to APIv4Joas Schilling
2021-02-15Merge pull request #5172 from nextcloud/bugfix/5144/js-error-when-posting-as-...Vincent Petry
2021-02-15Set the actor info earlier and make sure we load the conversation and partici...Joas Schilling
2021-02-12Add sharing deck card with a conversationVincent Petry
2021-02-02Fix JS docsJoas Schilling
2021-02-02Trigger API request to delete a chat message when the button is pressedJoas Schilling
2021-02-01Simplify passing attendeeId syntaxVincent Petry
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-29Allow resending invitation emailsVincent Petry
2021-01-19Allow to resend temporary messages if the failure was not permissionsJoas Schilling
2020-12-22Fix listable search requestVincent Petry