Joas Schilling
7bfeeaedee
feat(out-of-office): Add OCS endpoint to set and clear absence
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-01 10:57:40 +01:00
Joas Schilling
ffbc8c90bf
Merge pull request #41956 from nextcloud/backport/41928/stable28
...
[stable28] fix(copyright): Fix copyright doc blocks
2023-12-01 10:14:51 +01:00
Joas Schilling
f65eba52eb
fix(copyright): Fix copyright doc blocks
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-01 07:20:23 +00:00
Nextcloud bot
8b3161efc9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-01 00:18:42 +00:00
Andy Scherzinger
ba53734e15
Merge pull request #41945 from nextcloud/fix/stable28-cypress-global-search-modal
...
[stable28] fix(cypress): Adjust user columns tests
2023-11-30 21:55:29 +01:00
Arthur Schiwon
45e5715575
Merge pull request #41814 from nextcloud/release/28.0.0_rc2
...
28.0.0 RC2
2023-11-30 20:59:47 +01:00
Arthur Schiwon
9bcb7774a4
Merge pull request #41943 from nextcloud/fix/stable28-update-vue
...
[stable28] Update `@nextcloud/vue` to 8.3.0
2023-11-30 20:47:04 +01:00
Ferdinand Thiessen
a9f6050144
fix(cypress): Adjust user columns tests to be more specific when selecting a modal
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-30 20:37:46 +01:00
Ferdinand Thiessen
cc3e0f9e0b
fix: Update dav snapshots
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-30 19:46:49 +01:00
Ferdinand Thiessen
048cf59275
chore: Update @nextcloud/vue to 8.3.0
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-30 19:46:48 +01:00
Ferdinand Thiessen
20de1ec38b
Merge pull request #41932 from nextcloud/backport/41923/stable28
...
[stable28] fix(core): app icon alignment in app menu
2023-11-30 19:44:13 +01:00
Andy Scherzinger
2bc87ddc5b
Merge pull request #41929 from nextcloud/41785-manual-backport
...
[stable28] Migrate openResult method to SearchResult component
2023-11-30 18:56:33 +01:00
fenn-cs
71d7a99a52
Migrate openResult method to SearchResult component
...
After moving the `SearchResult` to its own component and leaving
out the openResult method, the search results do not lead anywhere but
but error out.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-30 18:33:10 +01:00
Ferdinand Thiessen
fdaa6e7c95
Merge pull request #41925 from nextcloud/41781-manual-backport
...
[stable28] UI updates for global search
2023-11-30 18:26:48 +01:00
fenn-cs
47cd940871
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-30 17:15:06 +01:00
fenn-cs
8ec0f24e6f
Unbold user names in SearchableList
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-11-30 17:11:02 +01:00
fenn-cs
6fa617026d
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-30 17:11:02 +01:00
F. E Noel Nfebe
eeaf2a086f
Merge pull request #41930 from nextcloud/41792-manual-backport
...
[stable28] Handle close GlobalSearchModal gracefully #41792
2023-11-30 17:09:34 +01:00
F. E Noel Nfebe
46fa012140
Merge pull request #41933 from nextcloud/41729-manual-backport
...
[stable28] Enable new global search by default #41729
2023-11-30 16:54:05 +01:00
Andy Scherzinger
16190c7dbb
Merge pull request #41934 from nextcloud/41885-manual-backport
...
[stable28] Improve share logic for enforced password & expiry date
2023-11-30 16:39:35 +01:00
fenn-cs
daafc733fa
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-30 15:33:08 +00:00
Louis
996d94a0de
Merge pull request #41921 from nextcloud/backport/41765/stable28
...
[stable28] Synchronize operation on live photo files
2023-11-30 15:42:18 +01:00
fenn-cs
bd117d229f
Enable new global search by default
...
The new global search would now be activated by default and users,
have the option to revert to the old unified search by setting `unified_search.enabled`
to true in the NC `config.php` file.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-30 13:46:28 +00:00
Benjamin Gaussorgues
7ad8426824
Merge pull request #41926 from nextcloud/41771-manual-backport
2023-11-30 14:17:39 +01:00
fenn-cs
efc385dc39
Improve share logic for enforced password & expiry date
...
* It's possible for the admin to enforce and expiry date after, some
shares have been created. This commit makes possible to update the
share with the new admin constraints.
* This commit would users to modify enforced expiry to anything within
range and less than the enforced limit in the pre-create dialog for public
shares.
* This commit fixes, unable to update share without updating password.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-11-30 12:41:06 +01:00
Grigorii K. Shartsev
2c2a8559e0
chore(assets): recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-30 11:30:50 +00:00
Grigorii K. Shartsev
7c00a0853b
fix(core): app icon alignment in app menu
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-30 11:30:49 +00:00
fenn-cs
df7a1906e8
Always emit search event
...
For BOD, it's better to always emit the search event so
apps (all of which we don't know) responding to this effect would receive notifications when
the search happens within these apps.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-11-30 11:37:25 +01:00
Simon L
0561b11a4e
Merge pull request #41920 from nextcloud/backport/41855/stable28
...
[stable28] fix(theming): Fix color inverted icons based on theming and dark mode
2023-11-30 11:09:58 +01:00
Louis Chemineau
86d88f6b00
Synchronize operation on live photo files
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-30 09:44:51 +00:00
Joas Schilling
32ec76e8d9
Fix more active entry icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-30 09:15:44 +01:00
Joas Schilling
217753d5f3
fix(theming): Fix color inverted icons based on theming and dark mode
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-30 09:14:09 +01:00
Simon L
a1434af01e
Merge pull request #41912 from nextcloud/update/vue/stable28
...
[stable28] update @nextcloud/upload to 1.0.2
2023-11-30 09:03:47 +01:00
Nextcloud bot
6cdfa519a2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-30 00:22:41 +00:00
root
5f2b03c7f4
update @nextcloud/upload to 1.0.2
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-29 23:15:33 +00:00
Arthur Schiwon
7407afb469
Merge pull request #41811 from nextcloud/backport/41778/stable28
...
[stable28] fix(dav): don't schedule out-of-office jobs for dates in the past
2023-11-29 21:56:17 +01:00
Arthur Schiwon
c967da3b56
Merge pull request #41873 from nextcloud/backport/41703/stable28
...
[stable28] fix(dav): Convert dates without tz drift
2023-11-29 21:52:58 +01:00
Christoph Wurst
b11da9c004
fix(dav): Timezone drift of OOO event
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-29 19:49:42 +01:00
Christoph Wurst
ac782a1619
fix(dav): Convert dates without tz drift
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-29 19:49:42 +01:00
Christoph Wurst
64c7221390
Merge pull request #41868 from nextcloud/mime-type-msg-eml-28
...
[stable28] fix: add mimetype for eml and msg
2023-11-29 17:51:48 +01:00
Christoph Wurst
1b8e30ddb2
Merge pull request #41886 from nextcloud/backport/41866/stable28
...
[stable28] fix(dav): Prioritize timezone from core/login
2023-11-29 17:49:17 +01:00
Andy Scherzinger
ec962bb7c8
Merge pull request #41845 from nextcloud/backport/41818/stable28
...
[stable28] fix(OOO): Make the returned data more explicit
2023-11-29 15:20:31 +01:00
Christoph Wurst
00ba78fed0
fix(dav): Prioritize timezone from core/login
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-29 14:12:43 +00:00
Daniel Kesselberg
1081c4aaa3
fix: change mime type for msg file
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-29 12:39:07 +01:00
Daniel Kesselberg
6ab3b061d3
fix: add mimetype for eml and msg
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-29 12:39:07 +01:00
Andy Scherzinger
8a4136dadf
Merge pull request #41807 from nextcloud/backport/41753/stable28
...
[stable28] Spelling correction
2023-11-29 12:01:37 +01:00
Andy Scherzinger
81b4563039
Merge pull request #41837 from nextcloud/backport/41738/stable28
...
[stable28] feat(dav): hide search providers if their respective app is not activated
2023-11-29 11:50:43 +01:00
Joas Schilling
3c3b5d87a1
fix(OOO): Make the returned data more explicit
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-29 10:10:53 +00:00
Andy Scherzinger
d6a411b4b4
Merge pull request #41783 from nextcloud/backport/41749/stable28
...
[stable28] fix(files_versions): Check for user and owner before call getUserFolder
2023-11-29 10:55:57 +01:00
Andy Scherzinger
d384ade402
Update test for changed string - openInFilesAction.spec.ts
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-29 10:36:43 +01:00