6 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
139e79312f feat: file actions redirect, v2 api version (#284)
This PR introduces a simple File Actions menu redirect option to open
ExApp UI page with the context of selected files.

Resolves: #136

---------

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Co-authored-by: Alexander Piskun <13381981+bigcat88@users.noreply.github.com>
2024-05-08 12:20:46 +00: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
3c6a3fe997 Add support of multiple mimes in File Actions (#144)
Resolves: #95

- [x] Add support of multiple mimes in filesplugin
- [x] Rename UI tables for naming consistency

---------

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2023-12-05 20:52:04 +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