]> 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>
Mon, 7 Aug 2023 11:27:53 +0000 (13:27 +0200)
commit41b19cf969956fe57fcb35e3dee0200d5c29b6d7
treec04657d2585e75624db61e179cf390f1f0ee6c1f
parent9986e02097e5c82e1bb21ba3f897b14d82a50c15
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>
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