aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update CRL after revoke vdirsyncerui.csrVitor Mattos2022-03-181-10/+10
| | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* Update CRL after revoke deckimportfromtrello.csrVitor Mattos2022-03-181-10/+11
| | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* Merge pull request #31613 from ↵Carl Schwan2022-03-181-48/+2
|\ | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1647576744 [Automated] Update psalm-baseline.xml
| * Update psalm baselinenextcloud-command2022-03-181-48/+2
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #24166 from nextcloud/imaginary-prototypeCarl Schwan2022-03-1810-4/+421
|\ \ | | | | | | Send images to Imaginary docker to generate previews
| * | Send images to imaginary docker to generate previewsVincent Petry2022-03-1710-4/+421
| | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-Authored-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #30768 from nextcloud/feat/chunked-mysql-joblist-removeCarl Schwan2022-03-182-1/+22
|\ \ \ | | | | | | | | Do chuncked job deletion
| * | | Do chuncked job deletionCarl Schwan2022-03-172-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is helpful in cases where we are deleting tons jobs at the same time in a gallera cluster. This doesn't happen often but this can create issues. Test plan: 1. Use https://github.com/nextcloud/quota_warning/pull/88 2. Change max to 1 3. Enabled/Disable quota_warning app and see jobs getting sucessfully added and removed Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #31614 from ↵Joas Schilling2022-03-181-3/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/simplify-comment-search-in-special-cases Simplify comment search in special cases
| * | | | Simplify comment search in special casesJoas Schilling2022-03-181-3/+6
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #29372 from nextcloud/feat/28139/global-profile-togglePytal2022-03-17116-232/+536
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add profile default setting for adminChristopher Ng2022-03-18106-142/+422
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Add global profile toggle configChristopher Ng2022-03-1813-93/+117
|/ / / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-03-1816-52/+64
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #31488 from nextcloud/enh/account-set-all-propertiesPytal2022-03-173-0/+90
|\ \ \
| * | | Add example to DocBlockChristopher Ng2022-03-171-0/+34
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Add method to set all account properties from jsonChristopher Ng2022-03-173-0/+56
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #31608 from nextcloud/scanner-performance2Robin Appelman2022-03-174-10/+30
|\ \ \ \ | |_|/ / |/| | | some file scanner performance improvements
| * | | some file scanner performance improvementsRobin Appelman2022-03-174-10/+30
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #31381 from nextcloud/external-config-ui-performanceRobin Appelman2022-03-172-14/+34
|\ \ \ \ | | | | | | | | | | Improve performance of external storage config UI
| * | | | don't recheck config automatically when there are a large number of storagesRobin Appelman2022-03-171-2/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | add all storage config rows in one go on loadRobin Appelman2022-03-172-13/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this prevents repeated reflows Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #31598 from nextcloud/mount-find-rootRobin Appelman2022-03-172-4/+28
|\ \ \ \ \ | |_|_|/ / |/| | | | setup for current user when finding mounts in the root
| * | | | setup for current user when finding mounts in the rootRobin Appelman2022-03-172-4/+28
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #31487 from nextcloud/enh/account-json-serializationPytal2022-03-172-3/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | Discard duplicate collection name from account serializationChristopher Ng2022-03-172-3/+24
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #31215 from nextcloud/smb-directory-invalid-typeRobin Appelman2022-03-171-9/+17
|\ \ \ \ | |_|/ / |/| | | handle invalid type when listing directory in smb
| * | | type hint as generatorRobin Appelman2022-03-041-9/+14
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | handle invilid type when listing directory in smbRobin Appelman2022-03-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | just handle it as an empty directory Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #31574 from nextcloud/s3-crt-bundleRobin Appelman2022-03-173-8/+24
|\ \ \ \ | | | | | | | | | | use the nextcloud certificate bundle for s3
| * | | | don't try to get custom certs for s3 primary storageRobin Appelman2022-03-152-3/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | return default bundle when there is an error getting the bundleRobin Appelman2022-03-141-7/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | use the nextcloud certificate bundle for s3Robin Appelman2022-03-141-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #31596 from Lucarnosky/masterLouis2022-03-171-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix federated cloud share icons overlap in button
| * | | | | Changed to padding left #31596Lock Garnock2022-03-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue #30819 Fixed issue #30819 Signed-off-by: Lock Garnock <lucarnosky@gmail.com>
* | | | | | Merge pull request #31421 from ↵Côme Chilliet2022-03-1712-247/+189
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | nextcloud/fix/user_ldap-fix-ldap-connection-resets user_ldap fix ldap connection resets
| * | | | | Set $limit as int as well in Access::count private methodCôme Chilliet2022-03-081-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix unit testsCôme Chilliet2022-03-0310-44/+81
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix types in OCA\User_LDAP\ConfigurationCôme Chilliet2022-03-032-59/+31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Remove redundant is_array checkCôme Chilliet2022-03-031-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Improve typing in user_ldap to detect problems earlyCôme Chilliet2022-03-033-93/+40
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix executeRead when connection is reset because of a timeoutCôme Chilliet2022-03-031-36/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-1714-70/+106
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #30120 from nextcloud/enhancement/move-calendar-objectsAnna2022-03-1620-81/+266
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move calendar objects between calendars
| * | | | | | Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-1620-81/+266
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | Merge pull request #31581 from nextcloud/refactor/carl/comment-appCarl Schwan2022-03-1611-154/+54
|\ \ \ \ \ \ | | | | | | | | | | | | | | Modernize comments app
| * | | | | | Modernize comments appCarl Schwan2022-03-1611-154/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use php 7.4 typed properties * More typed methods (and replace existing php doc in some cases) * query -> get for Container Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #31578 from nextcloud/s3-test-reliabilityCarl Schwan2022-03-161-0/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | try to improve s3 primary storage test reliability
| * | | | | | try to improve s3 primary storage test reliabilityRobin Appelman2022-03-151-0/+7
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #31577 from nextcloud/fix/register-talk-brokerJoas Schilling2022-03-151-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix unknown Talk broker interface