21 Commits

Author SHA1 Message Date
167e801607 fix(docker-registry-override): change NcButton to NcActionButton
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
2026-01-13 13:32:57 +02:00
05283cb805 fix(filesplugin.js): asynchronous, error-tolerant FilesAction registration
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
2025-12-28 13:44:42 +02:00
1f20247c0c fix(filesplugin.js): use new version of nextcloud/files
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
2025-12-26 16:49:14 +02:00
3e4c48f464 fixup! bring back eslint on build
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-19 17:36:50 +00:00
9bc6362278 compile assets
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-14 14:11:08 +00:00
54e186f81f chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-10-02 10:20:42 +00:00
40ecdd0d08 Adds option to set memory and cpu constraint
- Adds fields in admin UI
    - Sets HostConfig.Memory and HostConfig.NanoCPUs fields for Docker Socket Proxy
    - Passes memory and nanoCPU values to HaRP Proxy (requires changes in HaRP repo)

Signed-off-by: Hephi2 <Philipp.Hempel1@web.de>

Update built assets after source changes

Signed-off-by: Hephi2 <Philipp.Hempel1@web.de>

Fixes resetting memory limit bug, MB -> MiB

Signed-off-by: Hephi2 <Philipp.Hempel1@web.de>
2025-10-02 09:40:11 +02:00
ea4aec8a01 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-05 08:16:48 +00:00
4890396cc1 left align admin settings and more detailed description
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
2025-08-08 08:28:57 -04:00
f0acae810a chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-23 11:41:04 +00:00
ffc6bb63cc chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-10 15:46:36 +00:00
18aa9bb68a chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-16 13:49:21 +00:00
b7a50db0b3 feat: added ability to disable FRP for HaRP<-->ExApp communication. (#555)
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Co-authored-by: Andrey Borysenko <andrey18106x@gmail.com>
Co-authored-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-16 16:20:09 +03:00
3d332ea7e2 HaRP support (#505)
This PR add support for HaRP - the successor of DockerSocketProxy.

---------

Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
Co-authored-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Co-authored-by: Oleksander Piskun <oleksandr2088@icloud.com>
2025-04-01 17:03:22 +03:00
bcf40639a4 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-01-07 14:37:52 +00:00
d7a4095153 fix(ui): update docs links (#483)
Update docs links, docs are moved to nextcloud main repo.

---------

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Co-authored-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-01-06 16:30:42 +00:00
fe9c2d22d9 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-12-18 08:40:54 +01:00
b8200b70b5 chore: sync changes for Apps management migration to settings (#417)
This PR synchronizes backend logic for ExAppFetcher and required changes
for Apps management.

![Screen Shot 2024-10-14 at 17 01
48](https://github.com/user-attachments/assets/60667041-92b1-4d9e-a78a-9476a1271d1f)

## TODO

- [ ] Merge with the server PR for settings app changes:
https://github.com/nextcloud/server/pull/48665
- [x] Remove old UI parts that are not needed anymore

---------

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Co-authored-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-10-29 21:26:46 +02:00
5dd6ef0912 chore: ci adjustments (#385)
Update links after transfer, add required CI

---------

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Co-authored-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-18 16:26:04 +00:00
9a49b1c0da feat: add compiled js to repo (#380)
Preparation for making AppAPI as shipped app, preserve compiled JS
assets in repository, add CI for checking compiled assets in Pull
Requests.

---------

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2024-09-06 17:04:41 +03:00
50277224d3 ExApp UI Implementation (Part1) (#135)
This PR adds ability for ExApp to have entry in TopMenu and provide it's
own page when clicking on it.

* OCS API for specifying InitialStates, Scripts, Styles, TopMenu
* Small corrections and refactoring of code that relates on UI
* Small bug fixes to other parts of AppAPI, mostly for FileActions Menu.

PR is ready, after merging this, one additional PR will be created that
relates to this one.
That PR will cover missing parts:
* Docs, changelog update
* FileActions Menu rework(icon specifying)
* Fixes of stuff that will be found if any, related to UI
* CI Actions and Makefile adjusting, to keep `js/proxy_js` folder
* Fix of Proxying stuff

Merging this PR will allow nc_py_api's PR to be finished on this theme
and finish first example for testing.

---------

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Co-authored-by: Andrey Borysenko <andrey18106x@gmail.com>
2023-12-03 16:30:03 +03:00