Nextcloud bot
c5e23656f5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 years ago
Joas Schilling
33888d4290
Merge pull request #5529 from nextcloud/techdebt/noid/participant-service-decouple-store
Decouple participantsService from the store
5 years ago
Joas Schilling
b061e91521
Merge pull request #5524 from nextcloud/techdebt/noid/remove-store-usage-settingsservice
Remove store usage in settingsService
5 years ago
Joas Schilling
331ab9950c
Merge pull request #5533 from nextcloud/bugfix/noid/fix-offline-user-sorting
Fix sorting of users that are online with user status offline
5 years ago
Joas Schilling
7f242246be
Merge pull request #5531 from nextcloud/techdebt/noid/decouple-fileupload-service-from-store
Decouple fileupload and createTemporaryMessage from the global store module
5 years ago
Joas Schilling
72d871f4a5
Fix sorting of users that are online with user status offline
This was missed in https://github.com/nextcloud/spreed/pull/4253
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Vincent Petry
09e31c6ba8
Simplify hash args
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
5 years ago
Vincent Petry
151ff5ace3
Merge pull request #5530 from nextcloud/bugfix/noid/add-missing-observe-visibility
Register visibility observer in all entry points
5 years ago
Vincent Petry
2d31f14d68
More createTemporaryMessage to a store action
Since createTemporaryMessage heavily depends on a store, moved it into a
messagesStore action to decouple it from the global store module.
Note: even though it's synchronous, the dispatch() function returns a
promise so we need to treat it as if it was async.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Vincent Petry
b9632cf7a3
Decuple fileUpload service from the global store
Moved the logic of "processFiles" into the existing "initialiseUpload"
action of the fileUploadStore
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Joas Schilling
0bb284b5ee
Merge pull request #5528 from nextcloud/bugfix/5527/fix-postnewmessages-cancelable
Fix cancelling postNewMessage
5 years ago
Joas Schilling
c7fd492bfd
Merge pull request #5532 from nextcloud/bugfix/noid/big-play-button-in-reply
Remove play button in reply to for video previews
5 years ago
Nextcloud bot
e4d11f7f6f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 years ago
Vincent Petry
bb0ed76284
Remove play button in reply to for video previews
The reply to box is too small to contain a play button, so remove it
there.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Vincent Petry
a2741f30f1
Register visibility observer in all entry points
The observe-visibility extension was missing in many entry points
resulting in repeated console warnings.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Vincent Petry
726fd807fc
Decouple participantsService from the store
Moved joinConversation, leaveConversation and a few other dependencies
to the participantsStore.
Removes the dependency to the store from participantsService.
There's a slight change of behavior: joinConversation in the service now
also connects to signaling, and only when this is done the first
action dispatch are done. In the previous implementation the store
already received some updates before we even connected to signaling.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Vincent Petry
f4484df4c3
Merge pull request #5521 from nextcloud/bugfix/4939/fix-spacing-of-system-messages
Always group system messages, independent from author
5 years ago
Vincent Petry
1e9e8bb0b1
Fix cancelling postNewMessage
For timeout cancelling to work, the options need to be passed to the
request object.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Vincent Petry
16e1d57136
Remove store usage in settingsService
Adjust setPlaySounds service function to not rely on the store.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Nextcloud bot
d72448c5eb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 years ago
Joas Schilling
481820dd70
Always group system messages, independent from author
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Vincent Petry
5616b52d14
Merge pull request #5512 from nextcloud/tests/noid/more-js-store-tests
More JS tests for stores
5 years ago
Vincent Petry
fa52e80bb8
Fix date mock
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Nextcloud bot
0db3046bcc
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 years ago
Vincent Petry
ba4277e9ab
Merge pull request #5519 from nextcloud/bugfix/noid/sound-setting-for-users
Fix loading the correct sound setting for users
5 years ago
Joas Schilling
7526a6af71
Call services from within the store
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
47879377b2
Fix loading the correct sound setting for users
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Vincent Petry
babd076074
Merge pull request #5506 from nextcloud/bugfix/5504/show-an-error-when-sharing-fails
Show an error when sharing fails
5 years ago
Joas Schilling
a51d0d3a4e
Merge pull request #5514 from nextcloud/dependabot/npm_and_yarn/babel/core-7.13.16
Bump @babel/core from 7.13.15 to 7.13.16
5 years ago
Joas Schilling
4b664275d6
Merge pull request #5513 from nextcloud/dependabot/npm_and_yarn/webpack-node-externals-3.0.0
Bump webpack-node-externals from 2.5.2 to 3.0.0
5 years ago
Joas Schilling
fa86e0a0ba
Merge pull request #5515 from nextcloud/dependabot/npm_and_yarn/babel/runtime-7.13.17
Bump @babel/runtime from 7.13.10 to 7.13.17
5 years ago
marco
204652af61
Merge pull request #5516 from nextcloud/bugfix/5510/fix-missing-screenshare-icon
Fix missing screenshare icon
5 years ago
Nextcloud bot
8a93aa7d06
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 years ago
Nextcloud bot
cb7485f482
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 years ago
Joas Schilling
6de54d27e2
Move all actions to slot-icons so the Actions component correctly falls back to the first action
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Nextcloud bot
37ce1da140
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 years ago
dependabot[bot]
cf16a19655
Bump @babel/runtime from 7.13.10 to 7.13.17
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.13.10 to 7.13.17.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.13.17/packages/babel-runtime )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
04dd0fd87c
Bump @babel/core from 7.13.15 to 7.13.16
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.13.15 to 7.13.16.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.13.16/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
ff475520ff
Bump webpack-node-externals from 2.5.2 to 3.0.0
Bumps [webpack-node-externals](https://github.com/liady/webpack-node-externals ) from 2.5.2 to 3.0.0.
- [Release notes](https://github.com/liady/webpack-node-externals/releases )
- [Changelog](https://github.com/liady/webpack-node-externals/blob/master/CHANGELOG.md )
- [Commits](https://github.com/liady/webpack-node-externals/compare/v2.5.2...v3.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Vincent Petry
e6a5f390c7
More JS tests for stores
Added more JS tests for stores.
Extracted global store config to a separate file to be able to include it in
tests.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Vincent Petry
de6d64702a
Merge pull request #5508 from nextcloud/tests/noid/moar-jest-coverage
Added more JS tests for services
5 years ago
Vincent Petry
50d3292997
Added more JS tests for services
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Joas Schilling
57702c9d40
Show an error when sharing fails
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
f9ebcb5914
Merge pull request #5507 from nextcloud/bugfix/noid/no-actions-on-temporary-files
No actions on temporary messages
5 years ago
Vincent Petry
5520e475ac
Merge pull request #5505 from nextcloud/tests/noid/increase-jest-coverage
Add more varied JS test cases
5 years ago
Nextcloud bot
4aecd5f447
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 years ago
Vincent Petry
286155a5b4
Rename test pipeline for frontend to "jest"
Makes it easier to spot in the Github UI
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Vincent Petry
33a8b59606
Add more varied JS test cases
Added more varied JS test cases as examples for how to test different
parts of the Vue code like stores and services.
Adjusted global test namespace.
Introduced jest mock for axios.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Joas Schilling
d5153dfcd9
No actions on temporary messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Nextcloud bot
e413b09f92
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 years ago