Commit Graph

24 Commits

Author SHA1 Message Date
8e265c3f8b Merge branch 'f/b/reporting' of git@github.com:informatik-ag-ngl/envoy.git into develop 2020-08-16 22:10:05 +02:00
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
d980aecf83 Add install script for developers on Debian-based operating systems 2020-08-15 09:37:16 +02:00
fab573efe1 Added logging and fixed some security concerns 2020-08-01 14:57:08 +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
2af098fb28 Added ability to change the user name on the client side 2020-08-01 09:54:18 +02:00
4e3c33b434 Merge pull request #31 from informatik-ag-ngl/f/simple_object_processor
Remove ObjectProcessor#getInputClass
2020-07-31 16:49:04 +00:00
91be1db393 Added ability to save attachments 2020-07-27 12:00:49 +02:00
1d6d01a725 Remove ObjectProcessor#getInputClass
Replace an explicit input class declaration with nasty reflection code.
2020-07-25 17:34:19 +02:00
57599f5ea0 Refactored IsWriting to IsTyping 2020-07-25 17:13:50 +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
5452984381 Simplify project names 2020-07-18 10:11:46 +02:00
018fd7a7e1 Fix unread message counter
A bug remains when the total status of a group message is SENT, but the
individual status for the client user is RECEIVED. In this case, the
counter should be incremented but isn't.
2020-07-17 00:27:00 +02:00
81d4e26cc6 Remove filter from ReceivedMessageProcessor, improve handshake
The user is sent after the messages to avoid receiving messages on the
client while switching from handshake to normal mode.
2020-07-16 21:14:37 +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
d6dfd2ffc9 Rename ContactSearchProcessor to UserSearchProcessor 2020-07-13 21:34:21 +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
e6e0e939a9 Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00