Commit graph

71827 commits

Author SHA1 Message Date
nextcloud-command
a6863cebc1 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-01-11 10:19:18 -06:00
Simon L
cf1726723a fix styling of development-notice
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-01-11 10:19:18 -06:00
Côme Chilliet
d8e625f208
Merge pull request #42585 from nextcloud/enh/add-rich-object-support-to-setupchecks
Add RichObject support for SetupCheck descriptions
2024-01-11 17:15:14 +01:00
John Molakvoæ
10b9b20da5
Merge pull request #42382 from nextcloud/feature/filelist_refresh_current_folder_on_update 2024-01-11 16:19:47 +01:00
Raul Ferreira
cf415bfe70 Include unsubscribe from file changed event
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Raul Ferreira <r.ferreira.fuentes@gmail.com>
2024-01-11 15:56:25 +01:00
Raul Ferreira Fuentes
a977247ae3 Update apps/files/src/views/FilesList.vue
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: Raul Ferreira Fuentes <Raudius@users.noreply.github.com>
2024-01-11 15:41:39 +01:00
Raul Ferreira
ef2db702f7 Refresh FileList on current folder update
Signed-off-by: Raul Ferreira <r.ferreira.fuentes@gmail.com>
2024-01-11 15:39:26 +01:00
Simon L
29c936d8a6
Merge pull request #42698 from nextcloud/enh/42595/webauthn-ncnotecard
update webauthn section to feature components
2024-01-11 15:20:02 +01:00
Côme Chilliet
d128b4a04b
Merge pull request #42177 from nextcloud/feat/migrate-imagick-setupcheck 2024-01-11 14:36:32 +01:00
Côme Chilliet
e884ffd4c8 Use match statement in richToParsed implementation
Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-01-11 14:03:55 +01:00
Côme Chilliet
6fc224dfce Document new throw possibility in SetupResult
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-01-11 14:03:55 +01:00
Côme Chilliet
9e4eb34a46 Add TODO for richToParsed refactor
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-01-11 14:03:55 +01:00
Côme Chilliet
7274a8d781 Fix UI for rich object in setupcheck results
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-01-11 14:03:55 +01:00
Côme Chilliet
ee0175e7d4 Fix psalm issue in SetupChecks command
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-01-11 14:03:55 +01:00
Côme Chilliet
a78abd84ce Validate rich objects passed to SetupResult
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-01-11 14:03:55 +01:00
Côme Chilliet
f34865eb4e Add RichObject support for SetupChecks descriptions
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-01-11 14:03:55 +01:00
nextcloud-command
e2a20ac56a chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-01-11 12:26:37 +00:00
Simon L
541f25a154 update webauthn section to feature components
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-01-11 12:55:57 +01:00
Simon L
67fba0a574
Merge pull request #42705 from nextcloud/bugfix/noid/green-openapi-ci
fix(openapi): Make OpenAPI CI green again
2024-01-11 12:55:36 +01:00
Joas Schilling
cfd1cc54c1
Merge pull request #42658 from nextcloud/bugfix/42530/mark-more-configs-as-sensitive
fix(systemreport): Mark more configs as sensitive
2024-01-11 12:33:45 +01:00
Joas Schilling
0b591916d6
fix(openapi): Make OpenAPI CI green again
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-11 12:29:19 +01:00
Louis
14180c576f
Merge pull request #42680 from nextcloud/artonge/fix/view_only_error_message
Improve view only error message
2024-01-11 12:12:47 +01:00
Julius Härtl
f8625cfe60
Merge pull request #42679 from nextcloud/fix/chunked-quota
fix(quota): automatically detect chunk quota with `OC-Total-Length` header
2024-01-11 12:01:20 +01:00
John Molakvoæ
733176e2eb
Merge pull request #42584 from nextcloud/fix/files-sharing-various 2024-01-11 11:59:19 +01:00
John Molakvoæ
15ef58b11b
chore(assets): Recompile assets
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-11 11:59:02 +01:00
John Molakvoæ
365bb7ded0
chore(deps): bump @nextcloud/files to 3.1.0
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-11 11:57:49 +01:00
John Molakvoæ
9553718acf
fix(files): group duplicate shares
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-11 11:57:49 +01:00
John Molakvoæ
32071942de
fix(files): fix unshare action
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-11 11:57:48 +01:00
Côme Chilliet
d1f2add10c Migrate PHP imagick module check to new SetupCheck API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-01-11 11:28:59 +01:00
Simon L
744720b443
Merge pull request #42402 from nextcloud/Jerome-Herbinet-remove-full-name-ellipsis-in-user-menu
Remove display name ellipsis in user menu
2024-01-11 10:29:09 +01:00
nextcloud-command
aaa7caf896 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-01-11 08:35:15 +00:00
Jérôme Herbinet
02e2c69bc4 Update UserMenu.vue
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Update UserMenu.vue

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

