aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-23204-418/+400
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40462 from nextcloud/refactor/lib-array_search-to-in_arrayAndy Scherzinger2023-11-228-10/+10
|\ | | | | refactor: Replace array_search with in_array in lib/
| * refactor: Repalce array_search with in_array in lib/Christoph Wurst2023-11-228-10/+10
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #41649 from nextcloud/bug/noid/lower-sync-thresholdAndy Scherzinger2023-11-221-1/+1
|\ \ | | | | | | fix: lower threshold for system address book sync
| * | fix: lower threshold for system address book syncDaniel Kesselberg2023-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | - Switch back to countUsers to have the actual value. countSeenUsers is bad if Nextcloud is connected to a larger directory, but only a part is using Nextcloud and therefore the seen count is much lower because the sync is done for all users. - Lower the threshold to 100 for smaller installations. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #41642 from nextcloud/Valdnet-patch-1Andy Scherzinger2023-11-224-7/+7
|\ \ \ | | | | | | | | Correct spelling of Brute Force and other fixes
| * | | Change "brute force" to "brute-force"Valdnet2023-11-221-3/+3
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | | Correct a typoValdnet2023-11-211-1/+1
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | | Add quotation marksValdnet2023-11-211-2/+2
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | | Add quotation marksValdnet2023-11-211-1/+1
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | | Correct spelling of Brute ForceValdnet2023-11-211-3/+3
| | | | | | | | | | | | | | | | | | | | Correcting the spelling of "Bruteforce" to "Brute Force" Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | Merge pull request #41638 from ↵Pytal2023-11-226-70/+76
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 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-226-70/+76
| | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | Merge pull request #41656 from ↵Andy Scherzinger2023-11-223-4/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/41620/shared-label-takes-a-lot-of-space-in-files-list Show shared label only if the current user have shared the file.
| * | | | | Show shared label only if the current user have shared the file.Marco Ambrosini2023-11-223-4/+8
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The presence of the text "Sharing label" in all shared files caused the view to be too loaded, so it's been decided to show it only when the current user is the owner of the share. Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #41481 from nextcloud/enh/beta-improvementsSimon L2023-11-2218-29/+43
|\ \ \ \ \ | | | | | | | | | | | | Enh/beta improvements
| * | | | | Add star indicator in file descriptionMarco2023-11-2217-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marco <marcoambrosini@icloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | Remove quotes from inputMarco2023-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
| * | | | | Verticaly align comment avatarMarco2023-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
| * | | | | Move starring into actions menuMarco2023-11-221-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
* | | | | | Merge pull request #40071 from ↵Arthur Schiwon2023-11-221-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-block-admin-page-when-updater.nextcloud.com-is-down fix(updatecheck): Don't wait 120s for a response of updater.nextcloud…
| * | | | | | fix(updatecheck): Don't wait 120s for a response of updater.nextcloud.comJoas Schilling2023-11-221-1/+3
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #39739 from nextcloud/fix/db/print-migration-generation-errorArthur Schiwon2023-11-221-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix(db): Print why the migration file could not be created
| * | | | | 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>
* | | | | Merge pull request #41565 from nextcloud/fix/object-storage-inconsitent-behaviorFerdinand Thiessen2023-11-223-2/+47
|\ \ \ \ \ | | | | | | | | | | | | fix(ObjectStore): Make copying behavior consistent with local storage
| * | | | | fix(ObjectStore): Make copying behavior consistent with local storageFerdinand Thiessen2023-11-173-2/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop file permissions on copy like we do on local storage. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #41653 from nextcloud/enh/noid/sync-token-on-retrievemetadataMaxence Lange2023-11-221-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | get sync_token on retrieveMetadata()
| * | | | | get sync_token on retrieveMetadata()Maxence Lange2023-11-211-0/+1
| | |_|/ / | |/| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Merge pull request #40114 from summersab/refactor/OC-Server-getAvatarManagerArthur Schiwon2023-11-221-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | Refactor `OC\Server::getAvatarManager`
| * | | | Refactor `OC\Server::getAvatarManagerAndrew Summers2023-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | | | Merge pull request #41646 from nextcloud/feat/hide-search-providerBenjamin Gaussorgues2023-11-223-30/+18
|\ \ \ \ \ | | | | | | | | | | | | feat(search): hide search provider from list
| * | | | | feat(search): hide user search if not on user listBenjamin Gaussorgues2023-11-221-27/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * | | | | feat(search): hide search providerBenjamin Gaussorgues2023-11-222-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some search providers can be hidden if they send `null` in `getOrder` Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | | Merge pull request #41655 from nextcloud/fix/41630/search-value-boolJulius Härtl2023-11-222-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | accept boolean valueMaxence Lange2023-11-222-5/+5
| | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | Merge pull request #41641 from nextcloud/fix/41269/remove-emoji-status-borderMaksim Sukharev2023-11-225-31/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(user_status): remove border from emoji picker
| * | | | | | chore(user_status): compile assetsMaksim Sukharev2023-11-214-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
| * | | | | | fix(user_status): remove border from emoji pickerMaksim Sukharev2023-11-211-25/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - clean styles - lint component Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | | | | Merge pull request #41648 from nextcloud/artonge/feat/restore_openfileLouis2023-11-223-5/+26
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Trigger default action when open file initial state is set
| * | | | | | Trigger default action when open file initial state is setLouis Chemineau2023-11-213-5/+26
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-22110-334/+2850
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #41637 from nextcloud/artonge/fix/unit_test_sharing_settingsLouis2023-11-211-71/+106
|\ \ \ \ \ | | | | | | | | | | | | Fix sharing settings unit tests
| * | | | | Fix tests for apps/settings new sectionCôme Chilliet2023-11-211-72/+76
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix sharing settings unit testsLouis Chemineau2023-11-211-71/+102
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #41623 from nextcloud/fix/orphan-share-no-userJulius Härtl2023-11-211-1/+6
|\ \ \ \ \
| * | | | | fix: Also cleanup orphaned shares user cannot be found anymoreJulius Härtl2023-11-201-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #41540 from ↵Louis2023-11-216-119/+123
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/feat/add_metadata_generation_job Add metadata generation job
| * | | | | | Add metadata generation jobLouis Chemineau2023-11-166-119/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | Merge pull request #41507 from nextcloud/41381-global-search-follow-up-2F. E Noel Nfebe2023-11-215-125/+203
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Enhancements: Fix and updates to most recent global search UI
| * | | | | | Move search result section to component & hide thumbnail if errorfenn-cs2023-11-215-102/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>