]> source.dussan.org Git - nextcloud-server.git/commit
allow anon text processing scheduling
authorJulien Veyssier <julien-nc@posteo.net>
Thu, 3 Aug 2023 21:11:29 +0000 (23:11 +0200)
committerJulien Veyssier <julien-nc@posteo.net>
Wed, 9 Aug 2023 12:58:02 +0000 (14:58 +0200)
commit8e657a894583c6276697dc03767a2c201a97fc1b
tree05860d8f2819e948d3c6d9a08ab7b79e238d4829
parent6eb18570c0822ed1d774c5243e153fd0ee406fd1
allow anon text processing scheduling
add a textprocessing_tasks index
convert anotations to method attributes
refactor TP manager
add mapper methods

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
(cherry picked from commit 41b19cf969956fe57fcb35e3dee0200d5c29b6d7)
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
core/Controller/TextProcessingApiController.php
core/Migrations/Version28000Date20230803221055.php [new file with mode: 0644]
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/TextProcessing/Db/Task.php
lib/private/TextProcessing/Db/TaskMapper.php
lib/private/TextProcessing/Manager.php
lib/public/TextProcessing/FreePromptTaskType.php
lib/public/TextProcessing/IManager.php