Commit Graph

71470 Commits

Author SHA1 Message Date
Joas Schilling
9c0ba1bab9
fix(theming): Fix color inverted icons based on theming and dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-29 16:38:41 +01:00
Ferdinand Thiessen
b213fc7c74
Merge pull request #41792 from nextcloud/avoid-mutating-prop
Handle close GlobalSearchModal gracefully
2023-11-29 16:27:01 +01:00
Christoph Wurst
1d825f3d99
Merge pull request #41867 from nextcloud/update-mimetype-msg
fix: change mime type for msg file
2023-11-29 15:53:24 +01:00
Christoph Wurst
f8125cbdfc
Merge pull request #41816 from nextcloud/fix/dav/single-day-ooo
fix(dav): Allow single-day out of office
2023-11-29 15:52:28 +01:00
nextcloud-command
2887956037 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-29 14:22:58 +00:00
fenn-cs
0d938cc90e
Handle close GlobalSearchModal gracefully
The current close infrastructure modifies a prop which has
 no real effect aside bugs.

In addition, calling the `NcModal.close()` as the primary way to
 close the search modal instead of using the states defined in `GlobalSearch` view
 causing re-open bugs (Modal cannot open, needs to click twice, and other weird stuff).

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-29 15:18:11 +01:00
Andy Scherzinger
8f7a138c5c
Merge pull request #41781 from nextcloud/minor-ui-updates-global-search
UI updates for global search
2023-11-29 15:08:41 +01:00
Christoph Wurst
c29eaf52e3
Merge pull request #41866 from nextcloud/fix/dav/login-timezone
fix(dav): Prioritize timezone from core/login
2023-11-29 15:01:51 +01:00
Christoph Wurst
84cfbe6b19
fix(dav): Allow single-day out of office
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-29 14:25:00 +01:00
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 +01:00
fenn-cs
1534ba0c65 Fix date filter wording & improve search feedback
- Show loading when actually loading, instead of no content
- Change modified label to `Date` as it applies to a bunch of things.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-29 12:24:23 +00:00
Daniel Kesselberg
9f76600c88
fix: change mime type for msg file
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-29 12:27:55 +01:00
Christoph Wurst
8b38d49437
fix(dav): Prioritize timezone from core/login
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-29 12:17:30 +01: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 +01: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 +01:00
fenn-cs
1c5ceaff9b
Unbold user names in SearchableList
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-11-29 11:35:31 +01:00
fenn-cs
1fe7ba57c8
Improve accesibility for search tags/chips
- Use stand font of filter tags/chips
- No bold
- Use close icon and no close thick

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-11-29 11:35:27 +01: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 +01: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 +01: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 +01: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 +01:00
Nextcloud bot
7791415322
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-29 00:20:25 +00: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 +05:00
Grigorii K. Shartsev
c90ae200d3 chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-28 22:52:17 +01: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 +01: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 +01: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 +01: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 -08:00
Christopher Ng
f10af575b3 chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-28 10:50:05 -08:00
Christopher Ng
5525edd805 fix: Hidden password confirmation dialog
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-28 10:50:05 -08: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 -08: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 +01:00
Andy Scherzinger
45551f5356
Merge pull request #41753 from nextcloud/Valdnet-patch-1
Spelling correction
2023-11-28 17:55:12 +01: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 +01: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 +01: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 +01: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 +01:00
Valdnet
9064171b27 Correct a typo
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2023-11-28 15:48:58 +01: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 +01:00
Anna Larch
8ae110640e fix(userstatus): revert ClassLoader changes
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-11-28 15:00:20 +01: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 +01: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 +01: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 +01: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 +01: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 +01:00
Git'Fellow
394cd75322
Merge pull request #41272 from nextcloud/fixOccScans
fix: reduce memory consumption of scans
2023-11-28 11:36:59 +01:00
Anna
258c863c5e
Merge pull request #41714 from nextcloud/enh/add-ooo-and-remove-user-status 2023-11-28 11:34:56 +01: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 +01: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 +01: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 +01:00