Nextcloud bot
|
c360ea2ecf
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
Vitor Mattos
|
2c98b323e6
|
Merge pull request #8998 from nextcloud/feature/admin-notification-about-recording
Feature/admin notification about recording
|
3 years ago |
Marco
|
48ad2cf248
|
Merge pull request #8987 from nextcloud/feature/8986/improve-participants-editor
Use breakoutroomitem component in participant editor
|
3 years ago |
Marco
|
8d0fa256cd
|
Improve semantics
Signed-off-by: Marco <marcoambrosini@icloud.com>
|
3 years ago |
Marco
|
7d2034d946
|
Update src/components/RightSidebar/BreakoutRooms/BreakoutRoomItem.vue
Co-authored-by: Maksim <antreesy.web@gmail.com>
Signed-off-by: Marco <marcoambrosini@icloud.com>
|
3 years ago |
Marco
|
03fcf230bb
|
Fix selectableparticipant margin
Signed-off-by: Marco <marcoambrosini@icloud.com>
|
3 years ago |
Marco
|
ac143243e7
|
Remove unneeded margin
Signed-off-by: Marco <marcoambrosini@icloud.com>
|
3 years ago |
Marco
|
ce37ba63b7
|
Use breakoutroomitem in participantseditor
Signed-off-by: Marco <marcoambrosini@icloud.com>
|
3 years ago |
Marco
|
15b233cb16
|
Create participants slot in breakoutroomitem component
Signed-off-by: Marco <marcoambrosini@icloud.com>
|
3 years ago |
Joas Schilling
|
afd74b4aec
|
Merge pull request #8846 from nextcloud/feature/send-notification-when-get-upload-problem
Send notification when get upload problem
|
3 years ago |
Joas Schilling
|
726cbe679a
|
fix(settings): Move size math to the frontend for better strings
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Joas Schilling
|
0196aeff77
|
Merge pull request #8996 from nextcloud/fix/8915/adjust-emoji-picker-visibility
Add container context for `NewMessageForm`
|
3 years ago |
Maksim Sukharev
|
0f6d599d1a
|
pass modal ID to NewMessageForm for rendering content inside of it
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
3 years ago |
Vitor Mattos
|
0993747b8c
|
Add warning when the upload max size is greater than 512
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
6841178ce1
|
Add upload limit to admin settings as initial state
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Nextcloud bot
|
8782d5c80e
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
Vitor Mattos
|
0e62b58b53
|
Merge pull request #8989 from silopolis/spelling_fix
Spelling fix
|
3 years ago |
Vitor Mattos
|
fd0703ed29
|
Merge pull request #8988 from nextcloud/bugfix/8930/docs-object-types
fix(docs): Document object types of conversations
|
3 years ago |
Joas Schilling
|
aa1e6d90f8
|
Merge pull request #8980 from nextcloud/bugfix/noid/always-sort-breakout-rooms
fix(API): Sort listed conversations on API level so CI results are stable
|
3 years ago |
Joas Schilling
|
1f3ddd0fd0
|
Merge pull request #8985 from nextcloud/bugfix/noid/remove-polls-when-purging-history
fix(polls): Remove polls also when deleting the chat history
|
3 years ago |
Vitor Mattos
|
a0fef98d61
|
Reorganize the types of notifications separating by chagOnly and not chatOnly
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Jérémie Tarot
|
08a055abd1
|
Spelling fix
'One to one' -> 'One-to-one'
Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>
|
3 years ago |
Joas Schilling
|
0c4eae4db9
|
fix(docs): Add documentation for individual breakout room adding and deleting
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Joas Schilling
|
4d80bba587
|
fix(docs): Document object types of conversations
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Joas Schilling
|
30b86548fc
|
Merge pull request #8984 from nextcloud/fix/8927/breakoutrooms-semantic-a11y-improvements
Breakout rooms: improve semantic and a11y
|
3 years ago |
Joas Schilling
|
ea4296183f
|
fix(polls): Remove polls also when deleting the chat history
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Maksim Sukharev
|
75c1a8624c
|
move a margin rule to the stable element
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
3 years ago |
Maksim Sukharev
|
a65f9f4260
|
remove redundant wrapper
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
3 years ago |
Maksim Sukharev
|
cf08649964
|
replace deprecated prop, add aria-label
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
3 years ago |
Maksim Sukharev
|
609c564360
|
change ul nesting for participants list
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
3 years ago |
Joas Schilling
|
f91d6de20d
|
Merge pull request #8978 from nextcloud/bugfix/noid/topbar-improvements
fix(a11y): Add aria-label to button with only numeric label
|
3 years ago |
Joas Schilling
|
f274cb387b
|
Merge pull request #8961 from nextcloud/bugfix/8924/fix-permissions-editor-claiming-non-default-permissions
fix(permissions): Fix the permissions editor claiming custom permissions are used, when all boxes are ticked
|
3 years ago |
Joas Schilling
|
590003c2a6
|
fix(API): Sort listed conversations on API level so CI results are stable
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Joas Schilling
|
84ee234c32
|
fix(settings): Also identify custom+join as restricted
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Joas Schilling
|
139f08d941
|
fix(a11y): Add aria-label to button with only numeric label
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Joas Schilling
|
e897d485ee
|
fix(topbar): Remove unused method
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Joas Schilling
|
73e193e5d9
|
Merge pull request #8975 from nextcloud/fix/8899/refactor-calltime-button
Remove empty space from Call Recording button
|
3 years ago |
Joas Schilling
|
e078e29ee2
|
Merge pull request #8968 from nextcloud/fix/8869/parse-special-symbols-before-posting
Parse special symbols after NcRichContentEditable, like `<` and `>`
|
3 years ago |
Nextcloud bot
|
a3d0618a27
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
Vitor Mattos
|
40d6dab87d
|
Merge pull request #8970 from nextcloud/bugfix/8912/breakout-room-items-in-dashboard
fix(dashboard): Filter out breakout rooms from the Dashboard API list
|
3 years ago |
Maksim Sukharev
|
0c117ccb59
|
refactor CallTime.vue, remove redundant styles
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
3 years ago |
Maksim Sukharev
|
9e444238c6
|
Fix classes, imports, typos
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
3 years ago |
Joas Schilling
|
0cf0dbe661
|
Merge pull request #8971 from nextcloud/bugfix/8934/hide-empty-action-separator
fix(frontend): Fix empty action separator for group participants
|
3 years ago |
Joas Schilling
|
5c0e5c85a6
|
Merge pull request #8963 from nextcloud/bugfix/noid/fix-missing-aria-label-for-icon-buttons-in-call-view
fix(a11y): Fix missing aria-labels for buttons in call view
|
3 years ago |
Joas Schilling
|
84f0184775
|
Merge pull request #8969 from silopolis/SendMessageDialog_Title_Fix
Small consistency dialogTitle fix
|
3 years ago |
Joas Schilling
|
9162c51ac9
|
fix(frontend): Fix empty action separator for group participants
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Joas Schilling
|
c098cf187c
|
fix(dashboard): Filter out breakout rooms from the Dashboard API list
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Maksim Sukharev
|
e1fd238507
|
restore parsing method from stable25
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
3 years ago |
Jérémie Tarot
|
8905b4ddba
|
Small consistency dialogTitle fix
Also helps translation disambiguation between 'a' and 'the'.
|
3 years ago |
Joas Schilling
|
be032cff50
|
Merge pull request #8965 from nextcloud/changelog/16.0.0-rc.2
chore(release): Add changelog for 16.0.0-rc.2
|
3 years ago |