6 Commits

Author SHA1 Message Date
daffdc6a2a fix(TopMenuEntry): correct admin check (#358)
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2024-08-15 12:02:32 +03:00
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
071b763624 feat(l10n): L10N support for ExApps (#227)
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Co-authored-by: Alexander Piskun <bigcat88@icloud.com>
Co-authored-by: Alexander Piskun <13381981+bigcat88@users.noreply.github.com>
2024-02-20 20:41:05 +03:00
9246c6218d Optimize work with caches (UI API) (#230)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2024-02-10 23:59:20 +03:00
2ad52f0684 Small bug in getRegisteredFileActions and getExAppMenuEntries (#189)
**Fixed getRegisteredFileActions/getExAppMenuEntries returning wrong
result on first call**


_Issue was found during implementing SpeechToText Provider API, as this
internal APIs has the same struct._
2023-12-31 17:08:06 +03:00
86ae7439c1 UI: FileActions rework (#141)
* changed type of `order` to int in model

---------

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Co-authored-by: Andrey Borysenko <andrey18106x@gmail.com>
2023-12-05 17:45:38 +03:00