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
This commit is contained in:
2025-10-07 10:09:09 +03:00
committed by GitHub
parent 33be5cd1fa
commit 71577ffb35
18 changed files with 3705 additions and 100 deletions

View File

@@ -24,6 +24,7 @@ class {{pascalCase name}}Mapper extends QBMapper {
}
/**
* @param string $id
* @throws \OCP\AppFramework\Db\MultipleObjectsReturnedException
* @throws DoesNotExistException
*/
@@ -40,7 +41,6 @@ class {{pascalCase name}}Mapper extends QBMapper {
}
/**
* @param string $projectId
* @return array<{{pascalCase name}}>
*/
public function findAll(): array {