133 Commits (0d0efe54b3734e9ba6fe5ad2e8a6a27a2b742bc8)
 

Author SHA1 Message Date
Alena Bandarovich a6e8d868d1 Read messages from server 12 months ago
Alena Bandarovich 0677c393b8 Merge branch 'main' into feature/client/exchange-messages-between-client-server 12 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 12 months ago
Richard Schmidt 3a38f7a323 Added a checkbox to the login window to stay logged in 12 months ago
Richard Schmidt 36bd9110bf The login window now closes automatically after a successful login 12 months ago
Richard Schmidt 13d0a13392 Made it so pressing enter on the keyboard activates the login and ok button 12 months ago
Richard Schmidt 96111842f4 Added logic for checking if username / password exist 12 months ago
Richard Schmidt d0428d81ca Added basic click functionality to login button 12 months ago
Richard Schmidt 2fe0eb289b Added action button for login window 12 months ago
Richard Schmidt fce141d40e Added textfield for password input 12 months ago
Richard Schmidt 061af6313f Added textfield for username input 12 months ago
Richard Schmidt b3e564625f Added GUI window for user login 12 months ago
fdai7599 ce517c92ff Merge branch 'server' into 'main' 12 months ago
Paul Kattenborn 1ca86de868 refactoring: Kommentare 12 months ago
Paul Kattenborn 0dd61cb78c refactoring: Kommentare 12 months ago
Paul Kattenborn 97d94c3057 remove-Methode 12 months ago
Paul Kattenborn b70c89951d refactoring: Formatierung 12 months ago
Paul Kattenborn 18400eb14b fehlendes if-statement 12 months ago
Paul Kattenborn 0957069b71 finally hinzugefügt 12 months ago
Paul Kattenborn d90c8f7560 Abfrage ob Nachricht nicht leer ist 12 months ago
Paul Kattenborn 0398b37b8f Message ausgeben 12 months ago
Paul Kattenborn c15ed63353 Einbinden von sendMessage in server 12 months ago
Paul Kattenborn 5adf67da98 refactoring: Einrücken 12 months ago
Paul Kattenborn 9c2454a8d0 zusätzliche Ausgabenachricht 12 months ago
Paul Kattenborn 18b9ff3b03 clients in CopyOnWriteList 12 months ago
Paul Kattenborn 7970faab71 copyOnWriteArrayList 12 months ago
Paul Kattenborn 134ebf9a05 hinzufügen der ClientList 12 months ago
Paul Kattenborn 33a9aa7e46 Einbinden von ClientHandler 12 months ago
Alena Bandarovich ced5aae13b Send message to server when user presses enter 12 months ago
Richard Schmidt 1e69815d99 added functionality checking if a username already exists 12 months ago
Richard Schmidt f10b645757 added a second password text field so the user has to input the same password twice 12 months ago
Richard Schmidt 1ae51d1a1c the signup window now closes automatically after completion 12 months ago
Richard Schmidt 583188ac5a added functionality to the textfields, the input is now written to the user.json file 12 months ago
Richard Schmidt f34e5a8168 added a textfield for birthday to signup GUI 12 months ago
Richard Schmidt 6986de2c3d added a textfield for password to signup GUI 12 months ago
Richard Schmidt ff5fbad1ad added textfield for username to signup GUI 12 months ago
Richard Schmidt 91d488fdb8 Added a file for a login GUI with basic GUI window 12 months ago
Richard Schmidt 6df8acae09 changed it so the user data in user.json is appended and not overwritten 12 months ago
Richard Schmidt eea15e563e Added –Universally Unique Identifier for the user signing up 12 months ago
Richard Schmidt e756deaa30 Added a birthday variable to the signup function 12 months ago
Richard Schmidt f933542615 Added Gson as dependency, added JSON file creation for user signup 12 months ago
Richard Schmidt b40578f83e Added some validation logic for the username and password 12 months ago
Richard Schmidt ad0ef73647 Simple signup function with username and password 12 months ago
Richard Schmidt c6cd3d47ea Merge branch 'main' of https://gitlab.cs.hs-fulda.de/fdai7332/java-chat into richardBranch 12 months ago
fdai5595 1b4d077ed3 Merge branch 'feature/client/make-input-field-buttons-interactive' into 'main' 12 months ago
Alena Bandarovich 3f4a302efc Establish connection to server 12 months ago
Alena Bandarovich 495c79de4d Merge branch 'main' into feature/client/make-input-field-buttons-interactive 12 months ago
Valentin Spiroski 6f751f7eab deleted:test 12 months ago
Valentin Spiroski 33b7f9e3b9 refactoring: comments and identation on sendMessage Method 12 months ago
Valentin Spiroski cb912e039b refactoring: comments in catch, finally in run() 12 months ago