npm run build

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Revert with a higher max-width value

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-01-11 09:19:06 +01:00
Julius Härtl
bde0608dc3
Merge pull request #42533 from nextcloud/fix/weather_status/forecast-format
fix(weather_status): Fix forecast format in OpenAPI
2024-01-11 09:09:59 +01:00
Nextcloud bot
55398e4528
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-11 00:19:02 +00:00
Eduardo Morales
f0a4aa9b06
Merge pull request #42690 from nextcloud/fix/core/42593/replace-transfer-button-with-NcVue-Button
fix(files): switched native input to NcButton
2024-01-10 13:14:26 -06:00
Eduardo Morales
5e6f6b2633
Merge pull request #42668 from nextcloud/enh/refactor-profile
enh(profile): Refactor code to use vue components and styles where possible
2024-01-10 12:50:26 -06:00
Eduardo Morales
2f94cca9e1 chore(core): compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-01-10 12:29:34 -06:00
Eduardo Morales
8f77f70b71 fix(files): switched native input to NcButton
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-01-10 12:29:34 -06:00
Grigorii K. Shartsev
72786e9b81
Merge pull request #41972 from nextcloud/fix/41834/files--a11y-actions-on-selected
fix(files): move actions for selected file out from table header
2024-01-10 22:49:54 +05:00
Ferdinand Thiessen
e1cd0f30ec chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-10 11:22:27 -06:00
Ferdinand Thiessen
949e09ccb7 enh(core): Refactor profile page to use vue components
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-10 11:22:27 -06:00
Grigorii K. Shartsev
0f96a985c8 chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-01-10 17:57:06 +01:00
Grigorii K. Shartsev
ad4923ebd6 refactor(files): remove merged to @nextcloud/vue changes
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-01-10 17:52:25 +01:00
Grigorii K. Shartsev
b1a9017f5f fix(files): move header actions out from the table
Having actions in the table header is no valid for a11y and counts as a column name.

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-01-10 17:52:24 +01:00
Louis Chemineau
25274f92b7
Improve view only error message
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-01-10 17:04:26 +01:00
Joas Schilling
b2aa27f3e3
Merge pull request #42681 from nextcloud/bugfix/noid/fix-cron.php
fix(cron): Fix "Using $this when not in object context"
2024-01-10 16:42:49 +01:00
Joas Schilling
eeb0007cd3
fix(cron): Fix "Using $this when not in object context"
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-10 15:51:22 +01:00
Robin Appelman
62506a4e8d
Merge pull request #42558 from nextcloud/trash-mtime-deletion-time
use deletion time instead of mtime in trashbin handling
2024-01-10 14:28:09 +01:00
John Molakvoæ
9703b1da41
fix(quota): automatically detect chunk quota with OC-Total-Length header
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-10 13:26:25 +01:00
Kate
50aeae6a85
Merge pull request #42527 from nextcloud/feat/user_status/online-status-type 2024-01-10 09:57:46 +01:00