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

9746 Коммитов

Автор SHA1 Сообщение Дата
Joas Schilling 20ef389b1b
Fix flickering of description overflow when switching between one-to-one and a descripted room
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-15 15:09:43 +02:00
Joas Schilling a3f2f15db4
Merge pull request #5483 from nextcloud/bugfix/4248/remove-deleted-groups-from-settings
Remove deleted groups from settings
2021-04-15 08:28:18 +02:00
Joas Schilling ddac09958c
Fix copyright year
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-15 08:27:54 +02:00
Nextcloud bot 02179cedb5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-04-15 03:18:43 +00:00
Joas Schilling a4cf5a43ff
Fix php CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-14 16:36:11 +02:00
Joas Schilling a564828c88
Delete groups from settings when they are deleted
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-14 16:28:26 +02:00
Joas Schilling 9217233c82
Remove deleted groups from settings when rendering the admin page
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-14 16:28:08 +02:00
Joas Schilling 9d8d38f960
Merge pull request #5482 from nextcloud/bugfix/5349/expose-multiple-sessions-raised-hand
Fix raised hand detection for multiple session, adjusted participant list response
2021-04-14 15:59:11 +02:00
Vincent Petry 5b6ea475f0
Fix sessionIds array usage
Adjusted further locations in the code where sessionIds array must be
used instead of the removed sessionId.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-14 14:44:28 +02:00
Vincent Petry a9731a2d00
Remove participant list API's sessionId
The sessionId is now removed from the participant list API response in
favor of the sessionIds array.

The frontend code has been adjusted to accomodate for the new structure.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-14 14:21:23 +02:00
Vincent Petry 037984546e
Fix raised hand detection with multiple sessions
The raised hand state in the participant list is now computed based on
all the participant's sessions. The icon will appear if at least one
session has its hand raised.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-14 14:01:25 +02:00
Vincent Petry cc7b2ec3c1
Expose session ids as array in participants API
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-14 14:00:48 +02:00
Joas Schilling 2468a8142b
Merge pull request #5459 from nextcloud/feature/noid/log-conversation-deletions-in-audit-log
Log conversation deletions in the audit.log
2021-04-14 13:51:48 +02:00
Joas Schilling 56dd22a26b
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-14 13:25:49 +02:00
Joas Schilling 999bd08ea4
Update christophwurst/nextcloud package
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-14 13:22:17 +02:00
Nextcloud bot 428e44dd73
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-04-14 03:21:49 +00:00
Valdnet b4a33142a8
Merge pull request #5480 from nextcloud/Valdnet-patch-1
l10n: Unify spelling
2021-04-13 12:16:59 +02:00
Valdnet 1bb8b38eb0
l10n: Unify spelling
Spelling unification in Nextcloud applications.
2021-04-13 12:02:47 +02:00
Joas Schilling 378fa07644
Merge pull request #4246 from nextcloud/bugfix/noid/allow-to-mention-groupfolder-users-in-file-chats
Allow to mention groupfolder users in file chats
2021-04-13 11:49:02 +02:00
Joas Schilling f212cb2244
Adjust integration tests to the new expectations
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-13 10:16:49 +02:00
Joas Schilling 850ccf29fb
Fix integration tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-13 10:16:49 +02:00
Joas Schilling 2acd348eb6
Only take shares on the file directly into account
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-13 10:16:49 +02:00
Joas Schilling 2adfdd920d
Check if the file is accessible by someone else before allowing to chat about it
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-13 10:16:49 +02:00
Joas Schilling 6f071f6d89
Remove unused methods
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-13 10:16:48 +02:00
Joas Schilling 75f09c8216
Also allow accessing file conversations when access is possible via external storage or groupfolder
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-13 10:16:48 +02:00
Joas Schilling 73be7bece9
Allow to mention groupfolder users in file chats
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-13 10:16:48 +02:00
Joas Schilling f31997ad0d
Merge pull request #5478 from nextcloud/Valdnet-patch-1
l10n: Unify spelling
2021-04-13 10:09:52 +02:00
Valdnet 0f68475a88
l10n: Unify spelling
Spelling unification in Nextcloud applications.
2021-04-13 09:17:15 +02:00
Nextcloud bot 098b660633
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-04-13 03:19:09 +00:00
Vincent Petry ff7db55015
Merge pull request #5462 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-3.9.0
Bump @nextcloud/vue from 3.8.0 to 3.9.0
2021-04-12 16:46:05 +02:00
Vincent Petry 8a82ac88b7
Merge pull request #5476 from nextcloud/bugfix/meta/issue_templates
Issue templates | Add empty line to details blocks
2021-04-12 16:38:18 +02:00
MichaIng c0a2b3ade6 Add empty line to details block before code block
As a matter of fact, without that additional empty line, the fenced code blocks within the details blocks are not shown correctly on GitHub.

