]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 months agofix: add ldap_exop_passwd function to sensitive value 45357/head
yemkareems [Thu, 16 May 2024 11:24:18 +0000 (16:54 +0530)]
fix: add ldap_exop_passwd function to sensitive value

Signed-off-by: yemkareems <yemkareems@gmail.com>
5 months agoMerge pull request #45345 from nextcloud/fix/iregistrationcontext/add-missing-taskpro...
Kate [Thu, 16 May 2024 10:59:50 +0000 (12:59 +0200)]
Merge pull request #45345 from nextcloud/fix/iregistrationcontext/add-missing-taskprocessing-methods

5 months agoMerge pull request #45026 from nextcloud/fix/token-update
Christoph Wurst [Thu, 16 May 2024 10:00:32 +0000 (12:00 +0200)]
Merge pull request #45026 from nextcloud/fix/token-update

Avoid updating the same oc_authtoken row twice

5 months agoMerge pull request #45340 from nextcloud/bugfix/noid/widen-svg-block
Joas Schilling [Thu, 16 May 2024 09:18:05 +0000 (11:18 +0200)]
Merge pull request #45340 from nextcloud/bugfix/noid/widen-svg-block

fix: Extend SVG reference check

5 months agoMerge pull request #45317 from nextcloud/bugfix/noid/limit-maximum-number-of-search...
Joas Schilling [Thu, 16 May 2024 08:10:09 +0000 (10:10 +0200)]
Merge pull request #45317 from nextcloud/bugfix/noid/limit-maximum-number-of-search-results

fix(search): Limit maximum number of search results

5 months agofix: Extend SVG reference check 45340/head
Joas Schilling [Wed, 15 May 2024 21:38:24 +0000 (23:38 +0200)]
fix: Extend SVG reference check

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 months agofix(IRegistrationContext): Add missing TaskProcessing methods 45345/head
provokateurin [Thu, 16 May 2024 07:54:16 +0000 (09:54 +0200)]
fix(IRegistrationContext): Add missing TaskProcessing methods

Signed-off-by: provokateurin <kate@provokateurin.de>
5 months agoMerge pull request #44710 from nextcloud/pulsejet/imagick-check-type
Joas Schilling [Wed, 15 May 2024 20:13:05 +0000 (22:13 +0200)]
Merge pull request #44710 from nextcloud/pulsejet/imagick-check-type

fix(preview): check mime type before processing with Imagick

5 months agoMerge pull request #45321 from nextcloud/bugfix/noid/check-function-call
Anna [Wed, 15 May 2024 14:07:23 +0000 (16:07 +0200)]
Merge pull request #45321 from nextcloud/bugfix/noid/check-function-call

fix: Correctly check result of function

5 months agoMerge pull request #45057 from nextcloud/enh/noid/server-log
Simon L [Wed, 15 May 2024 14:03:52 +0000 (16:03 +0200)]
Merge pull request #45057 from nextcloud/enh/noid/server-log

feat(exception-template): allow to link to specific documentation for how to retreive server log

5 months agoMerge pull request #45237 from nextcloud/45234-que-deletion-requests
Benjamin Gaussorgues [Wed, 15 May 2024 12:08:34 +0000 (14:08 +0200)]
Merge pull request #45237 from nextcloud/45234-que-deletion-requests

