Commit Graph
72 Commits
Author SHA1 Message Date
Casually9790 8b2d1f89f6 Dashboard gets displayed horizontally 2020-11-28 00:02:09 +01:00
Casually9790 423b307c66 Candidates get sorted descending by their votes within their categories 2020-11-27 23:59:14 +01:00
Casually9790 1b49a241cc Merge branch 'MailSystem' into main 2020-11-27 23:56:55 +01:00
Casually9790 c0e3ed1f3f Added basics for the mail system 2020-11-25 18:36:28 +01:00
Casually9790 71ac8d2feb Reset voting site to the basic 2020-11-25 18:35:05 +01:00
Casually9790 d265677b55 updated start site
start site has now user and admin login panels
added custom css for start page
dashboard is now splitted in cateogies
implemendet LiveReload
added fallback 'falseInput.html' page
2020-11-24 17:11:16 +01:00
Casually9790 d8db603ab6 Merge branch 'frontend' into main 2020-11-14 17:12:33 +01:00
Casually9790 51d464f0e0 Fixed damage done by false git usage 2020-11-14 17:08:10 +01:00
Casually9790 25484250d6 Updated the .gitignore file
Hopefully this will fix the including of all log files in the repo
2020-11-14 15:15:14 +01:00
Casually9790 72f1ff6c70 Merge branch 'backend' into main 2020-11-14 15:07:52 +01:00
Casually9790 a746110991 .gitignore expanded, Votingsite expanded
.gitignore:
    - All logs are now going to be ignored by git

VotingController.java:
    - added the categoryRepository to the model

voting.html:
     - showing data out of categoryRepository now
2020-11-14 13:03:43 +01:00
Casually9790 c8f5b32879 Skin changes
start.css:
    - added temporarily design

voting.css:
    - created the file
2020-11-14 01:18:21 +01:00
Casually9790 0887b54b23 Basic sytling für die Startseite erstellt
- Startseite arbeitet nun mit einem Flow-Design
- Weiterleitende Links angepasst
2020-11-14 01:18:21 +01:00
Casually9790 40655b2130 All fallbacks added to the login site. Edited voting.html
.gitignore:
    - added the /logs folder to the gitignore

VotingController.java:
    - added log message logging false entry format

Candidate.java:
    - return type changed from 'String' to 'Candidate'

wrongEmail.html:
    - added html file to avoid error

voting.html:
    - changed the way of output
2020-11-14 01:11:17 +01:00
Casually9790 ccc6190344 [FATAL ] SQL-Injektions werden verhindert
-Es werden  nur Eingaben des Typs '[a-z]+\\.[a- z]+@adolfinum+\\.de$' an die mySQL Tabelle weiter gebeben.
2020-11-12 22:54:10 +01:00
catoandGitHub 5e4608f40a Update README.md 2020-11-11 23:42:49 +01:00
catoandGitHub 18ba0d756a Update README.md 2020-11-11 23:42:25 +01:00
catoandGitHub 6598122c93 Update README.md 2020-11-11 23:42:02 +01:00
Casually9790 40d931ec0c Got a server set up to host the VotingSystem.
---------------------------------------------------
Internet address: http://***REMOVED***
Server IP address: ***REMOVED***
Port: 8000
--------------------------------------------------
Try to port the database to be hosted on the server rather
than on be hosted on localhost
2020-11-11 23:36:53 +01:00
Casually9790 8649301613 changed username of sql database 2020-11-10 23:30:43 +01:00
Casually9790 ab38911327 initial commit 2020-11-09 23:51:28 +01:00
Casually9790 13ffe47bfc first commit 2020-11-09 23:48:41 +01:00