Commit Graph

692 Commits

Author SHA1 Message Date
fe434a345b feat(translations): Expose task-processing translation options
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-01-07 15:50:57 +01:00
7ec6dbdd5b fix: Fix product name casing and spelling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-01-02 15:25:53 +01:00
91a6abfaaa feat(call): Direct endpoint to check if call notification should be dismissed
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-12-06 06:45:11 +01:00
d77753d1ce feat(conversations): add option to force passwords in public conversations
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-11-27 20:47:59 +01:00
6017b86d4f feat(invitations): Allow importing CSV email lists
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-11-27 14:14:33 +01:00
f11783e591 feat(rooms): add option to automatically lock public and group rooms if they are inactive
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-11-22 12:53:14 +01:00
a5bfd8c5da docs: Update Minimum Android Version for Nextcloud Talk
Signed-off-by: Sowjanya Kota <sowjanya.kch@gmail.com>
2024-11-21 11:28:20 +01:00
384c5560f4 feat(AI-call-summary): Automatically summarize call transcript
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-11-20 09:58:56 +01:00
d046ef01ef feat(archive): Finalize archived conversation behaviour
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-11-20 09:23:58 +01:00
5b1c701a2c Merge pull request #13490 from nextcloud/feat/add-blur-config
feat(call): add option to enable blur background by default for all c…
2024-11-15 11:21:21 +01:00
ab54a9367d fix: rename blur-background to blur-virtual-background
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-11-15 10:57:39 +01:00
b6cb2d9d5d Feat: add blur background config
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-11-14 17:31:17 +01:00
fb841e8f19 feat(chat): Expose summary-threshold in capabilities
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-11-14 16:08:41 +01:00
ef206f320b feat(chat): Add API to summarize chat messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-11-14 15:38:21 +01:00
b8c76b0584 docs(bots): Clarify the random guest actor id
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-23 06:11:37 +02:00
503d81a248 docs: Fix nested code blocks
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-16 14:02:59 +02:00
d55f467164 fix(docs): Add federation occ to developer setup docs
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-10-16 13:45:59 +02:00
5be3f06e80 feat(calls): Allow moderators to download a call participants list
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-15 06:19:01 +02:00
c5ea96e7d4 Merge pull request #13491 from nextcloud/feat/13463/force-end-call
Force call ends after X - API Follow ups
2024-10-14 15:25:21 +02:00
7adfeb2218 feat(polls): Allow moderators to draft polls
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-11 14:03:11 +02:00
97de780bfa feat(max-duration): Add a capability
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-08 14:24:02 +02:00
af917bce03 feat(calls): Add appconfig and user preference for default setting of media
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-08 13:57:36 +02:00
829fdddb6f feat(calls): Allow to enforce a maximum call length
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-04 15:56:37 +02:00
f8fef7dc79 feat(archive): Allow to archive conversations
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-09-20 11:07:53 +02:00
f888cd5133 feat(devsetup): Add step by step guide for a development setup
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-09-16 10:02:00 +02:00
4bf19a6cca docs: Fix copy-paste-error on Join/Leave docs for Bot messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-10 17:04:36 +02:00
566240287a docs: update screenshots in appstore to match Nc30 styles
Signed-off-by: Antreesy <antreesy.web@gmail.com>
2024-08-30 14:15:31 +02:00
ece1decade feat(calls): Support "Send call notification" for and with federated users
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-08-26 16:07:28 +02:00
379a9ab9bc docs: Fix values for used recording consent options
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-08-26 11:22:47 +02:00
81e7968000 fix(conversations): Remove call-permissions
The permission only existed on API level and it's too complicated
to figure out a good UX for it. So the functionality to change it
are removed here. It's still kept in the database and response to
avoid breakage of existing clients

Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-08-22 17:16:41 +02:00
1fda7a31e2 fix(federation): Sync room properties on join
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-08-22 16:24:49 +02:00
33374d955f feat: Added capability for editing msgs in NoteToSelf
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
2024-08-22 09:57:12 +02:00
75147aae92 fix(docs): Add required capability for federation support
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-08-15 09:20:16 +02:00
2a38a527d2 fix(calls): Explicitly end the call so we can notify the remote
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-31 23:07:28 +02:00
1c673cd896 fix(calls): Make starting a call an explicit event
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-31 23:06:55 +02:00
5162e9469b feat: Propagate "in call" status of rooms to federated servers
"In call" status is set from two different properties, "active since"
and "call flag". Call flags can be modified independently, but "active
since" is always linked to setting call flags, so the event needs to
include both properties.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-07-25 23:32:39 +02:00
ad9c454ad2 feat: Add "federation-v2" capability
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-07-24 15:54:19 +02:00
e75a811a50 feat(chat): Outline the participant count when trying to mention everyone
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-23 15:32:29 +02:00
99707fa31a feat(mentions): Add mention @all permission for rooms
Signed-off-by: Sanskar Soni <sanskarsoni300@gmail.com>
2024-07-23 13:37:43 +02:00
627e68b222 Merge pull request #12551 from sanskar-soni-9/feat/add-events-for-bot-enable-disable
feat(bots): Add events for enabling and disabling bots
2024-06-28 13:49:15 +02:00
227c22541e fix(docs): fixed broken links.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-06-28 13:02:08 +02:00
e8af04d557 feat(bots): Add events for enabling and disabling bots
Signed-off-by: Sanskar Soni <sanskarsoni300@gmail.com>
2024-06-28 15:21:05 +05:30
3c83fd0d3d fix(docs): fixed participant notification levels link.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-06-27 15:09:30 +02:00
e5cbb7f8e0 feat(docs): added link to room listable scopes.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-06-27 15:07:27 +02:00
5def410024 fix: Broken links in documentation 2024-06-21 18:04:33 +10:00
ec76f56bdf docs: updated documentation for chat-reference-id capability
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
2024-06-13 08:19:08 -05:00
fb8a73c011 fix(capabilities): Mark federation and signaling capabilities as local
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-10 12:08:24 +02:00
bf240be8cf feat(capabilities): Expose which capabilities should be considered local vs federated
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-08 12:57:52 +02:00
3cda633a5f feat(ban): Contract for banning attendees and IP/ranges
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-08 11:44:27 +02:00
bcb7052900 chore: Add copyrights in some files
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-26 16:05:31 +02:00