Commit Graph

62 Commits

Author SHA1 Message Date
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
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
5999d4a817 Fixed typo 2020-01-28 19:58:23 +01:00
5c19fe2849 Added HandshakeRejectionEvent and fixed some Javadoc 2020-01-28 18:58:44 +01:00
8ab72b7a76 Made Event and its implementations serializable 2020-01-28 17:50:09 +01:00
aed8016485 Made id a mandatory field in MessageBuilder
Added support for IdGenerator in the MessageBuilder constructor.
2020-01-28 17:32:33 +01:00
dd3f920e94 Changed IdGenerator constructor to accept size instead of end index 2020-01-28 17:09:28 +01:00
09b803ed4b Renamed MessageIdGenerator to IdGenerator, added IdGeneratorRequest
Also removed src/test/resources from pom.xml.
2020-01-28 17:01:02 +01:00
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
472fc82d87 Added MessageStatusChangeEvent, moved MessageEvent back to envoy-client. 2020-01-06 18:00:43 +01:00
4a739f91d1 Added helper methods to SerializationUtils.
Also exporting sources and Javadoc on build.
2020-01-06 17:41:23 +01:00
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
6a791abf61 Added byte array serialization and deserialization methods. 2020-01-03 17:08:07 +02:00
891d6e3c43 Reverted some changes related to ORM 2020-01-02 18:50:04 +02:00
9f2a245ce8 Adder userId to Contacts 2020-01-02 17:46:20 +02:00
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
c56a0766b3 Added missing Javadoc tags. 2019-12-31 18:10:45 +02:00
7567452e35 Added MessageIdGenerator for providing unique message IDs in the future. 2019-12-31 18:10:12 +02:00
565175cc67 Storing sender and recipient IDs in message, added contact list to User 2019-12-31 16:38:07 +02:00
ba28b3aac6 Fixed member orders in some classes 2019-12-31 11:20:35 +02:00
1b4c2c1fb9 Added MessageBuilder, enhanced Javadoc 2019-12-31 11:16:52 +02:00
delvh
f438724ef7 built general message class instead of subtypes of it
additionally fixed malformed Javadoc in the entire repository
2019-12-30 18:49:48 +01:00
3a15946284 Merge pull request #4 from informatik-ag-ngl/f/standalone_server_integration
Integrated Envoy Server Standalone
2019-12-30 16:50:17 +02:00
delvh
c670712acb Create maven.yml
Maven Build is automatically done on push
2019-12-30 15:32:34 +01:00
72b6d67602 Fixed bug in SerializationUtils, added toString to LoginCredentials 2019-12-29 12:53:16 +02:00
708ffc20da Added LoginCredentials, moved SerializationUtils to envoy-common 2019-12-29 11:47:35 +02:00
delvh
3c7032ceca changed Javadoc error
biggest commit of all times!
2019-12-29 10:45:36 +01:00
2ce0a09af8 Moved event classes to envoy-common 2019-12-29 10:53:48 +02:00
cf05f8e1d3 Replaced sync XSD by custom objects
* Removed JAXB dependencies
* Added User, Message and TextMessage
* Changed version to 0.2-alpha in POM
2019-12-28 22:03:41 +02:00
8bff9184b6 Removed unused project natures from .project 2019-12-04 18:46:49 +01:00
e52ced3222 Merge pull request #2 from informatik-ag-ngl/f/sync
Sync
2019-11-09 14:57:48 +01:00
6396764dd6 Ignoring optional compile problems for generated sources 2019-11-05 06:01:17 +01:00
Maxi
1225da6d35 Adjusted Java Doc Created 2019-11-01 12:17:00 +01:00
fef0cbd761 Fixed name of list properties 2019-10-28 06:18:16 +01:00
Maxi
ab52fb5b3d * Replacing the message_schema.xsd and the user_schema.xsd with
sync_schema.xsd.
* Added UserStatus
* Changed bindings.xml to support the UserStatus Enum properly.
2019-10-27 22:10:47 +01:00