A self hosted chat application with end-to-end encrypted messaging.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rohan Sircar 95edebc834 [frontend] Added props field for chat page size 4 years ago
..
ChatMessageRepository.java added hibernate stats profile 4 years ago
DBInitializerRepostory.java Added database initialization logic 5 years ago
MessageCipherRepository.java encrypted message test 5 years ago
RoleRepository.java changed userserviceimpl to constructor injection. this broke the pathetic excuse of a unit test I had made. no regrets 4 years ago
TokenRepository.java Implemented token expiry 5 years ago
UserRepository.java Test using Optional in repository 4 years ago
UserRepositoryCustom.java many changes 5 years ago
UserRepositoryCustomImpl.java cleanup of java backend (removed todos and obsolete code) 4 years ago
UserRoleRepository.java change to lazy fetching in *toOne relationships and modified repository queries accordingy with join fetch to avoid n+1 queries 5 years ago
UserSessionRepository.java Made optimizations to service and repo layers 5 years ago