Joas Schilling
5fdc5d5011
fix(db)!: Too few arguments to function Doctrine\DBAL\Query\Expression\ExpressionBuilder::or(), 0 passed and atleast 1 expected
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-04 14:19:53 +02:00
Joas Schilling
f0348be4c8
fix(db): Replace more Platform usages
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-04 14:19:50 +02:00
Joas Schilling
c6cd20ea8a
fix(db)!: Doctrine\DBAL\FetchMode was removed
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-04 14:19:37 +02:00
Joas Schilling
c0d2f7ee21
fix(CI): Operand of type Doctrine\DBAL\Schema\Column is always truthy
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-04 14:19:35 +02:00
Joas Schilling
a20110bdc4
fix(db): UndefinedConstant: Constant Doctrine\DBAL\Connection::PARAM_STR_ARRAY is not defined
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-04 14:19:34 +02:00
Joas Schilling
27c49e7a9a
fix(db)!: Table::changeColumn() was renamed to Table::modifyColumn()
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-04 14:19:32 +02:00
Joas Schilling
f6f53a8ca8
fix(db)!: Doctrine\DBAL\Types\Type::getName() was removed
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-04 14:19:31 +02:00
Joas Schilling
015a3e85fe
fix(db)!: Fix casing of doctrine's SQLitePlatform
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-04 14:19:28 +02:00
John Molakvoæ
8cb0f1a3ae
Merge pull request #46174 from nextcloud/fix/integrity-check
...
fix(IntegrityCheck): Ensure the check is run if no results are available
2024-07-04 10:39:38 +02:00
Nextcloud bot
6496abdb92
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-04 00:21:34 +00:00
Hamza
993424fc95
Merge pull request #46273 from nextcloud/fix/make-ooo-replacement-nullable
...
Fix: Make out of office replacement nullable
2024-07-03 15:03:24 +02:00
Hamza Mahjoubi
85a3b27cf9
Fix: Make out of office replacement nullable
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-07-03 12:31:53 +02:00
F. E Noel Nfebe
05bdafa0f5
Merge pull request #46068 from nextcloud/fix/guest-share-ui-update
...
fix(ExternalSharing): Handle template shares from external sources
2024-07-03 11:29:28 +01:00
Ferdinand Thiessen
4a3f8a2cfa
Merge pull request #46201 from nextcloud/feat/update-dashboard-border-radius
...
Feat: update panels border radius
2024-07-03 11:50:15 +02:00
Ferdinand Thiessen
8fc498fb82
fix(IntegrityCheck): Ensure the check is run if no results are available
...
If there are no cached results the current implementation was also returning an empty array,
but this was the same as when there was a successful run.
So to distinguish this we return `null` if there are *no* results.
In this case we need to rerun the integrity checker.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-03 11:37:49 +02:00
fenn-cs
483d857de0
refactor(SharingInput): Remove unused addShare
...
The new sharing flow since NC27 requires that users open the sharing details tab and
customize their share before creating it.
In https://github.com/nextcloud/server/pull/39472 the work of `addShare` was handed down to
`openSharingDetails` that opens the sharing details tab for the user to customize and manually
creat their share.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-03 09:06:47 +01:00
fenn-cs
c998f5ebba
fix(ExternalSharing): Handle template share from external sources
...
The new sharing flow requires or implies that users should edit share before creating.
External sources should not created the share IF we would upon sharing details tab on first request.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-03 09:06:47 +01:00
Louis
acb95d5c0f
Merge pull request #45982 from nextcloud/artonge/update/disable_copy_button_on_readonly_folders
...
fix(files): Disable buttons in copy/move dialog for non writable folders
2024-07-03 10:03:56 +02:00
Nextcloud bot
7f7e189624
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-03 00:20:11 +00:00
Ferdinand Thiessen
e8c43740cc
Merge pull request #45395 from nextcloud/fix/blur-chromium
...
fix(theming): Conitionally disable blur filter for performance
2024-07-02 22:21:40 +02:00
Marco Ambrosini
479d394a9e
Feat: update panels border radius
...
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-02 19:47:44 +00:00
Andy Scherzinger
d4cb51c7bc
Merge pull request #46215 from nextcloud/enh/dashboard-icon
...
chore: Replace dashboard icon with Material Symbols
2024-07-02 18:46:09 +02:00
Louis Chemineau
d1b5657b7f
fix(files): Disable buttons in copy/move dialog for non writable folders
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-02 17:50:19 +02:00
Ferdinand Thiessen
2d827d0ed4
feat(theming): Add checkbox for force enable / disable blurry background
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-02 17:31:43 +02:00
Ferdinand Thiessen
697a963243
fix(theming): Conitionally disable blur filter for performance
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-02 17:31:43 +02:00
Côme Chilliet
5365882b6f
fix(webhook_listeners): Use string type instead of text for event
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-07-02 14:29:25 +02:00
Côme Chilliet
98dfa50f46
fix(webhooks_listeners): Fix SQL requests for oracle
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-07-02 12:30:49 +02:00
Côme Chilliet
7c577c98ef
fix(webhook_listeners): Allow null for user_id_filter for oracle
...
Empty string and null are the same thing on oracle databases so we have
to allow it.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-07-02 11:24:34 +02:00
Côme Chilliet
b6aef4d235
fix(webhooks): Completed API documentation and updated openapi.json
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-07-02 11:24:34 +02:00
Côme Chilliet
8abf62715c
fix(webhooks): Fix userIdFiltering for webhooks calls
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-07-02 11:24:33 +02:00
Côme Chilliet
44d707c97b
feat(webhooks): Add support for a userid filter
...
This allows to register a userId to filter on along with the webhooks.
This webhook will then only be triggered if the given userId is the one
in session. This is more efficient than filtering by user in the event
filter because the listener is not even registered if the user id does
not match.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-07-02 11:24:33 +02:00
provokateurin
32de958259
chore(deps): Update openapi-extractor
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-02 09:08:04 +02:00
Nextcloud bot
ee7dda5e86
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-02 00:19:21 +00:00
Ferdinand Thiessen
2249d7ddf5
chore: Replace dashboard icon with Material Symbols
...
Currently we use a circle as the dashboard icon,
1. This confuses with the circles app
2. Does not really gives information what this app does
3. Is not consistent with our app stores
So make it consistent and use the "dashboard" Material Symbol everywhere.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-01 23:41:29 +02:00
Daniel
92acbb0d39
Merge pull request #45766 from nextcloud/feat/ooo-replacement
...
Feat: Allow users to select another user as their out-of-office replacement
2024-07-01 23:25:43 +02:00
F. E Noel Nfebe
5270ffc3a5
Merge pull request #45608 from nextcloud/fix-openapi-notes-share-api
...
docs(ShareApiController): Correct note about expiry date timezone
2024-07-01 18:22:51 +01:00
Arthur Schiwon
7bd215896e
Merge pull request #46219 from nextcloud/fix/noid/infinit-BuildSocialSearchIndexBackgroundJob
...
fix(DAV): offset not applied
2024-07-01 18:37:39 +02:00
Hamza Mahjoubi
a9774741e8
Feat: Allow users to select another user as their out-of-office replacement
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-07-01 15:10:16 +02:00
fenn-cs
6136112be1
docs(ShareApiController): Correct note about expiry date timezone
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-01 13:53:18 +01:00
Arthur Schiwon
1d3ff4337e
fix(BuildSocialSearchIndexBackgroundJob): offset not applied
...
with more than 100 results, this job may never finish
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-07-01 14:31:27 +02:00
Louis Chemineau
39fd19f1d6
refactor(encryption): Migrate app.php to Application.php
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-01 13:45:09 +02:00
Julius Härtl
3b75c5b98c
Merge pull request #46184 from nextcloud/fix/dav-auth-check
...
fix: Authorization header can be an empty string
2024-07-01 11:43:10 +02:00
Nextcloud bot
d5b7525e1f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-01 00:19:23 +00:00
Nextcloud bot
a7fd9c9831
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-30 00:19:22 +00:00
Ferdinand Thiessen
682faad0b3
Merge pull request #46009 from nextcloud/refactor/ajax-cron
...
refactor(cron): Use `IAppConfig` for cron settings and migrate ajax cron away from jQuery
2024-06-29 16:29:34 +02:00
Daniel
02983f3317
Merge pull request #46190 from nextcloud/bug/45047/skip-check-when-disk-free-space-disabled
...
fix(setupchecks): skip check when disk_free_space is disabled
2024-06-29 15:59:17 +02:00
Nextcloud bot
7003725782
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-29 00:19:43 +00:00
Ferdinand Thiessen
b901a62957
Merge pull request #46121 from nextcloud/fix/database-versions
...
ci: Adjust database versions to current LTS / supported versions
2024-06-28 18:26:31 +02:00
Ferdinand Thiessen
14778811b4
refactor: Use IAppConfig for setting cron type
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-28 18:00:39 +02:00
Julius Härtl
4d6b4b71c7
fix: Authorization header can be an empty string
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-06-28 14:42:36 +02:00