Signed-off-by: MichaIng <micha@dietpi.com>
2021-04-12 16:09:15 +02:00
Joas Schilling 8713553203
Merge pull request #5469 from nextcloud/changelog/april-12
Changelog for 11.2.0, 11.1.2, 10.1.4 and 10.0.7
2021-04-12 13:37:22 +02:00
Daniel Calviño Sánchez e1de609272 Fix links to pull requests
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-04-12 11:56:09 +02:00
Joas Schilling ea5e788d9b
Changelog for 11.2.0, 11.1.2, 10.1.4 and 10.0.7
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-12 11:19:08 +02:00
Joas Schilling eb77791c0a
Log conversation deletions in the audit.log
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-12 11:03:00 +02:00
Joas Schilling b57ed54132
Merge pull request #5463 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.13.15
Bump @babel/preset-env from 7.13.12 to 7.13.15
2021-04-12 10:57:06 +02:00
Joas Schilling 96166bd5cc
Merge pull request #5464 from nextcloud/dependabot/npm_and_yarn/babel/core-7.13.15
Bump @babel/core from 7.13.14 to 7.13.15
2021-04-12 10:56:57 +02:00
Joas Schilling e78b5305dd
Merge pull request #5467 from nextcloud/Valdnet-patch-1
l10n: Unify spelling
2021-04-12 10:54:44 +02:00
Valdnet 98477fe177
l10n: Unify spelling
Spelling unification in Nextcloud applications.
2021-04-12 09:55:47 +02:00
Valdnet 04e4f58150
l10n: Unify spelling
Spelling unification in Nextcloud applications.
2021-04-12 09:53:46 +02:00
Valdnet bfd5a1a6f6
l10n: Unify spelling
Spelling unification in Nextcloud applications.
2021-04-12 09:51:15 +02:00
Valdnet 46431e39a3
l10n: Unify spelling
Spelling unification in Nextcloud applications.
2021-04-12 09:48:21 +02:00
Nextcloud bot 00148e0d60
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-04-12 03:18:35 +00:00
Nextcloud bot bf2ad40f4e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-04-11 03:17:42 +00:00
Nextcloud bot a057826047
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-04-10 03:26:52 +00:00
dependabot[bot] 2618615c10
Bump @babel/core from 7.13.14 to 7.13.15
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.14 to 7.13.15.
- [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.13.15/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-10 01:12:11 +00:00
dependabot[bot] cfeea7ff7c
Bump @babel/preset-env from 7.13.12 to 7.13.15
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.12 to 7.13.15.
- [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.13.15/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-10 01:08:10 +00:00
dependabot[bot] 99e3e1aab7
Bump @nextcloud/vue from 3.8.0 to 3.9.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-10 01:04:12 +00:00
Joas Schilling c0dbdf5344
Merge pull request #5461 from nextcloud/dependabot/npm_and_yarn/nextcloud/capabilities-1.0.4
Bump @nextcloud/capabilities from 1.0.2 to 1.0.4
2021-04-09 15:13:46 +02:00