aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #41638 from ↵Pytal2023-11-222-64/+70
|\ | | | | | | | | nextcloud/fix/41625-Replace_contacts-menu_search_and_unified-search_with_NcTextField Replace input form with `NcTextField`
| * Replace input form with `NcTextField`julia.kirschenheuter2023-11-222-64/+70
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | fix(db): Print why the migration file could not be createdChristoph Wurst2023-11-221-1/+1
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-2292-280/+2476
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41540 from ↵Louis2023-11-212-107/+111
|\ | | | | | | | | nextcloud/artonge/feat/add_metadata_generation_job Add metadata generation job
| * Add metadata generation jobLouis Chemineau2023-11-162-107/+111
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Move search result section to component & hide thumbnail if errorfenn-cs2023-11-213-99/+172
| | | | | | | | | | | | | | | | | | The section that handles the search result list item is big and complex enough to have it's own component. Inside this component, a new method is added to hide the thumbnail preview if the image load errors out. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Round avatars when needed and show url-based mime iconsfenn-cs2023-11-211-9/+9
| | | | | | | | | | | | | | | | | | - Pass `results.rounded` property that comes with search result data to determine if avatar would be rounded or not. - Icons loaded via url's now visible. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Improve date-range logic for global searchfenn-cs2023-11-212-24/+29
| | | | | | | | | | | | | | | | | | | | - Allow future dates in custom date range - Fix date ranges for example, before now, today range was roughly between `now()` to `now() + a few milli seconds` - Update text in custom date range modal, right align "Search in range" button. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | feat: update sign up link in share pagesLuka Trovic2023-11-211-1/+1
| | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* | Merge pull request #41438 from ↵Côme Chilliet2023-11-212-78/+0
|\ \ | | | | | | | | | | | | nextcloud/feat/migrate-forwarded-for-headers-check Migrate forwarded for headers check
| * | Migrate Forwarded For Headers check to new APICôme Chilliet2023-11-202-78/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-2154-54/+282
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #41435 from nextcloud/feat/migrate-bruteforce-throttle-checkCôme Chilliet2023-11-202-63/+0
|\ \ | | | | | | Migrate bruteforce throttle check
| * | Migrate Bruteforce Throttle check to SetupCheck APICôme Chilliet2023-11-132-63/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #41544 from ↵Simon L2023-11-201-1/+1
|\ \ \ | | | | | | | | | | | | nextcloud/enh/noid/updatehtaccess-disk-space-check
| * | | document errorSimon L2023-11-171-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-204-0/+58
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | chore: compile assetsChristopher Ng2023-11-171-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-186-2/+10
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-1760-46/+156
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #41395 from nextcloud/hello-emfChristoph Wurst2023-11-161-1/+2
|\ \ \ | |_|/ |/| | feat: add preview provider for emf files based on office
| * | feat: add preview provider for emf files based on officeDaniel Kesselberg2023-11-131-1/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #41465 from nextcloud/artonge/migrate_metadataLouis2023-11-162-0/+108
|\ \ \ | | | | | | | | Migrate old metadata table to the new ones
| * | | Add migration from the old to new metadata tablesLouis Chemineau2023-11-162-0/+108
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #41486 from nextcloud/fix/41470/invalid_user_groupBenjamin Gaussorgues2023-11-161-1/+2
|\ \ \ \ | | | | | | | | | | Fix invalid users/groups handling in advanced search
| * | | | Fix invalid users/groups handling in advanced searchBenjamin Gaussorgues2023-11-151-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | Merge pull request #41506 from nextcloud/Valdnet-patch-1Ferdinand Thiessen2023-11-161-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Correct spelling
| * | | | | Correct spellingValdnet2023-11-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unification of spelling in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-1610-2/+62
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Bump @nextcloud/dialogs to v5.0.1Louis Chemineau2023-11-151-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #40042 from ↵Joas Schilling2023-11-151-3/+7
|\ \ \ \ | |/ / / |/| | | | | | | | | | | joshtrichards/jr-occ-background-job-list-limit-100 (enh) Change `occ background-job:list` limit default 10->500
| * | | Update core/Command/Background/ListCommand.phpJonas2023-11-141-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Jonas <jonas@freesources.org>
| * | | fix(Background): Bump default limit for listing background jobs to 500Jonas2023-11-141-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jonas <jonas@freesources.org>
| * | | fix(Background): Show comment about limit at end and conditionallyJonas2023-11-141-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Only print the comment when job list is truncated * Show the comment at the end so users actually see it * Format the comment as comment Signed-off-by: Jonas <jonas@freesources.org>
| * | | Update core/Command/Background/ListCommand.phpJonas2023-11-141-1/+3
| | | | | | | | | | | | | | | | Co-authored-by: Daniel <mail@danielkesselberg.de> Signed-off-by: Jonas <jonas@freesources.org>
| * | | (enh) Change occ background-job:list limit default 10->100Josh Richards2023-11-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | The default limit of 10 seems too conservative. Nearly all environments >100 and most <10. At the same time, this higher default limit still remains reasonable to avoid problems in really big environments. Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | | 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>