]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoperform onetime setup earlier to ensure wrappers are registered on time 32768/head
Robin Appelman [Wed, 8 Jun 2022 16:49:54 +0000 (18:49 +0200)]
perform onetime setup earlier to ensure wrappers are registered on time

this fixes an issue with wrappers like encryption not always being applied to mountpoint that create the storage object directly (such as external storage)

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #31981 from nextcloud/temporary-passwords-fixes-31952
Louis [Wed, 8 Jun 2022 12:59:38 +0000 (14:59 +0200)]
Merge pull request #31981 from nextcloud/temporary-passwords-fixes-31952

Temporary passwords fixes 31952

2 years agoVarious improvements related to the recent implementation of temporary passwords 31981/head
Cyrille Bollu [Thu, 14 Apr 2022 19:08:53 +0000 (21:08 +0200)]
Various improvements related to the recent implementation of temporary passwords
for mail shares:

1- Changes style of "forgot password?" and "Back" button
2- Adds information about share password's expiration time in the emails sent.
3- Shows password expiration time in the Share menu
4- Fixes an issue when the message "Password expires..." would be shown for non email share types (which don't have temporary passswords)
5- At share's creation, password should only be sent when it's a permanent one

See also https://github.com/nextcloud/server/issues/31952

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #32746 from nextcloud/new-share-column-attributes
Julius Härtl [Wed, 8 Jun 2022 08:49:19 +0000 (10:49 +0200)]
Merge pull request #32746 from nextcloud/new-share-column-attributes

Add new share attributes column

2 years agoMerge pull request #32744 from nextcloud/bugfix/noid/easier-federation-debugging
Joas Schilling [Wed, 8 Jun 2022 08:16:51 +0000 (10:16 +0200)]
Merge pull request #32744 from nextcloud/bugfix/noid/easier-federation-debugging

Always log errors from sending federation api requests to ease debugging

2 years agoAdd new share attributes column 32746/head
Vincent Petry [Wed, 8 Jun 2022 06:35:49 +0000 (08:35 +0200)]
Add new share attributes column

To store more extended permissions in the future.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 8 Jun 2022 02:32:26 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32481 from nextcloud/feature/add-docxf-form-mimetypes
Julius Härtl [Tue, 7 Jun 2022 22:47:46 +0000 (00:47 +0200)]
Merge pull request #32481 from nextcloud/feature/add-docxf-form-mimetypes

Add docxf and form mimetypes

2 years agoAlways log errors from sending federation api requests to ease debugging 32744/head
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>
2 years agoSimlify tests for integrity check on modified mimetype lists 32481/head
Julius Härtl [Sat, 4 Jun 2022 07:00:45 +0000 (09:00 +0200)]
Simlify tests for integrity check on modified mimetype lists

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agofeat: add x-office-form-template and x-office-form icons
Luka Trovic [Fri, 3 Jun 2022 14:07:37 +0000 (16:07 +0200)]
feat: add x-office-form-template and x-office-form icons

Signed-off-by: Luka Trovic <luka@nextcloud.com>
2 years agofeat: add docxf and form mimetypes
Luka Trovic [Wed, 18 May 2022 10:11:12 +0000 (12:11 +0200)]
feat: add docxf and form mimetypes

signed-off-by: Luka Trovic <luka@nextcloud.com>

2 years agoMerge pull request #32703 from nextcloud/fix/carret_position
Louis [Tue, 7 Jun 2022 12:59:36 +0000 (14:59 +0200)]
Merge pull request #32703 from nextcloud/fix/carret_position

Properly calculate carret position

2 years agoProperly calculate carret position 32703/head
Louis Chemineau [Thu, 2 Jun 2022 11:11:08 +0000 (13:11 +0200)]
Properly calculate carret position

The carret position is currently hard coded based on the position of the icon in the header.

This PR calculate its position relatively to the header icon.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #26582 from nextcloud/enhancement/logger-function
Christoph Wurst [Tue, 7 Jun 2022 09:22:26 +0000 (11:22 +0200)]
Merge pull request #26582 from nextcloud/enhancement/logger-function

Add a helper function that makes it easier to log from anywhere

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 7 Jun 2022 02:30:56 +0000 (02:30 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32732 from nextcloud/dependabot/npm_and_yarn/webpack-5.73.0
Pytal [Mon, 6 Jun 2022 17:38:16 +0000 (10:38 -0700)]
Merge pull request #32732 from nextcloud/dependabot/npm_and_yarn/webpack-5.73.0

2 years agoBump webpack from 5.72.0 to 5.73.0 32732/head
dependabot[bot] [Mon, 6 Jun 2022 16:06:01 +0000 (16:06 +0000)]
Bump webpack from 5.72.0 to 5.73.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.73.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.73.0)

---
updated-dependencies:
- dependency-name: webpack
  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>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 6 Jun 2022 02:33:59 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 5 Jun 2022 02:33:09 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 4 Jun 2022 02:31:57 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32537 from nextcloud/rakekniven-patch-2
rakekniven [Fri, 3 Jun 2022 16:51:51 +0000 (18:51 +0200)]
Merge pull request #32537 from nextcloud/rakekniven-patch-2

l10n: Fix escaping issue

2 years agol10n: Fix escaping issue 32537/head
rakekniven [Sat, 21 May 2022 12:27:59 +0000 (14:27 +0200)]
l10n: Fix escaping issue

At Transifex the string is cut and shown `For the server to work properly, it`

I modified this without vue knowledge. @CarlSchwan Can you check please?

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #32556 from nextcloud/bugfix/noid/fix-comments-query-handling
Joas Schilling [Fri, 3 Jun 2022 13:31:40 +0000 (15:31 +0200)]
Merge pull request #32556 from nextcloud/bugfix/noid/fix-comments-query-handling

Create query parameters on correct objects to make debugging easier

2 years agoMerge pull request #32620 from nextcloud/bugfix/noid/reset-status-on-clearAt
Joas Schilling [Fri, 3 Jun 2022 13:29:50 +0000 (15:29 +0200)]
Merge pull request #32620 from nextcloud/bugfix/noid/reset-status-on-clearAt

Also reset the status on clearAt

2 years agoMerge pull request #32435 from nextcloud/revert-32278-remove-default-php
Joas Schilling [Fri, 3 Jun 2022 12:16:24 +0000 (14:16 +0200)]
Merge pull request #32435 from nextcloud/revert-32278-remove-default-php

Revert "Remove call to already default php.ini values"

2 years agoMerge pull request #32716 from nextcloud/Valdnet-patch-2
Valdnet [Fri, 3 Jun 2022 08:27:04 +0000 (10:27 +0200)]
Merge pull request #32716 from nextcloud/Valdnet-patch-2

l10n: Change to a capital letter

2 years agoMerge pull request #32715 from nextcloud/enh/direct-editing-capabilities
John Molakvoæ [Fri, 3 Jun 2022 07:57:19 +0000 (09:57 +0200)]
Merge pull request #32715 from nextcloud/enh/direct-editing-capabilities

Only load direct editing capabilities when required

2 years agol10n: Change to a capital letter 32716/head
Valdnet [Fri, 3 Jun 2022 07:34:15 +0000 (09:34 +0200)]
l10n: Change to a capital letter

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years agoOnly load direct editing capabilities when required 32715/head
Julius Härtl [Fri, 3 Jun 2022 05:15:17 +0000 (07:15 +0200)]
Only load direct editing capabilities when required

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 3 Jun 2022 02:34:07 +0000 (02:34 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32713 from nextcloud/fix/button_active_in_notif
Pytal [Thu, 2 Jun 2022 17:54:27 +0000 (10:54 -0700)]
Merge pull request #32713 from nextcloud/fix/button_active_in_notif

2 years agoMerge pull request #32702 from nextcloud/fix/header_entries_order
Pytal [Thu, 2 Jun 2022 17:00:48 +0000 (10:00 -0700)]
Merge pull request #32702 from nextcloud/fix/header_entries_order

2 years agoPrevent button in notifications to be impacted by css rule 32713/head
Louis Chemineau [Thu, 2 Jun 2022 16:34:19 +0000 (18:34 +0200)]
Prevent button in notifications to be impacted by css rule

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #32662 from nextcloud/bugfix/noid/cleanup-s3-tmp
Julius Härtl [Thu, 2 Jun 2022 16:25:23 +0000 (18:25 +0200)]
Merge pull request #32662 from nextcloud/bugfix/noid/cleanup-s3-tmp

Cleanup temporary files after finishing the write to object storage

2 years agoMerge pull request #32570 from nextcloud/fix/remove-at-matcher-in-federatedfilesharin...
Côme Chilliet [Thu, 2 Jun 2022 15:06:01 +0000 (17:06 +0200)]
Merge pull request #32570 from nextcloud/fix/remove-at-matcher-in-federatedfilesharing-tests

Remove at() matcher from tests in federatedfilesharing

2 years agoMerge pull request #32682 from nextcloud/fix/compile_cmd_sass_cmd
Vincent Petry [Thu, 2 Jun 2022 15:01:18 +0000 (17:01 +0200)]
Merge pull request #32682 from nextcloud/fix/compile_cmd_sass_cmd

Add --if-present flag to prevent error when sass script does not exists

2 years agoCleanup temporary files after finishing the write to object storage 32662/head
Julius Härtl [Mon, 30 May 2022 15:53:07 +0000 (17:53 +0200)]
Cleanup temporary files after finishing the write to object storage

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #28703 from nextcloud/enhancement/caldav-reminders-logging
Christoph Wurst [Thu, 2 Jun 2022 12:29:58 +0000 (14:29 +0200)]
Merge pull request #28703 from nextcloud/enhancement/caldav-reminders-logging

Debug log what happens during reminders processing

2 years agoMerge pull request #32690 from nextcloud/bugfix/noid/fix-mountpoint-matching-encryption
blizzz [Thu, 2 Jun 2022 11:47:18 +0000 (13:47 +0200)]
Merge pull request #32690 from nextcloud/bugfix/noid/fix-mountpoint-matching-encryption

Trim mount point before matching in encryption code

2 years agoMerge pull request #32696 from nextcloud/fix/use-image-from-ocp
blizzz [Thu, 2 Jun 2022 11:42:05 +0000 (13:42 +0200)]
Merge pull request #32696 from nextcloud/fix/use-image-from-ocp

Use Image class from public API

2 years agoDeclare header entries in the order they are displayed 32702/head
Louis Chemineau [Thu, 2 Jun 2022 09:22:59 +0000 (11:22 +0200)]
Declare header entries in the order they are displayed

The notifications entry was declared after the search one, but they are rendered in a different order. This PR switch their declarations, so the order they appear in match their order in the DOM.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 2 Jun 2022 02:32:52 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUse Image class from public API 32696/head
Christopher Ng [Thu, 2 Jun 2022 00:37:36 +0000 (00:37 +0000)]
Use Image class from public API

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoAdd unit tests for encryption's isSystemWideMountPoint 32690/head
Vincent Petry [Wed, 1 Jun 2022 16:01:59 +0000 (18:01 +0200)]
Add unit tests for encryption's isSystemWideMountPoint

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoTrim mount point before matching in encryption code
Vincent Petry [Wed, 1 Jun 2022 12:10:38 +0000 (14:10 +0200)]
Trim mount point before matching in encryption code

Often times the mount point has a leading slash.
This fix sanitizes it to make sure matching works.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #32471 from nextcloud/fix-wrong-dav-activities
Christoph Wurst [Wed, 1 Jun 2022 15:01:58 +0000 (17:01 +0200)]
Merge pull request #32471 from nextcloud/fix-wrong-dav-activities

Make sure activities are not created when a deleted calendar object expires

2 years agoMerge pull request #32686 from nextcloud/perf/make-x-hash-optin
blizzz [Wed, 1 Jun 2022 12:36:54 +0000 (14:36 +0200)]
Merge pull request #32686 from nextcloud/perf/make-x-hash-optin

Make X-HAS-{MD5/SHA256} opt-in

2 years agoDebug log what happens during reminders processing 28703/head
Christoph Wurst [Fri, 3 Sep 2021 12:13:49 +0000 (14:13 +0200)]
Debug log what happens during reminders processing

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoFix small typo
Carl Schwan [Wed, 1 Jun 2022 09:12:56 +0000 (11:12 +0200)]
Fix small typo

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMake X-HAS-{MD5/SHA256} opt-in 32686/head
Carl Schwan [Wed, 1 Jun 2022 08:59:04 +0000 (10:59 +0200)]
Make X-HAS-{MD5/SHA256} opt-in

This is not always needed and slow down the upload

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoAdd --if-present flag to prevent error when sass script does not exists 32682/head
Louis Chemineau [Wed, 1 Jun 2022 07:00:22 +0000 (09:00 +0200)]
Add --if-present flag to prevent error when sass script does not exists

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #32371 from nextcloud/fix-31952
Vincent Petry [Wed, 1 Jun 2022 07:04:11 +0000 (09:04 +0200)]
Merge pull request #32371 from nextcloud/fix-31952

More meaningfull message when a public authenticated share's password is wrong or has expired.

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 1 Jun 2022 02:32:26 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32666 from nextcloud/fix/background-job-type-check
Christoph Wurst [Tue, 31 May 2022 17:16:36 +0000 (19:16 +0200)]
Merge pull request #32666 from nextcloud/fix/background-job-type-check

Check background job type

2 years agoMerge pull request #32670 from nextcloud/fix/share_permissions_rendering
Pytal [Tue, 31 May 2022 16:38:53 +0000 (09:38 -0700)]
Merge pull request #32670 from nextcloud/fix/share_permissions_rendering

2 years agoMerge pull request #32671 from nextcloud/debt/noid/psalm-baseline
Julius Härtl [Tue, 31 May 2022 15:56:58 +0000 (17:56 +0200)]
Merge pull request #32671 from nextcloud/debt/noid/psalm-baseline

Update psalm-baseline

2 years agoMore meaningfull message when a public authenticated share's password is wrong or... 32371/head
Cyrille Bollu [Tue, 31 May 2022 15:23:06 +0000 (17:23 +0200)]
More meaningfull message when a public authenticated share's password is wrong or has expired

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2 years agoCheck background job type 32666/head
Christoph Wurst [Tue, 31 May 2022 06:31:38 +0000 (08:31 +0200)]
Check background job type

It is assumed that a job class loaded from the jobs table is an IJob,
but due to programming error the job might be of another type. Then the
setters will most likely fail.

This patch adds an interface type check so only correct jobs are used,
anything else is ignored.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoUpdate psalm-baseline 32671/head
Daniel Kesselberg [Tue, 31 May 2022 12:53:07 +0000 (14:53 +0200)]
Update psalm-baseline

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years agoMerge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fh
blizzz [Tue, 31 May 2022 12:22:05 +0000 (14:22 +0200)]
Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fh

[Psalm] Fix docblock for addFileFromStream

2 years agoFix share permissions rendering 32670/head
Louis Chemineau [Tue, 31 May 2022 12:11:46 +0000 (14:11 +0200)]
Fix share permissions rendering

The `SHARE` permissions falls into the `default` case in the switch case, causing the rendering to look like ` , Upload, Read`.

This PR changes the return value of the `default` case and adds a `filter` to remove those values.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #32653 from nextcloud/update-3rdparty-master
blizzz [Tue, 31 May 2022 11:55:37 +0000 (13:55 +0200)]
Merge pull request #32653 from nextcloud/update-3rdparty-master

Update 3rdparty for symfony/translation:4.4.41

2 years agoMerge pull request #32502 from nextcloud/cleanup/worflow-admin
Louis [Tue, 31 May 2022 11:19:47 +0000 (13:19 +0200)]
Merge pull request #32502 from nextcloud/cleanup/worflow-admin

Use SettingsSection in workflowengine settings

2 years agoUpdate 3rdparty for symfony/translation:4.4.41 32653/head
Joas Schilling [Mon, 30 May 2022 06:47:05 +0000 (08:47 +0200)]
Update 3rdparty for symfony/translation:4.4.41

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #32665 from nextcloud/automated/noid/psalm-baseline-update-1653970753
blizzz [Tue, 31 May 2022 10:16:39 +0000 (12:16 +0200)]
Merge pull request #32665 from nextcloud/automated/noid/psalm-baseline-update-1653970753

[Automated] Update psalm-baseline.xml

2 years agoMerge pull request #32667 from nextcloud/followup/32655/fix-tests
blizzz [Tue, 31 May 2022 09:30:51 +0000 (11:30 +0200)]
Merge pull request #32667 from nextcloud/followup/32655/fix-tests

Fix unit tests

2 years agoUse SettingsSection in workflowengine settings 32502/head
Carl Schwan [Thu, 19 May 2022 16:35:32 +0000 (18:35 +0200)]
Use SettingsSection in workflowengine settings

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelper
Joas Schilling [Tue, 31 May 2022 08:29:30 +0000 (10:29 +0200)]
Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelper

Improve JSConfigHelper code quality a bit

2 years agoMerge pull request #32583 from jld3103/fix/nextcloud-android-user-agent-match
Joas Schilling [Tue, 31 May 2022 08:28:54 +0000 (10:28 +0200)]
Merge pull request #32583 from jld3103/fix/nextcloud-android-user-agent-match

Fix Nextcloud Android app not showing proper name

2 years agoFix unit tests 32667/head
Joas Schilling [Tue, 31 May 2022 08:23:52 +0000 (10:23 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #32628 from nextcloud/bugfix/noid/json-throw
Joas Schilling [Tue, 31 May 2022 08:06:21 +0000 (10:06 +0200)]
Merge pull request #32628 from nextcloud/bugfix/noid/json-throw

Use JSON_THROW_ON_ERROR instead of custom error handling

2 years agoMerge pull request #32663 from nextcloud/bugfix/noid/temp-cron
Vincent Petry [Tue, 31 May 2022 07:19:31 +0000 (09:19 +0200)]
Merge pull request #32663 from nextcloud/bugfix/noid/temp-cron

Cleanup tempfiles after each cron job run

2 years agoMerge pull request #32509 from nextcloud/fix/theming-colours-primary
John Molakvoæ [Tue, 31 May 2022 06:49:03 +0000 (08:49 +0200)]
Merge pull request #32509 from nextcloud/fix/theming-colours-primary

2 years agoUpdate psalm baseline 32665/head
nextcloud-command [Tue, 31 May 2022 04:19:13 +0000 (04:19 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 31 May 2022 02:33:09 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32206 from nextcloud/enh/migrator-add-estimatedsize-getter
Pytal [Tue, 31 May 2022 00:16:33 +0000 (17:16 -0700)]
Merge pull request #32206 from nextcloud/enh/migrator-add-estimatedsize-getter

2 years agoUpdate calendar estimation 32206/head
Christopher Ng [Fri, 29 Apr 2022 03:03:01 +0000 (03:03 +0000)]
Update calendar estimation

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoUpdate contacts estimation
Christopher Ng [Fri, 29 Apr 2022 02:33:45 +0000 (02:33 +0000)]
Update contacts estimation

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoSkip avatar on failure
Christopher Ng [Fri, 29 Apr 2022 01:53:41 +0000 (01:53 +0000)]
Skip avatar on failure

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoUpdate method name
Christopher Ng [Fri, 29 Apr 2022 01:45:47 +0000 (01:45 +0000)]
Update method name

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoAdd the ISizeEstimationMigrator interface for method getExportEstimatedSize
Côme Chilliet [Tue, 24 May 2022 08:02:15 +0000 (10:02 +0200)]
Add the ISizeEstimationMigrator interface for method getExportEstimatedSize

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #32641 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.7
dependabot[bot] [Mon, 30 May 2022 17:40:52 +0000 (17:40 +0000)]
Merge pull request #32641 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.7

2 years agoUse JSON_THROW_ON_ERROR instead of custom error handling 32628/head
Julius Härtl [Fri, 27 May 2022 12:57:22 +0000 (14:57 +0200)]
Use JSON_THROW_ON_ERROR instead of custom error handling

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoBump core-js from 3.22.5 to 3.22.7 32641/head
dependabot[bot] [Mon, 30 May 2022 15:07:54 +0000 (15:07 +0000)]
Bump core-js from 3.22.5 to 3.22.7

Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.5 to 3.22.7.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.22.5...v3.22.7)

---
updated-dependencies:
- dependency-name: core-js
  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>
2 years agoCleanup tempfiles after each cron job run 32663/head
Julius Härtl [Mon, 30 May 2022 16:01:51 +0000 (18:01 +0200)]
Cleanup tempfiles after each cron job run

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #32634 from nextcloud/debt/noid/psalm-moveable-mount
Côme Chilliet [Mon, 30 May 2022 15:05:50 +0000 (17:05 +0200)]
Merge pull request #32634 from nextcloud/debt/noid/psalm-moveable-mount

[Psalm] Fix docblock for return type

2 years agoMerge pull request #32591 from nextcloud/fix/node-test
Vincent Petry [Mon, 30 May 2022 15:00:27 +0000 (17:00 +0200)]
Merge pull request #32591 from nextcloud/fix/node-test

Fix node tests ci

2 years agoFix Nextcloud Android app not showing proper name 32583/head
jld3103 [Tue, 24 May 2022 21:07:59 +0000 (23:07 +0200)]
Fix Nextcloud Android app not showing proper name

2 years agoMerge pull request #32649 from nextcloud/automated/noid/psalm-baseline-update-1653884512
Côme Chilliet [Mon, 30 May 2022 12:49:32 +0000 (14:49 +0200)]
Merge pull request #32649 from nextcloud/automated/noid/psalm-baseline-update-1653884512

[Automated] Update psalm-baseline.xml

2 years agoMerge pull request #31948 from nextcloud/core-cleanup-74
Carl Schwan [Mon, 30 May 2022 12:37:37 +0000 (14:37 +0200)]
Merge pull request #31948 from nextcloud/core-cleanup-74

Update core to PHP 7.4 standard

2 years agoMerge pull request #32655 from nextcloud/fix/handle-non-existing-settings
Carl Schwan [Mon, 30 May 2022 10:53:36 +0000 (12:53 +0200)]
Merge pull request #32655 from nextcloud/fix/handle-non-existing-settings

Handle non existing settings again

2 years agoRestore old behaviour of sending flase for not found apps 32587/head
Joas Schilling [Mon, 30 May 2022 10:41:35 +0000 (12:41 +0200)]
Restore old behaviour of sending flase for not found apps

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoImprove JSConfigHelper code quality a bit
Joas Schilling [Wed, 25 May 2022 07:49:09 +0000 (09:49 +0200)]
Improve JSConfigHelper code quality a bit

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoHandle non existing settings again 32655/head
Carl Schwan [Mon, 30 May 2022 08:50:21 +0000 (10:50 +0200)]
Handle non existing settings again

See https://github.com/nextcloud/server/pull/28189#issuecomment-1140874991

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix node tests ci 32591/head
Carl Schwan [Wed, 25 May 2022 10:39:08 +0000 (12:39 +0200)]
Fix node tests ci

- Update jest snapshot
- Fix importing 3rdparty vue components
- Disable temporarely tests using nextcloud-vue/Button

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMove new IMigrator method to a specific interface ISizeEstimationMigrator
Côme Chilliet [Tue, 24 May 2022 08:01:14 +0000 (10:01 +0200)]
Move new IMigrator method to a specific interface ISizeEstimationMigrator

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoImplement getExportEstimatedSize in migrators
Côme Chilliet [Thu, 28 Apr 2022 09:47:04 +0000 (11:47 +0200)]
Implement getExportEstimatedSize in migrators

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd a method to get estimated export size in IMigrator
Côme Chilliet [Thu, 28 Apr 2022 09:23:26 +0000 (11:23 +0200)]
Add a method to get estimated export size in IMigrator

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoUpdate psalm baseline 32649/head
nextcloud-command [Mon, 30 May 2022 04:21:52 +0000 (04:21 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>