]>
source.dussan.org Git - nextcloud-server.git/log
blizzz [Thu, 8 Sep 2022 08:59:27 +0000 (10:59 +0200)]
Merge pull request #33911 from nextcloud/release/23.0.9
23.0.9
Nextcloud bot [Thu, 8 Sep 2022 02:26:30 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Wed, 7 Sep 2022 16:12:37 +0000 (18:12 +0200)]
Merge pull request #33936 from nextcloud/revert-33922-backport/33813/stable23
Revert "[stable23] Compare lowercase email when updating from ldap"
blizzz [Wed, 7 Sep 2022 10:27:37 +0000 (12:27 +0200)]
Revert "[stable23] Compare lowercase email when updating from ldap"
Carl Schwan [Wed, 7 Sep 2022 10:17:29 +0000 (12:17 +0200)]
Merge pull request #33922 from nextcloud/backport/33813/stable23
[stable23] Compare lowercase email when updating from ldap
Nextcloud bot [Wed, 7 Sep 2022 02:26:08 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Louis Chemineau [Tue, 6 Sep 2022 08:58:01 +0000 (10:58 +0200)]
I dug into it again, and the issue is much simpler than I previously though.
- LDAP has an email address with capital letters
- NC store this address in lower case
- When the user logs in, we compare the [stored email with the new lower case email](https://github.com/nextcloud/server/blob/master/lib/private/AllConfig.php#L259-L261) before storing it. Here, both email will be the same, so we won't store the new email address with upper case letters. Which is what we want.
- We then [compare emails as they are before triggering an event](https://github.com/nextcloud/server/blob/master/lib/private/User/User.php#L202-L204), they won't match, so the user will receive an email signaling an email change every time he logs in.
The fix is to compare the old email with the new lower case email before sending the event.
Signed-off-by: Louis Chemineau <louis@chmn.me>
Arthur Schiwon [Tue, 6 Sep 2022 08:27:20 +0000 (10:27 +0200)]
23.0.9
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Tue, 6 Sep 2022 02:25:32 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 5 Sep 2022 02:25:16 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 4 Sep 2022 02:24:41 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 3 Sep 2022 02:30:51 +0000 (02:30 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 2 Sep 2022 02:25:08 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Thu, 1 Sep 2022 07:49:51 +0000 (09:49 +0200)]
Merge pull request #33760 from nextcloud/release/23.0.9_rc1
23.0.9 RC1
blizzz [Thu, 1 Sep 2022 07:47:35 +0000 (09:47 +0200)]
Merge pull request #32985 from nextcloud/backport/32242/stable23
[stable23] Fix logging data context to file
Nextcloud bot [Thu, 1 Sep 2022 02:38:07 +0000 (02:38 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Wed, 31 Aug 2022 14:46:46 +0000 (16:46 +0200)]
Merge pull request #33763 from nextcloud/backport/33603/stable23
[stable23] optimize search post-processing for jail wrapper
Nextcloud bot [Wed, 31 Aug 2022 02:24:32 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Tue, 30 Aug 2022 23:15:02 +0000 (01:15 +0200)]
Merge pull request #33645 from nextcloud/backport/32216/stable23
[stable23] Respect user settings in php.ini if they are big enough
Joas Schilling [Tue, 30 Aug 2022 18:36:14 +0000 (20:36 +0200)]
Merge pull request #32751 from nextcloud/backport/32744/stable23
[stable23] Always log errors from sending federation api requests to ease debugging
Thomas Citharel [Mon, 2 May 2022 15:49:32 +0000 (17:49 +0200)]
Fix logging data context to file
It was only logged when an exception was provided or when using
logData (which is not being much used).
We make sure the interpolated parameters are not logged.
Only tested with file write logger, but shouldn't work differently.
Crash reporters always had the context.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
szaimen [Tue, 30 Aug 2022 16:36:50 +0000 (18:36 +0200)]
fix the backport
Signed-off-by: szaimen <szaimen@e.mail.de>
Robin Appelman [Mon, 15 Aug 2022 18:52:12 +0000 (20:52 +0200)]
optimize search post-processing for jail wrapper
don't both asking the wrapped cache if we know it's not in our jail anyway
Signed-off-by: Robin Appelman <robin@icewind.nl>
blizzz [Tue, 30 Aug 2022 15:37:29 +0000 (17:37 +0200)]
Merge pull request #33515 from nextcloud/backport/33513/stable23
[stable23] Recover installation when creating the database user fails and improve password strength
Arthur Schiwon [Tue, 30 Aug 2022 15:28:03 +0000 (17:28 +0200)]
23.0.9 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Tue, 30 Aug 2022 02:25:07 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 29 Aug 2022 02:25:08 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 28 Aug 2022 02:24:25 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 27 Aug 2022 02:24:23 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Fri, 26 Aug 2022 07:29:28 +0000 (09:29 +0200)]
Merge pull request #33701 from nextcloud/backport/33689/stable23
[stable23] logger ignore args of sharepoint-related methods
Nextcloud bot [Fri, 26 Aug 2022 02:25:16 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Thu, 25 Aug 2022 09:48:03 +0000 (11:48 +0200)]
logger ignore args of sharepoint-related methods
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
blizzz [Thu, 25 Aug 2022 11:09:34 +0000 (13:09 +0200)]
Merge pull request #33677 from nextcloud/backport/33624/stable23
[stable23] Update CRL
blizzz [Thu, 25 Aug 2022 07:26:42 +0000 (09:26 +0200)]
Merge pull request #33683 from nextcloud/backport/33667/stable23
[stable23] Fix plural usage in LDAP wizard
Nextcloud bot [Thu, 25 Aug 2022 02:25:27 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Mon, 22 Aug 2022 12:15:32 +0000 (14:15 +0200)]
Remove unused method
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 22 Aug 2022 12:14:47 +0000 (14:14 +0200)]
Fix plural usage in LDAP wizard
Signed-off-by: Joas Schilling <coding@schilljs.com>
Arthur Schiwon [Wed, 24 Aug 2022 15:32:18 +0000 (17:32 +0200)]
Update CRL
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Wed, 24 Aug 2022 02:27:49 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Tue, 23 Aug 2022 21:35:31 +0000 (23:35 +0200)]
Merge pull request #33661 from nextcloud/backport/33651/stable23
[stable23] [stable24] Fix carddav activities
Joas Schilling [Fri, 19 Aug 2022 08:04:32 +0000 (10:04 +0200)]
Fix carddav activities
The settings where combined last minute but at the same time the activities
where not adjusted to map an existing setting so the filter was not possible
to even limit it to the types that the activities had.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Simon L [Tue, 23 Aug 2022 09:17:41 +0000 (11:17 +0200)]
Merge pull request #33606 from nextcloud/enh/noid/mariadb10.6-stable23
[stable23] Add testing for mariadb10.6
John Molakvoæ [Tue, 23 Aug 2022 06:49:30 +0000 (08:49 +0200)]
Merge pull request #33649 from nextcloud/backport/33643/stable23
Nextcloud bot [Tue, 23 Aug 2022 02:25:07 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Mon, 22 Aug 2022 19:26:56 +0000 (19:26 +0000)]
Improve handling of profile page
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Micke Nordin [Mon, 16 May 2022 08:14:53 +0000 (10:14 +0200)]
Fix suggestions by @artonage
Signed-off-by: Micke Nordin <kano@sunet.se>
Mikael Nordin [Sat, 30 Apr 2022 14:30:11 +0000 (16:30 +0200)]
Simpler version as proposed by @artonage
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
Signed-off-by: Micke Nordin <kano@sunet.se>
Micke Nordin [Fri, 29 Apr 2022 06:21:53 +0000 (08:21 +0200)]
Respect user settings in php.ini if they are big enough
In the admin guide:
* https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html
it is mentioned that you can tweek:
* max_input_time
* max_execution_time
in order to enable larger file uploads. However, the current codebase
will hard code these values to one hour, no matter what the user sets in
php.ini.
This patch will allow the user to set these settings in php.ini and they
will be respected, if and only if, they are set to something bigger than
3600 seconds.
Signed-off-by: Micke Nordin <kano@sunet.se>
Nextcloud bot [Mon, 22 Aug 2022 02:24:59 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
szaimen [Thu, 18 Aug 2022 12:06:10 +0000 (14:06 +0200)]
[stable23] add mariadb 10.6
Signed-off-by: szaimen <szaimen@e.mail.de>
Nextcloud bot [Sun, 21 Aug 2022 02:24:54 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 20 Aug 2022 02:24:33 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 18 Aug 2022 02:24:47 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Wed, 17 Aug 2022 19:22:20 +0000 (21:22 +0200)]
Merge pull request #33474 from nextcloud/dependabot/npm_and_yarn/stable23/css-vars-ponyfill-2.4.8
dependabot[bot] [Wed, 17 Aug 2022 08:23:03 +0000 (08:23 +0000)]
Bump css-vars-ponyfill from 2.4.7 to 2.4.8
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.7 to 2.4.8.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases)
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.4.7...v2.4.8)
---
updated-dependencies:
- dependency-name: css-vars-ponyfill
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>
Louis [Wed, 17 Aug 2022 14:59:12 +0000 (16:59 +0200)]
Merge pull request #33580 from nextcloud/backport/33538/stable23
[stable23] Unify initial and updated quota display
Daniel Calviño Sánchez [Wed, 10 Aug 2022 09:23:27 +0000 (11:23 +0200)]
Show usage percenteage in the tooltip
The tooltip of the initial quota display showed the usage percenteage
and the total available space. However, the total available space was
redundant, as it was shown just below. The tooltip of the updated quota
display showed the usage percenteage, but based on the quota rather than
the total available space, so there was a mismatch between the tooltip
and the bar below. Now the tooltip of the initial and the updated quota
display both show just the usage percenteage based on the total
available space.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Wed, 10 Aug 2022 09:22:50 +0000 (11:22 +0200)]
Use total available space rather than quota when updating the display
The initial quota display uses the total available space rather than the
quota. Moreover, the relative usage is based on the total space rather
than the quota. Due to this now the total available space is also used
when updating the quota display.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Julius Härtl [Wed, 17 Aug 2022 08:21:40 +0000 (10:21 +0200)]
Merge pull request #33184 from nextcloud/dependabot/npm_and_yarn/stable23/moment-2.29.4
Nextcloud bot [Wed, 17 Aug 2022 02:25:39 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 16 Aug 2022 02:26:13 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 15 Aug 2022 02:25:08 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 14 Aug 2022 02:25:21 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 13 Aug 2022 02:25:23 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Fri, 12 Aug 2022 08:03:19 +0000 (10:03 +0200)]
Create more secure passwords by default
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 12 Aug 2022 07:43:38 +0000 (09:43 +0200)]
Recover installation when creating the user failed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Fri, 12 Aug 2022 02:24:55 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Thu, 11 Aug 2022 07:29:37 +0000 (09:29 +0200)]
Merge pull request #33503 from nextcloud/release/23.0.8
John Molakvoæ [Thu, 11 Aug 2022 06:26:43 +0000 (08:26 +0200)]
23.0.8
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Nextcloud bot [Thu, 11 Aug 2022 02:24:56 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Wed, 10 Aug 2022 20:50:33 +0000 (20:50 +0000)]
Bump moment from 2.29.3 to 2.29.4
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [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.29.3...2.29.4)
---
updated-dependencies:
- dependency-name: moment
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>
John Molakvoæ [Wed, 10 Aug 2022 10:48:15 +0000 (12:48 +0200)]
Merge pull request #33489 from nextcloud/backport/33485/stable23
Nextcloud bot [Wed, 10 Aug 2022 02:26:38 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Mon, 8 Aug 2022 15:41:52 +0000 (17:41 +0200)]
Do not update passwords if nothing changed
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 9 Aug 2022 02:24:51 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 8 Aug 2022 02:23:49 +0000 (02:23 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 7 Aug 2022 02:28:52 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 6 Aug 2022 02:25:33 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 5 Aug 2022 08:59:06 +0000 (08:59 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Thu, 4 Aug 2022 09:52:14 +0000 (11:52 +0200)]
Merge pull request #33421 from nextcloud/release/23.0.8rc1
23.0.8rc1
blizzz [Thu, 4 Aug 2022 09:16:46 +0000 (11:16 +0200)]
Merge pull request #33443 from nextcloud/backport/33407/stable23
[stable23] Handle one time and large passwords
blizzz [Thu, 4 Aug 2022 09:08:27 +0000 (11:08 +0200)]
Merge pull request #33456 from nextcloud/backport/32852/stable23
[stable23] Revert "Revert "Remove inefficient fed share scanner""
Robin Appelman [Wed, 3 Aug 2022 15:12:30 +0000 (17:12 +0200)]
fix external share scanner not propagating locking-opt-out
Signed-off-by: Robin Appelman <robin@icewind.nl>
Carl Schwan [Fri, 17 Jun 2022 10:07:03 +0000 (12:07 +0200)]
Disable locking on federated shares
The old inneficiant code didn't do locking and adding locking is
creating issues
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Mon, 13 Jun 2022 08:15:02 +0000 (10:15 +0200)]
Revert "Revert "Remove inefficient fed share scanner""
This reverts commit
6667007bf235b90a7dd105c881cf5802b2a3f83e .
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Wed, 3 Aug 2022 13:04:46 +0000 (15:04 +0200)]
Merge pull request #33436 from nextcloud/dependabot/npm_and_yarn/stable23/nextcloud/moment-1.2.1
Bump @nextcloud/momemt to 1.2.1
Carl Schwan [Tue, 5 Jul 2022 09:25:44 +0000 (11:25 +0200)]
Handle one time and large passwords
For passwords bigger than 250 characters, use a bigger key since the
performance impact is minor (around one second to encrypt the password).
For passwords bigger than 470 characters, give up earlier and throw
exeception recommanding admin to either enable the previously enabled
configuration or use smaller passwords.
This adds an option to disable storing passwords in the database. This
might be desirable when using single use token as passwords or very
large passwords.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Tue, 2 Aug 2022 14:10:03 +0000 (16:10 +0200)]
Bump @nextcloud/momemt to 1.2.1
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
blizzz [Wed, 3 Aug 2022 09:28:54 +0000 (11:28 +0200)]
Merge pull request #33354 from nextcloud/backport/33031/stable23
[stable23] Improve local IP detection
Carl Schwan [Wed, 3 Aug 2022 09:23:12 +0000 (11:23 +0200)]
Merge pull request #33392 from nextcloud/backport/33280/stable23
[stable23] handle AccessDenied error when checking if external s3 support versions
dependabot[bot] [Tue, 2 Aug 2022 18:50:49 +0000 (18:50 +0000)]
Merge pull request #32333 from nextcloud/dependabot/npm_and_yarn/stable23/clipboard-2.0.11
dependabot[bot] [Tue, 2 Aug 2022 17:32:37 +0000 (17:32 +0000)]
Bump clipboard from 2.0.10 to 2.0.11
Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.10...v2.0.11)
---
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>
blizzz [Tue, 2 Aug 2022 10:31:44 +0000 (12:31 +0200)]
Merge pull request #33408 from nextcloud/backport/33090/stable23
[stable23] DAV custom props: catch Exception and rollback transaction in case
Joas Schilling [Tue, 7 Jun 2022 20:00:26 +0000 (22:00 +0200)]
Always log errors from sending federation api requests to ease debugging
Signed-off-by: Joas Schilling <coding@schilljs.com>
blizzz [Mon, 1 Aug 2022 18:42:29 +0000 (20:42 +0200)]
Merge pull request #33156 from nextcloud/backport/32997/stable23
[stable23] load dashboard widgets of enabled apps only
blizzz [Mon, 1 Aug 2022 18:37:57 +0000 (20:37 +0200)]
Merge pull request #33383 from nextcloud/backport/33378/stable23
[stable23] don't set `null` as a bundle path
Côme Chilliet [Mon, 1 Aug 2022 13:13:34 +0000 (15:13 +0200)]
Fix autoloader
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Arthur Schiwon [Mon, 1 Aug 2022 13:32:02 +0000 (15:32 +0200)]
fix PHP 7.3 compat
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Côme Chilliet [Mon, 1 Aug 2022 10:09:23 +0000 (12:09 +0200)]
Remove call to undefined function, fix typing
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 1 Aug 2022 09:34:28 +0000 (11:34 +0200)]
Align copied file with our code style
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>