]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoFix cropped image generated when not asked 32483/head
Carl Schwan [Tue, 17 May 2022 08:19:54 +0000 (10:19 +0200)]
Fix cropped image generated when not asked

The $crop parameter was not propagated to the imaginary pipeline and
instead it used the smartcrop algorithm always

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32638 from nextcloud/dependabot/composer/build/integration/stable...
blizzz [Fri, 10 Jun 2022 13:54:40 +0000 (15:54 +0200)]
Merge pull request #32638 from nextcloud/dependabot/composer/build/integration/stable24/guzzlehttp/guzzle-7.4.3

Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.3 in /build/integration

2 years agoMerge pull request #32513 from nextcloud/backport/32496/stable24
Vincent Petry [Fri, 10 Jun 2022 13:39:32 +0000 (15:39 +0200)]
Merge pull request #32513 from nextcloud/backport/32496/stable24

[stable24] Fix crop condition

2 years agoMerge pull request #32657 from nextcloud/backport/32655/stable24
Vincent Petry [Fri, 10 Jun 2022 13:31:58 +0000 (15:31 +0200)]
Merge pull request #32657 from nextcloud/backport/32655/stable24

[stable24] Handle non existing settings again

2 years agoMerge pull request #32668 from nextcloud/backport/32583/stable24
Vincent Petry [Fri, 10 Jun 2022 13:30:56 +0000 (15:30 +0200)]
Merge pull request #32668 from nextcloud/backport/32583/stable24

[stable24] Fix Nextcloud Android app not showing proper name

2 years agoMerge pull request #32674 from nextcloud/backport/32670/stable24
Vincent Petry [Fri, 10 Jun 2022 13:30:05 +0000 (15:30 +0200)]
Merge pull request #32674 from nextcloud/backport/32670/stable24

[stable24] Fix share permissions rendering

2 years agoMerge pull request #32692 from nextcloud/backport/32471/stable24
Vincent Petry [Fri, 10 Jun 2022 13:27:45 +0000 (15:27 +0200)]
Merge pull request #32692 from nextcloud/backport/32471/stable24

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

2 years agoMerge pull request #32801 from nextcloud/backport/32797/stable24
Vincent Petry [Fri, 10 Jun 2022 12:47:03 +0000 (14:47 +0200)]
Merge pull request #32801 from nextcloud/backport/32797/stable24

[stable24] fix mounts mounted at the users home

2 years agoMerge pull request #32811 from nextcloud/backport/32768/stable24
Vincent Petry [Fri, 10 Jun 2022 12:45:36 +0000 (14:45 +0200)]
Merge pull request #32811 from nextcloud/backport/32768/stable24

[stable24] perform onetime setup earlier to ensure wrappers are registered on time

2 years agoperform onetime setup earlier to ensure wrappers are registered on time 32811/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 #32758 from nextcloud/backport/stable24/upload-speed
Carl Schwan [Fri, 10 Jun 2022 09:24:46 +0000 (11:24 +0200)]
Merge pull request #32758 from nextcloud/backport/stable24/upload-speed

[stable24] Make X-HAS-{MD5/SHA256} opt-in

2 years agoMerge pull request #32710 from nextcloud/backport/32662/stable24
Vincent Petry [Fri, 10 Jun 2022 09:09:26 +0000 (11:09 +0200)]
Merge pull request #32710 from nextcloud/backport/32662/stable24

[stable24] Cleanup temporary files after finishing the write to object storage

2 years agoMerge pull request #32794 from nextcloud/automated/noid/stable24-update-psalm-baseline
Vincent Petry [Fri, 10 Jun 2022 07:38:13 +0000 (09:38 +0200)]
Merge pull request #32794 from nextcloud/automated/noid/stable24-update-psalm-baseline

[stable24] Update psalm-baseline.xml

2 years agoMerge pull request #32802 from nextcloud/backport/32412/stable24
Julius Härtl [Fri, 10 Jun 2022 07:03:02 +0000 (09:03 +0200)]
Merge pull request #32802 from nextcloud/backport/32412/stable24

[stable24] Properly import maintenance script

