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/Flow
AgeCommit message (Collapse)Author
2021-10-07Changes after run --alterVitor Mattos
psalm --alter --issues=MissingClosureReturnType,MismatchingDocblockReturnType,MissingReturnType,InvalidReturnType,MissingParamType Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-06-17Bump dependencies and use npm7Marco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-05-21Register flow operation via dedicated eventJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Fix some more participant handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Fix function usageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-15Add empty referenceId when sending a message though flowJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-12Run cs:fixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-18Replace private OC_Util with OCP/UtilDaniel Calviño Sánchez
This makes the app compliant again. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-12-16adjust to server changesArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-13take a URL into consideration, if the entity provides oneArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-13show a nice message, if the entity offers oneArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-13fix user mentions on uids without whitespaceArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-13use acting user from Operation configArthur Schiwon
because the logged in user might not be the one who set up the flow, e.g. a share recipient Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-13catch Talk exceptionsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-13prepare mention of the messageArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-13add flow operation, frontend partArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-13add flow operation, backend partArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>