21 Commits (60a1fe794c249d8df596df1e5bfc179e7e105bd9)

Author SHA1 Message Date
Richard Schmidt 60a1fe794c refactoring: actionPerformed in SignUpGUI 11 months ago
Richard Schmidt f24fb69051 refactoring: stayLoggedInCheckbox listener in LoginGUI 11 months ago
Richard Schmidt e9a8122953 refactoring: createUser method in CreateUser 11 months ago
Richard Schmidt 74661efb36 test_Error for already existing username 11 months ago
Richard Schmidt 016947c6e2 test_Actions performed for signup fields 11 months ago
Richard Schmidt 8105b8fffd test_SignUpGUI button actions 11 months ago
Richard Schmidt 85707e32c5 Added hashing algorithm to the user signup and login 11 months ago
Paul Kattenborn b762e825e9 Benutzername abfrage modifiziert 11 months ago
Richard Schmidt 79c72ab0fe Added functionality to the signup button 11 months ago
Richard Schmidt 757f615d20 Added an if statement in the action listener for the checkbox in LoginGUI so the stayLoggedIn variable gets also changed when the checkbox is unticked 11 months ago
Richard Schmidt fe008a9ebe Added a method to LoginGUI that calls the updateStayLoggdIn method in CreateUser if the stay logged in checkbox is ticked 11 months ago
Richard Schmidt 95deb5c640 Added a method that changes the stayLoggedIn variable in the JSON file 11 months ago
Paul Kattenborn 5f094aef56 Username Implementation for ClientHandler 11 months ago
Richard Schmidt cec86a85d8 Added a boolean value along getter and setter methods to CreateUser that later checks if the user wants to stay logged in 11 months ago
Richard Schmidt b3e564625f Added GUI window for user login 11 months ago
Richard Schmidt 1e69815d99 added functionality checking if a username already exists 11 months ago
Richard Schmidt f10b645757 added a second password text field so the user has to input the same password twice 11 months ago
Richard Schmidt 1ae51d1a1c the signup window now closes automatically after completion 11 months ago
Richard Schmidt 583188ac5a added functionality to the textfields, the input is now written to the user.json file 11 months ago
Richard Schmidt 91d488fdb8 Added a file for a login GUI with basic GUI window 11 months ago
Richard Schmidt 6df8acae09 changed it so the user data in user.json is appended and not overwritten 11 months ago
Richard Schmidt eea15e563e Added –Universally Unique Identifier for the user signing up 11 months ago
Richard Schmidt e756deaa30 Added a birthday variable to the signup function 11 months ago