80 Commits (95edebc834aad0298740783af4b51a6182b1e138)

Author SHA1 Message Date
Rohan Sircar 88105559f7 Fix regression due to incorrect optional use 4 years ago
Rohan Sircar 4a8e409539 Constructor injection user details 4 years ago
Rohan Sircar af024f4cef Removed obsolete captcha class 4 years ago
Rohan Sircar d9bcb7f76f Removed unused method in chatservice 4 years ago
Rohan Sircar 7ff31c45ee Imports cleanup 4 years ago
Rohan Sircar 90ed86400b Updated registration controller 4 years ago
Rohan Sircar 3fdb464b55 Cleaned login controller 4 years ago
Rohan Sircar a84c16a101 Cleaned demo controller 4 years ago
Rohan Sircar b384966ec7 Cleaned admin controller 4 years ago
Rohan Sircar 33bd91b5b7 Cleaned home controller 4 years ago
Rohan Sircar a79d85f67f Changed time formatter to Instant in Controllers 4 years ago
Rohan Sircar 5978eaebaa Test using Optional in repository 4 years ago
Rohan Sircar 430c0c131a Removed error response on token expiry 4 years ago
Rohan Sircar 16c937d137 Switched to instant from string for active users 4 years ago
Rohan Sircar f6576026a2 adjustments to entities, service, repo and db layers 4 years ago
Rohan Sircar f34a5524fd Chat area is cleared when changing user 4 years ago
nova 52af8f39ba Fixed detached object passed to persist error 4 years ago
Rohan Sircar 6facac20cf fixed gitiignore config dir issue 4 years ago
Rohan Sircar 28fb663d55 set log level to debug from info in these 2 files 4 years ago
Rohan Sircar 7e67c60a90 tokens are now cleared on startup 4 years ago
Rohan Sircar 40ff3ca9bf added flyway 4 years ago
Rohan Sircar 220a071ecc Enabled captcha for registration 4 years ago
nova d916043e07 added hibernate stats profile 4 years ago
nova df8e735a9b clean up chatto application class 4 years ago
Rohan Sircar 5452a2d418 moved db initializer config properties to seperate class 4 years ago
Rohan Sircar 718e47c3ab implemented paging in the frontend. todo animations 4 years ago
Rohan Sircar 1a15743dcd switched to constructor injection 4 years ago
Rohan Sircar 53d89dc36f added final modifiers where possible in service layer 4 years ago
nova 2e7f6cced6 changed userserviceimpl to constructor injection. this broke the pathetic excuse of a unit test I had made. no regrets 4 years ago
nova b83417570d changed myuserdetailsservice to use userservice instead of calling userrolerepository directly. 4 years ago
nova f9e6e3085c cleanup of java backend (removed todos and obsolete code) 4 years ago
Rohan Sircar 3d28adbe68 added a unit test for reegistration. Also some cleanup 5 years ago
Rohan Sircar d193ec0f11 Javascript user search implemented 5 years ago
Rohan Sircar 62a7e192e6 Made optimizations to service and repo layers 5 years ago
Rohan Sircar 49f765737e initial implementation of registration captcha 5 years ago
Rohan Sircar ea4b2eb1b1 token auth filter now only catches badcredentialsexception instead of all exceptions. This prevents it from absorbing ALL exception stacktraces 5 years ago
Rohan Sircar 493d3cd079 change json api demo endpoint to only allow access to super user. Token is now obtained from chat endpoint 5 years ago
Rohan Sircar 5c653b669b token expiry and other errors are reported in web frontend with alerts. Later, the alterts must be replaced with a js notification library 5 years ago
Rohan Sircar 9165770546 Token auth filter now return 440 http code on expired token 5 years ago
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
Rohan Sircar bf195efea7 minor change to user service impl 5 years ago
Rohan Sircar 796d4ae032 cleanup up main class 5 years ago
Rohan Sircar e2e2428410 removed unneeded idb init code and moved sessions reset query to query.prop 5 years ago
Rohan Sircar 0ecfda9980 db init service now uses hibernate connection instead of separate connection. Also, user sessions are now reset using jdbc as well 5 years ago
Rohan Sircar bee90dcef0 added logging to initializer service 5 years ago
Rohan Sircar f72f1b76fe cleaned up dbinitializerservice 5 years ago
Rohan Sircar 80c7c18881 Token is delete and evicted from cache when num sessions hits 0. Also cleaned up loggeduser and added some logging 5 years ago
Rohan Sircar 9a922cf5b9 added cacheevict 5 years ago
Rohan Sircar 4c11415d9c removed old commented beanfilter code 5 years ago
Rohan Sircar eb7b2ab6d7 added further logging to tokenauthfilter 5 years ago