71 Commits (85707e32c590567b0afe53e2d4cf9114f96a7146)
 

Author SHA1 Message Date
Richard Schmidt 85707e32c5 Added hashing algorithm to the user signup and login 1 year ago
Richard Schmidt 522f04d359 Added a firstname and surname field to SignUpGUI 1 year ago
Richard Schmidt 79c72ab0fe Added functionality to the signup button 1 year ago
Richard Schmidt 1437f9f5ce Added a signup button 1 year 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 1 year ago
Richard Schmidt fe008a9ebe Added a method to LoginGUI that calls the updateStayLoggdIn method in CreateUser if the stay logged in checkbox is ticked 1 year ago
Richard Schmidt 95deb5c640 Added a method that changes the stayLoggedIn variable in the JSON file 1 year 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 1 year ago
Richard Schmidt 3a38f7a323 Added a checkbox to the login window to stay logged in 1 year ago
Richard Schmidt 36bd9110bf The login window now closes automatically after a successful login 1 year ago
Richard Schmidt 13d0a13392 Made it so pressing enter on the keyboard activates the login and ok button 1 year ago
Richard Schmidt 96111842f4 Added logic for checking if username / password exist 1 year ago
Richard Schmidt d0428d81ca Added basic click functionality to login button 1 year ago
Richard Schmidt 2fe0eb289b Added action button for login window 1 year ago
Richard Schmidt fce141d40e Added textfield for password input 1 year ago
Richard Schmidt 061af6313f Added textfield for username input 1 year ago
Richard Schmidt b3e564625f Added GUI window for user login 1 year ago
Richard Schmidt 1e69815d99 added functionality checking if a username already exists 1 year ago
Richard Schmidt f10b645757 added a second password text field so the user has to input the same password twice 1 year ago
Richard Schmidt 1ae51d1a1c the signup window now closes automatically after completion 1 year ago
Richard Schmidt 583188ac5a added functionality to the textfields, the input is now written to the user.json file 1 year ago
Richard Schmidt f34e5a8168 added a textfield for birthday to signup GUI 1 year ago
Richard Schmidt 6986de2c3d added a textfield for password to signup GUI 1 year ago
Richard Schmidt ff5fbad1ad added textfield for username to signup GUI 1 year ago
Richard Schmidt 91d488fdb8 Added a file for a login GUI with basic GUI window 1 year ago
Richard Schmidt 6df8acae09 changed it so the user data in user.json is appended and not overwritten 1 year ago
Richard Schmidt eea15e563e Added –Universally Unique Identifier for the user signing up 1 year ago
Richard Schmidt e756deaa30 Added a birthday variable to the signup function 1 year ago
Richard Schmidt f933542615 Added Gson as dependency, added JSON file creation for user signup 1 year ago
Richard Schmidt b40578f83e Added some validation logic for the username and password 1 year ago
Richard Schmidt ad0ef73647 Simple signup function with username and password 1 year ago
Richard Schmidt c6cd3d47ea Merge branch 'main' of https://gitlab.cs.hs-fulda.de/fdai7332/java-chat into richardBranch 1 year ago
fdai5595 1b4d077ed3 Merge branch 'feature/client/make-input-field-buttons-interactive' into 'main' 1 year ago
Alena Bandarovich 3f4a302efc Establish connection to server 1 year ago
Alena Bandarovich 495c79de4d Merge branch 'main' into feature/client/make-input-field-buttons-interactive 1 year ago
Valentin Spiroski 6f751f7eab deleted:test 1 year ago
Valentin Spiroski 33b7f9e3b9 refactoring: comments and identation on sendMessage Method 1 year ago
Valentin Spiroski cb912e039b refactoring: comments in catch, finally in run() 1 year ago
Valentin Spiroski b5e5dc248b refactoring: comments run() try 1 year ago
Valentin Spiroski e334c8f1d0 refactoring: ClientHandler constructor comments 1 year ago
Valentin Spiroski c93929ef03 refactoring: identation run() 1 year ago
Valentin Spiroski efff828f1a refactoring: indentation 1 year ago
Valentin Spiroski 7bc8165582 refactoring: imports 1 year ago
Valentin Spiroski af2c1d8b84 small correction 1 year ago
Valentin Spiroski 9b87159d50 small correction 1 year ago
Valentin Spiroski cc284a2262 finally in run() 1 year ago
Valentin Spiroski 46231b9728 sendMessage Method 1 year ago
Valentin Spiroski 10e138bc22 while loop in run() for waiting for new messages 1 year ago
Valentin Spiroski c928d6d4c2 run Method, implement from Runnable 1 year ago
Valentin Spiroski 9dc558b69e ClientHandler Konstruktor 1 year ago