Côme Chilliet
476d5dceb2
Skip tests that cannot succeed on 32bits
...
For some reason a timestamp in the past also triggers the PHP error
about not being able to represent it as an int, so skipping that test
on 32bits.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-07 11:23:34 +07:00
Côme Chilliet
892e6c642a
Skip buggy tests for 32bits CI
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-07 11:23:33 +07:00
Côme Chilliet
885e54e7e0
Psalm easy fixes in apps/files/appinfo/routes.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-07 11:23:33 +07:00
Côme Chilliet
1994554b44
Fix Sabre connector test
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-07 11:23:33 +07:00
Côme Chilliet
028c225d96
Fix psalm errors
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-07 11:23:32 +07:00
Côme Chilliet
db80ac02b0
Fix name of skip method for phpunit
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-07 11:23:32 +07:00
Côme Chilliet
d315bce300
Improve behavior with dates on 32bits and fix tests or skip them
...
We do not support events after 2038 on 32bits but still behave better
when date range start/end is after 2038.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-07 11:23:32 +07:00
Côme Chilliet
110fc79918
Silence errors of return type mismatch from Sabre for now
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-07 11:23:31 +07:00
Côme Chilliet
cd885b5705
Type sizes as int|float throughout the code base
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-07 11:23:31 +07:00
Côme Chilliet
5c1a0e0307
Allow float sizes in FileInfo for 32bits
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-07 11:23:31 +07:00
Côme Chilliet
0753be3ff2
Fix a few tests that were using too big int values for 32bits
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-07 11:23:30 +07:00
Côme Chilliet
ff776a90b1
Strong type filesize related methods to ease 32bits problem findings
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-07 11:23:28 +07:00
Côme Chilliet
17ed023be2
Merge pull request #36314 from nextcloud/sso-kerberos-fix
...
Update kerberos sso test setup to use new user_saml config system
2023-02-07 11:16:08 +07:00
Nextcloud bot
24ebc19e10
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-07 02:26:01 +07:00
Joas Schilling
fa1d50ccce
Merge pull request #36267 from nextcloud/bugfix/noid/dont-reuse-query-builder
...
Don't reuse query builder object with populated parameters in FederatedShareProvider
2023-02-06 21:14:31 +07:00
Christoph Wurst
3473b69ad2
Merge pull request #36509 from nextcloud/fix/user-management/delete-user-hidden-group
...
fix(user-management): Fix deleting user in hidden group(s)
2023-02-06 10:52:37 +07:00
Nextcloud bot
87b53dfed3
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-06 02:24:44 +07:00
Nextcloud bot
2ddd7f52bf
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-05 02:25:05 +07:00
Nextcloud bot
1f26731c1d
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-04 02:25:17 +07:00
Vincent Petry
1fed799826
Merge pull request #36452 from nextcloud/perf/share-availability-check
...
perf(federation): Only request root share info for checking availability
2023-02-03 13:34:35 +07:00
Joas Schilling
7cff390b56
Merge pull request #36508 from nextcloud/enh/allow-no-route
...
Allow settings navigation items with no route entry
2023-02-03 12:53:59 +07:00
Simon L
a579b36113
Merge pull request #36409 from nextcloud/enh/noid/dont-automatically-open-sidebar-on-mobile
...
Do not open the sidebar automatically on small widths
2023-02-03 10:08:29 +07:00
Christoph Wurst
84780ffd33
fix(user-management): Fix deleting user in hidden group(s)
...
E.g. guest_users
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-02-03 09:24:48 +07:00
Nextcloud bot
94767112dd
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-03 02:27:22 +07:00
Christopher Ng
c610d0d99b
Remove extraneous user status route entry
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-02 17:11:17 +07:00
Julius Härtl
e81cb6eaf0
Merge pull request #36498 from nextcloud/bug/dashboard-widgets
...
Some Dashboard widgets are larger than others
2023-02-02 21:51:53 +07:00
Simon L
7fa42a2f03
Do not open the sidebar automatically on small widths
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-02 19:01:19 +07:00
blizzz
58e4a831c0
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
2023-02-02 18:09:08 +07:00
blizzz
d83ea282c4
Merge pull request #35736 from nextcloud/pluggable-share-display
...
Allow to register public share template provider
2023-02-02 17:33:34 +07:00
Anna Larch
38e9cb6a05
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>
2023-02-02 16:25:59 +07:00
Simon L
6f3c4f2255
Merge pull request #36450 from nextcloud/fix/clipboard-copy
...
Drop vue-clipboard2 in favour of native Clipboard API to fix copy to clipboard
2023-02-02 16:05:13 +07:00
Louis Chemineau
4ab3c16403
Pluggable share provider
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-02 15:41:26 +07:00
hamza221
8358311568
Some Dashboard widgets are larger than others
...
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
2023-02-02 13:34:41 +07:00
Côme Chilliet
dde5c46a3e
Migrate to Symfony Mailer
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-02 10:30:06 +07:00
Joas Schilling
fc4e87a2df
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
2023-02-02 06:54:28 +07:00
Nextcloud bot
129803d036
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-02 02:25:46 +07:00
Christopher Ng
edcf675e6e
Drop vue-clipboard2 to fix copy to clipboard
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-01 15:40:13 +07:00
Joas Schilling
1a31ddb56d
Do not reuse query builder objects in DAV account deletion
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-01 21:49:34 +07:00
Christoph Wurst
0c5eba3786
Merge pull request #36444 from nextcloud/perf/autoloading/weather-status-authoritative-autoloader
...
perf(autoloading): Add authoritative autoloader for weather-status
2023-02-01 11:56:03 +07:00
Nextcloud bot
03a6d1a985
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-01 02:25:23 +07:00
Julius Härtl
ca3f53ab88
Merge pull request #36453 from nextcloud/bugfix/noid/oci-longtext
...
Fix MigrateBackgroundImages on oracle
2023-01-31 15:27:19 +07:00
Louis
3ff568342b
Merge pull request #36331 from tpayen/fix/globalNewButton
...
fix(files) Call .action of local element instead of global page
2023-01-31 14:23:16 +07:00
Julius Härtl
ecccff8bd2
fix(theming): Fix query for configvalue as CLOB on OCI
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-31 11:57:54 +07:00
Julius Härtl
7e3ea019d1
chore: Add return types
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-31 11:42:33 +07:00
Julius Härtl
7cc9ba28a7
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>
2023-01-31 11:41:34 +07:00
John Molakvoæ
e7c9fdb1ac
Merge pull request #36445 from nextcloud/Valdnet-patch-4
...
l10n: Change admin to administrator
2023-01-31 10:35:45 +07:00
Richard Steinmetz
825a067ed7
Merge pull request #36440 from nextcloud/perf/autoloading/dashboard-authoritative-autoloader
...
perf(autoloading): Add authoritative autoloader for dashboard
2023-01-31 10:35:03 +07:00
Julius Härtl
9f2495cc09
Merge pull request #35474 from nextcloud/feature/rich-workspace-visibility
...
Update rich-workspace visibility
2023-01-31 09:54:57 +07:00
Nextcloud bot
9035be6b81
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-31 02:25:42 +07:00
Luka Trovic
cacffecba5
feat: update newfilemenu.js for rich-workspace
...
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2023-01-30 20:27:16 +07:00