]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
21 months agoAllow float sizes in FileInfo for 32bits
Côme Chilliet [Mon, 23 Jan 2023 12:30:38 +0000 (13:30 +0100)]
Allow float sizes in FileInfo for 32bits

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoFix setQuota on User on 32bits
Côme Chilliet [Mon, 23 Jan 2023 11:24:53 +0000 (12:24 +0100)]
Fix setQuota on User on 32bits

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoFix computerFileSize when called with a string without unit
Côme Chilliet [Mon, 23 Jan 2023 11:13:32 +0000 (12:13 +0100)]
Fix computerFileSize when called with a string without unit

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoFix a few tests that were using too big int values for 32bits
Côme Chilliet [Mon, 23 Jan 2023 10:41:17 +0000 (11:41 +0100)]
Fix a few tests that were using too big int values for 32bits

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoFix 32bits bigint support in Util/OC_Helper
Côme Chilliet [Mon, 23 Jan 2023 10:11:26 +0000 (11:11 +0100)]
Fix 32bits bigint support in Util/OC_Helper

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoAdd helper to cast to int|float, fix MemoryInfo on 32bits
Côme Chilliet [Mon, 23 Jan 2023 09:55:31 +0000 (10:55 +0100)]
Add helper to cast to int|float, fix MemoryInfo on 32bits

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoFix filesize return type error in ViewTest
Côme Chilliet [Mon, 23 Jan 2023 09:25:06 +0000 (10:25 +0100)]
Fix filesize return type error in ViewTest

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoFix bigsize support on 32bits in OC_Helper
Côme Chilliet [Mon, 23 Jan 2023 09:05:20 +0000 (10:05 +0100)]
Fix bigsize support on 32bits in OC_Helper

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoImprove test failure output for RouterTest.php
Côme Chilliet [Mon, 23 Jan 2023 09:04:58 +0000 (10:04 +0100)]
Improve test failure output for RouterTest.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoFix psalm errors related to filesizes
Côme Chilliet [Mon, 23 Jan 2023 08:55:03 +0000 (09:55 +0100)]
Fix psalm errors related to filesizes

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoStrong type filesize related methods to ease 32bits problem findings
Côme Chilliet [Fri, 20 Jan 2023 17:02:45 +0000 (18:02 +0100)]
Strong type filesize related methods to ease 32bits problem findings

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoAdd apcu and ffmpeg to have less skipped tests
Côme Chilliet [Fri, 20 Jan 2023 14:49:15 +0000 (15:49 +0100)]
Add apcu and ffmpeg to have less skipped tests

Also exclude test groups which rely on a service

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoRunning all tests on 32bits to see what happens
Côme Chilliet [Mon, 16 Jan 2023 14:15:39 +0000 (15:15 +0100)]
Running all tests on 32bits to see what happens

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoRevert "remove 32-bit workarounds"
Côme Chilliet [Thu, 12 Jan 2023 15:05:03 +0000 (16:05 +0100)]
Revert "remove 32-bit workarounds"

This reverts commit dd8774389e21b59c07882580356d51de018fe867.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoAdd workflow for 32bits testing
Côme Chilliet [Thu, 12 Jan 2023 14:51:13 +0000 (15:51 +0100)]
Add workflow for 32bits testing

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoMerge pull request #36314 from nextcloud/sso-kerberos-fix
Côme Chilliet [Tue, 7 Feb 2023 10:16:08 +0000 (11:16 +0100)]
Merge pull request #36314 from nextcloud/sso-kerberos-fix

Update kerberos sso test setup to use new user_saml config system

21 months agoMerge pull request #36286 from nextcloud/bugfix/noid/fix-sending-state-token-in-flowv1
Daniel [Tue, 7 Feb 2023 10:02:04 +0000 (11:02 +0100)]
Merge pull request #36286 from nextcloud/bugfix/noid/fix-sending-state-token-in-flowv1

Fix event listener race condition on login-form

21 months agoMerge pull request #36451 from nextcloud/automated/noid/master-update-psalm-baseline
Côme Chilliet [Tue, 7 Feb 2023 07:55:35 +0000 (08:55 +0100)]
Merge pull request #36451 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

