Граф коммитов

19039 Коммитов

Автор SHA1 Сообщение Дата
Maksim Sukharev b43b75accd
Merge pull request #11800 from nextcloud/chore/noid/rearrange-UI-components
chore: move dummy components to UIShared directory 🪵
2024-03-22 16:58:28 +01:00
Maksim Sukharev 16cbd7c8b3
chore: move dummy components to UIShared directory
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-22 16:31:46 +01:00
Joas Schilling 4e75fb0196
Merge pull request #11901 from nextcloud/bugfix/noid/add-changelog-chat-entries-for-19
feat(changelog): Add "Talk updates" entries for Talk 19
2024-03-22 15:51:56 +01:00
Joas Schilling 8fed466d42
feat(changelog): Add "Talk updates" entries for Talk 19
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-22 15:02:06 +01:00
Dorra 35beec65c8
Merge pull request #11872 from nextcloud/chore/noid/refactor-chat-scrolling
chore: refactor scroll to bottom logic
2024-03-22 14:33:38 +01:00
DorraJaouad 7cbc5d3e1f chore: minor refactoring of scroll to bottom and adjust options
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-03-22 13:46:29 +01:00
Joas Schilling 5a28d95f82
Merge pull request #11897 from nextcloud/docs/10680/capabilities-in-federation-cases
docs(federation): Add a hint which capabilities should be used in fed…
2024-03-22 13:07:46 +01:00
Joas Schilling 722e1775a4
Merge pull request #11896 from nextcloud/docs/10686/local-federation-explained
docs(federation): Document how to do local federation
2024-03-22 12:53:45 +01:00
Joas Schilling 5b14e1215b
Merge pull request #11895 from nextcloud/bugfix/11115/fix-integration-test
fix(tests): Allow negative expiration time in tests
2024-03-22 12:48:04 +01:00
Joas Schilling 99fb9ee7f5
docs(federation): Add a hint which capabilities should be used in federation cases
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-22 12:41:56 +01:00
Joas Schilling 2024e3bc17
docs(federation): Document how to do local federation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-22 12:35:10 +01:00
Joas Schilling cebfb4cf36
fix(tests): Allow negative expiration time in tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-22 12:23:09 +01:00
DorraJaouad 10a7ace86e chore: remove unecessary event as messages list watcher will handle scrolling in case of reaction added.
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-03-22 11:07:37 +01:00
DorraJaouad 895a292f68 chore: move scrolling to messages list watcher instead of polling method
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-03-22 11:07:37 +01:00
DorraJaouad 712d8b0afa chore: refactor scroll to bottom
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-03-22 11:07:37 +01:00
DorraJaouad 480401bd3c chore: centralize scroll to bottom logic
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-03-22 11:07:37 +01:00
Maksim Sukharev efafb6e18d
Merge pull request #11892 from nextcloud/fix/11878/hide-conv-settings
fix(federation): hide call-related settings for federated conversations
2024-03-22 09:49:04 +01:00
Maksim Sukharev 278af54faf
fix(federation): hide call-related settings for federated conversations, drop outdated conditions
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-22 08:12:26 +01:00
Nextcloud bot 6e81e6e0e3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-22 00:22:05 +00:00
Joas Schilling 248a435c52
Merge pull request #11884 from nextcloud/release/19.0.0-beta.4
Release 19.0.0 beta.4
2024-03-21 16:21:08 +01:00
Maksim Sukharev d722e1478e
Merge pull request #11890 from nextcloud/feat/11885/show-new-proxy-avatars
feat(federation): show proxy avatars when creating new conversation or accepting invitation
2024-03-21 16:16:53 +01:00
Maksim Sukharev df7d157c5c
feat(federation): show proxy avatars when creating new conversation or accepting invitation
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-21 16:09:47 +01:00
Joas Schilling a87d9157c3
Merge pull request #11889 from nextcloud/fix/11874/hide-upload-federation
fix(chat): disable drag&drop and Ctrl+V if files upload is not allowed
2024-03-21 16:09:06 +01:00
Joas Schilling c87c9f9b03
Merge pull request #11885 from nextcloud/feat/11873/add-endpoint-for-logged-in-users-to-get-remote-avatars
feat(avatar): Allow logged-in users to proxy avatars without a token
2024-03-21 16:08:19 +01:00
Joas Schilling c1644fc9ca
Merge pull request #11871 from nextcloud/bugfix/noid/fix-current-user-matching-federated-user
fix(federation): Fix matching the current user only when there is no …
2024-03-21 16:07:54 +01:00
Maksim Sukharev 30aeeee059
fix(chat): disable drag&drop and Ctrl+V if files upload is not allowed
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-21 15:37:50 +01:00
Joas Schilling bc1e3700b8
fix(federation): Fix matching the current user only when there is no server attribute
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-21 15:32:34 +01:00
Maksim Sukharev 4c8044f71e
Merge pull request #11887 from nextcloud/chore/deps/nextcloud-vue-8.11.1
chore(deps): bump nextcloud/vue from 8.11.0 to 8.11.1
2024-03-21 14:56:46 +01:00
Joas Schilling 6da1d70f06
Merge pull request #11886 from nextcloud/fix/noid/federation-participants
fix(Participant): show all federated users in remote conversations as online
2024-03-21 14:46:56 +01:00
Maksim Sukharev 0772e091ef
Revert "style(LeftSidebar): make font-weight for conversations list names lighter"
This reverts commit 3e2e40c89e.

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-21 14:43:26 +01:00
Maksim Sukharev ff707dbd5a
chore(deps): bump nextcloud/vue from 8.11.0 to 8.11.1
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-21 14:30:42 +01:00
Maksim Sukharev 8779ea8921
fix(Participant): show all federated users in remote conversations as online with federation-v1 capability
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-21 14:25:14 +01:00
Joas Schilling be840e77c0
feat(avatar): Allow logged-in users to proxy avatars without a token
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-21 13:11:41 +01:00
Joas Schilling ed658ae3ed
chore(release): Bump version to 19.0.0-beta.4
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-21 12:55:49 +01:00
Joas Schilling 74f5a4368e
chore(release): Add changelog for 19.0.0-beta.4
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-21 12:55:08 +01:00
Joas Schilling 9b35953e2f
Merge pull request #11877 from nextcloud/desktop/do-no-change-welcome-page-path
fix(desktop): do not change welcome page path for desktop
2024-03-21 10:26:27 +01:00
Nextcloud bot 1340433cc8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-21 00:23:28 +00:00
Grigorii K. Shartsev 58833e683d fix(desktop): do not change welcome page path for desktop
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-03-20 16:45:55 +01:00
Maksim Sukharev 94974dce73
Merge pull request #11868 from nextcloud/fix/11433/note-to-self-spinner
fix(SharedItems): fetch after page reload + fix(Conversation): set warnings on max length
2024-03-20 13:03:00 +01:00
Maksim Sukharev d09148424a
fix(avatar): restrict image fallback size
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-20 12:55:57 +01:00
Maksim Sukharev a350dcd6f2
fix(conversation): set warnings on name/description max length
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-20 12:55:56 +01:00
Maksim Sukharev edb0a9b8ac
fix(SharedItems): get shared items straight after page reload
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-20 09:04:41 +01:00
Nextcloud bot b7d3781019
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-20 00:22:21 +00:00
Joas Schilling fbeec6258c
Merge pull request #11863 from nextcloud/bugfix/noid/fix-duplicate-share-message
fix(recording): Fix duplicate share message when sharing a recording …
2024-03-19 17:03:44 +01:00
Maksim Sukharev cecbdac1b4
Merge pull request #11862 from nextcloud/fix/noid/minor-federation
fix(conversation): allow to invite federated user when creating a conversation
2024-03-19 16:42:34 +01:00
Maksim Sukharev c02ca12d5d
fix(conversation): allow to invite federated user when creating a conversation
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-19 16:38:32 +01:00
Joas Schilling 2dc6f2a785
fix(recording): Fix duplicate share message when sharing a recording or transcript
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-19 16:28:43 +01:00
Joas Schilling b0e22ada2d
Merge pull request #11861 from nextcloud/bugfix/noid/mark-notifications-for-federated-rooms-also-read
fix(federation): Mark notifications for federated rooms read similarly
2024-03-19 15:11:54 +01:00
Joas Schilling 5f8c5e8e45
fix(chat): Mark notifications read when setting the readmarker to the end
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-19 14:49:34 +01:00
Joas Schilling ba4ff4ff15
fix(federation): Add an integration test confirming the mark read
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-19 14:24:25 +01:00