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 (Collapse)Author
2022-04-25Remove console debugfeature/7145/implement-shared-items-browsermarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-04-25Fix store methodsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-04-25Improve fetching new items on scrollmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-04-25Do not try to fetch previews for row layoutmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-04-25Improve fetching logicmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-04-25Display more items in the browsermarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-04-25Rename sharedItems service and storemarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-04-25Fix design and first loading of the elementsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-04-25display sharedItems within files browsermarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-04-25Initialise shared items browsermarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-04-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-23Merge pull request #7206 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-upgrade-with-postgres-and-oracle Fix upgrade with Postgres and Oracle
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-22Merge pull request #7203 from nextcloud/changelog/14.0.0-rc.3Daniel Calviño Sánchez
Add changelog for 14.0.0-rc.3
2022-04-22Add changelog for 14.0.0-rc.3Daniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-04-22Merge pull request #7199 from nextcloud/bugfix/7188/open-chat-when-in-a-callMarco
Open chat when in a call
2022-04-22Merge pull request #7197 from nextcloud/bugfix/7181/only-set-header-on-none-304Vitor Mattos
Only set header when the value changed and the status is not 304
2022-04-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-21Open chat when in a callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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-21Merge pull request #7193 from ↵Joas Schilling
nextcloud/docs/7192/last-message-attribute-is-limited Document that the lastMessage attribute is limited
2022-04-21Document that the lastMessage attribute is limitedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-20Merge pull request #7185 from nextcloud/followup/4546/fix-css-variable-nameJohn Molakvoæ
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-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-20Fix CSS variable nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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-20Merge pull request #7173 from nextcloud/feature/move-my-reactions-to-parentVitor Mattos
Move message.reactions.self to message.reactionsSelf to not merge different data structures
2022-04-20Fix migration of attachment types for mediaJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-19Merge pull request #7175 from nextcloud/changelog/24.0.0-rc.2Joas Schilling
Changelog 24.0.0-rc.2
2022-04-19Changelog 24.0.0-rc.2Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-19Fix integration testJoas 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-19Merge branch 'feature/move-my-reactions-to-parent' of ↵Vitor Mattos
github.com:nextcloud/spreed into feature/move-my-reactions-to-parent
2022-04-19VueJS Changes to move my reactions to parentVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-19Move my reactions to parentVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-19Merge pull request #7169 from ↵Marco
nextcloud/collab/7154/store-actions-for-loading-more Fix store stuff
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-19Fix store stuffJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-19Move parser listerner annonymous functions to staticVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>