Christoph Wurst
497350a7d3
Merge pull request #20938 from nextcloud/fix/share-talk-verification
...
Fix the Talk verification
2020-06-03 15:47:54 +02:00
Roeland Jago Douma
d7b6702ac5
Merge pull request #21167 from nextcloud/dependabot/npm_and_yarn/vue-router-3.3.2
...
Bump vue-router from 3.2.0 to 3.3.2
2020-06-03 13:10:10 +02:00
Joas Schilling
33f6a26a7d
Merge pull request #21091 from nextcloud/sftp-normalize-path
...
normalize sftp path in read and write stream
2020-06-03 12:17:38 +02:00
Christoph Wurst
111c8c9e0e
Merge pull request #21181 from nextcloud/fix/remote-share-remove-error-handling
...
Do not only catch Exceptions but any Throwable during rmt share delete
2020-06-03 11:11:47 +02:00
Nextcloud bot
f62f23ed1d
[tx-robot] updated from transifex
2020-06-03 02:16:18 +00:00
dependabot-preview[bot]
e0a47ac6fe
Bump vue-router from 3.2.0 to 3.3.2
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.2.0 to 3.3.2.
- [Release notes](https://github.com/vuejs/vue-router/releases )
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-router/compare/v3.2.0...v3.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-06-02 11:49:45 +00:00
Roeland Jago Douma
1c7d089434
Merge pull request #21164 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-1.3.1
...
Bump @nextcloud/dialogs from 1.3.0 to 1.3.1
2020-06-02 13:34:48 +02:00
Christoph Wurst
09a632242d
Do not only catch Exceptions but any Throwable during rmt share delete
...
When a remote share is deleted, we notify the remove instance. This may
trigger various error conditions, which we want to catch in order to
avoid undeletable shares. The try-catch, however, did only capture
exceptions, so things like TypeErrors were not caught and caused the
process to fail hard.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-02 09:21:09 +02:00
Nextcloud bot
796b454021
[tx-robot] updated from transifex
2020-06-02 02:16:02 +00:00
Daniel Calviño Sánchez
fdac2ffe24
Restore previous state when failing to change video verification state
...
When video verification can not be enabled or disabled the previous
state is set again in the JavaScript share object. This ensures that the
UI will not reflect a misleading state.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-06-01 18:50:13 +02:00
Christoph Wurst
5d92a6a7c9
Fix the Talk verification
...
When enabling or disabling Talk verification in mail shares the server
expects also a new password to be set. As we always just update one
property at a time this means the Talk verification was impossible to
activate or deactivate. With this patch, we send the talk option AND the
new password. If there is no new password, the Talk option is disabled
(in mail shares; in link shares it is possible to enable or disable the
video verification without changing the password).
When we finally have descriptive text on ActionCheckbox'es we should
definitely add some explanatory text for the user. Right now this is as
good as it gets.
We'll have to backport to 18.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-01 17:21:42 +02:00
Nextcloud bot
0f4de3d353
[tx-robot] updated from transifex
2020-06-01 02:16:00 +00:00
dependabot-preview[bot]
c4a7d45b70
Bump @nextcloud/dialogs from 1.3.0 to 1.3.1
...
Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v1.3.0...v1.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-31 11:12:07 +00:00
Nextcloud bot
a1bb18a837
[tx-robot] updated from transifex
2020-05-31 02:16:19 +00:00
Nextcloud bot
64c15a15d4
[tx-robot] updated from transifex
2020-05-30 02:16:04 +00:00
Roeland Jago Douma
532f4c41da
Merge pull request #20970 from nextcloud/td/js/escape-html-global
...
Remove the escape-html global
2020-05-29 13:36:55 +02:00
Roeland Jago Douma
251a4d3097
Merge pull request #21143 from nextcloud/fix-password-changes-in-link-and-mail-shares
...
Fix password changes in link and mail shares
2020-05-29 13:36:09 +02:00
Roeland Jago Douma
b9e7fd2418
Remove the escape-html global
...
Already announced for 19 that it would go. So now it realy does go.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-29 08:34:10 +00:00
Roeland Jago Douma
efd025cbc3
Merge pull request #21118 from nextcloud/td/move_systemtags
...
Move systemtags to a proper location
2020-05-29 09:14:25 +02:00
Roeland Jago Douma
ca606cea5c
Merge pull request #21146 from nextcloud/fix-reference-to-wrong-class-name
...
Fix reference to wrong class name
2020-05-29 08:46:23 +02:00
Nextcloud bot
ebd387e89a
[tx-robot] updated from transifex
2020-05-29 02:16:30 +00:00
Daniel Calviño Sánchez
37f231333f
Fix reference to wrong class name
...
\OCP\IShare does not exist; the right name is \OCP\Share\IShare,
although it is already imported as IShare.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29 01:41:06 +02:00
Daniel Calviño Sánchez
e59e283cc2
Fix creating a mail share with a password
...
When a mail share was created with a password the given password was not
hashed, so it was not possible to open the share with that password.
Moreover, if passwords were enforced the given password was ignored and
a new one was set (although in this case it was hashed so it worked as
expected). Now the given password is properly hashed and not overriden.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-28 21:51:22 +02:00
Daniel Calviño Sánchez
a2b0a7c30e
Extend mail shares unit tests to check the password and mail template
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-28 21:50:08 +02:00
Roeland Jago Douma
28f8a445e4
Move the systemtags to core/src
...
* Move to the handlebar loader from webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-28 19:05:09 +00:00
Roeland Jago Douma
77c1aeb84e
Merge pull request #21124 from nextcloud/feature/20612/add-capability-for-file-comments
...
Add a capability when file comments are enabled
2020-05-28 14:13:48 +02:00
Joas Schilling
ff381dda08
Add a capability when file comments are enabled
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-28 12:43:53 +02:00
Nextcloud bot
1d469fc06e
[tx-robot] updated from transifex
2020-05-28 02:16:38 +00:00
Roeland Jago Douma
778ef84ee2
Merge pull request #21123 from nextcloud/fix/noid/fix-retrieval-of-groups
...
simplify getGroups, fixing wrong chunking logic
2020-05-27 19:36:49 +02:00
Christoph Wurst
069d02aaec
Fix devices & sessions sanitization
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-05-27 15:06:56 +02:00
Arthur Schiwon
aed6f0f71e
simplify getGroups, fixing wrong chunking logic
...
pagination is taken care of properly in the search logic in Access class
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-05-27 14:41:10 +02:00
Roeland Jago Douma
a0771a389a
Merge pull request #21079 from nextcloud/dependabot/npm_and_yarn/moment-2.26.0
...
Bump moment from 2.25.3 to 2.26.0
2020-05-27 12:55:50 +02:00
Nextcloud bot
b9d17cfdec
[tx-robot] updated from transifex
2020-05-27 02:16:10 +00:00
dependabot-preview[bot]
3535204ce8
Bump moment from 2.25.3 to 2.26.0
...
Bumps [moment](https://github.com/moment/moment ) from 2.25.3 to 2.26.0.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.25.3...2.26.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-26 19:40:18 +00:00
Roeland Jago Douma
9bb07d3fbd
Merge pull request #21106 from nextcloud/fix/10809/user-pwd-change-loginname
...
use the loginname to verify the old password in user password changes
2020-05-26 21:18:57 +02:00
Arthur Schiwon
653162a709
use the loginname to verify the old password in user password changes
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-05-26 16:53:25 +02:00
Roeland Jago Douma
69e2aa029b
Merge pull request #21108 from nextcloud/fix/20745/eor-old-php-api
...
fixes infinitely repeating LDPA search results with PHP <= 7.2
2020-05-26 11:54:20 +02:00
Nextcloud bot
fda71a9979
[tx-robot] updated from transifex
2020-05-26 02:16:03 +00:00
Arthur Schiwon
15008a1798
fixes infinitely repeating LDPA search results with PHP <= 7.2
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-05-26 00:37:46 +02:00
Roeland Jago Douma
d695bad205
Merge pull request #21078 from nextcloud/dependabot/npm_and_yarn/vue-router-3.2.0
...
Bump vue-router from 3.1.6 to 3.2.0
2020-05-25 19:45:53 +02:00
Robin Appelman
6f2e920a5b
normalize sftp path in read and write stream
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-25 15:26:04 +02:00
dependabot-preview[bot]
421b7ea254
Bump vue-router from 3.1.6 to 3.2.0
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.1.6 to 3.2.0.
- [Release notes](https://github.com/vuejs/vue-router/releases )
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-router/compare/v3.1.6...v3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-25 13:19:33 +00:00
Nextcloud bot
cbde1d102c
[tx-robot] updated from transifex
2020-05-25 02:16:22 +00:00
Nextcloud bot
be7a198762
[tx-robot] updated from transifex
2020-05-24 02:15:55 +00:00
Nextcloud bot
23080fcd9c
[tx-robot] updated from transifex
2020-05-23 02:16:22 +00:00
Roeland Jago Douma
4db4d8fc93
Merge pull request #21001 from rubo77/pngs
...
compress some images with tinypng.com
2020-05-22 16:37:58 +02:00
Ruben Barkow-Kuder
4ad622a720
compress some images with tinypng.com
...
Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-22 13:07:11 +00:00
Nextcloud bot
3b519f776a
[tx-robot] updated from transifex
2020-05-22 02:17:20 +00:00
Nextcloud bot
d870e9ece5
[tx-robot] updated from transifex
2020-05-21 02:17:26 +00:00
Nextcloud bot
74e577876c
[tx-robot] updated from transifex
2020-05-20 02:16:28 +00:00