aboutsummaryrefslogtreecommitdiff
path: root/juick-server/src/main/java/com/juick/service
AgeCommit message (Collapse)Author
2016-12-01remember-me for juick-api by request parameterGravatar Alexander Alexeev
2016-11-30juick-server: fix recommendations queryGravatar Vitaly Takmazov
2016-11-30juick-core: fix attachment serializationGravatar Vitaly Takmazov
2016-11-30prevent string concatenation for disabled loggersGravatar Alexander Alexeev
2016-11-28permit all for /users and /messages;Gravatar Alexander Alexeev
UserService on SimpleRememberMeService replaced by NullUserDetailsService
2016-11-28juick-api: all controllers are using spring-security and @RequestParamGravatar Vitaly Takmazov
2016-11-28remember-me authorization with test; a statndard DaoAuthentication provider usedGravatar Alexander Alexeev
2016-11-26working spring security configGravatar Alexander Alexeev
2016-11-26some improvenments on user serviceGravatar Alexander Alexeev
2016-11-25formatted + transactional settingsGravatar Alexander Alexeev
2016-11-25messageService.getMyFeed() is fixed, simple test is addedGravatar Alexander Alexeev
2016-11-24juick-api: now on spring-webmvcGravatar Vitaly Takmazov
2016-11-23query fixes : IN replaced by EXISTS, namedParameters usedGravatar Alexander Alexeev
2016-11-23field names for core objects are corrected ( standard name conventions used)Gravatar Alexander Alexeev
2016-11-23bugfixesGravatar Alexander Alexeev
2016-11-23search service for full text search implementation;Gravatar Alexander Alexeev
search bean configuration
2016-11-23repository improvenments: using Collection in params, forse using exists in some query, force using Lists as query ↵Gravatar Alexander Alexeev
result
2016-11-22add APNS feedback componentGravatar Vitaly Takmazov
2016-11-21juick-server: fix subscribed users query also in service implementationGravatar Vitaly Takmazov
2016-11-16server-core -> juick-serverGravatar Vitaly Takmazov