John Molakvoæ
d8d5946952
Merge pull request #46928 from nextcloud/fix/files-pending-size
2024-08-01 12:32:53 +07:00
skjnldsv
57ab6e1180
fix(files): empty folder pending size
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-01 09:29:20 +07:00
greta
d590373ae7
feat(admin_audit): Audit the tag creation
...
Co-authored-by: greta <gretadoci@gmail.com>
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: greta <gretadoci@gmail.com>
2024-08-01 11:29:14 +07:00
skjnldsv
80231e60aa
fix(activity): regroup Files and spltit sharing activity
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-08-01 11:03:24 +07:00
Anupam Kumar
cf4326539e
fix(AdminSettings/AI): show pref list of only the enabled translation providers
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-08-01 13:36:37 +07:00
Kate
c52b7e5ebc
Merge pull request #46804 from nextcloud/refactor/encryption/security-attributes
2024-08-01 09:56:19 +07:00
Kate
553224b0a2
Merge pull request #46810 from nextcloud/refactor/files_sharing/security-attributes
2024-08-01 09:55:55 +07:00
Marco
7221019151
Merge branch 'master' into feat/add-small-font-size-variable
2024-08-01 08:35:08 +07:00
Ferdinand Thiessen
1b9d6194f3
refactor(files): Resort imports and fix doc comment
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-01 07:14:04 +07:00
Ferdinand Thiessen
172c43351e
refactor(files): Migrate logger util to Typescript
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-01 03:20:56 +07:00
Ferdinand Thiessen
7ec1a7888e
fix(files): Add missing directory variable to error message
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-01 01:54:47 +07:00
Ferdinand Thiessen
a39f13e94e
fix(files): Provide file actions from list entry to make it reactive
...
This fixes non reactive default action text of the name component.
Also use download action as default action so that only one place
is needed to define how to download a file.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-01 01:54:42 +07:00
John Molakvoæ
bfde05340a
Merge pull request #46921 from nextcloud/fix/system-tags-displayname
...
fix(systemtags): Correctly set the display name for the Nextcloud node
2024-08-01 01:31:43 +07:00
Ferdinand Thiessen
835d357c85
fix(systemtags): Correctly set the display name for the Nextcloud node
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-31 20:10:23 +07:00
Ferdinand Thiessen
f570507156
fix(files): Add missing `emptyView` handling
...
The interface provides this option but it was never implemented.
This feature of being able to render a custom empty view message is needed
for public file drops to properly show the terms of service.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-31 20:07:57 +07:00
Ferdinand Thiessen
c8c84e6617
Merge pull request #46913 from nextcloud/fix/menu-order
...
fix: template folder and file request menu order
2024-07-31 21:52:51 +07:00
skjnldsv
e2d49f49a9
fix(files): fix template folder and file request menu order
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-31 18:44:50 +07:00
skjnldsv
528134b46b
chore(files_sharing): use spawnDialog for new file request handler
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-31 18:42:39 +07:00
Marco Ambrosini
9855485b0d
feat: add small font size variable
...
This is needed to create a bit more hyerarchy between more important
and less important text. For example for the talk conversation
description in the header or in NcListItem's "subname"
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
2024-07-31 20:01:41 +07:00
skjnldsv
790d925024
fix(files): do not show legacy `edit locally` action on public pages
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-31 17:40:11 +07:00
Marco
b17508adf5
Merge pull request #46876 from nextcloud/feat/update-line-height
...
Update line height
2024-07-31 17:20:27 +07:00
Richard Steinmetz
74eeff7fbb
fix(caldav): allow listing of room and resource principals
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-07-31 15:47:02 +07:00
Ferdinand Thiessen
5b400c1be7
fix(files_sharing): Ensure "note to recipient" textarea is shown if there is a note
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-31 15:05:15 +07:00
Ferdinand Thiessen
d6518196cc
fix(files_sharing): Add missing "note to recipient"
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-31 15:05:15 +07:00
Marco
e3fa5fe136
Merge branch 'master' into feat/update-line-height
2024-07-31 15:02:13 +07:00
Marco Ambrosini
e537728dd1
Feat: update line height
...
Since we have different font sizes, we should make the line height
dependent on the font size and not a fixed value. The recommended
value for accessibility is 1.5.
https://www.w3.org/WAI/WCAG21/Understanding/text-spacing.html
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
2024-07-31 14:36:23 +07:00
Ferdinand Thiessen
6a0edef4da
Merge pull request #46897 from nextcloud/fix/missing-template
...
revert: chore(files): cleanup old templates
2024-07-31 12:22:27 +07:00
fenn-cs
efcf98d923
fix: Adjust tests for editLocallyAction
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-31 10:28:05 +07:00
fenn-cs
267ae6f97c
feat(editLocallyAction): Handle possible no local client scenario
...
Resolves: https://github.com/nextcloud/server/issues/46438
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-31 10:25:26 +07:00
Andy Scherzinger
2d299d9da7
Merge pull request #46896 from nextcloud/fix/files-actions-contaniner
...
fix(files): Set container for file list actions
2024-07-31 11:11:41 +07:00
Ferdinand Thiessen
8241af0414
revert: chore(files): cleanup old templates
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-31 10:58:00 +07:00
Kate
e7eea9791c
Merge pull request #46747 from nextcloud/refactor/dav/security-attributes
2024-07-31 10:46:32 +07:00
Ferdinand Thiessen
6bd886ef6e
fix(files): Set container for file list actions
...
This is needed to ensure the actions are rendered below dialogs which will have the body as the container.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-31 10:42:54 +07:00
John Molakvoæ
45073f9448
Merge pull request #46895 from nextcloud/fix/template-filler
2024-07-31 08:24:58 +07:00
Nextcloud bot
4b4af0b6b8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-31 00:20:17 +07:00
Joas Schilling
3a9e154d38
Merge pull request #46894 from nextcloud/bugfix/noid/improve-explanation-of-timestamp
...
fix(trashbin): Improve documentation of since/until timestamps of res…
2024-07-31 00:18:50 +07:00
Kate
1df2f7ee0e
Merge pull request #46822 from nextcloud/refactor/user_ldap/security-attributes
2024-07-30 22:01:20 +07:00
Kate
d539717d33
Merge pull request #46824 from nextcloud/refactor/weather_status/security-attributes
2024-07-30 22:00:48 +07:00
Elizabeth Danzberger
423730963d
fix: Go back to template picker if template filler closed
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-30 15:30:36 +07:00
Elizabeth Danzberger
6c3a4a9f20
fix: Template filler shows only if template has fields
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-30 15:18:09 +07:00
Joas Schilling
bfd96b070b
fix(trashbin): Improve documentation of since/until timestamps of restore trashbin
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-30 20:33:56 +07:00
fenn-cs
ca8fc8d2d5
chore(ShareSettings): Proper wording for share autocompletion settings
...
The existing is incorrect and can be misleading as seen in : https://github.com/nextcloud/server/issues/42501
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-30 18:56:50 +07:00
Kate
b5bc4f31cf
Merge pull request #46744 from nextcloud/refactor/cloud_federation_api/security-attributes
2024-07-30 17:55:46 +07:00
Côme Chilliet
30a2e8f9b8
fix(files_versions): Catch constraint error on version insertion
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-07-30 17:09:10 +07:00
Ferdinand Thiessen
77cffcb049
fix(files_sharing): Make account file filter consistent have design
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-30 16:40:14 +07:00
Stephan Orbaugh
18c0bcb2da
Merge pull request #46476 from nextcloud/enh/noid/migration-attributes
...
Migration Attributes
2024-07-30 15:54:56 +07:00
Robin Appelman
7343da4a9c
fix: try to find non-recursive share source
...
instead of always picking the first one, try to find one that won't blow up
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-07-30 15:32:07 +07:00
skjnldsv
6427ae104c
fix(files_sharing): always show file request creation option
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-30 09:52:48 +07:00
skjnldsv
197c35598c
chore(files_sharing): refactor Share model to ts
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-30 09:50:46 +07:00
skjnldsv
850cb082a9
feat(files_sharing): show file requests in navigation
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-30 09:50:46 +07:00
John Molakvoæ
68864ab394
Merge pull request #46865 from nextcloud/fix/46635/breadcrumbs-shrink
2024-07-30 11:49:16 +07:00
Kate
450c085e8b
Merge pull request #46825 from nextcloud/refactor/workflowengine/security-attributes
2024-07-30 11:40:41 +07:00
Kate
c7315a0e83
Merge pull request #46746 from nextcloud/refactor/dashboard/security-attributes
2024-07-30 11:39:40 +07:00
Raimund Schlüßler
6be686dc46
fix(files): correctly shrink breadcrumbs bar
...
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2024-07-30 10:26:02 +07:00
Robin Appelman
23cdb539ce
fix: fix recursive share check
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-07-30 07:41:26 +07:00
Kate
24a0d3e101
Merge pull request #46805 from nextcloud/refactor/federatedfilesharing/security-attributes
2024-07-30 05:36:56 +07:00
Nextcloud bot
016fbb93e0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-30 00:19:55 +07:00
provokateurin
d8adbce1be
refactor(oauth2): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-29 16:45:54 +07:00
Maxence Lange
a9e1dc6688
fix(migration-attributes): psalm
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-07-29 12:44:52 +07:00
Maxence Lange
ad490c963b
feat(migration-attributes): tests
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-07-29 12:44:52 +07:00
Maxence Lange
dd0099c69f
fix(psalm): named attribute argument
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-07-29 11:37:40 +07:00
Andy Scherzinger
13d2b67674
Merge pull request #46834 from withbest/master
...
chore: fix some comments
2024-07-29 11:37:57 +07:00
Kate
1af3a66b2a
Merge pull request #46817 from nextcloud/refactor/systemtags/security-attributes
2024-07-29 09:23:21 +07:00
Kate
20e054c4a4
Merge pull request #46819 from nextcloud/refactor/theming/security-attributes
2024-07-29 08:57:48 +07:00
withbest
dd08f93202
chore: fix some comments
...
Signed-off-by: withbest <seekseat@outlook.com>
2024-07-29 14:43:27 +07:00
Nextcloud bot
8f235982c9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-29 00:20:16 +07:00
Joas Schilling
57385a4961
Merge pull request #46815 from nextcloud/refactor/provisioning_api/security-attributes
...
refactor(provisioning_api): Replace security annotations with respective attributes
2024-07-28 20:36:14 +07:00
provokateurin
9d6221e098
refactor(dav): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-28 10:53:14 +07:00
Kate
69a203d262
Merge pull request #46820 from nextcloud/refactor/twofactor_backupcodes/security-attributes
2024-07-28 08:48:56 +07:00
Kate
e564bc9a55
Merge pull request #46818 from nextcloud/refactor/testing/security-attributes
2024-07-28 08:41:38 +07:00
Kate
d75c1e490a
Merge pull request #46823 from nextcloud/refactor/user_status/security-attributes
2024-07-28 08:38:44 +07:00
provokateurin
dc1c2c3bed
refactor(federation): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-28 08:36:17 +07:00
Nextcloud bot
1ac631ba0f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-28 00:39:35 +07:00
provokateurin
f012c996ee
refactor(settings): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 22:49:43 +07:00
provokateurin
8db6cfca1c
refactor(cloud_federation_api): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 22:47:40 +07:00
provokateurin
e4e3783501
refactor(federatedfilesharing): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 22:45:55 +07:00
provokateurin
3fde60db85
refactor(files): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 22:44:01 +07:00
provokateurin
9128a23af1
refactor(files_sharing): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 22:42:51 +07:00
provokateurin
1cc7a620b5
refactor(testing): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 22:40:56 +07:00
provokateurin
79d9f2ebf6
refactor(theming): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 22:40:06 +07:00
provokateurin
9b8488ed0e
refactor(user_ldap): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 22:39:08 +07:00
provokateurin
b51e432d32
refactor(provisioning_api): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 21:54:42 +07:00
provokateurin
e64667df37
refactor(workflowengine): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 21:36:15 +07:00
provokateurin
b1b6b51c11
refactor(weather_status): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 21:36:04 +07:00
provokateurin
8e655d46e9
refactor(user_status): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 21:35:52 +07:00
provokateurin
8d823344e3
refactor(updatenotification): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 21:35:26 +07:00
provokateurin
c5c6517303
refactor(twofactor_backupcodes): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 21:35:13 +07:00
provokateurin
641560004f
refactor(systemtags): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 21:34:39 +07:00
provokateurin
2c8f6a009a
refactor(files_versions): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 21:34:00 +07:00
provokateurin
220c6a2bd9
refactor(files_trashbin): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 21:33:47 +07:00
provokateurin
4016aace04
refactor(encryption): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 21:32:47 +07:00
provokateurin
df5a8485af
refactor(dashboard): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 21:32:18 +07:00
provokateurin
a0eca3384b
test(theming): Fix broken footer links tests
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-27 20:13:38 +07:00
John Molakvoæ
b964094ebf
Merge pull request #46784 from nextcloud/fix/public-footer
2024-07-27 16:35:39 +07:00
Marcel Klehr
5639d99801
Merge pull request #46779 from nextcloud/fix/testing/textprocessing-unicode
...
fix(testing): Make Testing TextProcessing providers unicode safe
2024-07-27 16:28:12 +07:00
John Molakvoæ
3865f81b61
Merge branch 'master' into fix/public-footer
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-07-27 16:10:34 +07:00
skjnldsv
e32b335289
fix(files): always ask for confirmation if trashbin app is disabled
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-27 07:13:39 +07:00
Nextcloud bot
1198f64d24
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-27 00:19:22 +07:00
Maksim Sukharev
602ef72477
Merge pull request #46773 from nextcloud/fix/noid/settings-iframe-icons
...
style(settings): align icons at legacy help navigation
2024-07-26 18:15:24 +07:00
Ferdinand Thiessen
7abaee813a
fix(files): Ensure scrolled file list does not leak through file filters
...
1. when scrolling the file list should not be visible behind the filters
2. on mobile we need to remove the padding of the filters to ensure they are accessible
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-26 15:27:29 +07:00
Ferdinand Thiessen
39e163a192
fix(styles): Make sure footer with legal links is shown correctly
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-26 15:12:33 +07:00
Marcel Klehr
b9187dcb9e
fix(testing): Make Testing TextProcessing providers unicode safe
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-26 13:50:36 +07:00
Maksim Sukharev
0dc4ed1f62
style(settings): align icons at legacy help navigation
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-07-26 13:08:12 +07:00
Ferdinand Thiessen
dd88fa03a4
fix(files): Correctly validate new node name
...
* Resolves https://github.com/nextcloud/server/issues/45409
This includes two fixes:
1. The name in the "new node" dialog is correctly selected (e.g. `file.txt` only `file` is selected by default), to allow quick naming
2. `@nextcloud/files` functions for filename validation are used, this allows to use new Nextcloud 30 capabilities (e.g. reserved names)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-26 08:46:23 +07:00
Kate
41f7fa6840
Merge pull request #46745 from nextcloud/refactor/comments/security-attributes
2024-07-26 07:13:50 +07:00
Nextcloud bot
c2acabf020
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-26 00:19:53 +07:00
Ferdinand Thiessen
97ea95714a
Merge pull request #45708 from nextcloud/feat/files-filters
...
feat(files): Implement files list filters
2024-07-25 20:12:52 +07:00
Andy Scherzinger
4f2a29adf9
Merge pull request #46672 from nextcloud/fix/preview-invalid-id
...
Avoid using partial file info as valid one
2024-07-25 19:37:30 +07:00
Andy Scherzinger
2e353d8849
Merge pull request #46759 from nextcloud/chore/less-banding-image
...
fix(theming): Use version with less color banding for dark variant
2024-07-25 19:33:37 +07:00
Ferdinand Thiessen
2c0e2cc09e
test: Add cypress tests for file list filtering
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-25 19:33:28 +07:00
Ferdinand Thiessen
1fc6b79f7c
feat(files_sharing): Add file list filter to filter by owner / sharee
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-25 19:33:28 +07:00
Ferdinand Thiessen
aad09764cd
refactor: Make route parameters accessible using composables to reuse
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-25 19:33:28 +07:00
Ferdinand Thiessen
842c21f96b
feat(files): Implement files list filters for name, modified time and type
...
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-25 19:33:23 +07:00
Ferdinand Thiessen
968d41241b
feat(files): Allow to add file list filters
...
This adds sticky file list filters above the file list.
Those filters are used to filter the directory content and thus filter the file list.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-25 19:15:38 +07:00
Andy Scherzinger
ba91f42c8b
Merge pull request #46753 from nextcloud/fix/renaming-full-validation
...
fix(files): Use `@nextcloud/files` filename validation to show more details
2024-07-25 18:28:13 +07:00
Ferdinand Thiessen
090a4010c1
fix(theming): Use version with less color banding for dark variant
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-25 16:58:12 +07:00
Greta
d5bb37ab0d
Merge pull request #46749 from nextcloud/fix/background-job-error
...
fix: add a try and catch for delete versioning
2024-07-25 16:49:17 +07:00
Ferdinand Thiessen
523e0d3f2b
fix(files): Use `@nextcloud/files` filename validation to show more details
...
This will enable showing more details what exactly is wrong with the filename.
Especially with the new capabilities introduced with Nextcloud 30.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-25 15:49:33 +07:00
tobiasKaminsky
63d5c2b0e0
fix: https://github.com/nextcloud/calendar/issues/6079 and https://github.com/nextcloud/contacts/issues/3997
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-07-25 15:42:09 +07:00
Ferdinand Thiessen
442a233d39
fix(files_sharing): `open-in-files` should open a folder and not the parent
...
For files this behavior is fine, but for folders the folder itself should be opened.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-25 15:06:48 +07:00
greta
26d22881e5
fix: add a try and catch for delete versioning
...
Signed-off-by: greta <gretadoci@gmail.com>
2024-07-25 14:46:06 +07:00
Robin Appelman
6953be7a01
Merge pull request #46685 from nextcloud/sabre-directory-exception-previous
...
fix: keep previous exception when wrapping dav exceptions
2024-07-25 14:39:50 +07:00
Julius Härtl
3d7d0b6088
Merge pull request #46383 from nextcloud/feat/template-fields
...
feat: Template field workflow
2024-07-25 14:19:49 +07:00
provokateurin
bec0653d2a
refactor(comments): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-07-25 13:14:45 +07:00
Stephan Orbaugh
e79fa57b70
Merge pull request #46693 from nextcloud/s3-writestream-impl
...
feat: add a specialized writeStream implementation for s3 external storage
2024-07-25 12:58:06 +07:00
carhe
7eac3fe7da
fix(files_versions): avoid unintentional skipping of expiration
...
Signed-off-by: carhe <carstenherrmann@web.de>
2024-07-25 12:29:04 +07:00
Elizabeth Danzberger
b749a89a33
fix: PHP formatting
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-25 11:11:41 +07:00
Elizabeth Danzberger
6aea44920d
fix: Can close template filler modal
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-25 11:11:40 +07:00
Elizabeth Danzberger
3390fc1b94
fix: Add SPDX header to new file
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-25 11:11:40 +07:00
Elizabeth Danzberger
1b904f1252
feat: Add frontend components for filling out template
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-25 11:11:40 +07:00
Elizabeth Danzberger
efe03ee690
feat: Add support for filling fields to backend components
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-25 11:11:40 +07:00
Elizabeth Danzberger
a7addcb88f
fix(vue): Begin implementing template filler component
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-25 11:11:40 +07:00
Elizabeth Danzberger
e65f318fdf
feat: TemplateFiller component
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-25 11:11:38 +07:00
Elizabeth Danzberger
d3bfcec7ea
feat: Add template filler component
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-25 11:11:38 +07:00
Ferdinand Thiessen
d843d671d5
Merge pull request #46690 from nextcloud/fix/files-displayname
...
Update `@nextcloud/files` to 3.6.0 and fix display name handling of folders (breadcrumbs and filename)
2024-07-25 02:09:53 +07:00
Louis Chemineau
52796d125a
fix(comments): Extend Vue before calling `new` on it
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-25 01:38:30 +07:00
Ferdinand Thiessen
80d797edf3
fix: Ensure displayname is a string
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-25 01:24:26 +07:00
Ferdinand Thiessen
5dc8e06014
fix(files): Do not split filename into `base` and `extension` for folders
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-25 01:24:26 +07:00
Ferdinand Thiessen
f95d8263f6
chore(deps): Update `@nextcloud/files` to v3.6.0
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-25 01:24:26 +07:00
rakekniven
a57e3848c6
chore(i18n): Changed wording to singular
...
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-07-24 21:54:38 +07:00
Robin Appelman
c2b1f079b1
feat: add a specialized writeStream implementation for s3 external storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-07-24 17:37:20 +07:00
Benjamin Gaussorgues
2ddfbf3e79
Merge pull request #45092 from nextcloud/fix/user-provider-search-shown
2024-07-24 16:38:13 +07:00
Maksim Sukharev
5709e54b8d
fix(files): validate input when creating file/directory
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-07-24 13:14:56 +07:00
Louis
7266a9ef33
Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegation
...
feat(users): Add users and group management to admin delegation
2024-07-24 11:15:54 +07:00
Louis Chemineau
1aeb3f328b
fix(files): Grid view virtual scrolling computations
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-24 09:38:51 +07:00
Louis Chemineau
ddad7b48eb
fix(files): Reduce preview size in grid view mode
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-24 09:38:51 +07:00
Louis Chemineau
6e76aed867
fix: Use timestamp instead of revision id in files_versions metadata API
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-24 09:34:13 +07:00
Nextcloud bot
55f81eae13
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-24 00:19:45 +07:00
SebastianKrupinski
fc0b694d37
feat: mail provider backend
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-07-23 16:20:36 +07:00
Ferdinand Thiessen
054d44d695
chore(theming): Adjust dark variant of the new default background
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-23 17:05:51 +07:00
Robin Appelman
d5a2a4aa87
fix: keep previous exception when wrapping dav exceptions
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-07-23 14:23:26 +07:00
Marcel Klehr
f58a88b11c
Merge pull request #46595 from nextcloud/fix/comments/align-submit-button
...
fix(comments): center align submit button in new comment field
2024-07-23 09:46:33 +07:00
Richard Steinmetz
ee6f857889
Merge pull request #46592 from nextcloud/feat/first-day-of-week-user-setting
...
feat: let users configure their first day of week
2024-07-23 09:03:19 +07:00
Richard Steinmetz
e54d39b076
Merge pull request #45667 from nextcloud/fix/caldav/strict-default-calendar-checks
...
fix(caldav): stricter default calendar checks
2024-07-23 08:40:50 +07:00
Nextcloud bot
a884d48413
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-23 00:19:28 +07:00
Daniel
2736b41369
Merge pull request #46692 from nextcloud/fix/dav/call-sabre-start
...
fix(dav): Call Sabre server start
2024-07-22 22:52:04 +07:00
Richard Steinmetz
b37fb43a32
feat: let users configure their first day of week
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-07-22 22:35:46 +07:00
Julius Härtl
6c1e896a03
fix: Ignore preview requests for invalid file ids
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-07-22 22:32:34 +07:00
Christoph Wurst
8cc996155e
Merge pull request #46659 from nextcloud/feat/migrate-backupcodes-to-ncvue
...
feat: migrate backupcodes personal settings buttons
2024-07-22 20:13:17 +07:00
Louis Chemineau
5f8c466f78
fix(users): Remove useless filtering condition
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-22 19:58:44 +07:00
Louis Chemineau
3574d7eec8
feat(users): Enable features for delegated user admins
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-22 19:58:44 +07:00
Louis Chemineau
26beedef36
test(users): Adapt tests to new admin delegation checks
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-22 19:58:44 +07:00
Christoph Wurst
f5e9be96ae
fix(dav): Call Sabre server start
...
exec is deprecated and calls start.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-07-22 19:35:45 +07:00
Edward Ly
260ae92c0d
Merge branch 'master' into fix/comments/align-submit-button
2024-07-22 09:23:40 +07:00
Edward Ly
96949e97d7
build: increment patch version
...
Signed-off-by: Edward Ly <contact@edward.ly>
2024-07-22 09:23:06 +07:00
Louis Chemineau
dff8815449
feat(users): Add support for admin delegation for users and groups management
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-22 17:17:35 +07:00
Louis Chemineau
1af827fdb3
fix(users): Improve error handling of some fields update
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-22 17:17:35 +07:00
Richard Steinmetz
cbea787233
fix(caldav): stricter default calendar checks
...
Reject calendars that
- are subscriptions
- are not writable
- are shared with a user
- are deleted
- don't support VEVENTs
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-07-22 15:24:39 +07:00
rakekniven
fadef0c7ba
Merge pull request #46661 from nextcloud/fix/issue-46632-localization-hits
...
fix(caldav): added localization hints for translators
2024-07-22 11:09:41 +07:00
Andy Scherzinger
c2a571e435
Merge pull request #46473 from nextcloud/feat/restrict_admin_to_ips
...
feat(security): restrict admin actions to IP ranges
2024-07-22 10:10:42 +07:00
Nextcloud bot
bd0b26178a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-22 00:19:13 +07:00
Nextcloud bot
fd1dabf01b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-21 00:19:45 +07:00
SebastianKrupinski
f00354a276
fix(caldav): added localization hits for translators
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-07-20 13:42:27 +07:00
Richard Steinmetz
6761d78460
feat: migrate backupcodes personal settings buttons
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-07-20 16:27:48 +07:00
Nextcloud bot
cdfa01abfc
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-20 00:19:36 +07:00
Ferdinand Thiessen
4bcb0734cd
refactor: Fix some linting issues in frontend code
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-19 22:45:13 +07:00
Andy Scherzinger
2e273e477a
Merge pull request #46225 from nextcloud/fix/issue-11633
...
fix(dav): Thrown forbidden error for authenticated user instead of no…
2024-07-19 18:59:58 +07:00
John Molakvoæ
bc531be406
Merge pull request #46631 from nextcloud/feat/file-request-cypress
2024-07-19 17:33:14 +07:00
Ferdinand Thiessen
1d77a3883f
Merge pull request #46558 from nextcloud/feat/add-setting-for-windows-compat
...
feat(files): Allow to configure Windows filename compatibility in the settings
2024-07-19 17:21:33 +07:00
Joas Schilling
7395211c1a
Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versions
...
fix(deps): Deprecate functionality deprecated by doctrine and test on more oracle versions
2024-07-19 16:40:49 +07:00
Joas Schilling
047479ccf9
feat(security): Add public API to allow validating IP Ranges and checking for "in range"
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-07-19 16:28:03 +07:00
Benjamin Gaussorgues
202e5b1e95
feat(security): restrict admin actions to IP ranges
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-07-19 16:28:03 +07:00
skjnldsv
08af33b5d9
chore: add file request cypress testing
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-19 12:20:25 +07:00
skjnldsv
cfa2caacf1
fix(files_sharing): default empty file request expiration
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-19 12:01:55 +07:00
Joas Schilling
eeb6ddb176
fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()` without parameters
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-19 11:21:16 +07:00
Joas Schilling
829f2b9bc7
fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-19 11:21:14 +07:00
Joas Schilling
e9bfaf31b8
fix(db): Don't use deprecated 3rdparty constant: `Doctrine\DBAL\Connection::PARAM_STR_ARRAY`
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-19 11:21:13 +07:00
Christopher Ng
feb9a2f862
fix(settings): Fix endless spinner when wiping or deleting accounts
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-07-19 10:42:53 +07:00
John Molakvoæ
0bde47a392
Merge pull request #46589 from nextcloud/fix/files_sharing-file-request-followup
2024-07-19 09:14:09 +07:00
skjnldsv
725736a754
chore(integration): add file request tests
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-19 07:35:51 +07:00
Nextcloud bot
22efc6da6a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-19 00:19:41 +07:00
skjnldsv
607f0b0e9a
fix(files_sharing): file request expiration date timezone
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-18 20:15:39 +07:00
skjnldsv
08d3fed24f
fix(files_sharing): file request form validation and date component event
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-18 20:15:39 +07:00
skjnldsv
320af319f9
fix(files_sharing): improve file request info messages
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-18 20:15:39 +07:00
skjnldsv
2c94404969
fix(files_sharing): also allow removing READ permissions on email shares
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-18 20:15:39 +07:00
skjnldsv
f28d933acc
feat(files_sharing): add public name prompt for files requests
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-18 20:15:39 +07:00
skjnldsv
f45d6135d7
feat(files_sharing): allow uploading to subfolders in File requests
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-18 19:47:11 +07:00
skjnldsv
b80c57dab3
feat(files_sharing): use label as title and file drop destination if available
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-18 19:47:11 +07:00
skjnldsv
43ca07809d
fix(files_sharing): file request creation permissions and link copy display
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-18 19:47:11 +07:00
skjnldsv
fec615c140
fix(files_sharing): use ClipboardText icon and fix trailing-button-click
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-18 19:47:11 +07:00