Ferdinand Thiessen
7817c82430
Merge pull request #42185 from nextcloud/fix/files-sharing-translations
fix(files_sharing): Add one string for every share type
2 years ago
Ferdinand Thiessen
a7795e2471
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 years ago
Ferdinand Thiessen
e35f6d89a2
fix(files_sharing): Add one string for every share type to not assume any language
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 years ago
Eduardo Morales
d6ac1b9531
Merge pull request #42095 from nextcloud/fix/files/exact-nav
fix(files): navigation exact
2 years ago
Ferdinand Thiessen
27cbb352c6
Merge pull request #42183 from nextcloud/fix/unified-search-prop
fix(UnifiedSearch): Remove title prop from modal
2 years ago
Louis
79c25f4cff
Merge pull request #42198 from nextcloud/artonge/fix/metadata_error
Wrap metadata generation in try/catch
2 years ago
Ferdinand Thiessen
a6360d4acd
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 years ago
Ferdinand Thiessen
a4a1dc85a3
fix(UnifiedSearch): Remove title prop from modal
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 years ago
Ferdinand Thiessen
11e27acf2c
Merge pull request #42174 from nextcloud/chore/comments-cleanup-dead-code
chore(comments): Drop dead code from comments app
2 years ago
Louis Chemineau
8eb58d03a9
Wrap metadata generation in try/catch
Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years ago
Benjamin Gaussorgues
6077f26d9c
Merge pull request #42064 from nextcloud/feat/settings/add-delegation-commands
2 years ago
F. E Noel Nfebe
63babd2324
Merge pull request #42167 from nextcloud/unified-search-improvements
Unified search improvements
2 years ago
Benjamin Gaussorgues
208e6bc492
feat(settings): add occ commands to handle admin delegation
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2 years ago
Nextcloud bot
895eb19449
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
nextcloud-command
842953a267
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
fenn-cs
c0374c79d7
Add authenicated user to person list for search filtering
As expected, a user does not see themselves in their contact list,
however, when using the contact list for filtering search, a user,
might want to limit the search to things that pertain to them.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2 years ago
fenn-cs
527c51a18e
Unified search: update people select with API calls
On change/input from user which has the effect of filtering,
we want to send the query to the API to obtained fresh results,
based on the databased on not just preloaded contacts.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2 years ago
fenn-cs
bf234f6acc
Rephrase unified search helper text
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2 years ago
Ferdinand Thiessen
c734a18ee8
Merge pull request #42094 from nextcloud/refactor-global-search-to-unified-search
Rename "global search" to "unified search"
2 years ago
Ferdinand Thiessen
2f668976de
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 years ago
fenn-cs
0b171f6095
Rename "global search" to "unified search"
- Changes appearances of "Global search" to "Unified search" in UI
- Refactors code, to remove usage of term "GlobalSearch" in files and code
structure
- Rename old unified search to `legacy-unified-search`
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2 years ago
Ferdinand Thiessen
6c482bc5c8
Merge pull request #42126 from nextcloud/click-outside-should-abort-share
Tooltip outside click, should abort share creation
2 years ago
nextcloud-command
7fe9d3a79b
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
John Molakvoæ
fb39015056
fix(files): navigation exact
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years ago
Grigorii K. Shartsev
b9fe1300ef
Merge pull request #42165 from nextcloud/deps/nextcloud-upload-from-1.0.2-to-1.0.3
chore(deps): Bump @nextcloud/upload from 1.0.2 to 1.0.3
2 years ago
Ferdinand Thiessen
529dcc3f23
chore(comments): Drop dead code from comments app
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 years ago
John Molakvoæ
3c704d49bf
Merge pull request #41670 from nextcloud/fix/reminder_conditional_rendering
2 years ago
Nextcloud bot
6aeb5d4a08
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
nextcloud-command
607cf221b4
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
nextcloud-command
4f98b78b96
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
Grigorii K. Shartsev
877458418f
chore(deps): Bump @nextcloud/upload from 1.0.2 to 1.0.3
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2 years ago
fenn-cs
04e8733721
Allow user to finish typing date before formatting
Debounce `onExpirationChange` to avoid calling `formatDateToString`
on invalid on uncompletely inputed date strings.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2 years ago
fenn-cs
c179408a0d
Tooltip outside click, should abort share creation
It's unexpected that click outside a tooltip would proceed with the
action that could be carried out inside the tooltip.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2 years ago
Christoph Wurst
0907cc9636
Merge pull request #42142 from nextcloud/fix/dav/ooo-event-time-zone-drift
fix(dav): Prevent out-of-office event time drifts
2 years ago
Christoph Wurst
9abfcad3e3
fix(dav): Prevent out-of-office event time drifts
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago
Anna
fce5fec4b2
Merge pull request #42151 from nextcloud/chore/dav/dead-server-get-sabre-server
chore(dav): Remove dead \OCA\DAV\Server::getSabreServer
2 years ago
Arthur Schiwon
60663e9854
Merge pull request #42154 from nextcloud/fix/noid/live-photos-rename
fix rename on live photos
2 years ago
Côme Chilliet
d21ef3e631
Merge pull request #41535 from nextcloud/feat/merge-sqlite-check-to-database-check
Merge sqlite check to database check
2 years ago
Maxence Lange
e0a78dd2fe
fix rename
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2 years ago
Anna
9e10b1d5b9
Merge pull request #42144 from nextcloud/fix/dont-reuse-query-builder-caldav
fix(caldav): don't reuse query builder objects
2 years ago
Christoph Wurst
97f24302b3
chore(dav): Remove dead \OCA\DAV\Server::getSabreServer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago
Anna Larch
3475d52741
fix(caldav): don't reuse query builder objects
Signed-off-by: Anna Larch <anna@nextcloud.com>
2 years ago
Nextcloud bot
1f10b28c22
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
dependabot[bot]
a366e5437c
Merge pull request #41681 from nextcloud/dependabot/composer/build/integration/sabre/dav-4.5.1
2 years ago
dependabot[bot]
42b76ad593
chore(deps-dev): Bump sabre/dav in /build/integration
Bumps [sabre/dav](https://github.com/sabre-io/dav ) from 4.4.0 to 4.5.1.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/4.5.1/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/4.4.0...4.5.1 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
3ff11570e4
Merge pull request #42129 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.8.1
2 years ago
Nextcloud bot
0cd536786b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
nextcloud-command
94ba651099
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
Eduardo Morales
c4f6803549
fix(papercut): rerendered submenu actions for time sensitive actions
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2 years ago
Pytal
9964bcbfd5
Merge pull request #42111 from nextcloud/fix/a11y/unified-search-headings
fix(a11y): Unified search headings
2 years ago