5 months agochore(assets): Recompile assets 45237/head
nextcloud-command [Wed, 15 May 2024 11:02:09 +0000 (11:02 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 months agoperf(deleteAction): Queue delete requests
fenn-cs [Wed, 8 May 2024 20:03:06 +0000 (21:03 +0100)]
perf(deleteAction): Queue delete requests

When multiple files are deleted at once, all the requests bombard the server
simultaneously, causing performance issues.

This commit adds queuing that limits the concurrency of these requests to 5
at a time.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
5 months agofix(deleteAction): Remove unused nc l10n import
fenn-cs [Wed, 8 May 2024 20:00:38 +0000 (21:00 +0100)]
fix(deleteAction): Remove unused nc l10n import

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
5 months agofix: Correctly check result of function 45321/head
Joas Schilling [Wed, 15 May 2024 08:11:31 +0000 (10:11 +0200)]
fix: Correctly check result of function

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 months agoMerge pull request #45094 from nextcloud/enh/taskprocessing-api
Marcel Klehr [Wed, 15 May 2024 09:43:08 +0000 (11:43 +0200)]
Merge pull request #45094 from nextcloud/enh/taskprocessing-api

feat: TaskProcessing API

5 months agoMerge pull request #45302 from nextcloud/revert/27613/get-config-owner
Ferdinand Thiessen [Wed, 15 May 2024 09:30:00 +0000 (11:30 +0200)]
Merge pull request #45302 from nextcloud/revert/27613/get-config-owner

Revert: "Check datadirectory owner, not config owner."

5 months agofix(search): Limit maximum number of search results 45317/head
Joas Schilling [Wed, 15 May 2024 07:47:22 +0000 (09:47 +0200)]
fix(search): Limit maximum number of search results

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 months agofix: expose lastUpdated in OCS API 45094/head
Marcel Klehr [Wed, 15 May 2024 07:30:05 +0000 (09:30 +0200)]
fix: expose lastUpdated in OCS API

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agoMerge pull request #45227 from nextcloud/fix/set-reminder-trash
Pytal [Tue, 14 May 2024 18:12:23 +0000 (11:12 -0700)]
Merge pull request #45227 from nextcloud/fix/set-reminder-trash

fix: Remove reminder action from trash

5 months agochore: compile assets 45227/head
Christopher Ng [Tue, 7 May 2024 22:16:49 +0000 (15:16 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 months agofix: Remove reminder action from trash
Christopher Ng [Tue, 7 May 2024 22:16:49 +0000 (15:16 -0700)]
fix: Remove reminder action from trash

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 months agoMerge pull request #45245 from nextcloud/feat/split-user-columns
Pytal [Tue, 14 May 2024 17:14:16 +0000 (10:14 -0700)]
Merge pull request #45245 from nextcloud/feat/split-user-columns

feat: Split display name and username columns

5 months agochore: compile assets 45245/head
Christopher Ng [Thu, 9 May 2024 22:32:02 +0000 (15:32 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 months agofeat: Split display name and username columns
Christopher Ng [Thu, 9 May 2024 22:32:02 +0000 (15:32 -0700)]
feat: Split display name and username columns

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 months agoMerge pull request #45288 from nextcloud/docs/preview/parameter-descriptions
John Molakvoæ [Tue, 14 May 2024 16:25:59 +0000 (18:25 +0200)]
Merge pull request #45288 from nextcloud/docs/preview/parameter-descriptions

5 months agofix: address review 45057/head
Simon L [Mon, 13 May 2024 15:43:57 +0000 (17:43 +0200)]
fix: address review

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: Simon L. <szaimen@e.mail.de>
Co-Authored-By: Josh <josh.t.richards@gmail.com>
5 months agofeat(exception-template): allow to link to specific documentation for how to retreive...
Simon L. [Fri, 26 Apr 2024 13:52:11 +0000 (15:52 +0200)]
feat(exception-template): allow to link to specific documentation for how to retreive server log

Signed-off-by: Simon L <szaimen@e.mail.de>
5 months agoMerge pull request #45309 from nextcloud/fix/recurrence-exceptions-for-busy-events
Anna [Tue, 14 May 2024 13:32:07 +0000 (15:32 +0200)]
Merge pull request #45309 from nextcloud/fix/recurrence-exceptions-for-busy-events

fix(caldav): loop through all events for busy events

5 months agofix(caldav): loop through all events for busy events 45309/head
Anna Larch [Wed, 8 May 2024 13:12:17 +0000 (15:12 +0200)]
fix(caldav): loop through all events for busy events

Signed-off-by: Anna Larch <anna@nextcloud.com>
5 months agoRevert: "Check datadirectory owner, not config owner." 45302/head
Simon L. [Tue, 14 May 2024 10:09:15 +0000 (12:09 +0200)]
Revert: "Check datadirectory owner, not config owner."

Signed-off-by: Simon L <szaimen@e.mail.de>
5 months agofix: address review comments
Marcel Klehr [Tue, 14 May 2024 08:01:09 +0000 (10:01 +0200)]
fix: address review comments

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agoUpdate core/ResponseDefinitions.php
Marcel Klehr [Tue, 14 May 2024 07:33:58 +0000 (09:33 +0200)]
Update core/ResponseDefinitions.php

Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Fix pass-through stt provider
Marcel Klehr [Mon, 13 May 2024 09:50:14 +0000 (11:50 +0200)]
fix: Fix pass-through stt provider

Wasn't able to load File from app data

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agochore: fix htaccess
Marcel Klehr [Mon, 13 May 2024 08:01:11 +0000 (10:01 +0200)]
chore: fix htaccess

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agochore: Check in autoloader updates
Marcel Klehr [Mon, 13 May 2024 07:50:31 +0000 (09:50 +0200)]
chore: Check in autoloader updates

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix(Manager#fillInputs): Try to setup user FS before access file inputs
Marcel Klehr [Mon, 13 May 2024 07:04:56 +0000 (09:04 +0200)]
fix(Manager#fillInputs): Try to setup user FS before access file inputs

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofeat: Add some new task types
Marcel Klehr [Mon, 13 May 2024 06:55:18 +0000 (08:55 +0200)]
feat: Add some new task types

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix(SynchronousBackgroundJob): Only reschedule when needed
Marcel Klehr [Mon, 13 May 2024 06:55:04 +0000 (08:55 +0200)]
fix(SynchronousBackgroundJob): Only reschedule when needed

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agoUpdate lib/public/TaskProcessing/IManager.php
Marcel Klehr [Mon, 13 May 2024 06:24:46 +0000 (08:24 +0200)]
Update lib/public/TaskProcessing/IManager.php

Co-authored-by: julien-nc <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agoUpdate lib/private/TaskProcessing/Manager.php
Marcel Klehr [Mon, 13 May 2024 06:24:31 +0000 (08:24 +0200)]
Update lib/private/TaskProcessing/Manager.php

Co-authored-by: julien-nc <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix(Manager#fillInputData): Load user folder if needed
Marcel Klehr [Fri, 10 May 2024 05:42:03 +0000 (07:42 +0200)]
fix(Manager#fillInputData): Load user folder if needed

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: run cs:fix
Marcel Klehr [Fri, 10 May 2024 05:34:15 +0000 (07:34 +0200)]
fix: run cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agotest: Put input files in user storage
Marcel Klehr [Fri, 10 May 2024 05:18:14 +0000 (07:18 +0200)]
test: Put input files in user storage

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix(OCS-API): Add endpoint to list user tasks
Marcel Klehr [Fri, 10 May 2024 05:08:31 +0000 (07:08 +0200)]
fix(OCS-API): Add endpoint to list user tasks

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix(OCS-API): No csrf required for /tasks/taskId/file/fileId
Marcel Klehr [Fri, 10 May 2024 04:55:15 +0000 (06:55 +0200)]
fix(OCS-API): No csrf required for /tasks/taskId/file/fileId

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix(TextToImage): Allow leaving the resources open
Marcel Klehr [Fri, 10 May 2024 04:51:41 +0000 (06:51 +0200)]
fix(TextToImage): Allow leaving the resources open

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix(ocs): change /tasktypes response to combine optional and non-optional IO slots
Marcel Klehr [Wed, 8 May 2024 07:20:25 +0000 (09:20 +0200)]
fix(ocs): change /tasktypes response to combine optional and non-optional IO slots

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: run cs:fix
Marcel Klehr [Wed, 8 May 2024 07:20:25 +0000 (09:20 +0200)]
fix: run cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: fix tests
Marcel Klehr [Tue, 7 May 2024 13:45:34 +0000 (15:45 +0200)]
fix: fix tests

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agoUpdate core/Migrations/Version30000Date20240429122720.php
Marcel Klehr [Tue, 7 May 2024 13:39:33 +0000 (15:39 +0200)]
Update core/Migrations/Version30000Date20240429122720.php

Co-authored-by: julien-nc <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: fix migration
Marcel Klehr [Tue, 7 May 2024 11:25:33 +0000 (13:25 +0200)]
fix: fix migration

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofeat: Add cancel endpoint to OCS API
Marcel Klehr [Tue, 7 May 2024 11:23:53 +0000 (13:23 +0200)]
feat: Add cancel endpoint to OCS API

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: fix psalm issues
Marcel Klehr [Tue, 7 May 2024 11:04:44 +0000 (13:04 +0200)]
fix: fix psalm issues

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: update openai specs
Marcel Klehr [Tue, 7 May 2024 11:04:31 +0000 (13:04 +0200)]
fix: update openai specs

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: bump OC_Version
Marcel Klehr [Tue, 7 May 2024 10:51:21 +0000 (12:51 +0200)]
fix: bump OC_Version

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Don't check in barmani plugin in composer autoloader
Marcel Klehr [Tue, 7 May 2024 10:50:53 +0000 (12:50 +0200)]
fix: Don't check in barmani plugin in composer autoloader

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agorefactor: identifier is now customId/custom_id
Marcel Klehr [Tue, 7 May 2024 10:46:21 +0000 (12:46 +0200)]
refactor: identifier is now customId/custom_id

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: psalm issue
Marcel Klehr [Tue, 7 May 2024 06:56:22 +0000 (08:56 +0200)]
fix: psalm issue

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: address review comments
Marcel Klehr [Mon, 6 May 2024 14:36:35 +0000 (16:36 +0200)]
fix: address review comments

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: address review comments
Marcel Klehr [Mon, 6 May 2024 11:04:11 +0000 (13:04 +0200)]
fix: address review comments

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: address review comments
Marcel Klehr [Mon, 6 May 2024 11:03:03 +0000 (13:03 +0200)]
fix: address review comments

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Don't use dynamic property
Marcel Klehr [Mon, 6 May 2024 09:57:05 +0000 (11:57 +0200)]
fix: Don't use dynamic property

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Update autoloaders
Marcel Klehr [Mon, 6 May 2024 09:24:35 +0000 (11:24 +0200)]
fix: Update autoloaders

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Run cs:fix
Marcel Klehr [Mon, 6 May 2024 09:09:53 +0000 (11:09 +0200)]
fix: Run cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: psalm issues
Marcel Klehr [Mon, 6 May 2024 09:01:23 +0000 (11:01 +0200)]
fix: psalm issues

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agotest: Test file authorization check
Marcel Klehr [Mon, 6 May 2024 08:22:59 +0000 (10:22 +0200)]
test: Test file authorization check

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Check if user is authorized to use the files they mentioned
Marcel Klehr [Mon, 6 May 2024 08:03:24 +0000 (10:03 +0200)]
fix: Check if user is authorized to use the files they mentioned

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofeat: Remove stale files in AppData as well
Marcel Klehr [Mon, 6 May 2024 07:44:48 +0000 (09:44 +0200)]
feat: Remove stale files in AppData as well

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agochore: update openapi.json
Marcel Klehr [Mon, 6 May 2024 07:37:46 +0000 (09:37 +0200)]
chore: update openapi.json

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: oc_taskProcessing_tasks.identifier: notnull = false
Marcel Klehr [Mon, 6 May 2024 07:30:48 +0000 (09:30 +0200)]
fix: oc_taskProcessing_tasks.identifier: notnull = false

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Expose task type on CoreTaskProcessingTask json
Marcel Klehr [Mon, 6 May 2024 07:21:09 +0000 (09:21 +0200)]
fix: Expose task type on CoreTaskProcessingTask json

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: psalm issue
Marcel Klehr [Fri, 3 May 2024 12:39:41 +0000 (14:39 +0200)]
fix: psalm issue

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agotest: Add more tests for legacy pass-through
Marcel Klehr [Fri, 3 May 2024 12:15:03 +0000 (14:15 +0200)]
test: Add more tests for legacy pass-through

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Small fixes
Marcel Klehr [Fri, 3 May 2024 10:33:17 +0000 (12:33 +0200)]
fix: Small fixes

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Wire-up the new classes
Marcel Klehr [Fri, 3 May 2024 10:24:40 +0000 (12:24 +0200)]
fix: Wire-up the new classes

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agorefactor: rename getTaskType to getTaskTypeId
Marcel Klehr [Fri, 3 May 2024 10:23:59 +0000 (12:23 +0200)]
refactor: rename getTaskType to getTaskTypeId

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Fix psalm issues
Marcel Klehr [Fri, 3 May 2024 09:46:36 +0000 (11:46 +0200)]
fix: Fix psalm issues

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: LazyRoot missing method
Marcel Klehr [Fri, 3 May 2024 09:08:15 +0000 (11:08 +0200)]
fix: LazyRoot missing method

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Typo
Marcel Klehr [Fri, 3 May 2024 09:08:01 +0000 (11:08 +0200)]
fix: Typo

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofeat: Add ExApp endpoints
Marcel Klehr [Fri, 3 May 2024 08:14:19 +0000 (10:14 +0200)]
feat: Add ExApp endpoints

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Fix psalm issues
Marcel Klehr [Thu, 2 May 2024 13:12:35 +0000 (15:12 +0200)]
fix: Fix psalm issues

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix(IRootFolder): Add getAppDataDirectoryName method
Marcel Klehr [Thu, 2 May 2024 09:48:10 +0000 (11:48 +0200)]
fix(IRootFolder): Add getAppDataDirectoryName method

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agochore: Regenerate openapi.json
Marcel Klehr [Thu, 2 May 2024 09:46:49 +0000 (11:46 +0200)]
chore: Regenerate openapi.json

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agochore: Run cs:fix
Marcel Klehr [Thu, 2 May 2024 09:17:43 +0000 (11:17 +0200)]
chore: Run cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agorefactor: Move validation to EShapeType
Marcel Klehr [Thu, 2 May 2024 09:15:51 +0000 (11:15 +0200)]
refactor: Move validation to EShapeType

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofeat: Add getFileContents endpoint to TaskProcessing OCS API
Marcel Klehr [Thu, 2 May 2024 09:13:53 +0000 (11:13 +0200)]
feat: Add getFileContents endpoint to TaskProcessing OCS API

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofeat: TaskProcessing OCS API
Marcel Klehr [Tue, 30 Apr 2024 15:02:38 +0000 (17:02 +0200)]
feat: TaskProcessing OCS API

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Run cs:fix
Marcel Klehr [Tue, 30 Apr 2024 15:01:41 +0000 (17:01 +0200)]
fix: Run cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: Add RemoveOldTasksBackgroundJob to repair step that instantiates it
Marcel Klehr [Tue, 30 Apr 2024 14:37:13 +0000 (16:37 +0200)]
fix: Add RemoveOldTasksBackgroundJob to repair step that instantiates it

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agotest: Add OldTasksShouldBeCleanedUp test
Marcel Klehr [Tue, 30 Apr 2024 14:30:24 +0000 (16:30 +0200)]
test: Add OldTasksShouldBeCleanedUp test

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofix: weed out some psalm errors and run cs:fix
Marcel Klehr [Tue, 30 Apr 2024 13:48:00 +0000 (15:48 +0200)]
fix: weed out some psalm errors and run cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agofeat: first pass at TaskProcessing API
Marcel Klehr [Mon, 29 Apr 2024 14:21:07 +0000 (16:21 +0200)]
feat: first pass at TaskProcessing API

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 months agoMerge pull request #45252 from nextcloud/chore/noid/spdx-batch2
Andy Scherzinger [Mon, 13 May 2024 16:37:23 +0000 (18:37 +0200)]
Merge pull request #45252 from nextcloud/chore/noid/spdx-batch2

Add SPDX header - batch #2

5 months agochore: Compile assets 45252/head
Ferdinand Thiessen [Mon, 13 May 2024 13:30:47 +0000 (15:30 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 months agofix: Also extract comments for `spdx` license information
Ferdinand Thiessen [Mon, 13 May 2024 07:48:54 +0000 (09:48 +0200)]
fix: Also extract comments for `spdx` license information

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 months agochore: Add SPDX header
Andy Scherzinger [Fri, 10 May 2024 13:09:14 +0000 (15:09 +0200)]
chore: Add SPDX header

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
5 months agoMerge pull request #44791 from nextcloud/reshare-permission-logic
Robin Appelman [Mon, 13 May 2024 14:00:10 +0000 (16:00 +0200)]
Merge pull request #44791 from nextcloud/reshare-permission-logic

fix: consider all paths the user has for a share source when considering max permissions

5 months agoMerge pull request #45218 from nextcloud/update-pdf-icon
Marco [Mon, 13 May 2024 13:50:08 +0000 (15:50 +0200)]
Merge pull request #45218 from nextcloud/update-pdf-icon

Update pdf icon

5 months agoMerge branch 'master' into update-pdf-icon 45218/head
Marco [Mon, 13 May 2024 13:14:04 +0000 (15:14 +0200)]
Merge branch 'master' into update-pdf-icon