fdbfa0241c
fix(ExAppNotifier): Use empty() instead of count()
...
more performant
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2025-07-17 10:46:33 +02:00
61bb3d0a3a
fix(ExAppNotifier): First check if any exapps enabled
...
To avoid unnecessary work and logs
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2025-07-17 10:28:03 +02:00
d647a43837
fix(notifications): Notifier::prepare() threw \InvalidArgumentException which is deprecated
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-12-20 15:10:05 +01:00
c5f3d6a764
docs(reuse): Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-12-18 08:40:54 +01:00
f43ad47ec5
do not disable ExApp on lower version ( #341 )
...
1. Will be required for future AI ExApps with scaling
2. Will be required for future ExApps with federated support
3. Requited by **WorkflowEngine project** at it's current stage
4. This will make developing of ExApps easier, as usual in
"manual"registration" we use different app version(constant "1.0.0")
---------
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
2024-08-01 23:13:06 +03:00
5acfac71b0
fix(notifications): Make the notification icons absolute URLs so they… ( #268 )
...
… work in clients
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-04-09 16:04:00 +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
003794670a
Daemon Templates, Docker Socket Proxy, AppAPI 2.0 ( #212 )
2024-01-25 12:33:48 +00:00
83333b5e0a
cleanup: Qualifier -> Imports ( #125 )
...
Fixes IDE warnings:
* Qualifier can be replaced with an import
* Argument matches the parameter's default value
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
2023-11-25 10:59:07 +03:00
b0e06fe4a1
property declaration/assigment php8.0 style ( #124 )
...
* removed property declaration/assigment
* added "void" return type to subclasses of Command class.
---------
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
2023-11-24 15:11:37 +03:00
8b3f129143
app_ecosystem_v2 to app_api renaming(1) ( #68 )
...
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com >
2023-09-11 12:42:34 +03:00
eabfb2dca1
ExApp version check ( #29 )
...
- [x] Resolve conflicts
- [ ] Merge into auth throttling PR first
---------
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
Co-authored-by: Alexander Piskun <bigcat88@icloud.com >
2023-08-09 18:51:48 +03:00
08b72fe3cf
Notifications adjustments. DeployActions. Docs updates ( #25 )
...
- [x] DeployActions interface
- [x] Notifications adjustments (receive dynamic parameters to build
known subjects)
- [ ] Write docs about FileActionsMenu, Notifications
---------
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
Co-authored-by: Alexander Piskun <bigcat88@icloud.com >
2023-08-02 14:07:07 +03:00
0a6b653bfa
Project updates ( #19 )
...
Changes:
- [x] Removed license comments from the beginning of files
- [x] Added LICENSE-README and AUTHORS
- [x] Added Notifications API draft
- [x] Updated Readme
- [x] Updated docs (authentication, development)
- [x] Added app icon license
- [x] Added issue templates
2023-07-24 23:13:04 +03:00