Commit Graph

11 Commits

Author SHA1 Message Date
Rubén D
bf9ba8dc2d chore(tests): UT for CustomFieldCrypt service
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2024-01-22 08:48:36 +01:00
Rubén D
c263a8bef9 chore(tests): UT for MasterPass service
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2024-01-16 14:15:30 +01:00
Rubén D
7eee87b74c chore: Refactor Account interfaces naming
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2024-01-16 08:47:32 +01:00
Rubén D
739f40ba5d chore(tests): UT for Config service & repository
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2024-01-14 10:42:45 +01:00
Rubén D
5952a3f48a chore: Adapt to hexagonal architecture pattern.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-26 19:45:53 +01:00
Rubén D
796ecbc5fb chore: Implement AccountAclService tests.
Use scoped namespace for simple functions.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-25 23:40:27 +01:00
Rubén D
1c8fb0ea1a refactor: [WIP] Use hexagonal architecture and implement interfaces for services and repositories.
Controllers are being splited into commands to better dependency management.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-06-06 08:17:34 +02:00
Rubén D
58249da565 * [MOD] Use static types.
* [MOD] CORS headers.
* [MOD] Improve Forwarded header lookup.
* [ADD] Create interface for configuration data.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2021-10-12 20:49:18 +02:00
Rubén D
19f9ae1ab3 * [ADD] Warning messages before changing the master password.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2021-10-03 11:26:18 +02:00
Rubén D
dd96643e6a * [ADD] Check whether the master password is correct and not the same as the new one.
* [MOD] Unset environment variables before every test.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2021-10-02 08:34:55 +02:00
Rubén D
e64897855a * [ADD] Master password update CLI command and tests.
* [MOD] Code refactoring.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2021-09-27 00:20:24 +02:00