2 years agoUpdate psalm baseline 32794/head
nextcloud-command [Fri, 10 Jun 2022 04:14:32 +0000 (04:14 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 10 Jun 2022 02:34:04 +0000 (02:34 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoProperly import maintenance script 32802/head
Julius Härtl [Mon, 16 May 2022 07:28:15 +0000 (09:28 +0200)]
Properly import maintenance script

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agofix mounts mounted at the users home 32801/head
Robin Appelman [Thu, 9 Jun 2022 17:21:56 +0000 (19:21 +0200)]
fix mounts mounted at the users home

this fixes external storages with '/' as mountpoint

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #32786 from nextcloud/backport/32765/stable24
Joas Schilling [Thu, 9 Jun 2022 21:00:41 +0000 (23:00 +0200)]
Merge pull request #32786 from nextcloud/backport/32765/stable24

[stable24] Add back the deleted.png file

2 years agoFix share permissions rendering 32674/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>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoAdd back the deleted.png file as SVG forwarding doesn't work for /core/img 32786/head
Anna Larch [Wed, 8 Jun 2022 13:54:12 +0000 (15:54 +0200)]
Add back the deleted.png file as SVG forwarding doesn't work for /core/img

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 years agoMerge pull request #32770 from nextcloud/backport/32697/stable24
Vincent Petry [Thu, 9 Jun 2022 10:03:03 +0000 (12:03 +0200)]
Merge pull request #32770 from nextcloud/backport/32697/stable24

[stable24] Fix get avatar authorization

2 years agoMerge pull request #32776 from nextcloud/backport/32767/stable24
Vincent Petry [Thu, 9 Jun 2022 10:01:59 +0000 (12:01 +0200)]
Merge pull request #32776 from nextcloud/backport/32767/stable24

[stable24] handle stream wrappers in SeekableHttpStream

2 years agoMerge pull request #32764 from nextcloud/backport/31981/stable24
Louis [Thu, 9 Jun 2022 09:07:20 +0000 (11:07 +0200)]
Merge pull request #32764 from nextcloud/backport/31981/stable24

[stable24] Temporary passwords fixes 31952

2 years agohandle stream wrappers in SeekableHttpStream 32776/head
Robin Appelman [Wed, 8 Jun 2022 15:52:27 +0000 (17:52 +0200)]
handle stream wrappers in SeekableHttpStream

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #32705 from nextcloud/backport/32690/stable24
Vincent Petry [Thu, 9 Jun 2022 07:55:29 +0000 (09:55 +0200)]
Merge pull request #32705 from nextcloud/backport/32690/stable24

[stable24] Trim mount point before matching in encryption code

2 years agoMerge pull request #32752 from nextcloud/backport/32746/stable24
Vincent Petry [Thu, 9 Jun 2022 07:54:59 +0000 (09:54 +0200)]
Merge pull request #32752 from nextcloud/backport/32746/stable24

[stable24] Add new share attributes column

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 9 Jun 2022 02:32:03 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoTest all scopes 32770/head
Christopher Ng [Thu, 2 Jun 2022 17:49:16 +0000 (17:49 +0000)]
Test all scopes

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoFix get avatar authorization
Christopher Ng [Thu, 2 Jun 2022 01:37:18 +0000 (01:37 +0000)]
Fix get avatar authorization

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoVarious improvements related to the recent implementation of temporary passwords 32764/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 #32750 from nextcloud/backport/32744/stable24
Joas Schilling [Wed, 8 Jun 2022 11:55:00 +0000 (13:55 +0200)]
Merge pull request #32750 from nextcloud/backport/32744/stable24

[stable24] Always log errors from sending federation api requests to ease debugging

2 years agoMake X-HAS-{MD5/SHA256} opt-in 32758/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>
(cherry picked from commit 1b426eda44f59648d2f1c5b79a06c78ff74c9fce)

2 years agoAdd new share attributes column 32752/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 agoAlways log errors from sending federation api requests to ease debugging 32750/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 ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 8 Jun 2022 02:32:35 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 6 Jun 2022 02:34:13 +0000 (02:34 +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:22 +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:32:07 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32650 from nextcloud/update-3rdparty-stable24
Joas Schilling [Fri, 3 Jun 2022 13:31:09 +0000 (15:31 +0200)]
Merge pull request #32650 from nextcloud/update-3rdparty-stable24

[stable24] Update 3rdparty for symfony/translation:4.4.41

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 3 Jun 2022 02:34:18 +0000 (02:34 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32664 from nextcloud/backport/32206/stable24
Pytal [Thu, 2 Jun 2022 18:32:31 +0000 (11:32 -0700)]
Merge pull request #32664 from nextcloud/backport/32206/stable24

2 years agoUpdate calendar estimation 32664/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 agoCleanup temporary files after finishing the write to object storage 32710/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 agoAdd unit tests for encryption's isSystemWideMountPoint 32705/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 ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 2 Jun 2022 02:33:05 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMake sure activities are not created when a deleted calendar object expires 32692/head
Thomas Citharel [Wed, 18 May 2022 09:10:36 +0000 (11:10 +0200)]
Make sure activities are not created when a deleted calendar object expires

Closes https://github.com/nextcloud/activity/issues/784

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years agoMerge pull request #32677 from nextcloud/backport/32592/stable24
blizzz [Wed, 1 Jun 2022 10:25:21 +0000 (12:25 +0200)]
Merge pull request #32677 from nextcloud/backport/32592/stable24

[stable24] allow use of rememberme cookies for IApacheAuth backends

2 years agoMerge pull request #32510 from nextcloud/fix/theming-colours-primary-24
John Molakvoæ [Wed, 1 Jun 2022 05:39:16 +0000 (07:39 +0200)]
Merge pull request #32510 from nextcloud/fix/theming-colours-primary-24

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoallow use of rememberme cookies for IApacheAuth backends 32677/head
Arthur Schiwon [Wed, 25 May 2022 11:09:06 +0000 (13:09 +0200)]
allow use of rememberme cookies for IApacheAuth backends

- e.g. enables it for SAML backend

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoProperly calculate primary element based on background luminance 32510/head
John Molakvoæ [Fri, 20 May 2022 07:06:29 +0000 (09:06 +0200)]
Properly calculate primary element based on background luminance

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoFix Nextcloud Android app not showing proper name 32668/head
jld3103 [Tue, 24 May 2022 21:07:59 +0000 (23:07 +0200)]
Fix Nextcloud Android app not showing proper name

2 years agoFix unit tests 32657/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 #32619 from nextcloud/backport/32618/stable24
John Molakvoæ [Tue, 31 May 2022 07:21:13 +0000 (09:21 +0200)]
Merge pull request #32619 from nextcloud/backport/32618/stable24

[stable24] Fix status handling

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 31 May 2022 02:33:16 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.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 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 agoHandle non existing settings again
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 agoMerge pull request #32470 from nextcloud/bug/noid/stable24-fix-backgroundjobs-mode
Louis [Mon, 30 May 2022 10:52:17 +0000 (12:52 +0200)]
Merge pull request #32470 from nextcloud/bug/noid/stable24-fix-backgroundjobs-mode

[stable24] Fix backgroundjobs mode

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

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 30 May 2022 02:32:04 +0000 (02:32 +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, 29 May 2022 02:33:34 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUpdate guzzlehttp/guzzle requirement in /build/integration 32638/head
dependabot[bot] [Sat, 28 May 2022 02:16:22 +0000 (02:16 +0000)]
Update guzzlehttp/guzzle requirement in /build/integration

Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.2...7.4.3)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #32621 from nextcloud/backport/32601/stable24
Joas Schilling [Fri, 27 May 2022 11:31:43 +0000 (13:31 +0200)]
Merge pull request #32621 from nextcloud/backport/32601/stable24

[stable24] Move Gd failed operations to debug level

2 years agoFix unit tests 32619/head
Joas Schilling [Fri, 27 May 2022 08:46:47 +0000 (10:46 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoDon't overwrite certain values if the refreshing comes in via short updates
Joas Schilling [Fri, 27 May 2022 07:26:53 +0000 (09:26 +0200)]
Don't overwrite certain values if the refreshing comes in via short updates

This e.g. happens from the talk participant list which only has the status, message and icon.
Due to the overwriting e.g. the clearAt was overwritten with null
and afterwards the status modal showed "Invalid date" as "Clear at"

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMove Gd failed operations to debug level 32621/head
Git'Fellow [Wed, 25 May 2022 16:26:42 +0000 (18:26 +0200)]
Move Gd failed operations to debug level

Instead of error

2 years agoFix missing status with predefined status in drop-down
Joas Schilling [Fri, 27 May 2022 07:15:15 +0000 (09:15 +0200)]
Fix missing status with predefined status in drop-down

When a predefined status message was used, the status was not "processed"
so it was missing the translated message and the icon in the dropdown and the menu afterwards

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 27 May 2022 02:31:16 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 26 May 2022 02:31:37 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 25 May 2022 02:36:13 +0000 (02:36 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 24 May 2022 02:33:01 +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 [Mon, 23 May 2022 02:31:13 +0000 (02:31 +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, 22 May 2022 02:31:05 +0000 (02:31 +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, 21 May 2022 02:34:07 +0000 (02:34 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix backgroundjobs mode radio 32470/head
Daniel Kesselberg [Wed, 18 May 2022 08:42:56 +0000 (10:42 +0200)]
Fix backgroundjobs mode radio

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years agoFix crop condition 32513/head
Carl Schwan [Thu, 19 May 2022 11:13:41 +0000 (13:13 +0200)]
Fix crop condition

Make sure that when fetching the image from the cache we don't
accidentally fetch the cropped image just because it also start with
256-256

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 20 May 2022 02:33:17 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32457 from nextcloud/backport/32439/stable24
Simon L [Thu, 19 May 2022 15:52:50 +0000 (17:52 +0200)]
Merge pull request #32457 from nextcloud/backport/32439/stable24

[stable24] adjust wording for database checks

2 years agoMerge pull request #32495 from nextcloud/releases/24.0.1/final v24.0.1
blizzz [Thu, 19 May 2022 12:04:26 +0000 (14:04 +0200)]
Merge pull request #32495 from nextcloud/releases/24.0.1/final

24.0.1

2 years ago24.0.1 32495/head
Arthur Schiwon [Thu, 19 May 2022 09:48:57 +0000 (11:48 +0200)]
24.0.1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #32472 from nextcloud/backport/32428/stable24
blizzz [Thu, 19 May 2022 09:46:13 +0000 (11:46 +0200)]
Merge pull request #32472 from nextcloud/backport/32428/stable24

[stable24] Add Email validation

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 19 May 2022 02:32:33 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoAdd email validation 32472/head
Anna Larch [Mon, 16 May 2022 12:04:59 +0000 (14:04 +0200)]
Add email validation

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 18 May 2022 02:32:57 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoadjust wording for database checks 32457/head
szaimen [Mon, 16 May 2022 17:22:23 +0000 (19:22 +0200)]
adjust wording for database checks

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 17 May 2022 02:29:41 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32418 from nextcloud/releases/24.0.1/rc1 v24.0.1rc1
blizzz [Mon, 16 May 2022 22:23:13 +0000 (00:23 +0200)]
Merge pull request #32418 from nextcloud/releases/24.0.1/rc1

24.0.1 RC 1

2 years agoMerge pull request #32437 from nextcloud/bugfix/32256/backport/32220/stable24
blizzz [Mon, 16 May 2022 21:41:49 +0000 (23:41 +0200)]
Merge pull request #32437 from nextcloud/bugfix/32256/backport/32220/stable24

Replace isValidEmoji by method in EmojiHelper

2 years agoMerge pull request #32424 from nextcloud/backport/32382/stable24
blizzz [Mon, 16 May 2022 21:41:10 +0000 (23:41 +0200)]
Merge pull request #32424 from nextcloud/backport/32382/stable24

[stable24] only log diagnostic events if a treshhold is set

2 years agoMerge pull request #32123 from nextcloud/backport/32074/stable24
blizzz [Mon, 16 May 2022 21:36:57 +0000 (23:36 +0200)]
Merge pull request #32123 from nextcloud/backport/32074/stable24

[stable24] tell mysql to ignore the sort index for search queries

2 years agoReplace isValidEmoji by method in EmojiHelper 32437/head
Vitor Mattos [Mon, 16 May 2022 15:58:58 +0000 (12:58 -0300)]
Replace isValidEmoji by method in EmojiHelper

Signed-off-by: Vitor Mattos <vitor@php.rio>