Nextcloud bot
|
067c7b528f
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2 years ago |
Maksim Sukharev
|
292cff69b8
|
Merge pull request #9374 from nextcloud/fix/9236/update-collections-deps
Update dependencies (`nextcloud-vue-collections`, `@nextcloud/webpack-vue-config`)
|
2 years ago |
Maksim Sukharev
|
a73a1561ed
|
bump packages
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
2 years ago |
Daniel Calviño Sánchez
|
b1ed68c574
|
Merge pull request #9253 from mishamosher/recording-upload-memory
Avoid out-of-memory errors when uploading a recording
|
2 years ago |
Elmer Miroslav Mosher Golovin
|
7e036e4ebf
|
Use a streaming POST request for recordings upload
Signed-off-by: Elmer Miroslav Mosher Golovin <miroslav@mishamosher.com>
|
2 years ago |
Elmer Miroslav Mosher Golovin
|
d166a8b994
|
Use requests instead of urllib
Signed-off-by: Elmer Miroslav Mosher Golovin <miroslav@mishamosher.com>
|
2 years ago |
Elmer Miroslav Mosher Golovin
|
585f1aba26
|
Avoid out-of-memory errors by using a resource instead of loading entire files into memory
Signed-off-by: Elmer Miroslav Mosher Golovin <miroslav@mishamosher.com>
|
2 years ago |
Joas Schilling
|
9aed218ee1
|
Merge pull request #9377 from nextcloud/techdebt/noid/update-to-server-attributes
feat(controllers): Migrate server annotations to attributes
|
2 years ago |
Maksim Sukharev
|
a223f9b56a
|
Merge pull request #9376 from nextcloud/fix/noid/input-field-labels
Accessibility improvements for text fields and buttons
|
2 years ago |
Joas Schilling
|
092b5aa139
|
fix(deps): Bump nextcloud/ocp dependency
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Joas Schilling
|
5ac5d00e2d
|
feat(controllers): Migrate server annotations to attributes
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Nextcloud bot
|
a699d959ec
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2 years ago |
Joas Schilling
|
1795e6f1d0
|
Merge pull request #9375 from nextcloud/feature/9362/fix-command-description
Fix command description
|
2 years ago |
Vitor Mattos
|
81fb1b7298
|
Change text after code review
https://github.com/nextcloud/spreed/pull/9375/files#r1176408612
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
2 years ago |
Maksim Sukharev
|
908aa40320
|
add labels to rest NcButton components
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
2 years ago |
Joas Schilling
|
4cc268de03
|
Merge pull request #9372 from nextcloud/techdebt/noid/move-talk-annotations-to-attributes
techdebt(controllers): Move talk annotations to attributes
|
2 years ago |
Vitor Mattos
|
cd221eab51
|
Fix command description
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
2 years ago |
Maksim Sukharev
|
57dbf67f40
|
add labels to NcTextField components
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
2 years ago |
Joas Schilling
|
f39a4299ab
|
techdebt(controllers): Migrate Talk annotations to attributes
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Joas Schilling
|
b2b0bdfba9
|
feat(middleware): Move RequireCallEnabled annotation to attribute
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Joas Schilling
|
2d8a0e4d87
|
Merge pull request #9367 from nextcloud/techdebt/noid/controller-annotations
techdebt(controllers): Migrate controllers to Attributes
|
2 years ago |
Nextcloud bot
|
3a2a5360a4
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2 years ago |
Joas Schilling
|
55f759891a
|
Merge pull request #9332 from nextcloud/bugfix/9188/use-conversation-avatar-in-mention-suggestion
fix(avatar): Use conversation avatar in mention suggestion
|
2 years ago |
Joas Schilling
|
d5b4b67075
|
Merge pull request #9369 from nextcloud/followup/9365/remove-unused-members
chore(tests): Remove unused context variables
|
2 years ago |
Joas Schilling
|
bc7a0331be
|
chore(tests): Remove unused context variables
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Joas Schilling
|
385cc807fe
|
Merge pull request #9365 from nextcloud/bugfix/9326/double-mark-processed
fix(notifications): Remove duplicate call to markProcessed() with rec…
|
2 years ago |
Maksim Sukharev
|
b61866d3ec
|
Merge pull request #9346 from nextcloud/fix/6808/mark-conversation-unread
Allow to mark conversation as unread
|
2 years ago |
Joas Schilling
|
2bef32969f
|
fix(controllers): Migrate to proper "multiple bruteforce protections" support
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Joas Schilling
|
e5693a7903
|
fix(controllers): Always specify the bruteforced action
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Joas Schilling
|
a51ebee5a2
|
fix(controllers): Migrate to BruteForceProtection attribute
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Joas Schilling
|
5625c65c9e
|
fix(controllers): Migrate to UseSession attribute
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Maksim Sukharev
|
82d3a6e3df
|
remove try-catch block, fix checks for missing conversations
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
2 years ago |
Joas Schilling
|
8f4542216e
|
fix(tests): Explicitly replace only the desired room token
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Joas Schilling
|
46251c9042
|
fix(notifications): Remove duplicate call to markProcessed() with recordings and transcripts
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Maksim Sukharev
|
26f74213b2
|
Merge pull request #9363 from nextcloud/fix/9335/unread-mentions-error
Fix TypeError at `LeftSidebar`
|
2 years ago |
Maksim Sukharev
|
f3c980c774
|
replace HTML Collection with HTML NodeList
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
2 years ago |
Nextcloud bot
|
709927f5a1
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2 years ago |
Nextcloud bot
|
5743fba06a
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2 years ago |
Marco
|
4ff5646c24
|
Merge pull request #9358 from nextcloud/dependabot/npm_and_yarn/nextcloud/router-2.1.1
chore(deps): Bump @nextcloud/router from 2.0.1 to 2.1.1
|
2 years ago |
dependabot[bot]
|
002cbb540e
|
Merge pull request #9355 from nextcloud/dependabot/npm_and_yarn/extendable-media-recorder-wav-encoder-7.0.86
|
2 years ago |
Joas Schilling
|
c834c890f2
|
Merge pull request #9351 from nextcloud/dependabot/composer/tests/integration/behat/behat-3.13.0
chore(deps-dev): Bump behat/behat from 3.12.0 to 3.13.0 in /tests/integration
|
2 years ago |
dependabot[bot]
|
3f18e1fdfa
|
Merge pull request #9350 from nextcloud/dependabot/composer/tests/integration/guzzlehttp/guzzle-7.5.1
|
2 years ago |
dependabot[bot]
|
33cba380b4
|
chore(deps): Bump extendable-media-recorder-wav-encoder
Bumps [extendable-media-recorder-wav-encoder](https://github.com/chrisguttandin/extendable-media-recorder-wav-encoder) from 7.0.85 to 7.0.86.
- [Release notes](https://github.com/chrisguttandin/extendable-media-recorder-wav-encoder/releases)
- [Commits](https://github.com/chrisguttandin/extendable-media-recorder-wav-encoder/compare/v7.0.85...v7.0.86)
---
updated-dependencies:
- dependency-name: extendable-media-recorder-wav-encoder
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
8e4550caa6
|
Merge pull request #9348 from nextcloud/dependabot/npm_and_yarn/extendable-media-recorder-7.1.12
|
2 years ago |
dependabot[bot]
|
e142dacf46
|
chore(deps): Bump @nextcloud/router from 2.0.1 to 2.1.1
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 2.0.1 to 2.1.1.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-router/compare/v2.0.1...v2.1.1)
---
updated-dependencies:
- dependency-name: "@nextcloud/router"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Nextcloud bot
|
2b8131b4ca
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2 years ago |
dependabot[bot]
|
23af086efc
|
chore(deps-dev): Bump behat/behat in /tests/integration
Bumps [behat/behat](https://github.com/Behat/Behat) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Behat/Behat/compare/v3.12.0...v3.13.0)
---
updated-dependencies:
- dependency-name: behat/behat
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
0dbdc13ac1
|
chore(deps-dev): Bump guzzlehttp/guzzle in /tests/integration
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.5.0 to 7.5.1.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.5/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.5.0...7.5.1)
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
c468be2b16
|
chore(deps): Bump extendable-media-recorder from 7.1.10 to 7.1.12
Bumps [extendable-media-recorder](https://github.com/chrisguttandin/extendable-media-recorder) from 7.1.10 to 7.1.12.
- [Release notes](https://github.com/chrisguttandin/extendable-media-recorder/releases)
- [Commits](https://github.com/chrisguttandin/extendable-media-recorder/compare/v7.1.10...v7.1.12)
---
updated-dependencies:
- dependency-name: extendable-media-recorder
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Antreesy
|
041e3e5c26
|
Add conditional button for marking conversation as read / unread, connect API
Signed-off-by: Antreesy <antreesy.web@gmail.com>
|
3 years ago |