Commit Graph

16 Commits

Author SHA1 Message Date
c5855fced7 Added support for multiple languages 2024-04-16 16:02:48 +03:00
b526eb0c12 Code cleanup 2024-02-22 12:44:02 +03:00
a359364606 Removed utils mod, moved hexing the name to entity library 2024-02-03 16:31:19 +03:00
bd10acb438 Code cleanup
Moved migrations/ into entity/
MessageIds now return errors except for API ones
2024-02-03 16:21:16 +03:00
9db3e8f7fe Enabled lto for release mod 2024-05-18 12:59:45 +03:00
9f967e82d5 Switched from sea-orm to sqlx 2023-11-25 19:29:06 +03:00
bfd68194e6 More clippy fixes 2023-11-19 14:45:46 +03:00
386f060a41 Implemented account altering 2023-08-04 00:23:02 +03:00
ab62e74cb7 Updated sea-orm 2023-08-03 23:11:28 +03:00
22c754a256 added get endpoint, updated state_management 2023-07-26 00:52:12 +03:00
ff6dcf6dfe Added a transaction for deleting all 2023-07-19 14:56:07 +03:00
bc56846843 Removed a new line 2023-06-27 22:54:14 +03:00
3389f0a63d Updated entities to use count method to check the existance of account/master password 2023-06-13 10:39:13 +03:00
ef27285e96 Updated account entity for better readability, now Account::get_names always orders by name 2023-06-12 17:55:21 +03:00
593f438435 Replaced super with crate where applicable 2023-06-01 14:58:48 +03:00
cda07b4d84 Sepparated the code out into 3 more library crates: cryptography, entity and pass_manager 2023-06-01 14:42:35 +03:00