7 Commits

Author SHA1 Message Date
7cbca1a23b enh: use distributed cache only when available (#347)
It's a refactoring, it doesn't really fix anything(?), but it makes
working with caches in the style of a Nextcloud server repository.

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2024-08-03 14:10:09 +03:00
eea14dc504 optimization: system flag and ex_app_users removal (#323)
The system flag and extra table for that `ex_app_users` is removed to
optimize database usage and simplify the system logic.

---------

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2024-07-11 17:08:52 +00:00
15db25c7db feat: Add task processing API (#294)
Co-authored-by: Alexander Piskun <13381981+bigcat88@users.noreply.github.com>
2024-07-05 19:50:28 +02:00
4942b9f3e2 Optimize work with caches (AI providers) (#229)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2024-02-10 23:43:49 +03:00
961458cd17 fix(ai_providers): use PublicFunctions to call to ExApp (#226)
We broke all AI providers in `2.0.0` version, this is a fix for that.

---------

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2024-02-08 17:07:45 +03:00
003794670a Daemon Templates, Docker Socket Proxy, AppAPI 2.0 (#212) 2024-01-25 12:33:48 +00:00
a44f8c4624 Refactor Speech2Text Provider flow (#209)
The same as in #208 but for SpeechToText Provider
2024-01-12 16:41:42 +03:00