21 months agoUpdate psalm baseline 36451/head
nextcloud-command [Tue, 7 Feb 2023 04:27:15 +0000 (04:27 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
21 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Tue, 7 Feb 2023 02:26:01 +0000 (02:26 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoMerge pull request #36489 from nextcloud/bugfix/noid/brute-force-protection-password...
Joas Schilling [Mon, 6 Feb 2023 21:12:25 +0000 (22:12 +0100)]
Merge pull request #36489 from nextcloud/bugfix/noid/brute-force-protection-password-reset

Add bruteforce protection to password reset page

21 months agoMerge pull request #36267 from nextcloud/bugfix/noid/dont-reuse-query-builder
Joas Schilling [Mon, 6 Feb 2023 20:14:31 +0000 (21:14 +0100)]
Merge pull request #36267 from nextcloud/bugfix/noid/dont-reuse-query-builder

Don't reuse query builder object with populated parameters in FederatedShareProvider

21 months agoMerge pull request #36552 from nextcloud/fix/client-login-flow/missing-state-token
Christoph Wurst [Mon, 6 Feb 2023 15:51:25 +0000 (16:51 +0100)]
Merge pull request #36552 from nextcloud/fix/client-login-flow/missing-state-token

fix(client-login-flow): Handle missing stateToken gracefully

21 months agofix(CI): Adjust expected result 36489/head
Joas Schilling [Mon, 6 Feb 2023 10:26:38 +0000 (11:26 +0100)]
fix(CI): Adjust expected result

Signed-off-by: Joas Schilling <coding@schilljs.com>
21 months agoMerge pull request #36509 from nextcloud/fix/user-management/delete-user-hidden-group
Christoph Wurst [Mon, 6 Feb 2023 09:52:37 +0000 (10:52 +0100)]
Merge pull request #36509 from nextcloud/fix/user-management/delete-user-hidden-group

fix(user-management): Fix deleting user in hidden group(s)

21 months agofix(client-login-flow): Handle missing stateToken gracefully 36552/head
Christoph Wurst [Mon, 6 Feb 2023 08:42:15 +0000 (09:42 +0100)]
fix(client-login-flow): Handle missing stateToken gracefully

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
21 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Mon, 6 Feb 2023 02:24:44 +0000 (02:24 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sun, 5 Feb 2023 02:25:05 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sat, 4 Feb 2023 02:25:17 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoMerge pull request #36452 from nextcloud/perf/share-availability-check
Vincent Petry [Fri, 3 Feb 2023 12:34:35 +0000 (13:34 +0100)]
Merge pull request #36452 from nextcloud/perf/share-availability-check

perf(federation): Only request root share info for checking availability

21 months agoMerge pull request #36508 from nextcloud/enh/allow-no-route
Joas Schilling [Fri, 3 Feb 2023 11:53:59 +0000 (12:53 +0100)]
Merge pull request #36508 from nextcloud/enh/allow-no-route

Allow settings navigation items with no route entry

21 months agoMerge pull request #36511 from nextcloud/opt-out-of-phpunit-10
Joas Schilling [Fri, 3 Feb 2023 09:23:20 +0000 (10:23 +0100)]
Merge pull request #36511 from nextcloud/opt-out-of-phpunit-10

chore(CI): Opt-out of PHPUnit 10 for now

21 months agoMerge pull request #36409 from nextcloud/enh/noid/dont-automatically-open-sidebar...
Simon L [Fri, 3 Feb 2023 09:08:29 +0000 (10:08 +0100)]
Merge pull request #36409 from nextcloud/enh/noid/dont-automatically-open-sidebar-on-mobile

Do not open the sidebar automatically on small widths

21 months agochore(CI): Opt-out of PHPUnit 10 for now 36511/head
Joas Schilling [Fri, 3 Feb 2023 09:02:02 +0000 (10:02 +0100)]
chore(CI): Opt-out of PHPUnit 10 for now

Signed-off-by: Joas Schilling <coding@schilljs.com>
21 months agofix(appinfo): navigation type is optional 36508/head
Joas Schilling [Fri, 3 Feb 2023 08:52:37 +0000 (09:52 +0100)]
fix(appinfo): navigation type is optional

Signed-off-by: Joas Schilling <coding@schilljs.com>
21 months agoMerge pull request #36504 from nextcloud/bugfix/noid/remove-failing-test
Joas Schilling [Fri, 3 Feb 2023 08:28:34 +0000 (09:28 +0100)]
Merge pull request #36504 from nextcloud/bugfix/noid/remove-failing-test

Remove failing test that works with mocks only anyway

21 months agofix(user-management): Fix deleting user in hidden group(s) 36509/head
Christoph Wurst [Fri, 3 Feb 2023 08:24:48 +0000 (09:24 +0100)]
fix(user-management): Fix deleting user in hidden group(s)

E.g. guest_users

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
21 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Fri, 3 Feb 2023 02:27:22 +0000 (02:27 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoRemove extraneous user status route entry
Christopher Ng [Fri, 3 Feb 2023 01:11:17 +0000 (17:11 -0800)]
Remove extraneous user status route entry

Signed-off-by: Christopher Ng <chrng8@gmail.com>
21 months agoAllow zero occurences of route in XML schemas
Christopher Ng [Fri, 3 Feb 2023 01:11:17 +0000 (17:11 -0800)]
Allow zero occurences of route in XML schemas
- For xmllint

Signed-off-by: Christopher Ng <chrng8@gmail.com>
21 months agoAllow settings navigation items with no route entry
Christopher Ng [Fri, 3 Feb 2023 01:11:17 +0000 (17:11 -0800)]
Allow settings navigation items with no route entry

Signed-off-by: Christopher Ng <chrng8@gmail.com>
21 months agoMerge pull request #36498 from nextcloud/bug/dashboard-widgets
Julius Härtl [Thu, 2 Feb 2023 20:51:53 +0000 (21:51 +0100)]
Merge pull request #36498 from nextcloud/bug/dashboard-widgets

Some Dashboard widgets are larger than others

21 months agoDo not open the sidebar automatically on small widths 36409/head
Simon L [Fri, 27 Jan 2023 13:11:44 +0000 (14:11 +0100)]
Do not open the sidebar automatically on small widths

Signed-off-by: Simon L <szaimen@e.mail.de>
21 months agoMerge pull request #36484 from nextcloud/release/26.0.0_beta_2 v26.0.0beta2
blizzz [Thu, 2 Feb 2023 17:10:52 +0000 (18:10 +0100)]
Merge pull request #36484 from nextcloud/release/26.0.0_beta_2

26.0.0 beta 2

21 months agoMerge pull request #35743 from nextcloud/fix/use-recurrence-for-imip-email
blizzz [Thu, 2 Feb 2023 17:09:08 +0000 (18:09 +0100)]
Merge pull request #35743 from nextcloud/fix/use-recurrence-for-imip-email

Include more information in iMIP email and show diff information on updating an event

21 months agoRemove failing test that works with mocks only anyway 36504/head
Joas Schilling [Thu, 2 Feb 2023 17:04:20 +0000 (18:04 +0100)]
Remove failing test that works with mocks only anyway

Signed-off-by: Joas Schilling <coding@schilljs.com>
21 months agoMerge pull request #36497 from nextcloud/techdebt/noid/fix-autotest-execution
blizzz [Thu, 2 Feb 2023 16:36:54 +0000 (17:36 +0100)]
Merge pull request #36497 from nextcloud/techdebt/noid/fix-autotest-execution

Fix autotest.sh execution

21 months agoMerge pull request #35736 from nextcloud/pluggable-share-display
blizzz [Thu, 2 Feb 2023 16:33:34 +0000 (17:33 +0100)]
Merge pull request #35736 from nextcloud/pluggable-share-display

Allow to register public share template provider

21 months agoUse recurrence instance to build iMip email 35743/head
Anna Larch [Mon, 12 Dec 2022 19:46:37 +0000 (20:46 +0100)]
Use recurrence instance to build iMip email

instead of the main VEVENT of a repeating event

Fixes part of https://github.com/nextcloud/calendar/issues/3919

Signed-off-by: Anna Larch <anna@nextcloud.com>
21 months agoMerge pull request #36450 from nextcloud/fix/clipboard-copy
Simon L [Thu, 2 Feb 2023 15:05:13 +0000 (16:05 +0100)]
Merge pull request #36450 from nextcloud/fix/clipboard-copy

Drop vue-clipboard2 in favour of native Clipboard API to fix copy to clipboard

21 months agoMerge pull request #36499 from nextcloud/dependabot/npm_and_yarn/http-cache-semantics...
dependabot[bot] [Thu, 2 Feb 2023 14:42:31 +0000 (14:42 +0000)]
Merge pull request #36499 from nextcloud/dependabot/npm_and_yarn/http-cache-semantics-4.1.1

21 months agoPluggable share provider 35736/head
Louis Chemineau [Wed, 18 Jan 2023 15:53:22 +0000 (16:53 +0100)]
Pluggable share provider

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Louis Chemineau <louis@chmn.me>
21 months agoMerge pull request #36393 from nextcloud/3rdparty-drop-php-parser
Joas Schilling [Thu, 2 Feb 2023 13:25:25 +0000 (14:25 +0100)]
Merge pull request #36393 from nextcloud/3rdparty-drop-php-parser

chore: drop depedency php-parser

21 months agoadding compiled files 36498/head
hamza221 [Thu, 2 Feb 2023 12:58:25 +0000 (13:58 +0100)]
adding compiled files

Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
21 months agochore(deps): Bump http-cache-semantics from 4.1.0 to 4.1.1 36499/head
dependabot[bot] [Thu, 2 Feb 2023 12:48:46 +0000 (12:48 +0000)]
chore(deps): Bump http-cache-semantics from 4.1.0 to 4.1.1

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
21 months agoMerge pull request #36375 from nextcloud/enh/allow-php-8.2
blizzz [Thu, 2 Feb 2023 12:47:16 +0000 (13:47 +0100)]
Merge pull request #36375 from nextcloud/enh/allow-php-8.2

Allow php 8.2

21 months agoSome Dashboard widgets are larger than others
hamza221 [Thu, 2 Feb 2023 12:34:41 +0000 (13:34 +0100)]
Some Dashboard widgets are larger than others

Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
21 months agochore: drop depedency php-parser 36393/head
Daniel Kesselberg [Thu, 26 Jan 2023 17:37:07 +0000 (18:37 +0100)]
chore: drop depedency php-parser

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
21 months agoMake sure name and path are strings 36375/head
Joas Schilling [Thu, 2 Feb 2023 10:50:29 +0000 (11:50 +0100)]
Make sure name and path are strings

Otherwise Oracle returns NULL for empty strings and PHP 8.2
throws on null in string functions like trim() and md5()

Signed-off-by: Joas Schilling <coding@schilljs.com>
21 months agoTry fixing Oracle
Joas Schilling [Thu, 2 Feb 2023 10:32:57 +0000 (11:32 +0100)]
Try fixing Oracle

Signed-off-by: Joas Schilling <coding@schilljs.com>
21 months agoCatch deprecation warnings in oci tests
Côme Chilliet [Thu, 26 Jan 2023 10:00:46 +0000 (11:00 +0100)]
Catch deprecation warnings in oci tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoAdd 8.2 to oci tests
Côme Chilliet [Thu, 26 Jan 2023 09:03:33 +0000 (10:03 +0100)]
Add 8.2 to oci tests

This is the only test suite testing 8.1, so adding 8.2 as well

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoAllow 8.2 in versioncheck
Côme Chilliet [Thu, 19 May 2022 08:03:21 +0000 (10:03 +0200)]
Allow 8.2 in versioncheck

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoAlign version number of PHPUnit and give a helping install hint 36497/head
Joas Schilling [Thu, 2 Feb 2023 11:03:09 +0000 (12:03 +0100)]
Align version number of PHPUnit and give a helping install hint

Signed-off-by: Joas Schilling <coding@schilljs.com>
21 months agoFix autotest.sh execution
Joas Schilling [Thu, 2 Feb 2023 10:58:55 +0000 (11:58 +0100)]
Fix autotest.sh execution

Signed-off-by: Joas Schilling <coding@schilljs.com>
21 months agoMerge pull request #30349 from nextcloud/enhancement/migrate_to_symfony_mailer
blizzz [Thu, 2 Feb 2023 10:42:07 +0000 (11:42 +0100)]
Merge pull request #30349 from nextcloud/enhancement/migrate_to_symfony_mailer

Migrate to Symfony Mailer

21 months agoremove depraction of validateEmailAddress 30349/head
Arthur Schiwon [Thu, 2 Feb 2023 09:17:42 +0000 (10:17 +0100)]
remove depraction of validateEmailAddress

for there are legit use cases to validate an email address without
sending there to

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
21 months agoMigrate to Symfony Mailer
Côme Chilliet [Mon, 20 Dec 2021 10:35:06 +0000 (11:35 +0100)]
Migrate to Symfony Mailer

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
21 months agoMerge pull request #36487 from nextcloud/bugfix/noid/fix-query-builder-usage-in-dav...
Joas Schilling [Thu, 2 Feb 2023 05:54:28 +0000 (06:54 +0100)]
Merge pull request #36487 from nextcloud/bugfix/noid/fix-query-builder-usage-in-dav-account-deletion

Do not reuse query builder objects in DAV account deletion

21 months agoAdd bruteforce protection to password reset page
Joas Schilling [Fri, 20 Jan 2023 12:10:09 +0000 (13:10 +0100)]
Add bruteforce protection to password reset page

Signed-off-by: Joas Schilling <coding@schilljs.com>
21 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Thu, 2 Feb 2023 02:25:46 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoDrop vue-clipboard2 to fix copy to clipboard 36450/head
Christopher Ng [Wed, 1 Feb 2023 23:40:13 +0000 (15:40 -0800)]
Drop vue-clipboard2 to fix copy to clipboard

Signed-off-by: Christopher Ng <chrng8@gmail.com>
21 months agoDo not reuse query builder objects in DAV account deletion 36487/head
Joas Schilling [Wed, 1 Feb 2023 20:49:34 +0000 (21:49 +0100)]
Do not reuse query builder objects in DAV account deletion

Signed-off-by: Joas Schilling <coding@schilljs.com>
21 months ago26.0.0 beta 2 36484/head
Arthur Schiwon [Wed, 1 Feb 2023 16:39:09 +0000 (17:39 +0100)]
26.0.0 beta 2

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
21 months agoMerge pull request #36257 from nextcloud/fix/noid/single-upgrade-on-custom-apps
Simon L [Wed, 1 Feb 2023 16:07:23 +0000 (17:07 +0100)]
Merge pull request #36257 from nextcloud/fix/noid/single-upgrade-on-custom-apps

non-static app_dir

21 months agorefresh cached app folder on install/upgrade 36257/head
Maxence Lange [Thu, 26 Jan 2023 11:38:20 +0000 (10:38 -0100)]
refresh cached app folder on install/upgrade

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
21 months agoMerge pull request #36444 from nextcloud/perf/autoloading/weather-status-authoritativ...
Christoph Wurst [Wed, 1 Feb 2023 10:56:03 +0000 (11:56 +0100)]
Merge pull request #36444 from nextcloud/perf/autoloading/weather-status-authoritative-autoloader

perf(autoloading): Add authoritative autoloader for weather-status

21 months agoMerge pull request #36407 from nextcloud/enh/31710/migration-safeguard
Christoph Wurst [Wed, 1 Feb 2023 07:50:23 +0000 (08:50 +0100)]
Merge pull request #36407 from nextcloud/enh/31710/migration-safeguard

add a safeguard for Version23000Date20210721100600.php

21 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Wed, 1 Feb 2023 02:25:23 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoMerge pull request #36458 from nextcloud/fix/noid/run-tests-php-8.0
Maxence Lange [Tue, 31 Jan 2023 22:49:15 +0000 (21:49 -0100)]
Merge pull request #36458 from nextcloud/fix/noid/run-tests-php-8.0

test runs with php8.0 images

21 months agoMerge pull request #36455 from nextcloud/artonge/e2e/reset_theming
John Molakvoæ [Tue, 31 Jan 2023 18:53:39 +0000 (19:53 +0100)]
Merge pull request #36455 from nextcloud/artonge/e2e/reset_theming

Reset theming in cypress test

21 months agouse php8.0 images 36458/head
Maxence Lange [Tue, 31 Jan 2023 16:44:12 +0000 (15:44 -0100)]
use php8.0 images

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
21 months agoMerge pull request #36453 from nextcloud/bugfix/noid/oci-longtext
Julius Härtl [Tue, 31 Jan 2023 14:27:19 +0000 (15:27 +0100)]
Merge pull request #36453 from nextcloud/bugfix/noid/oci-longtext

Fix MigrateBackgroundImages on oracle

21 months agoMerge pull request #36331 from tpayen/fix/globalNewButton
Louis [Tue, 31 Jan 2023 13:23:16 +0000 (14:23 +0100)]
Merge pull request #36331 from tpayen/fix/globalNewButton

fix(files) Call .action of local element instead of global page

21 months agoReset theming in cypress test 36455/head
Louis Chemineau [Tue, 31 Jan 2023 13:18:26 +0000 (14:18 +0100)]
Reset theming in cypress test

The test in admin-settings does not reset the theming.
So when it is run before user-background, the "Default cloud background is not rendered" test fails.

This makes sure that the theming is reset before running "User default background settings"

Signed-off-by: Louis Chemineau <louis@chmn.me>
21 months agofix(theming): Fix query for configvalue as CLOB on OCI 36453/head
Julius Härtl [Tue, 31 Jan 2023 09:19:35 +0000 (10:19 +0100)]
fix(theming): Fix query for configvalue as CLOB on OCI

Signed-off-by: Julius Härtl <jus@bitgrid.net>
21 months agotests(oci): Test where statement on longtext column
Julius Härtl [Sun, 29 Jan 2023 08:40:17 +0000 (09:40 +0100)]
tests(oci): Test where statement on longtext column

Signed-off-by: Julius Härtl <jus@bitgrid.net>
test: try with just passing the type to eq which should also cast

Signed-off-by: Julius Härtl <jus@bitgrid.net>
21 months agochore: Add return types 36452/head
Julius Härtl [Tue, 31 Jan 2023 08:00:10 +0000 (09:00 +0100)]
chore: Add return types

Signed-off-by: Julius Härtl <jus@bitgrid.net>
21 months agoperf(federation): Only request root share info for checking availability
Julius Härtl [Tue, 31 Jan 2023 07:48:45 +0000 (08:48 +0100)]
perf(federation): Only request root share info for checking availability

Otherwise this would request a full recursive dirctory listing while the result is never being used

Signed-off-by: Julius Härtl <jus@bitgrid.net>
21 months agoMerge pull request #36445 from nextcloud/Valdnet-patch-4
John Molakvoæ [Tue, 31 Jan 2023 09:35:45 +0000 (10:35 +0100)]
Merge pull request #36445 from nextcloud/Valdnet-patch-4

l10n: Change admin to administrator

21 months agoMerge pull request #36440 from nextcloud/perf/autoloading/dashboard-authoritative...
Richard Steinmetz [Tue, 31 Jan 2023 09:35:03 +0000 (10:35 +0100)]
Merge pull request #36440 from nextcloud/perf/autoloading/dashboard-authoritative-autoloader

perf(autoloading): Add authoritative autoloader for dashboard

21 months agoMerge pull request #35474 from nextcloud/feature/rich-workspace-visibility
Julius Härtl [Tue, 31 Jan 2023 08:54:57 +0000 (09:54 +0100)]
Merge pull request #35474 from nextcloud/feature/rich-workspace-visibility

Update rich-workspace visibility

21 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Tue, 31 Jan 2023 02:25:42 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoMerge pull request #36434 from nextcloud/techdebt/noid/drop-bootstrap
Joas Schilling [Mon, 30 Jan 2023 22:13:22 +0000 (23:13 +0100)]
Merge pull request #36434 from nextcloud/techdebt/noid/drop-bootstrap

Drop bootstrap

21 months agofeat: update newfilemenu.js for rich-workspace 35474/head
Luka Trovic [Tue, 29 Nov 2022 05:37:32 +0000 (06:37 +0100)]
feat: update newfilemenu.js for rich-workspace

Signed-off-by: Luka Trovic <luka@nextcloud.com>
21 months agol10n: Change administrator to administration 36445/head
Valdnet [Mon, 30 Jan 2023 17:40:29 +0000 (18:40 +0100)]
l10n: Change administrator to administration

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
21 months agol10n: Change admin to administrator
Valdnet [Mon, 30 Jan 2023 17:21:33 +0000 (18:21 +0100)]
l10n: Change admin to administrator

Spelling unification.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
21 months agoperf(autoloading): Add authoritative autoloader for weather-status 36444/head
Christoph Wurst [Mon, 30 Jan 2023 17:10:58 +0000 (18:10 +0100)]
perf(autoloading): Add authoritative autoloader for weather-status

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
21 months agoperf(autoloading): Add authoritative autoloader for dashboard 36440/head
Christoph Wurst [Mon, 30 Jan 2023 15:38:52 +0000 (16:38 +0100)]
perf(autoloading): Add authoritative autoloader for dashboard

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
21 months agoMerge pull request #36420 from nextcloud/enh/34958/fix-exif-log
Louis [Mon, 30 Jan 2023 14:41:47 +0000 (15:41 +0100)]
Merge pull request #36420 from nextcloud/enh/34958/fix-exif-log

fix the exif_read_data issue