Arthur Schiwon
da327ebf08
do not lower case search provider names on web ui
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-25 12:03:20 +01:00
Thomas Citharel
105be299b9
[CalDAV] Validate notified emails
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-01-25 10:10:13 +01:00
Marco Ambrosini
dc9d37e7f8
Do not target vue progressbar with server styles
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-01-25 08:22:18 +00:00
Julius Härtl
c5bc01f27f
Add config to specify a default dashboard layout
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-25 07:29:41 +01:00
Nextcloud bot
b98860eeb3
[tx-robot] updated from transifex
2021-01-25 02:20:31 +00:00
Marco Ziech
4923c6be25
Use RFC-compliant URL encoding for cookies
...
PHP 7.4.2 changed the way how cookies are decoded, applying RFC-compliant raw URL decoding. This leads to a conflict Nextcloud's own cookie encoding, breaking the remember-me function if the UID contains a space character.
Fixes #24438
Signed-off-by: Marco Ziech <marco@ziech.net>
2021-01-24 14:18:28 +01:00
Nextcloud bot
48854f26a6
[tx-robot] updated from transifex
2021-01-24 02:19:46 +00:00
dependabot-preview[bot]
04f738d79f
Merge pull request #25288 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.4.0
2021-01-23 15:38:08 +00:00
Roeland Jago Douma
a308c9be90
Merge pull request #25289 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2021-01-23 09:13:37 +01:00
Nextcloud-PR-Bot
90210593d1
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-01-23 05:02:34 +00:00
dependabot-preview[bot]
2268f85c37
Bump webpack-cli from 4.3.1 to 4.4.0
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.1...webpack-cli@4.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-23 02:20:22 +00:00
Nextcloud bot
7668c86116
[tx-robot] updated from transifex
2021-01-23 02:20:02 +00:00
Christoph Wurst
d373144b2f
Merge pull request #25281 from nextcloud/enh/comments/moment_once
...
Only include moments once in comments
2021-01-22 17:57:48 +01:00
Christoph Wurst
86cf51c7d4
Merge pull request #25183 from nextcloud/dependabot/composer/league/flysystem-1.1.3
...
Bump league/flysystem from 1.0.64 to 1.1.3
2021-01-22 17:39:08 +01:00
Morris Jobke
1d2707ad78
Merge pull request #25273 from nextcloud/enhancement/hide-two-factor-settings-if-no-providers
...
Do not show 2FA settings if the user has no providers available
2021-01-22 16:26:17 +01:00
Roeland Jago Douma
24d8473641
Only include moments once in comments
...
Shaves off a decent amount of the code size. Let alone the parsing.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-22 16:19:40 +01:00
Morris Jobke
47b10c3775
Merge pull request #25275 from nextcloud/fix/two-factor-token-type
...
Convert 2FA token type to string
2021-01-22 16:14:45 +01:00
Morris Jobke
257e7c4b51
Merge pull request #25279 from nextcloud/fix/fully-deprecate-old-initial-state-interface
...
Fully deprecate the old initial state interface, not just the methods
2021-01-22 16:12:16 +01:00
Christoph Wurst
2ed7d37d6f
Bump league/flysystem from 1.0.64 to 1.1.3
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-22 15:54:08 +01:00
Christoph Wurst
ac591e2fc2
Fully deprecate the old initial state interface, not just the methods
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-22 14:53:26 +01:00
dependabot-preview[bot]
a38743d9db
Merge pull request #25241 from nextcloud/dependabot/npm_and_yarn/build/socket.io-2.4.1
2021-01-22 13:38:10 +00:00
Roeland Jago Douma
4c10b59404
Merge pull request #25274 from nextcloud/fix/19647/federated_users_are_not_valid_users
...
Do not obtain userFolder of a federated user
2021-01-22 14:36:20 +01:00
blizzz
939433363e
Merge pull request #25128 from nextcloud/ldapprovider-get-property
...
extend ILDAPProvider to allow reading arbitrairy ldap attributes for users
2021-01-22 14:31:19 +01:00
blizzz
f15148f695
adjust since
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2021-01-22 14:29:39 +01:00
Christoph Wurst
99d525eb36
Convert 2FA token type to string
...
The IConfig service is documented to handle its data as strings, hence
this changes the code a bit to ensure we store keys as string and
convert them back when reading.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-22 14:09:37 +01:00
Christoph Wurst
378f116a63
Do not show 2FA settings if the user has no providers available
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-22 13:55:22 +01:00
Roeland Jago Douma
a0988281ee
Do not obtain userFolder of a federated user
...
Federated shares are somewhat special. So we can't move the files from
the main user and we should try to get it from the intialized root
already.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-22 13:52:43 +01:00
John Molakvoæ (skjnldsv)
0bc9e3ca15
Change license mail alias
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-01-22 13:06:35 +01:00
Roeland Jago Douma
b28cea6268
Merge pull request #25271 from nextcloud/dependabot/composer/aws/aws-sdk-php-3.171.21
...
Bump aws/aws-sdk-php from 3.133.27 to 3.171.21
2021-01-22 12:35:14 +01:00
Christoph Wurst
2406967b1d
Bump aws/aws-sdk-php from 3.133.27 to 3.171.21
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-22 11:55:12 +01:00
Christoph Wurst
9f81239033
Merge pull request #25269 from nextcloud/dependabot/composer/swiftmailer/swiftmailer-6.2.5
...
Bump swiftmailer/swiftmailer from 6.2.4 to 6.2.5
2021-01-22 11:36:16 +01:00
Christoph Wurst
321fda7002
Bump swiftmailer/swiftmailer from 6.2.4 to 6.2.5
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-22 11:02:32 +01:00
John Molakvoæ (skjnldsv)
d47b84be67
Add SGI and TGA preview support
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-01-22 10:42:51 +01:00
Nextcloud bot
7989247574
[tx-robot] updated from transifex
2021-01-22 02:19:54 +00:00
Morris Jobke
480b37050b
Merge pull request #25253 from nextcloud/fix/noid/log-noise
...
silence log message
2021-01-21 22:05:24 +01:00
Morris Jobke
fffdc02a82
Merge pull request #25255 from nextcloud/dav-storage-copy-directory
...
also use storage copy when dav copying directories
2021-01-21 22:04:09 +01:00
Morris Jobke
ba168a981c
Merge pull request #25257 from nextcloud/dependabot/composer/sabre/dav-4.1.4
...
Bump sabre/dav from 4.1.3 to 4.1.4
2021-01-21 22:03:29 +01:00
Christoph Wurst
691992da80
Bump sabre/dav from 4.1.3 to 4.1.4
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-21 19:05:19 +01:00
Robin Appelman
168978c02e
also use storage copy when dav copying directories
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-01-21 17:59:28 +01:00
Arthur Schiwon
ef0a3a92f4
silence log message
...
- this appears too often (in some configurations) when qualifying group
members which do not meet the criteria
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-21 17:25:44 +01:00
Morris Jobke
44e6956425
Merge pull request #25252 from nextcloud/dependabot/composer/giggsey/libphonenumber-for-php-8.12.16
...
Bump giggsey/libphonenumber-for-php from 8.12.4 to 8.12.16
2021-01-21 17:03:09 +01:00
Christoph Wurst
648f8955d2
Bump giggsey/libphonenumber-for-php from 8.12.4 to 8.12.16
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-21 13:52:50 +01:00
Morris Jobke
10214fbee0
Merge pull request #25214 from nextcloud/dependabot/composer/phpseclib/phpseclib-2.0.30
...
Bump phpseclib/phpseclib from 2.0.25 to 2.0.30
2021-01-21 10:25:02 +01:00
Roeland Jago Douma
a191497737
21 beta8
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-21 09:13:26 +01:00
Roeland Jago Douma
d4d33e3095
Merge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-root
...
Apps folder is defacto in root folder and not above
2021-01-21 09:08:54 +01:00
Roeland Jago Douma
15b0e4d922
Merge pull request #25240 from nextcloud/enh/noid/re-use-fetched-dependencies
...
Re-use fetched dependencies in lib/base.php
2021-01-21 08:54:05 +01:00
Roeland Jago Douma
3d2d19aeb9
Merge pull request #25119 from nextcloud/version/21/beta7
...
21 beta7
2021-01-21 08:40:39 +01:00
John Molakvoæ
3478f39c0c
Merge pull request #25234 from nextcloud/bugfix/noid/fix-encoding-issue-with-oc.notification.show
...
Fix encoding issue with OC.Notification.show
2021-01-21 08:25:54 +01:00
Julius Härtl
349b65eff3
Merge pull request #25236 from nextcloud/mkdir-explicit-chmod
...
explicitly set permissions on newly created folders
2021-01-21 07:56:10 +01:00
Nextcloud bot
054783e385
[tx-robot] updated from transifex
2021-01-21 02:20:36 +00:00