Nextcloud bot
1010839c5a
[tx-robot] updated from transifex
5 years ago
Joas Schilling
a0d2412d44
Merge pull request #5239 from nextcloud/techdebt/noid/adjust-screenshoting
Adjust screenshoting
5 years ago
Joas Schilling
2b33051359
Fix typo in Changelog
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
fec6867279
Adjust screenshoting
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
ff2e7d5dce
Merge pull request #5236 from nextcloud/revert-5103-bugfix/noid/correctly-report-errors-of-single-protocols
Revert "Split reporting of candidates by protocol"
5 years ago
Joas Schilling
20929b35da
Revert "Split reporting of candidates by protocol"
5 years ago
Joas Schilling
d82a18a842
Fix version typo
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Vincent Petry
ac844de833
Merge pull request #5232 from nextcloud/changelog/10.1-10-and-9
Add changelog for 9.0.8, 10.0.6 and 10.1.2
5 years ago
Joas Schilling
4bb3feb93b
Add changelog for 9.0.8, 10.0.6 and 10.1.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Vincent Petry
b54030668e
Merge pull request #5210 from nextcloud/changelog/11.0-and-11.1
Changelog for 11.0 and 11.1
5 years ago
Vincent Petry
3a29bbc41f
Merge pull request #5213 from nextcloud/bugfix/5193/also-drop-guest-moderators
Drop guest moderators when changing a conversation to group conversation
5 years ago
Vincent Petry
ce8d78812a
Merge pull request #5212 from nextcloud/bugfix/5199/replace-all-message-parameters
Replace all message parameters and not only the last one
5 years ago
dependabot[bot]
7c4572860f
Merge pull request #5221 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.12.17
5 years ago
dependabot[bot]
b4285eee84
Bump @babel/preset-env from 7.12.16 to 7.12.17
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.16 to 7.12.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.12.17/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
52f9b5c409
Merge pull request #5219 from nextcloud/dependabot/npm_and_yarn/babel/core-7.12.17
5 years ago
dependabot[bot]
8b4be03413
Bump @babel/core from 7.12.16 to 7.12.17
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.16 to 7.12.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.12.17/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
b390a6984c
Merge pull request #5218 from nextcloud/dependabot/npm_and_yarn/babel/runtime-7.12.18
5 years ago
dependabot[bot]
e231392c37
Bump @babel/runtime from 7.12.13 to 7.12.18
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.12.13 to 7.12.18.
- [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.12.18/packages/babel-runtime )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Joas Schilling
77fb711052
Drop guest moderators when changing a conversation to group conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
86207af2a1
Replace all message parameters and not only the last one
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
3ff7eb93c2
Add changelog for 11.1.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
5517411938
Add changelog for 11.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
43e85f5fe7
Merge pull request #5198 from nextcloud/bugfix/noid/prevent-double-request-cancel-on-scroll
Prevent loading old messages twice on scroll
5 years ago
Nextcloud bot
b345ae20c0
[tx-robot] updated from transifex
5 years ago
Vincent Petry
8816f266d1
Prevent loading old messages twice on scroll
Whenever the old messages are already loading initially when opening a
conversation, a scroll event might call getOldMessages again which would
cancel the previous one.
The initial old messages load is using includeLastKnown=1 while the others use
0. So if it gets cancelled, we will miss the "last known" message as it
won't be included in subsequent calls.
This fix prevents repeated calls to getOldMessages to avoid the above
issue.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Joas Schilling
bd440f0aa7
Merge pull request #5196 from nextcloud/bugfix/noid/sort-by-isFavorite-and-lastActivity-instead
Sort by isFavorite and lastActivity instead of lastPing
5 years ago
Joas Schilling
f2b4796502
Sort by isFavorite and lastActivity instead of lastPing
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Nextcloud bot
7eb3175c5a
[tx-robot] updated from transifex
5 years ago
Joas Schilling
93c4d839d4
Merge pull request #5190 from nextcloud/bugfix/noid/properly-init-lastmessageid-on-create
Update Room object last message after setting
5 years ago
Vincent Petry
6988af5aab
Merge pull request #5191 from nextcloud/techdebt/noid/fix-api-docs
Fix API documentation
5 years ago
Joas Schilling
4dd9c20f61
Fix API documentation
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Vincent Petry
e4556d8327
Update Room object last message after updating
When updating the last message in the database, we now also update it in
the Room object like it is done for other properties.
Fixes an issue when creating a room with participants that the latter
received a last_read_message id of zero. This is because the code path for
creation is done within a single API call, and while the room got
created, the last_message id in Room was still 0 when read out for
setting to the participants in addUsers().
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
5 years ago
Vincent Petry
ea59def94c
Merge pull request #5189 from nextcloud/techdebt/noid/reduce-potentially-query-size
Limit the session list on the database instead of selecting all attendees
5 years ago
Joas Schilling
0aa212c35a
Limit the session list on the database instead of selecting all attendees
Should save some load as we don't create objects and select items we then throw away
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Nextcloud bot
fcbf2f9ade
[tx-robot] updated from transifex
5 years ago
Joas Schilling
6a1f7ecda9
Merge pull request #5186 from nextcloud/techdebt/noid/screenshot-mode
Add a screenshot mode with images and fake audio/video states
5 years ago
Joas Schilling
fcd6d3d31e
Add a screenshot mode with images and fake audio/video states
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Vincent Petry
b98f55cf6d
Merge pull request #5185 from nextcloud/bugfix/noid/add-docs-and-capability-for-call-flag
Add docs and capability for callFlag of conversations
5 years ago
Joas Schilling
35ec8361b7
Add docs and capability for callFlag of conversations
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
54c8d9c59b
Merge pull request #5181 from nextcloud/bugfix/noid/help-translators
Help translators
5 years ago
Nextcloud bot
6fe386e05f
[tx-robot] updated from transifex
5 years ago
Joas Schilling
ab99ef4811
Merge pull request #5146 from nextcloud/techdebt/noid/store-guest-display-names-on-attendees
Store guest display names on attendees
5 years ago
Joas Schilling
a9a9585799
Help translators
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Vincent Petry
1db5ce6e04
Merge pull request #5178 from nextcloud/bugfix/noid/delete-icon-missing
Fix missing delete icon
5 years ago
Joas Schilling
cfa27a49bd
Fix missing delete icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
19e6f37dd6
Also load the display name
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
97f0320190
Show "Guest" for guests without a name
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
56cb82af34
Bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
3d9694125f
Cleanup migration
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
ebf65dcc5b
Fix strings that can be null
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago