Christoph Wurst
e589232815
Merge pull request #41703 from nextcloud/fix/dav/ooo-date-conversion
...
fix(dav): Convert dates without tz drift
2023-11-29 14:09:54 +07:00
Christoph Wurst
f1a18bbe0c
fix(dav): Timezone drift of OOO event
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-29 11:45:16 +07:00
Christoph Wurst
412916166d
fix(dav): Convert dates without tz drift
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-29 11:45:14 +07:00
Andy Scherzinger
6e3781b486
Merge pull request #41818 from nextcloud/techdebt/noid/clarify-ooo-return-data
...
fix(OOO): Make the returned data more explicit
2023-11-29 10:49:17 +07:00
Andy Scherzinger
16de85d8bb
Merge pull request #41803 from nextcloud/register-eml-msg
...
fix: add mimetype for eml and msg
2023-11-29 09:29:17 +07:00
Joas Schilling
aaaf0406b0
fix(OOO): Make the returned data more explicit
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-29 09:14:05 +07:00
Christoph Wurst
4d2a32a79b
Merge pull request #41759 from nextcloud/fix/dav/ooo-form-mandatory-message
...
fix(dav): Make ooo settings a form and the message required
2023-11-29 08:54:25 +07:00
Nextcloud bot
7791415322
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-29 00:20:25 +07:00
Grigorii K. Shartsev
3f041ef690
Merge pull request #41619 from nextcloud/fix/files--active-state-on-list-item-click
...
fix(files): remove focus outline on file list item click and make the link focusable
2023-11-29 03:35:41 +07:00
Grigorii K. Shartsev
c90ae200d3
chore(assets): Recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-28 22:52:17 +07:00
Grigorii K. Shartsev
e6bdbdbdb8
refactor(files): replace deprecated `is` attr on `<a>` with dynamic component
...
- Special attribute `is` is deprecated and removed in Vue 3
- It is confusing, that `<a>` element is rendered as `span` sometimes
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-28 22:04:39 +07:00
Grigorii K. Shartsev
fedd5316d3
fix(files): make file list item link focusable
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-28 22:04:39 +07:00
Grigorii K. Shartsev
2f186512eb
fix(files): remove focus outline on file list item click
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-28 22:04:39 +07:00
Pytal
4aa8433b39
Merge pull request #41809 from nextcloud/fix/hidden-password-confirmation
...
fix: Hidden password confirmation dialog with new global search
2023-11-28 12:29:32 +07:00
Christopher Ng
f10af575b3
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-28 10:50:05 +07:00
Christopher Ng
5525edd805
fix: Hidden password confirmation dialog
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-28 10:50:05 +07:00
Christopher Ng
919b5dbdf5
fix(settings): Duplicate update user manager calls
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-28 10:50:05 +07:00
Richard Steinmetz
edc48807f1
Merge pull request #41778 from nextcloud/fix/dav/schedule-ooo-jobs
...
fix(dav): don't schedule out-of-office jobs for dates in the past
2023-11-28 19:40:49 +07:00
Andy Scherzinger
45551f5356
Merge pull request #41753 from nextcloud/Valdnet-patch-1
...
Spelling correction
2023-11-28 17:55:12 +07:00
Daniel Kesselberg
dea865d247
fix: add mimetype for eml and msg
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-28 17:12:21 +07:00
Côme Chilliet
6b48f05b6f
Merge pull request #41468 from nextcloud/feat/migrate-database-pending-bigint-conversions
...
Migrate database pending bigint conversions
2023-11-28 16:05:48 +07:00
Andy Scherzinger
19a9dac567
Update test for changed string - openInFilesAction.spec.ts
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-11-28 15:48:58 +07:00
Valdnet
d876008072
Change to capital letter
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-28 15:48:58 +07:00
Valdnet
9064171b27
Correct a typo
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2023-11-28 15:48:58 +07:00
Richard Steinmetz
26248d0fed
fix(dav): don't schedule out-of-office jobs for dates in the past
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-11-28 15:21:06 +07:00
Joas Schilling
3365c87dd4
Merge pull request #41766 from nextcloud/bugfix/noid/remove-Could-not-find-resource-main.js
...
fix(files_external): Fix "Could not find resource main.js to load"
2023-11-28 14:09:56 +07:00
Côme Chilliet
60bc97e543
Migrate away from deprecated doctrine/dbal getName function
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-28 14:08:10 +07:00
Côme Chilliet
51758117a7
Migrate database pending bigint conversions check to new API
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-28 14:07:47 +07:00
Côme Chilliet
624f8f82ca
Merge pull request #41460 from nextcloud/feat/migrate-database-missing-checks
...
Migrate database missing checks
2023-11-28 14:06:19 +07:00
Louis
a61ec60dc3
Merge pull request #40939 from nextcloud/pulsejet/sidebar-tags
...
sidebar: allow turning off tags view by default
2023-11-28 13:43:50 +07:00
Git'Fellow
394cd75322
Merge pull request #41272 from nextcloud/fixOccScans
...
fix: reduce memory consumption of scans
2023-11-28 11:36:59 +07:00
Anna
258c863c5e
Merge pull request #41714 from nextcloud/enh/add-ooo-and-remove-user-status
2023-11-28 11:34:56 +07:00
Anna Larch
f19645adab
enh(userstatus): add OOO automation and remove calendar automation
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-11-28 10:28:06 +07:00
Arthur Schiwon
53f3149804
Merge pull request #41779 from nextcloud/bugfix/noid/use-destinct-exception-so-apps-dont-parse-messages
...
fix(API): Use a distinct exception so apps can react to it and custom…
2023-11-28 10:25:18 +07:00
Joas Schilling
f6b6776c93
fix(API): Use a distinct exception so apps can react to it and customize the return
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-28 06:11:57 +07:00
Ferdinand Thiessen
2d9f38e0be
Merge pull request #41777 from nextcloud/fix/comments-use-ncdatetime
...
enh(comments): Move from Moment.js to `NcDateTime`
2023-11-28 02:53:11 +07:00
Pytal
4ff951c09b
Merge pull request #41782 from nextcloud/fix/load-files-list
...
fix(files): Empty files list when uid contains special chars
2023-11-27 17:22:39 +07:00
Nextcloud bot
79aa8bb64c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-28 00:26:21 +07:00
Christopher Ng
22fc31bf03
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-27 18:06:27 +07:00
Christopher Ng
52cf1b3178
fix(files): Empty files list when uid contains special chars
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-27 18:06:27 +07:00
Eduardo Morales
f6059064f3
Merge pull request #41709 from nextcloud/fix/files-copy-move-action
...
fix(files): Reverse logic to prevent copy to itself
2023-11-27 13:15:50 +07:00
Varun Patil
c581024540
sidebar: allow turning off tags view by default
...
With #37065 , there is no way to hide the tags from the sidebar
by default when they are not relevant or redundant (e.g. the tab
may already show the file's tags). This can be annyoing especially
when the file has many tags. This patch adds an option to hide
the tags from the sidebar by default (the user can still open
the tags tab manually).
This also reduces one request when opening the sidebar when the
tags are turned off, since all tags don't need to be fetched
anymore.
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-27 18:25:09 +07:00
Ferdinand Thiessen
5d669abd11
Merge pull request #41749 from nextcloud/checkUserOwner
...
fix(files_versions): Check for user and owner before call getUserFolder
2023-11-27 19:16:03 +07:00
Ferdinand Thiessen
c89c352ecb
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-27 19:13:36 +07:00
Ferdinand Thiessen
c79c12e9da
enh(files): Add cypress tests for copy and move
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-27 19:12:19 +07:00
Ferdinand Thiessen
2357f839fe
fix(files): Correct condition for checking copy/move into same directory
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-27 19:12:19 +07:00
Ferdinand Thiessen
c54c6a8a13
Merge pull request #41693 from nextcloud/fix/files-drag-and-drop
...
fix(files): Allow to drag and drop new files also on empty directories
2023-11-27 19:06:24 +07:00
Christoph Wurst
ecc1576be6
fix(dav): Make ooo settings a form and the message required
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-27 18:41:34 +07:00
Ferdinand Thiessen
7e48ea0688
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-27 17:36:28 +07:00
Ferdinand Thiessen
0dfbd129e1
fix(config): Adjust typescript config to allow `.ts` imports and Typescript in Vue files
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-27 17:35:14 +07:00