Nextcloud bot
4aa1e31d67
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-19 03:22:54 +00:00
Anna
d859dbcab3
Merge pull request #7777 from nextcloud/nextcloud/vue-6.0.0-beta.3
...
Nextcloud/vue 6.0.0 beta.3
2022-08-18 23:17:06 +02:00
Joas Schilling
cd8858a479
Fix tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18 23:06:49 +02:00
Joas Schilling
02e83a61dc
Adjust imports
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18 17:52:32 +02:00
Joas Schilling
5bceccef75
Bump vue to 6.0.0-beta.3
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18 17:52:19 +02:00
Joas Schilling
edfe870d60
Fix JS tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18 15:37:27 +02:00
Joas Schilling
9c2b966df0
Fix tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18 15:21:28 +02:00
Vitor Mattos
08c0b209a5
Merge pull request #7771 from nextcloud/bugfix/noid/expose-chat-message-expiration-timestamp
...
Expose message expiration for chat message objects
2022-08-18 10:04:07 -03:00
Joas Schilling
0b51f05583
Populate etag and permissions to active the image editor
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18 14:32:47 +02:00
Joas Schilling
5228f51d92
Merge pull request #7762 from nextcloud/bugfix/noid/dont-get-share-node-if-we-use-the-users-usernode-instead
...
Delay getting the node until we know that we use the data
2022-08-18 14:32:04 +02:00
Joas Schilling
35d727bc85
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18 13:25:10 +02:00
Joas Schilling
d06d6f625e
Remove the parameter as it's part of the translated string already
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18 10:50:18 +02:00
Joas Schilling
14e002a6d2
Expose message expiration for chat message objects
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18 10:44:22 +02:00
Dariusz Olszewski
e8bd174ddc
Refactor getShareById/getSharesByIds
...
Also fix handling of inaccessible shares
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2022-08-17 23:44:22 +02:00
Dariusz Olszewski
4c4f43a761
Minor refactoring
...
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2022-08-17 21:59:57 +02:00
Dariusz Olszewski
03f64768cc
Invalidate cache on delete/update function calls
...
(Nuclear option - clean the cache entirely)
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2022-08-17 21:22:27 +02:00
Dariusz Olszewski
3e17b5c95d
Apply suggestions from code review
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Dariusz Olszewski <8277636+starypatyk@users.noreply.github.com>
2022-08-17 20:57:57 +02:00
Joas Schilling
17d3124dd8
Delay getting the node until we know that we use the data
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-17 14:20:11 +02:00
Joas Schilling
5871010f43
Merge pull request #7750 from nextcloud/performance/optimize-retrival-of-rooms
...
Use DisplayNameCache
2022-08-17 11:59:36 +02:00
Joas Schilling
724db041e1
Fix CS
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-17 10:31:14 +02:00
Carl Schwan
36f511d198
Add display name cache to SystemMessage
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-17 10:31:14 +02:00
Carl Schwan
197c143981
Use new OCP api
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-17 10:31:14 +02:00
Carl Schwan
2e2ab821ec
Use DisplayNameCache
...
Reduce query by 1/3 when fetching list of rooms on the production
instance
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-17 10:31:14 +02:00
Nextcloud bot
a819743148
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-17 03:23:48 +00:00
Joas Schilling
accddda408
Merge pull request #7748 from nextcloud/bugfix/noid/make-postgres-integration-tests-reliable
...
Make postgres integration tests reliable
2022-08-16 16:13:45 +02:00
Joas Schilling
db3c0d7554
Order the list of rooms to ensure the order on postgres even if all last messages are written in the same second
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-16 13:33:22 +02:00
Joas Schilling
f90ee7c1f1
Merge pull request #7749 from nextcloud/fix/use-bigger-slice-share-provider
...
Use bigger slice
2022-08-16 12:57:12 +02:00
Carl Schwan
219bcd294d
Use bigger slice
...
This reduce the number of queries considerably. For me on the production
instance I went from 120 queries to 103 queries on the activity page.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-16 11:13:23 +02:00
Joas Schilling
8bfc324960
Merge pull request #7740 from nextcloud/fix-missing-tooltip-directive-in-devicechecker
...
Fix missing tooltip directive in DeviceChecker
2022-08-16 10:40:42 +02:00
Joas Schilling
9c2076beac
Merge pull request #7742 from nextcloud/fix-remote-screenshares-not-shown-in-sidebar
...
Fix remote screen shares not shown in sidebar
2022-08-16 10:40:25 +02:00
Joas Schilling
8b3fdb1f8e
Merge pull request #7741 from nextcloud/fix-missing-local-media-controls-in-public-share-sidebar
...
Fix missing local media controls in public share sidebar
2022-08-16 10:35:27 +02:00
Daniel Calviño Sánchez
fb9f756bb2
Fix missing tooltip directive in DeviceChecker
...
Although the directive was missing the tooltips were still shown in the
normal Talk UI; the tooltips were missing only when Talk was embedded in
other apps, like the Files app.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-16 10:28:39 +02:00
Joas Schilling
ea97ea2ee4
Merge pull request #7747 from nextcloud/bugfix/noid/fix-dark-mode-dashboard-icon
...
Fix the talk dashboard icon on dark mode
2022-08-16 10:21:50 +02:00
Joas Schilling
0bb0c90cc7
Merge pull request #7745 from nextcloud/fix/noid/settings-dialog
...
Fix app settings dialog style
2022-08-16 10:21:25 +02:00
Joas Schilling
6490361919
Fix the talk dashboard icon on dark mode
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-16 10:00:39 +02:00
Nextcloud bot
8c21852523
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-16 03:24:13 +00:00
Marco
fba614ffe0
Merge pull request #7737 from nextcloud/add-missing-aria-label-to-buttons-to-show-conversation-actions
...
Add missing aria label to buttons to show conversation actions
2022-08-15 23:28:13 +02:00
Anna
05d663e4ac
Merge pull request #7735 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.1.2
...
Bump @nextcloud/eslint-config from 8.0.0 to 8.1.2
2022-08-15 17:40:28 +02:00
Joas Schilling
e8d2e2767a
Fix vue/no-reserved-component-names
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-15 16:22:59 +02:00
Joas Schilling
266007a7f1
Fix imports
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-15 16:04:36 +02:00
Joas Schilling
e6a0105a77
Reinstall
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-15 15:16:43 +02:00
dependabot[bot]
a353079b9b
Bump @nextcloud/eslint-config from 8.0.0 to 8.1.2
...
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config ) from 8.0.0 to 8.1.2.
- [Release notes](https://github.com/nextcloud/eslint-config/releases )
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.0.0...v8.1.2 )
---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15 12:38:47 +02:00
Nextcloud bot
a3b3f1f9d0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-15 03:22:51 +00:00
Raimund Schlüßler
7f664e28c0
Fix app settings dialog style
...
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2022-08-14 21:57:25 +02:00
Joas Schilling
330095c63c
Merge pull request #7744 from nextcloud/automated/noid/master-update-christophwurst-nextcloud
...
[master] Update christophwurst/nextcloud dependency
2022-08-14 07:06:57 +02:00
nextcloud-command
48309b5b6e
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-08-14 04:38:06 +00:00
Nextcloud bot
3ca6a6581d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-14 03:22:34 +00:00
Dariusz Olszewski
254e7965f2
Reduce number of queries required to read shares
...
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2022-08-13 23:48:44 +02:00
Joas Schilling
064caa8386
Merge pull request #7726 from nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-2.3.0
...
Bump @nextcloud/browserslist-config from 2.2.0 to 2.3.0
2022-08-13 23:25:09 +02:00
Joas Schilling
34897577bf
Merge pull request #7728 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.0.0
...
Bump @nextcloud/event-bus from 2.1.1 to 3.0.0
2022-08-13 22:59:55 +02:00