Commit Graph

14 Commits

Author SHA1 Message Date
2fdf796822 remove typo from setupdbfix
originally had an extra 's' at the end of routeparameters, breaking
aliases.

Fixes: #33
2023-07-09 16:57:06 -05:00
da974e8a40 fix setupdb.sh 2023-07-08 17:27:19 -05:00
bbf526f99f minor fix to avoid the creation of '' templates since crow is incapable of routing those to /<string> while trying to route them to / leading to a 404
obviously it's also possible to just give a general you have to name your template directive but as it stands i don't really see a need for it
2023-05-15 19:31:25 +02:00
6ee74e025e Bruteforce Mitigation 2023-05-08 14:52:36 +02:00
9392425794 Password Reset spec and Database Table and related templates 2023-04-27 00:23:04 +02:00
e9fb6dcba7 modifiy freelancer table to track a logged in session 2023-04-22 22:54:24 +02:00
795048018c Table Freelancers modification to add the salt and hash and to make the email address unique and not null 2023-04-19 02:04:56 +02:00
caca7139cb Template for customer request @MichaelYick give it a look over if this setup is proper
Table modification for aditional details in spec
2023-04-06 01:26:45 +02:00
2738fdaf5c Create alias table and add it to the spec 2023-04-05 02:21:11 +02:00
f19d999c64 Change Template Table design to be more explicit and add said changes to the spec 2023-04-04 01:47:01 +02:00
33b7196690 Rewrite of Database to make it ID based to eliviate coherence issues that stem from naming and to avoid extrenous processing of critical data 2023-04-02 23:58:47 +02:00
04e41c2dce Freelancer Profile Listing
-Template, Database access, Handler
-Freelancer Database Table
2023-04-02 23:56:50 +02:00
aea7bebbb5 Rewriting of test routes 2023-03-20 18:07:51 +01:00
fc70b91b9d completed HTML assembler templates 2023-03-13 03:39:46 -05:00