Marcel Klehr
e27e2e4395
Merge pull request #41844 from nextcloud/fix/tp-api-covariance
...
fix(TextProcessing): Add task type template param to IManager and registerTPProvider
2023-12-01 13:24:17 +01:00
Marcel Klehr
fe6d9e33b4
fix(TextProcessing): Make task type template param covariant
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-12-01 11:52:42 +01:00
Andy Scherzinger
546cf0ed2f
Merge pull request #41958 from nextcloud/fix/cypress-global-search-modal
...
fix(cypress): Adjust user columns tests
2023-12-01 11:44:51 +01:00
Joas Schilling
1ca7ba7671
Merge pull request #41957 from nextcloud/feat/41458/add-ocs-endpoint-for-setting-ooo
...
feat(out-of-office): Add OCS endpoint to set and clear absence
2023-12-01 10:24:05 +01:00
Joas Schilling
2ff3a3c4fb
fix(out-of-office)!: Remove non OCS endpoint
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-01 09:46:03 +01:00
Ferdinand Thiessen
869935f8ef
fix(cypress): Adjust user columns tests to be more specific when selecting a modal
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-01 09:28:17 +01:00
Joas Schilling
2abf8e921b
feat(out-of-office): Migrate frontend to OCS endpoint
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-01 09:16:01 +01:00
Joas Schilling
6eef5c9f1b
feat(out-of-office): Add OCS endpoint to set and clear absence
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-01 09:15:18 +01:00
Joas Schilling
3267ad7630
Merge pull request #41931 from nextcloud/techdebt/noid/add-typing
...
techdebt(Middleware): Add more specific array types so its clickable in IDEs
2023-12-01 08:00:00 +01:00
Joas Schilling
e34c6ce504
Merge pull request #41928 from nextcloud/bugfix/noid/fix-copyright-headers
...
fix(copyright): Fix copyright doc blocks
2023-12-01 07:59:33 +01:00
Nextcloud bot
f49550db97
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-01 00:18:33 +00:00
Andy Scherzinger
254914a735
Merge pull request #41937 from nextcloud/bugfix/noid/dont-throw-500-when-max-delay-reached
...
fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is…
2023-11-30 21:53:49 +01:00
F. E Noel Nfebe
5a4ac4ae67
Merge pull request #41885 from nextcloud/fix-enforced-options-share
...
Improve share logic for enforced password & expiry date
2023-11-30 21:45:28 +01:00
Louis
e0d1e7cbf8
Merge pull request #41924 from nextcloud/artonge/debt/comment_sync_live_photos
...
Add comment in SyncLivePhotosListener
2023-11-30 17:33:01 +01:00
nextcloud-command
746924867c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-30 16:23:23 +00:00
F. E Noel Nfebe
958495fbc5
Merge pull request #41729 from nextcloud/disable-old-unified-search-default
...
Enable new global search by default
2023-11-30 17:17:52 +01:00
Joas Schilling
e5e139f5a6
fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is thrown
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-30 15:01:27 +01:00
Louis Chemineau
e6bc34c6b2
Add comment in SyncLivePhotosListener
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-30 12:59:57 +01:00
Joas Schilling
ce583cb67b
techdebt(Middleware): Add more specific array types so its clickable in IDEs
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-30 12:27:08 +01:00
fenn-cs
b5981f67b4
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>
2023-11-30 12:20:13 +01:00
Andy Scherzinger
ef3b1a86eb
Merge pull request #41923 from nextcloud/fix/app-menu-icon-size
...
fix(core): app icon alignment in app menu
2023-11-30 12:11:09 +01:00
fenn-cs
9d86a0444d
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 11:58:35 +01:00
Joas Schilling
73c0f596f7
fix(copyright): Fix copyright doc blocks
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-30 11:53:47 +01:00
Anna
bcc1d57a03
Merge pull request #41799 from nextcloud/fix/revert-user-status-composer-classloader
2023-11-30 11:26:17 +01:00
Ferdinand Thiessen
63b1084242
Merge pull request #41808 from nextcloud/accessibility/breadcrumbs
...
accessibility fix - changed the dir attribute to have valid value
2023-11-30 11:12:19 +01:00
Grigorii K. Shartsev
9ee1a8f1e5
chore(assets): recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-30 10:54:42 +01:00
Grigorii K. Shartsev
e02db1fb48
fix(core): app icon alignment in app menu
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-30 10:53:04 +01:00
Louis
bdc7c64ec7
Merge pull request #41765 from nextcloud/artonge/feat/sync_live_photos
...
Synchronize operation on live photo files
2023-11-30 10:33:42 +01:00
Eduardo Morales
bcc41df1ae
accessibility fix - changed the dir attribute to have valid value, keeping previous value as data-dir
...
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-30 03:04:44 +00:00
Nextcloud bot
7cc66998a2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-30 00:22:32 +00:00
Andy Scherzinger
ff06a803e6
Merge pull request #41911 from nextcloud/update/vue/master
...
update @nextcloud/upload to 1.0.2
2023-11-29 23:58:07 +01:00
root
9f99d34196
update @nextcloud/uploader 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:02:53 +01:00
Andy Scherzinger
82f0619df3
Merge pull request #41771 from nextcloud/always-emit-search-event
...
Always emit search event
2023-11-29 22:09:48 +01:00
Joas Schilling
a5a49ffd80
Merge pull request #41855 from nextcloud/bugfix/41352/fix-settings-app-icons
...
fix(theming): Fix color inverted icons based on theming and dark mode
2023-11-29 21:10:57 +01:00
fenn-cs
e99d7ba6c4
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-29 20:14:42 +01:00
Andy Scherzinger
0a8ceb4c0c
Merge pull request #41785 from nextcloud/fix-open-search-result
...
Migrate openResult method to SearchResult component
2023-11-29 19:44:58 +01:00
Louis Chemineau
2f6a4bf4a1
Synchronize operation on live photo files
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-29 19:07:32 +01:00
fenn-cs
00bb1bc86e
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-29 15:55:20 +00:00
Joas Schilling
d05a13fc76
Fix more active entry icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-29 16:38:41 +01:00
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