Ferdinand Thiessen
|
b470d33fc7
|
chore: Update nextcloud dependencies to stable version
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-11-09 15:04:00 +01:00 |
|
Benjamin Gaussorgues
|
a08281cc5d
|
Merge pull request #39582 from nextcloud/simplify-ip-normalizer
Simplify IP address normalizer with IP masks
|
2023-11-09 14:26:33 +01:00 |
|
Ferdinand Thiessen
|
2606a566b2
|
Merge pull request #41339 from nextcloud/fix/40699-Availability_timepicker_improvements
Add two more translations for `CalendarAvailability`
|
2023-11-09 13:46:11 +01:00 |
|
Joas Schilling
|
dbe921452b
|
Merge pull request #41295 from nextcloud/fix/has-reserved-job
fix(JobList#hasReservedJob): Break tie when multiple jobs are reserved
|
2023-11-09 13:26:27 +01:00 |
|
julia.kirschenheuter
|
58913b6d13
|
Add two more translations for CalendarAvailability
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
2023-11-09 11:11:58 +01:00 |
|
Ferdinand Thiessen
|
cc0f8c1b14
|
Merge pull request #41348 from nextcloud/deps/update-calendar-availability-vue-to-v2.0.0
Update `calendar-availability-vue` to `^2.0.0`
|
2023-11-09 11:08:16 +01:00 |
|
julia.kirschenheuter
|
a8fdb88e75
|
Update calendar-availability-vue to ^2.0.0
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
2023-11-09 09:48:34 +01:00 |
|
Arthur Schiwon
|
55d68bb9d1
|
Merge pull request #41349 from nextcloud/fix/oca-settings-api-user-actions
fix(settings): Pass user object to user row actions
|
2023-11-09 09:44:22 +01:00 |
|
Joas Schilling
|
a12ce24589
|
Merge pull request #41351 from nextcloud/bugfix/noid/fix-filesmetadata-migration
fix(migration): Fix files metadata migration
|
2023-11-09 08:08:50 +01:00 |
|
Joas Schilling
|
960b95bb8e
|
fix(migration): Fix files metadata migration
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-11-09 06:59:42 +01:00 |
|
Nextcloud bot
|
a79dbf3a31
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-11-09 00:25:53 +00:00 |
|
Christoph Wurst
|
734b11dc86
|
Merge pull request #41266 from nextcloud/feat/contactsmenu/user-status-sorting
feat(contactsmenu): Sort by user status
|
2023-11-08 22:21:18 +01:00 |
|
Robin Appelman
|
b29bc59e8b
|
Merge pull request #41119 from nextcloud/optmize-storage-wrappers
optimize builtin storage wrappers
|
2023-11-08 22:14:19 +01:00 |
|
Ferdinand Thiessen
|
8038206a1f
|
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-11-08 21:55:40 +01:00 |
|
Christoph Wurst
|
71080a8d20
|
feat(contactsmenu): Sort by user status
If user_status is not enabled, fall back to sorting by contact name.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-11-08 21:53:35 +01:00 |
|
Ferdinand Thiessen
|
a106b7b7be
|
fix(settings): Pass user object to user row actions
This is required as otherwise the action has no information on which user it was called
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-11-08 21:49:26 +01:00 |
|
Robin Appelman
|
1acc7c0468
|
Merge pull request #41054 from nextcloud/systemtag-children
get children from dav node when preloading system tags
|
2023-11-08 18:00:41 +01:00 |
|
Louis
|
77c9550353
|
Merge pull request #40964 from nextcloud/artonge/feat/metadata/port_providers
Support dynamic metadata request on PROPFIND requests
|
2023-11-08 17:58:20 +01:00 |
|
Robin Appelman
|
f4fa2fb93c
|
optimize isShared and isMounted
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2023-11-08 17:34:58 +01:00 |
|
Marcel Klehr
|
1471849956
|
fix: Extend docblock of hasReservedJob
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-11-08 16:37:51 +01:00 |
|
Christoph Wurst
|
d751baee36
|
Merge pull request #40799 from nextcloud/fix/login-csrf-check-error-message
fix: Show error message when CSRF check fails at login
|
2023-11-08 16:33:53 +01:00 |
|
Louis Chemineau
|
d3a313f192
|
Support getting and setting metadata in DAV requests
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
2023-11-08 16:23:53 +01:00 |
|
Robin Appelman
|
79088ea15f
|
Merge pull request #40996 from nextcloud/view-share-disable-reuse
reuse sharing disabled state when listing folder content
|
2023-11-08 15:52:35 +01:00 |
|
Robin Appelman
|
4a049c2094
|
get children from dav node when preloading system tags
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2023-11-08 15:33:32 +01:00 |
|
Robin Appelman
|
dec880b285
|
optimize builtin storage wrappers
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2023-11-08 15:26:10 +01:00 |
|
Christoph Wurst
|
a5422a3998
|
fix: Show error message when CSRF check fails at login
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-11-08 15:18:34 +01:00 |
|
Benjamin Gaussorgues
|
f04035caa0
|
Simplify IP address normalizer with IP masks
Remove dead code
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
2023-11-08 11:55:07 +01:00 |
|
John Molakvoæ
|
9285fe04ff
|
Merge pull request #41331 from nextcloud/fix/files/overwrite-header
|
2023-11-08 09:26:23 +01:00 |
|
John Molakvoæ
|
f434483248
|
fix(files): add missing Overwrite: F header in renaming
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-11-08 09:11:40 +01:00 |
|
John Molakvoæ
|
069eb070a9
|
Merge pull request #41010 from nextcloud/feat/nested-actins
|
2023-11-08 08:53:16 +01:00 |
|
John Molakvoæ
|
32c1aebaae
|
fix(cypress): formatFileSize change revert from files library
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-11-08 08:40:27 +01:00 |
|
John Molakvoæ
|
50417bcee8
|
chore(jest): update snapshot after component update
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-11-08 08:39:14 +01:00 |
|
John Molakvoæ
|
cf6c921376
|
chore(files_reminders): upgrade to 28 APIs
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-11-08 08:39:01 +01:00 |
|
John Molakvoæ
|
72ffd4999a
|
feat(files): support nested actions
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-11-08 08:39:01 +01:00 |
|
Christoph Wurst
|
1d568a89a4
|
Merge pull request #40767 from nextcloud/feat/dav/absence
feat(dav): implement personal absence settings
|
2023-11-08 05:51:29 +01:00 |
|
Ferdinand Thiessen
|
e8cc216b69
|
Merge pull request #41328 from nextcloud/fix/41326-Contrast_between_focused_and_unfocused_state_on_different_types_of_input_fields_is_not_enough
Fix styles for input field and textarea on focus, hover and active state
|
2023-11-08 02:55:42 +01:00 |
|
Nextcloud bot
|
ab7830972e
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-11-08 00:32:32 +00:00 |
|
Christoph Wurst
|
2aa8e9d32a
|
Merge pull request #38995 from fsamapoor/refactor_lib_private_systemtag
Refactors lib/private/SystemTag
|
2023-11-07 21:10:38 +01:00 |
|
Christoph Wurst
|
2e24e70d94
|
Merge pull request #39109 from fsamapoor/refactor_lib_private_metadata_migration_net
Refactors /Metadata, /Migration, and /Net namespaces in /lib/private/
|
2023-11-07 20:47:39 +01:00 |
|
Pytal
|
2769b99bcf
|
Merge pull request #41329 from nextcloud/fix/files-copy-file
fix(files): Do not encode the path twice (and do not use undefined method)
|
2023-11-07 10:00:31 -08:00 |
|
Ferdinand Thiessen
|
a41a5cafef
|
Merge pull request #41303 from nextcloud/chore/migrate-apps-cypress
chore(cypress): Migrate apps acceptance tests to Cypress
|
2023-11-07 18:21:57 +01:00 |
|
Maxence Lange
|
d9c24f6c7b
|
Merge pull request #40761 from nextcloud/enh/noid/files-metadata
IFilesMetadata
|
2023-11-07 15:55:24 -01:00 |
|
Richard Steinmetz
|
425e770c04
|
feat(dav): implement personal absence settings
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
|
2023-11-07 17:27:10 +01:00 |
|
Côme Chilliet
|
3e6642ab0b
|
Merge pull request #41311 from nextcloud/fix/improve-setup-checks-api
Improve setup checks API
|
2023-11-07 16:51:57 +01:00 |
|
Ferdinand Thiessen
|
e79e0bdf4d
|
fix(files): Do not encode the path twice (and do not use undefined method)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-11-07 16:49:10 +01:00 |
|
julia.kirschenheuter
|
dea02d2c32
|
Fix styles for input field and textarea on focus, hover and active state
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
2023-11-07 16:23:56 +01:00 |
|
Maxence Lange
|
3631536261
|
IFilesMetadata
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2023-11-07 13:06:13 -01:00 |
|
Maxence Lange
|
f497d8b6e5
|
IFilesMetadata
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2023-11-07 12:43:08 -01:00 |
|
Simon L
|
b49400cc18
|
Merge pull request #41298 from nextcloud/enh/noid/fix-sharing-description
|
2023-11-07 14:40:14 +01:00 |
|
Ferdinand Thiessen
|
84d2a9b3d0
|
Merge pull request #41134 from nextcloud/feat/migrate-more-setup-checks
Migrate checks to new SetupCheck API
|
2023-11-07 14:21:47 +01:00 |
|