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 (Collapse)Author
2022-04-27Add a migration to update existing permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-27Add a capability for the permissionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-27Disallow sharing without chat permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-27Introduce a chat permission on the APIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-27Allow to get Reactions summary and media tab in read-only roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-26Add JSON option to active-calls commandJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-26Merge pull request #7183 from ↵Joas Schilling
nextcloud/feature/move-system-message-listeners-annonymous-functions-to-static Move system message listeners to static methods
2022-04-26Merge pull request #7213 from ↵Joas Schilling
nextcloud/feature/move-signaling-listeners-anonymous-functions-to-static Move signaling listeners anonymous functions to static
2022-04-26Merge pull request #7215 from ↵Joas Schilling
nextcloud/feature/move-sharing-listeners-anonymous-functions-to-static Move sharing listeners to static
2022-04-26Merge pull request #7214 from ↵Joas Schilling
nextcloud/feature/move-status-listeners-anonymous-functions-to-static Move status listeners anonymous functions to static
2022-04-25Merge pull request #7205 from ↵Joas Schilling
nextcloud/fix-reactions-endpoints-not-accessible-by-guests Fix reactions endpoints not accessible by guests
2022-04-25Move sharing listeners to staticfeature/move-sharing-listeners-anonymous-functions-to-staticVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-25Move status listeners anonymous functions to staticfeature/move-status-listeners-anonymous-functions-to-staticVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-25Move signaling listeners anonymous functions to staticfeature/move-signaling-listeners-anonymous-functions-to-staticVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-22Fix upgrade with Postgres and OracleJoas Schilling
Exception: Database error when running migration 14000Date20220330141647 for app spreed An exception occurred while executing a query: SQLSTATE[42883]: Undefined function: 7 ERROR: operator does not exist: character varying = bigint LINE 1: ...LEFT JOIN "oc_filecache" "f" ON "s"."item_source" = "f"."fil... ^ HINT: No operator matches the given name and argument types. You might need to add explicit type casts. Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-22Fix reactions endpoints not accessible by guestsfix-reactions-endpoints-not-accessible-by-guestsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-04-22Change property typefeature/move-system-message-listeners-annonymous-functions-to-staticVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-21Only set header when the value changed and the status is not 304Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-21Merge pull request #7180 from nextcloud/bugfix/7179/fix-migration-of-attachmentsJoas Schilling
Fix migration of attachment types for media
2022-04-21Merge pull request #7186 from nextcloud/bugfix/undefined-keyJoas Schilling
Fix access to undefined key
2022-04-20Merge pull request #7184 from nextcloud/bugfix/7153/fix-reaction-notificationJoas Schilling
Use actor and time information from the reaction not the message author
2022-04-20Fix inverted argumentVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-20Move system message listeners to static methodsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-20Merge pull request #7172 from ↵Vitor Mattos
nextcloud/feature/move-command-listener-annonymous-function-to-static Move command listener anonymous function to static
2022-04-20Merge pull request #7166 from ↵Vitor Mattos
nextcloud/feature/move-parser-listeners-annonymous-functions-to-static Move parser listerner anonymous functions to static
2022-04-20Merge pull request #7170 from ↵Vitor Mattos
nextcloud/feature/move-changelog-listeners-annonymous-functions-to-static Move changelog listener anonymous function to static
2022-04-20Fix access to undefined keyVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-20Merge pull request #7171 from ↵Vitor Mattos
nextcloud/feature/move-collaboration-listener-annonymous-function-to-static Move collaboration listener annonymous function to static
2022-04-20Re-trigger migration on next RCJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-20Use actor and time information from the reaction not the message authorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-20Fix migration of attachment types for mediaJoas 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-19VueJS Changes to move my reactions to parentVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-19Move command listener annonymous function to staticVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-19Move collaboration listener annonymous function to staticVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-19Move parser listerner annonymous functions to staticVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-19Move changelog listener annonymous function to staticVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-14Remove event to delete shares when user leave of roomfeature/7009/retain-files-after-leaving-conversationVitor Mattos
Fix integration tests Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-14Merge pull request #7142 from nextcloud/bugfix/7024/dont-update-last-messageMarco
Don't update last message of conversation with invisible message
2022-04-13Fix PHP 7.4 compatibilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-13Don't update last room message when deleting a message or reactionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-12Move to a dedicated methodJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-11Expose an attribute "self" in the reaction summary with the list of own ↵Joas Schilling
reactions Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-08Merge pull request #7114 from nextcloud/techdebt/7078/const-for-verbsv14.0.0-beta.1Vitor Mattos
Add constants for the verbs in the oc_comments table
2022-04-07Message types are defaulting to Verbs so lets reuse the constantstechdebt/7078/const-for-verbsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Add constants for the verbs in the oc_comments tableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Convert to null coalescing assignment operatorfeature/null-coalescing-operatorVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-07Merge pull request #7102 from ↵Vitor Mattos
nextcloud/bugfix/7099/remove-reactions-from-deleted-messages Remove reactions from deleted messages
2022-04-07Make sure output is always a stringJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Fix type handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>