summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Add configuration flag to disable the background job for files_versionsDaniel Kesselberg2021-10-112-3/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #29125 from ↵Daniel2021-10-152-18/+65
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/noid/disable-trash-expire-background-job Add configuration flag to disable the background job for files_trashbin
| * | | | | | | | Add configuration flag to disable the background job for files_trashbinDaniel Kesselberg2021-10-112-18/+65
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #29185 from ↵Robin Appelman2021-10-151-23/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/revert-29165-bug/noid/s3-delete-folder-versions Revert "Delete S3 versions in rmdir"
| * | | | | | | Revert "Delete S3 versions in rmdir"Vincent Petry2021-10-121-23/+1
| | | | | | | |
* | | | | | | | Merge pull request #29188 from nextcloud/enhancement/public-write-apiDaniel2021-10-1510-10/+206
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add calendar object creation API to OCP
| * | | | | | | | Add create method to extended calendar implementationAnna Larch2021-10-1510-10/+206
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #27217 from ↵John Molakvoæ2021-10-1532-54/+260
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/make-debugging-a-cron-job-easier
| * | | | | | | | Bump autoloaderJoas Schilling2021-10-1427-50/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | Bump since versionJoas Schilling2021-10-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | Adjust namespace and print a message when the job was skippedJoas Schilling2021-10-141-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | Move queries to the joblistJoas Schilling2021-10-145-28/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | Add a command to show info about a background job and force-execute itJoas Schilling2021-10-142-0/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | Merge pull request #29235 from nextcloud/feat/appstore/enterpriseJohn Molakvoæ2021-10-156-10/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Send the subscription key to the appstore requestsJohn Molakvoæ2021-10-146-10/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | | | | Merge pull request #29180 from nextcloud/bug/27798/fix-php-error-in-ldap-accessJohn Molakvoæ2021-10-1512-116/+207
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-145-78/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | | | | Fix two mistakes in previous migration to LoggerInterface in ↵Côme Chilliet2021-10-142-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OCA\User_LDAP\Access Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | | | | Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-126-37/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | | | | Avoid PHP errors when the LDAP attribute is not foundCôme Chilliet2021-10-121-1/+5
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | | | Merge pull request #29247 from nextcloud/automated/noid/psalm-baseline-updateDaniel2021-10-151-5/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [Automated] Update psalm-baseline.xml
| * | | | | | | | | | Update psalm baselinenextcloud-command2021-10-151-5/+2
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | | | Merge pull request #29248 from nextcloud/fix/noid/doc-bkgscanDaniel2021-10-151-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Fix background scan doc in config
| * | | | | | | | | Fix background scan doc in configVincent Petry2021-10-151-1/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The background scanner only processes entries with size < 0 Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-156-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #29241 from nextcloud/fix/new-jcropPytal2021-10-145-325/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Switch to the "new" jcropChristoph Wurst2021-10-145-325/+26
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old one didn't work with recent versions of node. The patched one does. This also replaces the github dep with a real npm registry one. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | Merge pull request #29246 from nextcloud/fix/make-psalm-happerDaniel2021-10-141-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Change return type to correct type
| * | | | | | | | | Change return type to correct typeAnna Larch2021-10-141-1/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | | | Merge pull request #29231 from nextcloud/fix/calendar-providers-instancesChristoph Wurst2021-10-142-5/+44
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Build instances of the calendar providers before using them
| * | | | | | | | | Build instances of the calendar providers before using themChristoph Wurst2021-10-142-5/+44
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What we get from the registration context are only the class names. We still have to load the classes before we can use them. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | Merge pull request #29245 from nextcloud/artonge-patch-1Christoph Wurst2021-10-141-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add mapping for louis [CI SKIP]
| * | | | | | | | | Add mapping for louis [CI SKIP]Louis2021-10-141-0/+1
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | | Merge pull request #29244 from nextcloud/add-kesselb-mailmapChristoph Wurst2021-10-141-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Add mapping for kesselb [CI SKIP]
| * | | | | | | | Add mapping for kesselb [CI SKIP]Daniel Kesselberg2021-10-141-0/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #29157 from nextcloud/enh/opendocumentJulius Härtl2021-10-148-3/+55
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix integrity checker testsJulius Härtl2021-10-132-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Add OpenDocument flat mimetypes and x-office/drawing aliasJulius Härtl2021-10-126-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | Merge pull request #28250 from pjft/patch-3Louis2021-10-142-1/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix bug introduced on drag and drop external files
| * | | | | | | | Fix bug introduced on drag and drop external filespjft2021-08-132-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drag and drop of external (OS filesystem) to subdirectories in the browser would fail on specific cases, mainly when the subdirectory was no longer off the root folder. This seemed to have been an issue introduced with the subdirectory free space calculation [here](https://github.com/nextcloud/server/commit/f9536b08096ed1c80391af36d33a18198be1fced) and it seems to fail for any subdirectory that doesn't belong to the root folder. Bug reports: - https://help.nextcloud.com/t/drag-drop-into-subfolders/120731 - https://github.com/nextcloud/server/issues/24720 I couldn't find any reference on scenarios or quota management that would suggest when a subdirectory's free space would be different to the parent's free space, other than when on the root folder, where subdirectories can be external mounts. As such, if my understanding is correct (please review), this calculation can - and should - be made by getting the free space from the first subdirectory in the total path, which caters for all subdirectory scenarios. Please advise, happy to help improve this. Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: pjft <pjft@users.noreply.github.com>
* | | | | | | | | Merge pull request #27194 from nextcloud/new-ftpJohn Molakvoæ2021-10-145-119/+652
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | ftp ci improvementsRobin Appelman2021-10-072-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | update copyright headerRobin Appelman2021-10-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | make param names consistent with interface for copy directory polyfillRobin Appelman2021-10-071-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | fixup tests for ftp limitationsRobin Appelman2021-10-071-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | teardownRobin Appelman2021-10-072-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | ftp logsRobin Appelman2021-10-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | add new ftp backendRobin Appelman2021-10-073-122/+524
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this uses the raw `ftp_` functions instead of the stream wrapper Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | run ftp external storage tests against multiple ftp serversRobin Appelman2021-10-072-1/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #29135 from nextcloud/feat/appstore-filteringJoas Schilling2021-10-143-3/+108
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow to filter apps from the appstore