Commit Graph

52 Commits

Author SHA1 Message Date
db26938312 Freelancer Submission + alias deletion 2023-10-02 16:31:12 +02:00
ed64e48ac7 WIP Freelancer Submission + alias deletion 2023-09-29 13:42:26 +02:00
244c62a19d Blacklisted char validation within the Submission Alias creation 2023-09-20 13:41:59 +02:00
4beb44f7b4 Fix utf-8 display within the html 2023-09-20 13:40:24 +02:00
7b7652b50d Client side File Type and Blacklisted Character validation 2023-09-13 14:08:51 +02:00
9814bb8fcd submision alias delete 2023-08-30 12:56:37 +02:00
356d379ebf View Submission Alias 2023-08-28 12:31:30 +02:00
b02131ea68 Submission/Submission alias deletion WIP 2023-08-19 11:37:03 +02:00
d10d143197 create new submission alias 2023-08-16 15:45:45 +02:00
89421d7ac5 remove old upload implementation
add viewer of file submissions
2023-08-09 16:25:52 +02:00
552b1d62fe add file metadata to database 2023-08-07 19:34:09 +02:00
008b6edce1 Display used storage space in UI 2023-08-02 18:16:22 +02:00
70c474051c Add filepath size validation 2023-07-31 18:00:34 +02:00
d4d5b1888d Template and JS include dealing with the file upload and its UI 2023-07-11 18:56:58 +02:00
288ab9834a File Upload Progress display base implementation 2023-06-14 18:42:02 +02:00
d322905b35 File Upload Base implementation 2023-06-12 22:33:28 +02:00
62a8471fc1 base templates 2023-06-05 19:37:54 +02:00
549c98f673 implement freelancer alias creation 2023-05-19 18:10:52 +02:00
bfddfd5271 implement freelancer alias deletion 2023-05-19 18:10:31 +02:00
d83b427857 implement freelancer alias base management page
and minor fixes
2023-05-19 18:07:05 +02:00
d9f3fd711c implement base template operations with the corresponding templates
fully implement the delete operation
todo:edit operation
2023-05-15 19:32:21 +02:00
383db248b7 Create new Template
+minor refactoring
2023-05-15 17:52:16 +02:00
09406b0852 Template for managment of templates + add button for creation of new template 2023-05-15 16:28:25 +02:00
2e59a596c3 freelancer template management base (WIP) 2023-05-12 18:11:01 +02:00
ed370e7979 Freelancer Template base Managment page 2023-05-12 00:03:25 +02:00
dd64311766 Freelancer profile page handler
template for the profile page and the template for the redirection to the profile page
2023-05-10 23:12:51 +02:00
123d98828c Minor bugfix:
statement name, replace true/false with t/f due to postgresql, activate mustache variable for the logged in state
statment replacement since it's not possible to bind data into a string within a statement
2023-05-08 16:40:51 +02:00
6ee74e025e Bruteforce Mitigation 2023-05-08 14:52:36 +02:00
8d2033b316 minor refactoring in config
implement pagination
2023-05-04 22:22:21 +02:00
4720ffdad5 Minor refactoring + move hardcoded template names and handling based mustache variables into a const collection for ease of modification/access 2023-05-02 17:44:23 +02:00
0dc262ef69 Password registration/reset confirmation at entry 2023-04-30 18:12:31 +02:00
9392425794 Password Reset spec and Database Table and related templates 2023-04-27 00:23:04 +02:00
2ea6c7a48f Freelancer Password Reset templates and Login modification for it 2023-04-25 00:54:17 +02:00
c04f22e91f Move freelancer interface and return to index button into the includes folder 2023-04-25 00:53:43 +02:00
4dd4e23f91 Freelancer signup minor fix and login templates add checkbox to stay logged in 2023-04-22 23:22:36 +02:00
9e0eb83eba minor changes 2023-04-19 02:11:59 +02:00
ab2229dd8a freelancer login templates 2023-04-19 02:07:47 +02:00
b58789152f Freelancer Signup templates 2023-04-19 02:07:26 +02:00
27f338c166 Temporary login page until proper login system is done
Basic cookie implementation
2023-04-17 03:17:17 +02:00
382a834506 Move Generic Style out of Templates 2023-04-17 03:15:57 +02:00
8b34815bef Check to make Template request not availible if commissions closed 2023-04-12 00:27:24 +02:00
bfa49c2281 Template displayed at a successfull request creation 2023-04-10 19:33:31 +02:00
1f5372461c Template displaying errors at request creation 2023-04-10 19:26:35 +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
1a1908a814 Redirection template
Handle @alias via the redirection template
2023-04-05 02:24:42 +02:00
407d0aeecf +++ /customer/$freelancer/template/$templateName
Route handling the display of a Template
And minor fix enabling the root route to handle post
2023-04-04 22:40:27 +02:00
0693fc0bf5 Create Template representing a freelancers template 2023-04-04 01:49:52 +02:00
3915a375c5 Rewriting of Templates to utilize POST instead of GET 2023-04-04 01:49:14 +02:00
17c0123c19 Freelancer Profile page with Templates 2023-04-03 00:11:33 +02:00
04e41c2dce Freelancer Profile Listing
-Template, Database access, Handler
-Freelancer Database Table
2023-04-02 23:56:50 +02:00