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 744f55de58 Resolved JPA validation errors
These were partially caused by an old Hibernate validator which has now
been replaced by the EclipseLink validator for the current JPA standard.
Another error was caused by the use of non-standard JPQL in the user
search query which has now been replaced by a standardized one.
2020-06-11 11:17:22 +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 Resolved JPA validation errors 2020-06-11 11:17:22 +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 Fix privileges in drop_all_tables.sql 2020-06-11 10:44:49 +02:00
LICENSE Added database support to forward messages (#30) 2020-03-23 22:12:27 +01:00
pom.xml Restored compatability with envoy-common 2020-04-02 16:32:23 +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