]>
source.dussan.org Git - nextcloud-server.git/log
Joas Schilling [Wed, 2 Feb 2022 14:43:28 +0000 (15:43 +0100)]
Update version.php
Carl Schwan [Wed, 2 Feb 2022 14:30:34 +0000 (15:30 +0100)]
Merge pull request #30971 from nextcloud/backport/stable22/office_preview
Fix preview generation for office documents
Jonas Meurer [Wed, 2 Feb 2022 10:57:17 +0000 (11:57 +0100)]
Fix preview generation for office documents
`new \imagick()` returns an object, but we need the image blob (binary
string) from this object.
This is a partial backport of #26531, which brings a lot of refactoring
but also contains the fix.
Fixes: #29956
Signed-off-by: Jonas Meurer <jonas@freesources.org>
Nextcloud bot [Wed, 2 Feb 2022 02:27:21 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 1 Feb 2022 02:26:59 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Mon, 31 Jan 2022 14:39:34 +0000 (15:39 +0100)]
Merge pull request #30914 from nextcloud/fix/psalm-composer
blizzz [Mon, 31 Jan 2022 12:51:41 +0000 (13:51 +0100)]
Merge pull request #30930 from nextcloud/backport/30008/stable22
[stable22] Cast orphan subscription id to int
Christoph Wurst [Wed, 1 Dec 2021 09:48:14 +0000 (10:48 +0100)]
Cast orphan subscription id to int
DB columns are of type int by default, so they need to be casted.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Nextcloud bot [Mon, 31 Jan 2022 02:27:00 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Carl Schwan [Sun, 30 Jan 2022 08:50:15 +0000 (09:50 +0100)]
Merge pull request #30910 from nextcloud/dependabot/npm_and_yarn/stable22/clipboard-2.0.9
Bump clipboard from 2.0.8 to 2.0.9
Nextcloud bot [Sun, 30 Jan 2022 02:26:54 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 29 Jan 2022 02:07:19 +0000 (02:07 +0000)]
Bump clipboard from 2.0.8 to 2.0.9
Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.8...v2.0.9)
---
updated-dependencies:
- dependency-name: clipboard
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>
Carl Schwan [Sat, 29 Jan 2022 10:47:53 +0000 (11:47 +0100)]
Fix psalm warning related to registerEventListener
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Nextcloud bot [Sat, 29 Jan 2022 02:27:52 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 28 Jan 2022 02:27:21 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Thu, 27 Jan 2022 19:53:49 +0000 (20:53 +0100)]
Merge pull request #30839 from nextcloud/releases/22.2.4
John Molakvoæ [Thu, 27 Jan 2022 19:05:54 +0000 (20:05 +0100)]
Merge pull request #30826 from nextcloud/backport/stable22/psalm-fix
Carl Schwan [Wed, 26 Jan 2022 11:11:33 +0000 (12:11 +0100)]
Psalm fixing
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
John Molakvoæ [Thu, 27 Jan 2022 11:10:44 +0000 (12:10 +0100)]
Merge pull request #30873 from nextcloud/backport/30844/stable22
John Molakvoæ [Thu, 27 Jan 2022 08:26:53 +0000 (09:26 +0100)]
Merge pull request #30741 from nextcloud/backport22
John Molakvoæ [Wed, 26 Jan 2022 08:38:21 +0000 (09:38 +0100)]
Prevent merging on EOL branches
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Nextcloud bot [Thu, 27 Jan 2022 02:27:36 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Wed, 26 Jan 2022 12:12:58 +0000 (13:12 +0100)]
Merge pull request #30848 from nextcloud/backport/30846/stable22
Louis Chemineau [Wed, 26 Jan 2022 09:47:16 +0000 (10:47 +0100)]
Fix php:cs
Signed-off-by: Louis Chemineau <louis@chmn.me>
Nextcloud bot [Wed, 26 Jan 2022 02:27:46 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Tue, 25 Jan 2022 13:52:43 +0000 (14:52 +0100)]
22.2.4 Final
Nextcloud bot [Tue, 25 Jan 2022 02:27:42 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Carl Schwan [Mon, 24 Jan 2022 10:18:10 +0000 (11:18 +0100)]
Fix psalm
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
John Molakvoæ [Mon, 24 Jan 2022 07:07:40 +0000 (08:07 +0100)]
Merge pull request #30807 from nextcloud/dependabot/composer/build/integration/stable22/sabre/dav-4.3.1
Nextcloud bot [Mon, 24 Jan 2022 02:26:51 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 23 Jan 2022 02:26:36 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Sat, 22 Jan 2022 13:09:54 +0000 (14:09 +0100)]
Merge pull request #30812 from nextcloud/backport/30795/stable22
John Molakvoæ [Sat, 22 Jan 2022 09:25:41 +0000 (10:25 +0100)]
Merge pull request #30774 from nextcloud/backport/30769/stable22
Carl Schwan [Fri, 21 Jan 2022 12:59:10 +0000 (13:59 +0100)]
Fix accessing undefined offsets
Move this to inside the else clause of the count($matches)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Nextcloud bot [Sat, 22 Jan 2022 02:26:44 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 22 Jan 2022 02:18:41 +0000 (02:18 +0000)]
Update sabre/dav requirement from 4.3.0 to 4.3.1 in /build/integration
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sabre-io/dav/compare/4.3.0...4.3.1)
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
John Molakvoæ [Fri, 21 Jan 2022 11:48:22 +0000 (12:48 +0100)]
Merge pull request #30766 from nextcloud/release/22.2.4rc3
John Molakvoæ [Fri, 21 Jan 2022 10:02:45 +0000 (11:02 +0100)]
Merge pull request #30786 from nextcloud/fix-backport/30470/stable22
Nextcloud bot [Fri, 21 Jan 2022 02:27:09 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Mon, 3 Jan 2022 10:17:28 +0000 (11:17 +0100)]
Add hashed attribute column for indexed job existence check
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Thu, 20 Jan 2022 20:26:02 +0000 (21:26 +0100)]
Merge pull request #30780 from nextcloud/backport/29349/stable22
John Molakvoæ [Thu, 20 Jan 2022 20:10:43 +0000 (21:10 +0100)]
Revert "[stable22] Hash job argument"
Robin Appelman [Thu, 20 Jan 2022 16:16:08 +0000 (17:16 +0100)]
Add test for samba kerberos sso in ci
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 20 Jan 2022 15:09:41 +0000 (16:09 +0100)]
update icewind/smb to 3.5.2
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 4 Nov 2021 14:38:42 +0000 (15:38 +0100)]
update to release smb lib
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 4 Nov 2021 14:05:37 +0000 (15:05 +0100)]
update icewind/smb to 3.5.1
Signed-off-by: Robin Appelman <robin@icewind.nl>
Arthur Schiwon [Wed, 3 Nov 2021 12:07:00 +0000 (13:07 +0100)]
do not use deprecated query() method
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Fri, 29 Oct 2021 16:27:30 +0000 (18:27 +0200)]
add changes from Sebastian/dassIT and move default_realm to backend
- Sebastian added the switch depending on the preg_match result and with it
the fall back to login credentials
- I turned default_realm to a backend option (was previously suggested as
system config key)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 20 Oct 2021 20:39:13 +0000 (22:39 +0200)]
add KerberosApacheAuth support to files_external
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Côme Chilliet [Thu, 20 Jan 2022 10:20:18 +0000 (11:20 +0100)]
Always call flush() as getAllKeys() is broken
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
John Molakvoæ [Thu, 20 Jan 2022 14:45:22 +0000 (15:45 +0100)]
Merge pull request #30727 from nextcloud/backport/30614/stable22
Carl Schwan [Tue, 18 Jan 2022 13:59:02 +0000 (14:59 +0100)]
Fix tests with email templates
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
John Molakvoæ [Thu, 20 Jan 2022 09:35:07 +0000 (10:35 +0100)]
Merge pull request #30760 from nextcloud/backport/30731/stable22
John Molakvoæ [Thu, 20 Jan 2022 09:33:45 +0000 (10:33 +0100)]
Merge pull request #29799 from nextcloud/stable22-disk
John Molakvoæ [Thu, 20 Jan 2022 09:18:40 +0000 (10:18 +0100)]
22.2.4 RC3
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Nextcloud bot [Thu, 20 Jan 2022 02:27:32 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Tue, 18 Jan 2022 09:10:19 +0000 (10:10 +0100)]
Log bruteforce throttle and blocking
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 19 Jan 2022 10:47:36 +0000 (11:47 +0100)]
Merge pull request #30752 from nextcloud/fix/stable22/public-shares
Revert "Improve layout for the public download page"
John Molakvoæ [Wed, 19 Jan 2022 10:04:23 +0000 (11:04 +0100)]
Merge pull request #30754 from nextcloud/backport/30738/stable22
John Molakvoæ [Wed, 19 Jan 2022 09:45:38 +0000 (10:45 +0100)]
Merge pull request #30748 from nextcloud/backport/30615/stable22
Joas Schilling [Tue, 18 Jan 2022 14:34:25 +0000 (15:34 +0100)]
Create block-merge-freeze.yml
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Max [Wed, 19 Jan 2022 08:48:39 +0000 (09:48 +0100)]
Revert "Improve layout for the public download page"
This reverts commit
30decc3ed1f6c15a799278274cf1a75776441b56 .
Signed-off-by: Max <max@nextcloud.com>
Nextcloud bot [Wed, 19 Jan 2022 02:27:49 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Wed, 19 Jan 2022 02:20:25 +0000 (02:20 +0000)]
Update autoload
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 14 Jan 2022 19:32:10 +0000 (19:32 +0000)]
Improve installation pages
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit
22768769c3f29f9952110f86a032e4bf3a4bf460 )
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Carl Schwan [Tue, 18 Jan 2022 16:03:40 +0000 (17:03 +0100)]
Merge pull request #30736 from nextcloud/backport/30470/stable22
[stable22] Hash job argument
acsfer [Tue, 18 Jan 2022 15:03:09 +0000 (16:03 +0100)]
[stable22] Increase email main buttons width for non-english languages
Manual backport of https://github.com/nextcloud/server/pull/30653
Julius Härtl [Mon, 3 Jan 2022 10:17:28 +0000 (11:17 +0100)]
Add hashed attribute column for indexed job existence check
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 18 Jan 2022 02:45:30 +0000 (02:45 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Marek-Wojtowicz [Tue, 11 Jan 2022 21:33:18 +0000 (22:33 +0100)]
Update Session.php
The http headers according to rfc 2616 is iso-8859-1. This patch fixes the behavior when non-ascii characters are present in the header.
Signed-off-by: Marek Wójtowicz <Marek.Wojtowicz@agh.edu.pl>
MichaIng [Mon, 17 Jan 2022 20:20:42 +0000 (21:20 +0100)]
Merge pull request #30692 from nextcloud/backport/29923/stable22
[stable22] Fix users can't login external mount user entered credentials not set
acsfer [Fri, 19 Nov 2021 19:05:18 +0000 (20:05 +0100)]
[stable22] Check for disk_free_space
Backport of https://github.com/nextcloud/server/pull/29758
blizzz [Mon, 17 Jan 2022 11:19:34 +0000 (12:19 +0100)]
Merge pull request #30679 from nextcloud/release/22.2.4rc2
22.2.4 RC2
Louis [Mon, 17 Jan 2022 09:39:59 +0000 (10:39 +0100)]
Merge pull request #30690 from nextcloud/backport/30645/stable22
[stable22] New Files internal link GET param to avoid opening the file
John Molakvoæ [Mon, 17 Jan 2022 07:57:36 +0000 (08:57 +0100)]
Merge pull request #30687 from nextcloud/backport/30499/stable22
Nextcloud bot [Mon, 17 Jan 2022 02:26:03 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Jonas [Sun, 16 Jan 2022 09:20:12 +0000 (10:20 +0100)]
Merge pull request #30694 from nextcloud/backport/30631/stable22
[stable22] updateEncryptedVersion: cleanup on target if cache already got renamed
Nextcloud bot [Sun, 16 Jan 2022 02:27:20 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Jonas Meurer [Wed, 12 Jan 2022 14:28:34 +0000 (15:28 +0100)]
updateEncryptedVersion: cleanup on target if cache already got renamed
When moving a file to trash with encryption enabled, the cache gets
moved before the actual file. According to @icewind1991 this is in order
to not break object storage.
When moving a file from an unencrypted storage (e.g. a collectives
storage) to the encrypted trashbin storage, this causes errors, see
This commit fixes it by doing `updateEncryptedVersion()` on the target
cache entry *if* the source cache entry doesn't exist anymore, but the
corresponding target cache entry does exist already.
Fixes: #26544
Signed-off-by: Jonas Meurer <jonas@freesources.org>
Nextcloud bot [Sat, 15 Jan 2022 02:27:18 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
MichaIng [Sat, 15 Jan 2022 01:39:59 +0000 (02:39 +0100)]
Merge pull request #30697 from nextcloud/backport/30655/stable22
[stable22] Improve layout for the public download page
Carl Schwan [Thu, 13 Jan 2022 18:29:21 +0000 (19:29 +0100)]
Add non-breaking space in the file size
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Thu, 13 Jan 2022 17:59:33 +0000 (18:59 +0100)]
Improve layout for the public download page
This centers the content inside the pages, while also not hardcoded the
size of the footer.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Fri, 14 Jan 2022 19:07:40 +0000 (20:07 +0100)]
Merge pull request #30683 from nextcloud/backport/30531/stable22
[stable22] Optimize FileSystemTags workflow for groupfolder
Anderson Luiz Alves [Fri, 3 Dec 2021 13:57:00 +0000 (10:57 -0300)]
files_external SMB: throw InvalidArgument when user is not set
Signed-off-by: Anderson Luiz Alves <alacn1@gmail.com>
Julien Veyssier [Thu, 13 Jan 2022 12:07:52 +0000 (13:07 +0100)]
[files] new internal link GET param to avoid setting 'openfile' on redirect
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
John Molakvoæ [Fri, 14 Jan 2022 16:30:34 +0000 (17:30 +0100)]
Merge pull request #30673 from nextcloud/backport/stable22/30597
Vincent Petry [Wed, 5 Jan 2022 16:19:24 +0000 (17:19 +0100)]
Remove inefficient fed share scanner
Remove scanAll which relies on the "shareinfo" endpoint that returns the
full cache tree.
The latter can become big for big shares and result in timeouts.
Furthermode, the full tree would be retrieved again for each and every
detected change which can become expensive quickly.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
John Molakvoæ [Fri, 14 Jan 2022 15:27:07 +0000 (16:27 +0100)]
Merge pull request #30675 from nextcloud/backport/30275/stable22
Carl Schwan [Thu, 13 Jan 2022 11:30:27 +0000 (12:30 +0100)]
Fix psalm issues
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Mon, 10 Jan 2022 10:36:51 +0000 (11:36 +0100)]
Add helper method in Wrapper
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Fri, 7 Jan 2022 16:55:02 +0000 (17:55 +0100)]
The storage is not static anymore
Don't call twice $cache->getId
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Fri, 7 Jan 2022 13:00:48 +0000 (14:00 +0100)]
Optimize FileSystemTags workflow for groupfolder
In https://github.com/nextcloud/server/pull/28774 we disabled the
caching for the groupfolder application since it worked due to the fact
that in groupfolders, getFileIds could be called with the same $cacheId
and path for actually different groupfolders.
This revert this change and instead add the folderId from the
groupFolder to the cacheId. This solve the issue of the uniqueness of
the cacheId inside GroupFolder. Downside is that we introduce
groupfolder specific implementation inside the server repo.
The seconf optimization is to not consider paths starting with
__groupfolders in executeCheck. This is due to the fact that files in
the groupfolder application call two times executeCheck one time with
the url __groupfolder/<folderId>/<path> and the other time with <path>.
The first time will always return an empty systemTags array while the
second call will return the correct system tags.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Fri, 14 Jan 2022 13:11:50 +0000 (14:11 +0100)]
Merge pull request #30670 from nextcloud/backport/30363/stable22
[stable22] improve accessibility settings on mobile
Arthur Schiwon [Fri, 14 Jan 2022 11:50:28 +0000 (12:50 +0100)]
22.2.4 RC2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Vincent Petry [Fri, 14 Jan 2022 11:21:54 +0000 (12:21 +0100)]
Merge pull request #30664 from nextcloud/backport/30530/stable22
[stable22] Fix wrong unified search link to folder
Joas Schilling [Wed, 15 Dec 2021 08:08:14 +0000 (09:08 +0100)]
Add version of disabled apps when available
Signed-off-by: Joas Schilling <coding@schilljs.com>
blizzz [Fri, 14 Jan 2022 11:04:13 +0000 (12:04 +0100)]
Merge pull request #30666 from nextcloud/backport/30568/stable22
[stable22] Fix primary key change in user_ldap migration
Carl Schwan [Tue, 11 Jan 2022 14:06:54 +0000 (15:06 +0100)]
Fix file picker not respecting hidden files settings
This will only respect the setting inside the file app. For other apps
we will either need to do an API call or add an input field with the
same idea to spare a blocking api call.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit
1fa58be1aa78ff6216b7a129925a7bb270ac9fe1 )
Julius Härtl [Fri, 14 Jan 2022 09:42:22 +0000 (10:42 +0100)]
Merge pull request #30658 from nextcloud/backport/29622/stable22