Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-01Adjust fake managertechdebt/noid/allow-expiring-comments-of-multiple-objects-in-one-goJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Allow to expire comments of multiple objects with one callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Merge pull request #32576 from ↵Joas Schilling
nextcloud/feature/spreed-7321/automatic-DND-outside-of-availability 🤖 Automatically set user status to ⛔ DND outside of 📅 availability
2022-07-01Merge pull request #33043 from nextcloud/Valdnet-patch-2Carl Schwan
l10n: Separate words
2022-07-01l10n: Separate wordsValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-01Inject userId directlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix typo of availabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Remove unused importJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix predefined messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Add UI to opt-in on the status automationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Add status automationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix determination of cron job runJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01User status automation background jobJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Merge pull request #33079 from nextcloud/enh/a11y-file-picker-labelsJohn Molakvoæ
2022-07-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-01Add accessible names for file picker grid view toggle and new folder buttonenh/a11y-file-picker-labelsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-30Merge pull request #33075 from nextcloud/performance-ciCarl Schwan
Run performance testing in CI
2022-06-30Merge pull request #33068 from nextcloud/enh/note-trashbin-expirationPytal
2022-06-30use blueprint from repoRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-30use profiler actionRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-30run performance comparisons in ciRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-30Merge pull request #33074 from nextcloud/enh/noid/en-dash-userstatusJohn Molakvoæ
2022-06-30use an en-dash for the userstatus panelszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-30Merge pull request #33065 from nextcloud/fix/nonce-firefox-101blizzz
Fix detection of firefox in ContentSecurityPolicyNonceManager
2022-06-29Merge pull request #33067 from nextcloud/trashbin-skip-size-cacheblizzz
use size from cache to determine whether to skip the trashbin
2022-06-29Add trashbin export expiration noticeenh/note-trashbin-expirationChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-29Merge pull request #33056 from nextcloud/enh/workflow-buttonPytal
2022-06-29Use Button component to show more workflowsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-29use size from cache to determine whether to skip the trashbinRobin Appelman
this way large folders also get skipped Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-29Fix detection of firefox in ContentSecurityPolicyNonceManagerCarl Schwan
Reuse Request::USER_AGENT_FIREFOX, and also update the safari detection since safari < 12 is not supported anymore and we can remove a bit of code duplication Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-29Merge pull request #32857 from nextcloud/debt/noid/result-may-undefinedCarl Schwan
Fix undefined when no tags
2022-06-29Add myself as CODEOWNERS for a few modulesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-29Merge pull request #33050 from nextcloud/fix/cache_partial_array_removeJonas
Check whether entry is of type ICacheEntry in Cache->remove()
2022-06-29Check whether entry is of type ICacheEntry in Cache->remove()Jonas
In some scenarios (file not in cache, but partial data of it in the object), Cache->get() might return an array, which leads to errors like "Call to a member function getId() on array". So check whether the returned entry is of type ICacheEntry before doing operations on it in Cache->remove(). Fixes: #33023 Signed-off-by: Jonas <jonas@freesources.org>
2022-06-29Merge pull request #32994 from nextcloud/fix/extended-query-searchCarl Schwan
Search without join on filecache_extended
2022-06-29Merge pull request #33057 from ↵blizzz
nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
2022-06-29Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-06-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-29Merge pull request #33053 from nextcloud/fix/undefined-loggerPytal
2022-06-29Merge pull request #33034 from nextcloud/td/noid/ldap_group_updaterblizzz
cleanup LDAP's UpdateGroups
2022-06-28adjust testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-28Merge pull request #33042 from nextcloud/bugfix/noid/extend-email-loggingJoas Schilling
Extend email logging
2022-06-28Fix undefined loggerChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-28simplify blizzz
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2022-06-28Fix undefined when no tagsdebt/noid/result-may-undefinedDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-06-28Merge pull request #32982 from nextcloud/fix/metadata-extractionCarl Schwan
Fix metadata extraction
2022-06-28Merge pull request #33007 from nextcloud/cleanup/federation-appCarl Schwan
Summer cleanup of the federation app
2022-06-28delete groups in chunks instead of one by oneArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-28cleanup LDAP's UpdateGroupsArthur Schiwon
- TimedJob from API - DI of config - property types - throws hints in phpdoc - argument and return types - replace depracet execute() with executeStatement or -Query - a missing return statement Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>