aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-15110-2514/+194
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Check in-app search availabilityfenn-cs2023-11-141-3/+4
| | | | | | | | Only show in-app serach button if available for specific app in question. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Improve no content feedbackfenn-cs2023-11-141-5/+17
| | | | | | Show some feedback when there are no search results. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Global search : Fix basic functional issuesfenn-cs2023-11-143-17/+24
| | | | | | | | | | | | - Fixes remove person filter/chip when applied - Close person searchable filter via workaround - Person filter has no effect fixed, now uses user property instead of id - Left align filters - Reduce avatar size in user chip and make photo non-clickable Resolves : https://github.com/nextcloud/server/issues/41381 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Merge pull request #41436 from ↵Arthur Schiwon2023-11-142-1/+6
|\ | | | | | | | | nextcloud/feat/introduce-inAppSearch-method-for-advanced-search Add `inAppSearch` for advanced search providers
| * Add new method `inAppSearch` for advanced search providersBenjamin Gaussorgues2023-11-142-1/+6
| | | | | | | | | | | | Allows to indicates if a search provider also support in app search Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #41086 from nextcloud/feat/migrate-memory-limit-setup-checkCôme Chilliet2023-11-142-25/+12
|\ \ | | | | | | Migrate memory_limit check to new SetupCheck API
| * | Migrate memory_limit check to new SetupCheck APICôme Chilliet2023-11-132-25/+12
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-1410-6/+74
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #41405 from ↵F. E Noel Nfebe2023-11-131-1/+3
|\ \ | |/ |/| | | | | nextcloud/bugfix/close-participants-filter-after-click Close participants filter after click
| * Merge branch 'master' into bugfix/close-participants-filter-after-clickMarco2023-11-134-3/+117
| |\
| * | Close participants filter after clickMarco2023-11-131-1/+3
| | | | | | | | | | | | | | | Signed-off-by: Marco <marcoambrosini@icloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix default icon: should be white instead of blackBenjamin Gaussorgues2023-11-131-1/+1
| |/ |/| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #41271 from nextcloud/enh/text-processing-iprovider2Joas Schilling2023-11-134-3/+117
|\ \ | |/ |/| enh(TextProcessing): Add two new provider interfaces
| * Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-0990-558/+143
| |\
| * \ Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-08137-1782/+1423
| |\ \ | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | enh: update openapi.jsonMarcel Klehr2023-11-061-1/+45
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | fix(TextProcessing/ migration): add check whether new column exists alreadyMarcel Klehr2023-11-061-5/+6
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | fix(TextProcessing/Manager): Throw TaskFailureException upon failureMarcel Klehr2023-11-061-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-033-2/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - allow providers to obtain current task's userId - allow providers to expose average task runtime Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-134-2/+48
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-1226-6/+2510
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-11120-2868/+452
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | chore(assets): Recompile assetsnextcloud-command2023-11-102-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Use new SearchableList component for people filterfenn-cs2023-11-105-61/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit migrates away from NcSelect which has a couple of accesibility and display problems currently, hence a new component `SearchableList` is now used. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Create searchable list componentMarco2023-11-101-0/+149
| | | | | | | | | | | | | | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
* | | | Add unified search toggle in configfenn-cs2023-11-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new global search UI is new and might be unstable, hence we are giving users the option to use the old unified search UI, if the encounter signficant bottlenecks. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Feat: New UI global searchfenn-cs2023-11-109-2/+1079
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are introducing a new search UI that providers a lot more space for users via a large centralized modal and providers various filters which can by applied by adding various chips on the UI. For example, users can now filter their search or scope it by limiting the results to specific apps, time period and people by apply the appropriate filters on the new UI, previously filters where applied using text in the search box by prefixing with `::`. Resolves: #39162 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | chore: update openapi.jsonBenjamin Gaussorgues2023-11-102-4/+31
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | feat(search): Allow multiple search terms in UnifiedControllerBenjamin Gaussorgues2023-11-102-14/+23
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-1016-0/+34
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | chore: Update nextcloud dependencies to stable versionFerdinand Thiessen2023-11-092-2/+2
| |_|/ |/| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(migration): Fix files metadata migrationJoas Schilling2023-11-091-10/+25
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0986-530/+108
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #40964 from nextcloud/artonge/feat/metadata/port_providersLouis2023-11-081-17/+0
|\ \ \ | | | | | | | | Support dynamic metadata request on PROPFIND requests
| * | | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-17/+0
| | |/ | |/| | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* / | fix: Show error message when CSRF check fails at loginChristoph Wurst2023-11-082-1/+10
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #41328 from ↵Ferdinand Thiessen2023-11-085-5/+6
|\ \ | | | | | | | | | | | | nextcloud/fix/41326-Contrast_between_focused_and_unfocused_state_on_different_types_of_input_fields_is_not_enough Fix styles for input field and textarea on focus, hover and active state
| * | Fix styles for input field and textarea on focus, hover and active statejulia.kirschenheuter2023-11-075-5/+6
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-08122-1064/+1064
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #40761 from nextcloud/enh/noid/files-metadataMaxence Lange2023-11-073-0/+204
|\ \ \ | | | | | | | | IFilesMetadata
| * | | IFilesMetadataMaxence Lange2023-11-071-2/+2
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | IFilesMetadataMaxence Lange2023-11-073-0/+204
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Add $name property in SetupResult and improve APICôme Chilliet2023-11-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Keys for check results are not locale dependent anymore, the name of the setup check is instead stored in the setup result object. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Revert "Migrate code integrity to SetupCheck API"Côme Chilliet2023-11-072-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit aa2d315d95d37b48752d0e92d0ce79913be1d4f1. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Migrate 32bit check to SetupCheck APICôme Chilliet2023-11-072-83/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-072-80/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Migrate code integrity to SetupCheck APICôme Chilliet2023-11-072-31/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Migrate Randomness secure check to SetupCheck APICôme Chilliet2023-11-072-100/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Migrate memcache check to SetupCheck APICôme Chilliet2023-11-072-38/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>