10 Commits

Author SHA1 Message Date
4bc74e7bc6 feat: use IClientService (curl) for api requests 2026-04-23 12:33:59 +03:00
15436c285e feat: add more fiat currencies + add many crypto currencies 2026-04-13 00:07:06 +03:00
effe1a327d chore: improve CI/CD, testing infrastructure, and development tooling
- Add GitHub Actions workflows for PHPUnit testing (MySQL and
PostgreSQL)
- Add issue templates (bug reports, feature requests) for better issue
management
- Enhance Makefile with Docker test support and improved build targets
- Update lint-staged configuration with better PHP and JSON handling
- Add comprehensive PHPUnit test infrastructure with Docker support
- Update dependencies and add lock files for composer and vendor-bin
tools
- Improve code scaffolding templates (command, component, view
generators)
- Update build configuration (Vite, package.json, pnpm-lock.yaml)
- Refactor Application.php settings initialization
- Update AdminSettings and UserSettings implementations
- Rename test file for consistency (ApiTest → ApiControllerTest)
- Update .gitignore (track composer.lock, ignore stats.html)
2025-11-23 00:52:22 +02:00
de8b290528 test: add tests 2025-10-29 16:48:25 +02:00
71577ffb35 feat: add custom currencies (#182)
* feat: add custom currency table & endpoints

* refactor: fix migration versions

* feat: add custom currencies logic to fetch service

* feat: add custom currencies UI to admin settings

* feat: add custom currencies to user settings history

* chore: update admin settings help info

* refactor: use NcTextField instead of input
2025-10-07 10:09:09 +03:00
1c05eff916 fix: improve currency matching for history endpoint 2025-10-01 01:11:43 +03:00
16b9ee9ffe feat: split into user+admin settings sections 2025-09-27 20:44:32 +03:00
fd79fc5549 test: add tests 2025-09-27 02:37:56 +03:00
b6058eff57 fix: tests + use IAppConfig 2024-12-03 01:12:28 +02:00
1268da6bff refactor: update nextcloud base template 2024-12-02 23:56:57 +02:00