18 Commits

Author SHA1 Message Date
c716c7c3ba feat: password recovery
Implemented the "Forgot Password" field with functionalities. If you're
self-hosting, you need to use some variables, which will be explained at
a later point in the readme and on the docker page.
2022-11-13 18:20:12 +01:00
6cf5a91c8c major: refactoring and creating api structure
Moved the token-based functions in the new API folder and started
commenting them. Changed the database_utils function to deal with the
new format commented in api/routes.py.
Minor adjustments in boot.sh function.
2022-08-24 13:30:48 +02:00
22e45857ff minor changes and bugfixes 2022-07-25 16:01:53 +02:00
6d038dc962 bugfix 2022-07-21 17:14:18 +02:00
4459000d4f docker image and changes in models
Made some convenience changes in models and created a Dockerfile for
deployment.
Also changed the configs to be compatible for custom variables in Docker
2022-07-21 11:55:46 +02:00
b978e0da56 refactoring, reorganizing
Changed the folder structure for better maintenance and inserted
Dockerfile for image building.
2022-07-13 09:00:26 +02:00
f26dee5489 minor: insert primitive possibility for invoice
It's ugly. Future updates will make it more beautiful.
2022-03-23 13:45:45 +01:00
c245e01fcf minor: insert column owner in table establishment 2022-03-20 17:10:58 +01:00
fa798a5da1 several fixes, mainly page design 2022-03-10 12:32:50 +01:00
7f59f20b78 fix: create server-side defaults 2022-02-20 16:49:10 +01:00
b705f82ecb major: refactor, renaming, huge changes
Everything kinda changed. Huge refactoring.
Website now has sidebar instead of top navigation.
Database got huge changes.
More forms!
2022-02-20 02:04:16 +01:00
f713564238 major: rewrite database connections 2022-02-10 16:15:02 +01:00
afc5c2854f fix: another reinitialization 2022-02-03 19:26:55 +01:00
6f705adf9e fix: another re-initialization on the database 2022-02-03 18:28:00 +01:00
7236c199da refactor: rename tables and classes 2022-02-03 17:25:23 +01:00
ed30014112 fix: database migration 2022-02-03 17:03:37 +01:00
bfa3383a7c minor: some preparations to test 2022-02-03 13:35:00 +01:00
e73cd46611 major: new repo structure
Moved the client and server in different repositories.
2022-02-03 09:59:48 +01:00