Commit Graph

23 Commits

Author SHA1 Message Date
cf40420eb1 Added option to autocreate bug issues on client and server side
Additionally cleaned up a few classes a bit
2020-08-16 17:14:41 +02:00
602abe8d3b Apply code review suggestions from @CyB3RC0nN0R
Additionally added Tooltips to all current items in the SettingsScene,
added ReflectionUtil, changed the cursor on listcells and merged develop
into this branch
2020-08-02 20:26:22 +02:00
fab573efe1 Added logging and fixed some security concerns 2020-08-01 14:57:08 +02:00
12adb2e201 Merge branch 'develop' into f/new_ui 2020-08-01 10:49:40 +02:00
41cd11f180 Added ability to change the password, theoretically on client and server
(needs testing!)
2020-08-01 10:17:39 +02:00
fc63ea0a46 Added profile pic change mechanism on client and common side 2020-08-01 10:00:29 +02:00
45e18fdef1 Apply suggestions from code review
Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-07-28 08:53:10 +02:00
91be1db393 Added ability to save attachments 2020-07-27 12:00:49 +02:00
57599f5ea0 Refactored IsWriting to IsTyping 2020-07-25 17:13:50 +02:00
53901d5109 Apply suggestions from code review
Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-07-25 16:51:46 +02:00
407d71e781 Added IsWriting event on common, server and partially on client side
additionally fixed NullPointerException in ContactSearchScene and typo
in Javadoc

PS: this is the 1000th commit in Envoy! 🥳 🎉
2020-07-25 16:26:13 +02:00
e807ace7bc Merge pull request #26 from informatik-ag-ngl/f/system_commands
Added system commands ( features: custom argument number, default values, system command builder, ...).
Fixed bug not copying attachment when using copy and send.
2020-07-24 13:54:05 +02:00
74aa00235e Adjusted formatter to new Envoy version 2020-07-23 15:36:23 +02:00
97ce9f911d Speed up build, move compiler configuration to parent POM 2020-07-18 13:32:49 +02:00
0a4baad5a2 Merge branch 'develop' into f/new_ui
Conflicts:
	client/src/main/java/envoy/client/ui/controller/LoginScene.java
2020-07-18 10:49:24 +02:00
86abbebe68 Reconfigure Envoy Common Eclipse Project 2020-07-18 10:19:47 +02:00
5452984381 Simplify project names 2020-07-18 10:11:46 +02:00
43dfdc3334 Adjust message queries for handshake sync
This causes problems with group messages as the received date is null
sometimes even though the status is RECEIVED.

The ReceivedMessageProcessor on the client filters out the synced
messages at the moment.
2020-07-16 18:32:40 +02:00
90662b3610 Prepare handshake synchronization
Common
* Replace LocalDateTime with Instant everywhere

Client
* Display message creation date with system time zone in MessageControl
* LocalDB#users now strictly contains Users
* lastSync time stamp in LocalDB (saved per user)
* isOnline parameter in save function (lastSync updated if true)
* lastSync time stamp in LoginCredentials
* No ClientConfig#getLoginCredentials because of missing information,
  moved to LoginScene
* Pass LocalDB#lastSync to LoginCredentials in LoginScene

Server
* Explicit lastSync parameter for
  PersistenceManager#getPending(Group)Messages

This sends the correct time stamp to the server, however the JPQL
queries have yet to be adjusted.
2020-07-16 17:04:35 +02:00
c0676984e6 Persisted really important statement forever in comment 2020-07-15 21:48:06 +02:00
563499e9cf Add ContactListCellFactory
- Refactor chatList to userList in ContactSearchScene and
  GroupCreationScene
- Narrow contact searches down to users on a datamodel basis
- Refactor ContactSearchRequest and ContactSearchResult to
  UserSearchRequest and UserSearchResult
2020-07-13 19:02:40 +02:00
95bb4b7234 Refactor Maven Project Structure
- Convert client/, common/ and server/ to modules
- Add parent pom.xml
- Update templates and workflow
- Remove old documentation
2020-07-13 15:16:22 +02:00
b9311424df Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00