Commit Graph
64 Commits
Author SHA1 Message Date
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