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 c2e0951144 change to lazy fetching in *toOne relationships and modified repository queries accordingy with join fetch to avoid n+1 queries 5 years ago
..
ChatMessageRepository.java change to lazy fetching in *toOne relationships and modified repository queries accordingy with join fetch to avoid n+1 queries 5 years ago
DBInitializerRepostory.java Added database initialization logic 5 years ago
MessageCipherRepository.java encrypted message test 5 years ago
RoleRepository.java many changes 5 years ago
TokenRepository.java Implemented token expiry 5 years ago
UserRepository.java Done logic for getting online users and their last active time 5 years ago
UserRepositoryCustom.java many changes 5 years ago
UserRepositoryCustomImpl.java zz 5 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 change to lazy fetching in *toOne relationships and modified repository queries accordingy with join fetch to avoid n+1 queries 5 years ago