Commit Graph

80 Commits

Author SHA1 Message Date
Kai S. K. Engelbart 2cc2af68e5 Merge pull request #14 from informatik-ag-ngl/f/advanced_login
Support classes for handshake rejection
2020-02-13 09:13:09 +01:00
Kai S. K. Engelbart 3c8b5291ed Fixed Event.Valueless#toString() to not display the null value 2020-02-12 22:15:42 +01:00
Kai S. K. Engelbart ba098d3545 Removed unnecessary instance variable from HandshakeRejectionEvent 2020-02-12 06:26:33 +01:00
Kai S. K. Engelbart 838edbf9a4 Merge branch 'develop' into f/advanced_login 2020-02-12 06:24:17 +01:00
Kai S. K. Engelbart 810df972cc Clean-up, improved generic type usage in EventBus
Fixes #13
2020-02-12 05:58:40 +01:00
Kai S. K. Engelbart a4b96258e0 Merge pull request #12 from informatik-ag-ngl/f/contact_search_result
Made Event<T> an abstract class, added ContactSearchResult
2020-02-11 16:59:47 +01:00
Kai S. K. Engelbart 189432e798 Made Event<T> an abstract class, added ContactSearchResult 2020-02-11 16:53:41 +01:00
DieGurke 15b5289267 Merge pull request #10 from informatik-ag-ngl/f/contacts
Contact-handling related Events
2020-02-10 21:46:27 +01:00
Kai S. K. Engelbart 4edfc78139 Small refactoring 2020-02-10 21:44:20 +01:00
DieGurke 06b8594f42 Adjusted ContactsRequest 2020-02-09 23:58:09 +01:00
delvh 4b7051c78e adapted Javadoc slightly 2020-02-09 16:42:02 +01:00
DieGurke efe5fd30ce Removed user id from Contacts 2020-02-08 13:44:05 +01:00
delvh 6d614580ef Removed ID artifact from LoginCredentials 2020-02-08 09:47:59 +01:00
delvh d7eb2d904c Added another default reason 2020-02-08 09:17:11 +01:00
delvh a006dd4dc8 Added default reasons to HandshakeRejectionEvent 2020-02-07 23:29:22 +01:00
delvh bcbe0aeb3f Updated LoginCredentials constructor 2020-02-07 22:37:48 +01:00
DieGurke 9dbaedbc8d Contacts events
Created 2 events used for the contact list (add/remove) of the client
and requesting a list of users form the server.
2020-02-05 22:20:04 +01:00
DieGurke 3069b8cf50 Merge pull request #9 from informatik-ag-ngl/b/README.md
Update README.md
2020-02-05 21:08:25 +01:00
DieGurke 221821bfcd Update README.md
Added breaks
2020-02-05 21:06:14 +01:00
delvh ce2759746a Merge pull request #8 from informatik-ag-ngl/f/user_status_change_event
Added UserStatusChangeEvent
2020-02-04 21:28:33 +01:00
delvh 79efa7837b Updated toString methods according to @CyB3RC0nN0R s request 2020-02-04 21:27:20 +01:00
delvh fbd81e9d24 Delete org.eclipse.jdt.ui.prefs
we live in a totalitarian regime in which individual preferences are not wanted
2020-02-04 21:18:32 +01:00
delvh 891423fd6d Added toString method for Message- and UserstatusChangeEvents 2020-02-02 14:20:11 +01:00
delvh cf1f8ce5d3 Added UserStatusChange - Event 2020-02-01 11:32:55 +01:00
Kai S. K. Engelbart f0ad54e670 Merge pull request #7 from informatik-ag-ngl/f/login_or_registration
Adjusted data classes for user registration and id generation
2020-01-28 20:00:06 +01:00
Kai S. K. Engelbart 5999d4a817 Fixed typo 2020-01-28 19:58:23 +01:00
Kai S. K. Engelbart 5c19fe2849 Added HandshakeRejectionEvent and fixed some Javadoc 2020-01-28 18:58:44 +01:00
Kai S. K. Engelbart 8ab72b7a76 Made Event and its implementations serializable 2020-01-28 17:50:09 +01:00
Kai S. K. Engelbart aed8016485 Made id a mandatory field in MessageBuilder
Added support for IdGenerator in the MessageBuilder constructor.
2020-01-28 17:32:33 +01:00
Kai S. K. Engelbart dd3f920e94 Changed IdGenerator constructor to accept size instead of end index 2020-01-28 17:09:28 +01:00
Kai S. K. Engelbart 09b803ed4b Renamed MessageIdGenerator to IdGenerator, added IdGeneratorRequest
Also removed src/test/resources from pom.xml.
2020-01-28 17:01:02 +01:00
Kai S. K. Engelbart e0fef6af54 Added boolean registration to LoginCredentials 2020-01-18 10:27:29 +01:00
delvh 1a4523db54 Added a constructor for User as well as for MessageStatusChangeEvent 2020-01-18 10:10:56 +01:00
delvh 3d0b67d6ba added byte array conversion for message attachment
in addition reformatted variable names as per @CyB3RC0nN0R s request
2020-01-11 14:17:51 +01:00
delvh 86e358591a Added date to the MessageStatusChangedEvent
time of the Event can now be saved
2020-01-11 11:36:38 +01:00
Kai S. K. Engelbart 472fc82d87 Added MessageStatusChangeEvent, moved MessageEvent back to envoy-client. 2020-01-06 18:00:43 +01:00
Kai S. K. Engelbart 4a739f91d1 Added helper methods to SerializationUtils.
Also exporting sources and Javadoc on build.
2020-01-06 17:41:23 +01:00
Kai S. K. Engelbart 26d90ccc09 Merge pull request #6 from informatik-ag-ngl/f/database_adaption
Improved Message.java and User.java to remain compatible with database
2020-01-06 14:05:28 +01:00
delvh 1b9ff53137 Added Pull Request templates 2020-01-04 09:32:20 +01:00
delvh e713edb81d Create CONTRIBUTING.md 2020-01-03 21:32:47 +01:00
Kai S. K. Engelbart 6a791abf61 Added byte array serialization and deserialization methods. 2020-01-03 17:08:07 +02:00
Kai S. K. Engelbart 891d6e3c43 Reverted some changes related to ORM 2020-01-02 18:50:04 +02:00
Kai S. K. Engelbart 9f2a245ce8 Adder userId to Contacts 2020-01-02 17:46:20 +02:00
Kai S. K. Engelbart 0f19a03cdc Added Contacts 2020-01-02 17:03:58 +02:00
delvh c8d404ba16 Update README.md 2020-01-02 15:12:25 +01:00
delvh d3d1061a29 Create CODE_OF_CONDUCT.md 2020-01-02 15:04:35 +01:00
delvh bf458583db Update issue templates 2020-01-02 14:16:05 +01:00
delvh be7459d18b Improved Message.java and User.java to remain compatible with database 2020-01-01 19:16:40 +01:00
delvh 9825204437 Merge pull request #5 from informatik-ag-ngl/f/unified_message
Replaced Message inheritance architecture by MessageAttachment class, added documentation
2019-12-31 23:21:09 +01:00
Kai S. K. Engelbart c56a0766b3 Added missing Javadoc tags. 2019-12-31 18:10:45 +02:00