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/docs
AgeCommit message (Collapse)Author
2022-04-21Document that the lastMessage attribute is limitedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-19Keep "self" in nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-11Add docsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-08Add functions to configure the different parametersDaniel Calviño Sánchez
Until now the script had to be edited to set the right configuration parameters and then copied and pasted on the browser console; running the script again required reloading the page and pasting it again, even if the parameters where not modified. Now the constants were changed to variables and helper functions were added to set them, so the script can be pasted without changes and the configuration can be adjusted by calling the helper functions. Moreover, as there is now an explicit function to start the siege the script can be run several times and with different parameters without having to reload the page and paste it again. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-04-08Get API version from capabilitiesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-04-08Extract variable for hostDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-04-07Add description to return satus codeVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-07Remove unused status code from documentationVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-05Merge pull request #7054 from CommanderRoot/refactor/rm-deprecated-substrMarco
Replace deprecated String.prototype.substr()
2022-03-31Use attachment service to store and retrieve shared itemsJoas 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-24Replace deprecated String.prototype.substr()Tobias Speicher
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-24Add new capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-23Instead of the offset based use lastKnownMessageId as for messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-21Add docs and capabilitiesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-11Document system messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-10Update docsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Make the status code more specificVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Update docsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Add capabilitiesVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Method moved to reactionManager and small fixesVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Update docs/reaction.md Vitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-02-15Update docs/reaction.md Vitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-02-15Update docs/reaction.md Vitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-02-15Update docs/chat.md Vitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-02-15Api changes to react to a message: reactions retrieveVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Api changes to react to a message: reactions deleteVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Api changes to react to a message: reactions addVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-11Remove references to deleted documentation and point to new location.Joachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2022-02-10Remove API documentation of standalone signaling server.Joachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2022-02-04Add a capability for conversation permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-21Allow to mark a conversation as unreadJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-17Merge pull request #6517 from nextcloud/add-setup-check-for-background-blurJoas Schilling
Add setup check for background blur
2021-11-17Add documentation about web sever requirements for background blurDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-17Update video-verification screenshotJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-16Update screenshotsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-16Remove border from imageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-09Change grammar of sentencesValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-11-03Add parsing of "end call for everyone" summaryJoas 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-22Compare the correct permissions for the iconsJoas 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-07Doc fixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Fix documentationJoas 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-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-08-25Add system messages for circlesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-20Update TURN server documentationBjörn Schießle
Update the TURN server documentation with some additional useful information how to check if the TRUN server is setup correctly and reachable from the outside. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2021-07-15Merge pull request #5667 from nextcloud/enh/noid/matterbridge-set-namesJoas Schilling
Show name for bridged messages