1a9f9a85ab
Add Jenkinsfile
zdm/envoy/pipeline/head This commit looks good
2021-12-03 16:35:43 +01:00
5ef5d96445
Upgrade to Event Bus 1.0.0
2021-02-19 13:25:12 +01:00
7a883861be
Apply suggestions by @kske
2020-10-30 12:07:56 +01:00
d4c7813c97
Fix unnecessary authentication token being sent in requests
2020-10-23 18:45:40 +02:00
2eeb55ed52
Add client side errors in case of data initialization with null values
2020-10-22 23:58:55 +02:00
44d3082958
Fix bug allowing unauthorized access to a client
...
Additionally token authentication is now used whenever the client is
online
2020-10-22 23:05:51 +02:00
b2c3cf62c8
Reformat all source files with new formatter
2020-10-19 18:17:51 +02:00
77a75fc37c
Apply suggestions by @kske
...
Additionally fixed three bugs/ inconsistencies:
- status changing keyboard shortcuts are present again
- deleted cells no longer show a hand cursor
- any event method in LocalDB needing higher priority now has priority
500
2020-10-19 18:09:19 +02:00
571a953c40
Add partially working blocking and deletion (for both client and server)
...
Additionally had to refactor several classes "a little bit".
(Whenever one bug seemed fixed, another one appeared...)
2020-10-19 18:09:19 +02:00
a515ec961a
Add server side contact deletion
2020-10-19 18:09:19 +02:00
5b85c1bf54
Remove project specific import order
2020-10-18 12:13:47 +02:00
f4f34ff829
Remove project specific formatters
2020-10-18 12:09:58 +02:00
3f0267624c
Bumped Version References One Version Up (v0.3-beta) ( #64 )
...
Additionally removed <Project:File:Date:> headers from javadoc suggestions
Reviewed-on: https://git.kske.dev/zdm/envoy/pulls/64
Reviewed-by: DieGurke <maxi@kske.dev>
Reviewed-by: kske <kai@kske.dev>
2020-09-27 17:39:28 +02:00
837ed0106f
Bumped version to v0.2-beta
2020-09-27 17:13:38 +02:00
4a0bcf9762
Sanitized Issue Proposals ( #58 )
...
Fixes #53
Co-authored-by: kske <kai@kske.dev>
Reviewed-on: https://git.kske.dev/zdm/envoy/pulls/58
Reviewed-by: kske <kai@kske.dev>
Reviewed-by: DieGurke <maxi@kske.dev>
2020-09-27 17:02:24 +02:00
ede50ed3e5
Fix Javadoc errors spotted by @delvh
2020-09-27 12:06:01 +02:00
0efd1e5594
Fold client receivers into event handlers
2020-09-25 15:56:08 +02:00
8eb7743057
Remove Javadoc header from all source files
...
Also removed SendEvent and simplified some other calls.
2020-09-25 14:29:23 +02:00
4959bc9634
Fixed bug not updating UI after click on context menu item
...
fixes #11
Additionally, previous commit fixes #5
2020-09-20 16:16:44 +02:00
40447f3f42
Change Event Bus version to 0.0.4, fix message event handler
...
The message event handler ignored group messages, as event handlers do
not include subtypes be default. This behavior has been implemented in
Event Bus 0.0.4 and integrated into Envoy.
2020-09-20 14:13:11 +02:00
cb2a3a6540
Remove authentication tokens from logs
2020-09-19 13:43:03 +02:00
f21d077522
Add token-based authentication (without rejection handling)
2020-09-19 11:37:42 +02:00
31cb22035b
Add token request to login credentials and "Stay Signed In" checkbox
2020-09-19 09:13:04 +02:00
ec6b67099f
Add token to login credentials and database user
2020-09-18 11:29:05 +02:00
c21da25789
Removed MessageCreationEvent and MessageModificationEvent
2020-09-16 15:52:58 +02:00
465ed20efa
Replace the internal event bus with Event Bus 0.0.3
...
The Event class has been retrofitted to implement IEvent, so that no
event implementations had to be changed.
2020-09-08 20:41:01 +02:00
fcd5767c4b
Reduce wildcard import threshold to 2
2020-09-02 10:32:44 +02:00
dc114e5b3c
Remove project specific .gitignore files
2020-08-31 08:52:58 +02:00
delvh
ddbf9acd07
Apply suggestions from code review
...
Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-08-23 22:05:50 +02:00
delvh
c784ebb787
Added option to disable attachments and groups on both client and server
2020-08-22 18:14:26 +02:00
delvh
eb4e421974
Made every class that can be final final
2020-08-22 13:51:17 +02:00
delvh
4bbc4189ec
Updated config mechanism and added config for the server
...
Additionally fixed a small bug in EnvoyLog and envoy.server.Startup,
fixed Receiver not stopping when the server was stopped
and added access token authorization for the server config
2020-08-22 13:15:42 +02:00
delvh
2cb124505d
Apply suggestions from code review
...
Additionally moved issue sanitization from server to client.
Co-authored-by: DieGurke <maxi@kske.dev>
Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-08-20 13:49:23 +02:00
delvh
f4a3bfed97
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
delvh
71bb329857
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
delvh
56bb00cd32
Added logging and fixed some security concerns
2020-08-01 14:57:08 +02:00
DieGurke
209262b4c9
Merge branch 'develop' into f/new_ui
2020-08-01 10:49:40 +02:00
delvh
0d77fbf831
Added ability to change the password, theoretically on client and server
...
(needs testing!)
2020-08-01 10:17:39 +02:00
delvh
719aa4cd4f
Added profile pic change mechanism on client and common side
2020-08-01 10:00:29 +02:00
delvh
0167af54b0
Apply suggestions from code review
...
Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-07-28 08:53:10 +02:00
delvh
e216152e6b
Added ability to save attachments
2020-07-27 12:00:49 +02:00
delvh
5a5e6e2086
Refactored IsWriting to IsTyping
2020-07-25 17:13:50 +02:00
delvh
e382a86623
Apply suggestions from code review
...
Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-07-25 16:51:46 +02:00
delvh
6f8859c3fd
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
delvh
9d7f85c58d
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
delvh
f1856534c6
Adjusted formatter to new Envoy version
2020-07-23 15:36:23 +02:00
1a17448724
Speed up build, move compiler configuration to parent POM
2020-07-18 13:32:49 +02:00
fa7be8c343
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
282db47153
Reconfigure Envoy Common Eclipse Project
2020-07-18 10:19:47 +02:00
381740e087
Simplify project names
2020-07-18 10:11:46 +02:00