An instant messaging application with a self-hostable server.
This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
CyB3RC0nN0R 6b34bf9edc Fix JPA validator warnings with explicit column names
Due to a bug in the JPA validator columns with camel case names are
flagged as missing (probably due to the case-insensitive nature of SQL).
This has been circumvented by assigning every column with a camel case
name a new name with underscores.

The inheritance strategy of the Contacts class has been changed to
single table for performance reasons.
2020-06-15 11:59:48 +02:00
.github Added database support to forward messages (#30) 2020-03-23 22:12:27 +01:00
.settings Resolved JPA validation errors 2020-06-11 11:17:22 +02:00
src/main Fix JPA validator warnings with explicit column names 2020-06-15 11:59:48 +02:00
.classpath Added database support to forward messages (#30) 2020-03-23 22:12:27 +01:00
.gitignore Added database support to forward messages (#30) 2020-03-23 22:12:27 +01:00
.project Improved Login security 2020-04-10 15:53:30 +02:00
CODE_OF_CONDUCT.md Added database support to forward messages (#30) 2020-03-23 22:12:27 +01:00
CONTRIBUTING.md Added database support to forward messages (#30) 2020-03-23 22:12:27 +01:00
drop_all_tables.sql Apply suggestions from code review 2020-06-14 16:30:46 +02:00
LICENSE Added database support to forward messages (#30) 2020-03-23 22:12:27 +01:00
pom.xml Adjusted pom.xml 2020-06-11 13:40:30 +02:00
README.md Added database support to forward messages (#30) 2020-03-23 22:12:27 +01:00

envoy-server-standalone

Standalone server for the Envoy project