MichaIng
974210ce98
Merge pull request #28933 from nextcloud/bug/28932/redis-minimal-version
...
Fix check for redis minimal version
2021-09-24 22:24:13 +02:00
Arthur Schiwon
6ab30a669b
ensure that user and group IDs in LDAP's tables are also max 64chars
...
- limitation by core tables (e.g. sharing), IDs are always 64chars
- when longer group IDs were requested they are hashed (does not affect
displaynames)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-24 17:29:29 +02:00
Vincent Petry
ea20454a2b
Merge pull request #28916 from nextcloud/fix/noid/objectsid
...
fix caching of objectsid searches
2021-09-24 17:04:12 +02:00
Nextcloud bot
fb904a9670
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-24 02:26:37 +00:00
Louis
dad8949b2c
Merge pull request #28426 from nextcloud/dependabot/npm_and_yarn/p-limit-4.0.0
...
Bump p-limit from 3.1.0 to 4.0.0
2021-09-23 13:57:46 +02:00
Joas Schilling
57a816a1a6
Don't further setup disabled users when logging in with apache
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-23 11:19:02 +02:00
Louis Chemineau
ef50a4e7f5
Include yocto-queue to the excluded modules for babel
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-09-23 10:52:26 +02:00
Louis Chemineau
c0869fd76c
Merge branch 'dependabot/npm_and_yarn/p-limit-4.0.0' of github.com:nextcloud/server into dependabot/npm_and_yarn/p-limit-4.0.0
2021-09-23 09:52:14 +02:00
Nextcloud bot
344ffcc9b6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-23 02:29:39 +00:00
dependabot[bot]
fb78f2d374
Bump p-limit from 3.1.0 to 4.0.0
...
Bumps [p-limit](https://github.com/sindresorhus/p-limit ) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/p-limit/releases )
- [Commits](https://github.com/sindresorhus/p-limit/compare/v3.1.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: p-limit
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 23:18:29 +00:00
Daniel Kesselberg
dff76f021f
Fix check for redis minimal version
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-09-22 19:04:00 +02:00
Christoph Wurst
30cd6d5757
Merge pull request #28903 from nextcloud/chore/composer-autoloaders-bump
...
Update generated composer files to latest format
2021-09-22 18:54:48 +02:00
Lukas Reschke
831d0192cb
[master] Bump 3rdparty ref
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-09-22 16:12:33 +02:00
Carl Schwan
a01917510d
Merge pull request #28863 from nextcloud/Valdnet-patch-2
...
l10n: Correct spelling
2021-09-22 14:08:25 +02:00
Carl Schwan
1ff06dc002
Merge pull request #28858 from nextcloud/Valdnet-patch-1
...
l10n: Replace "mail" to "email"
2021-09-22 13:52:57 +02:00
Valdnet
538bfc6a94
Correct spelling in test
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-09-22 13:21:23 +02:00
Valdnet
98fc129ebb
l10n: Replace "mail" to "email"
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-09-22 11:13:28 +00:00
Christoph Wurst
a2bc7e2eec
Update generated composer files to latest format
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-09-22 11:37:04 +02:00
Nextcloud bot
0e1853df34
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-22 02:26:37 +00:00
kesselb
7cab6ed3cb
Merge pull request #28918 from nextcloud/fix/noid/room-type-source-of-truth
...
Use IRoomMetadata as source of truth for supported room types
2021-09-21 18:16:01 +02:00
Daniel Kesselberg
be3f4edf1f
explicitly close source stream on encryption storage
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-09-21 17:42:22 +02:00
Daniel Kesselberg
e60a829b42
explicitly close source stream on local storage
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-09-21 17:41:59 +02:00
Richard Steinmetz
33ec7ef280
Use IRoomMetadata as source of truth for supported room types
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-09-21 15:23:05 +02:00
Arthur Schiwon
7178194198
fix caching of objectsid searches
...
- store result when no name could be retrieved, too
- cached value is not an array, was treated wrongly
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-21 13:32:42 +02:00
Carl Schwan
e1c4b648d1
Improve syntax error reporting
...
In some cases the error information is not enough to debug it.
Before:
syntax error, unexpected '<<' (T_SL)
/var/www/html/lib/private/AppFramework/Http/Dispatcher.php
158
After:
syntax error, unexpected '<<' (T_SL) in file '/var/www/html/apps/groupfolders/lib/Mount/GroupFolderStorage.php' line 88
/var/www/html/lib/private/AppFramework/Http/Dispatcher.php
158
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-09-21 10:28:26 +02:00
Louis
d4486b8d4f
Merge pull request #28861 from nextcloud/dependabot/npm_and_yarn/marked-3.0.4
...
Bump marked from 3.0.2 to 3.0.4
2021-09-21 10:26:45 +02:00
Nextcloud bot
9f4b640e92
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-21 02:27:11 +00:00
szaimen
dbf7905149
Merge pull request #28868 from nextcloud/upd/noid/crl
...
Update CRL due to revoked twofactor_email.crt
2021-09-20 13:14:26 +02:00
dependabot[bot]
017c8c80b3
Bump marked from 3.0.2 to 3.0.4
...
Bumps [marked](https://github.com/markedjs/marked ) from 3.0.2 to 3.0.4.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js )
- [Commits](https://github.com/markedjs/marked/compare/v3.0.2...v3.0.4 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-09-20 10:54:03 +00:00
szaimen
d253d52007
Merge pull request #28837 from nextcloud/show-warning-if-sharing-app-disabled
...
Show warning on the share settings when the File Shares app is disabled
2021-09-20 12:11:42 +02:00
Vincent Petry
65988e713f
Merge pull request #28889 from nextcloud/bug/28694/fallback-movie-provider
...
Fall back to full file for video previews
2021-09-20 11:27:39 +02:00
Louis
29cbff9d6b
Merge pull request #28884 from nextcloud/dependabot/npm_and_yarn/sass-1.41.1
...
Bump sass from 1.39.2 to 1.41.1
2021-09-20 10:16:59 +02:00
Louis
db89ea98df
Merge pull request #28883 from nextcloud/dependabot/npm_and_yarn/vue-clipboard2-0.3.3
...
Bump vue-clipboard2 from 0.3.2 to 0.3.3
2021-09-20 10:09:15 +02:00
Nextcloud bot
a31dd0a305
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-20 02:25:42 +00:00
Nextcloud bot
e1e03bbd4e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-19 02:25:38 +00:00
dependabot[bot]
35a3871630
Merge pull request #28885 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.2
2021-09-18 10:11:07 +00:00
dependabot[bot]
7b3171934a
Bump dompurify from 2.3.1 to 2.3.2
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-09-18 09:36:32 +00:00
Vincent Petry
24e0255378
Fall back to full file for video previews
...
If the first 5 MB are not enough to grab a useful frame for the
thumbnail preview, fall back to reading the full file.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-18 10:53:00 +02:00
dependabot[bot]
801bc4ba2d
Bump sass from 1.39.2 to 1.41.1
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.39.2 to 1.41.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.39.2...1.41.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-09-18 07:34:51 +00:00
Nextcloud bot
a46de28089
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-18 02:28:43 +00:00
dependabot[bot]
a05694e24a
Bump vue-clipboard2 from 0.3.2 to 0.3.3
...
Bumps [vue-clipboard2](https://github.com/Inndy/vue-clipboard2 ) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/Inndy/vue-clipboard2/releases )
- [Changelog](https://github.com/Inndy/vue-clipboard2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Inndy/vue-clipboard2/compare/v0.3.2...v0.3.3 )
---
updated-dependencies:
- dependency-name: vue-clipboard2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-18 01:02:38 +00:00
Pytal
a10233348b
Merge pull request #28871 from nextcloud/fix/template-create-without-extension
...
Fix file creation from template without ext
2021-09-17 13:19:11 -07:00
Pytal
b033d57e13
Merge pull request #28872 from nextcloud/fix/files-view-undefined-currentFileList
...
Fix files view change and undefined currentFileList
2021-09-17 12:52:02 -07:00
szaimen
3eb1d23720
Merge pull request #28838 from stefan-schilling/enh/16719-integrity-check-temp-dir
...
Issue 16719: CheckSetupController.php now checks configured temporary directory for existence and if it's writable
2021-09-17 18:19:22 +02:00
Stefan
d4cc22daad
Issue 16719: CheckSetupController.php: bugfix: test-setup was incorrect
...
Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
2021-09-17 13:32:42 +02:00
Stefan
ea4b7bac7a
Issue 16719: CheckSetupController.php: now injecting reference to ITempManager, rather than obtaining using it manually
...
Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
2021-09-17 13:32:42 +02:00
Stefan
eb46011680
Issue 16719: CheckSetupController.php: now injecting reference to ITempManager, rather than obtaining using it manually
...
Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
2021-09-17 13:32:42 +02:00
Stefan
8758b36ebb
Issue 16719: CheckSetupController.php now checks configured temporary directory for existence and if it's writable
...
Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
2021-09-17 13:32:42 +02:00
John Molakvoæ
f781135215
Fix files view change and undefined currentFileList
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-09-17 10:42:09 +02:00
John Molakvoæ
ed8aacf415
Fix file creation from template without ext
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-09-17 10:08:32 +02:00