summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-07-12fixup! fix(CallView): freeze promoted video on hoverfix/12631/promoted-video-on-hoverDorraJaouad
2024-07-12fix(CallView): freeze promoted video on hoverDorraJaouad
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-07-12Fix(l10n): Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-11Merge pull request #12679 from nextcloud/backport/12554/mainJoas Schilling
perf(sharing): Use getFirstNodeById() which is more performant
2024-07-11Merge pull request #12675 from nextcloud/changelog/18.0.10-19.0.5Joas Schilling
chore(release): Changelog for 18.0.10 and 19.0.5
2024-07-11perf(sharing): Use getFirstNodeById() which is more performantJoas Schilling
As we don't care which node we get for rendering the message Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-11chore(release): Changelog for 18.0.10 and 19.0.5Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-11Merge pull request #12550 from nextcloud/fix/12454/highlight-temp-messagesMaksim Sukharev
fix(chat): show spinner for temporary / edited messages
2024-07-11Merge pull request #12672 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-missing-dashboard-widget-icon fix(dashboard): Fix missing dashboard icon
2024-07-11fix(dashboard): Fix missing dashboard iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-11Merge pull request #12633 from nextcloud/fix/7896/css-blurJoas Schilling
fix(settings): drop local setting for background blur filter, use provided by server
2024-07-11Fix(l10n): Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-10Merge pull request #12655 from nextcloud/fix/noid/replace-vue-observe-libMaksim Sukharev
fix(directive): replace v-observe-visibility with vIntersectionObserver
2024-07-10chore(deps): drop v-observe-visibility libraryMaksim Sukharev
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-07-10fix(directive): replace v-observe-visibility with vIntersectionObserverMaksim Sukharev
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-07-10Merge pull request #12558 from ↵Shankar Kalidindi
nextcloud/skalidindi53/12292/Banning-users-and-guests feat: Added database migration for banning users
2024-07-10Merge pull request #12657 from nextcloud/feat/12250/picker-visibilityDorra
feat(filepicker): add button to show smart picker
2024-07-10Merge pull request #12659 from ↵Marcel Müller
nextcloud/fix/12595/safari-rendering-bug-read-marker fix(MessageList): Workaround rendering issue on safari when unread marker is removed
2024-07-10fix: lintDorraJaouad
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-07-10feat(filepicker): add button to show slash commandsDorraJaouad
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-07-10fix(db): Bump version to trigger migrationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10fix(ban): Fix frontend call to unbanJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10fix(ban): Fix oracle handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10fix(ban): Improve documentation of typesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10fix(ban): Remove unused methodsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10fix(ban): Simplify validation and document known errorsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10fix(ban): Ensure the ban is from the current roomJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10feat: Integration tests for banning/unbanning usersskalidindi53
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
2024-07-10fix(CI): Simplify the integration test and move it forwardJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10fix(ban): Add missing banId to unban URLJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10fix(ban): Don't ban the moderator but the provided actorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10feat: Moderator able to ban users testskalidindi53
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
2024-07-10feat: Initial implementation of ban/unban user testsskalidindi53
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
2024-07-10feat: Added BanController.phpskalidindi53
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
2024-07-10feat: Added BanService.php to validate, retrieve, create and delete bansskalidindi53
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
2024-07-10feat: Added Ban.php and BanMapper.phpskalidindi53
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
2024-07-10feat: Added database migration for banning usersskalidindi53
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
2024-07-10Merge pull request #12664 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-missing-information-for-federated-references fix(chat): Fix missing reference information for federated message links
2024-07-10fix(chat): Fix missing reference information for federated message linksJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10Merge pull request #12661 from ↵Joas Schilling
nextcloud/bugfix/12654/fix-federation-authentication-with-https-protocol fix(federation): Fix federation with Nextcloud 29.0.4 or later
2024-07-10fix(federation): Fix federation with Nextcloud 29.0.4 or laterJoas Schilling
Since 29.0.4 ICloudID::getRemote() contains the protocol. Therefore we can no longer find the federation invites by the server URL, as the protocol was missing in the database. To be more aligned with the future expectation of the handling, the protocol is added and now always expected. Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10Merge pull request #12641 from nextcloud/fix/12453/date-separator-invisibleDorra
fix(MessagesList): show date separator when div is not scrollable
2024-07-10Fix(l10n): Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-09fix(MessageList): Workaround rendering issue on safari when unread marker is ↵Marcel Müller
removed Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-07-09fix(MessagesList): apply sticky-invisible style only when div is scrollableDorraJaouad
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-07-09Merge pull request #12651 from nextcloud/fix/noid/leave-call-dialogMaksim Sukharev
fix(chat): wrap Quote in RouterLink to handle in-app navigation
2024-07-09Merge pull request #12644 from nextcloud/fix/grouped-sys-messagesDorra
Fix(GroupSystemMessages): add tests and adjust conditions for combined messages
2024-07-09Merge pull request #12652 from nextcloud/license/change-to-tomlJoas Schilling
fix(license): Change reuse to toml file
2024-07-09fix(license): Change reuse to toml fileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-09fix(settings): drop local setting for background blur filter, use provided ↵Maksim Sukharev
by server Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>