aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-25web socket configuration separated; header mapping fixedGravatar Alexander Alexeev
2016-11-25clean upGravatar Alexander Alexeev
2016-11-25log4jdbc is applied for test databaseGravatar Alexander Alexeev
2016-11-25formatted + transactional settingsGravatar Alexander Alexeev
2016-11-25messageService.getMyFeed() is fixed, simple test is addedGravatar Alexander Alexeev
2016-11-25eslint configuration fileGravatar Alexander Alexeev
2016-11-25test dependences for build scriptsGravatar Alexander Alexeev
2016-11-25juick.com as lynk in main templateGravatar Alexander Alexeev
2016-11-25juick-server: add missing fileGravatar Vitaly Takmazov
2016-11-24update dependenciesGravatar Vitaly Takmazov
2016-11-24juick-spring-www: fix test dependenciesGravatar Vitaly Takmazov
2016-11-24juick-api: now on spring-webmvcGravatar Vitaly Takmazov
2016-11-24simple spring controller's testsGravatar Alexander Alexeev
2016-11-24lynks.txt is added for tutorial lynksGravatar Alexander Alexeev
2016-11-24layout changesGravatar Alexander Alexeev
2016-11-24set encoding to UTF-8Gravatar Alexander Alexeev
2016-11-24simple thymeleaf test is addedGravatar Alexander Alexeev
2016-11-23thymeleaf layout plugin usedGravatar Alexander Alexeev
2016-11-23query fixes : IN replaced by EXISTS, namedParameters usedGravatar Alexander Alexeev
2016-11-23user not found page, post not found pageGravatar Alexander Alexeev
2016-11-23spring-www project skeletonGravatar Alexander Alexeev
2016-11-23field names for core objects are corrected ( standard name conventions used)Gravatar Alexander Alexeev
2016-11-23build fileGravatar Alexander Alexeev
2016-11-23configuration and build filesGravatar Alexander Alexeev
2016-11-23updated for spring-web projectGravatar Alexander Alexeev
2016-11-23init juick-spring-web projectGravatar Alexander Alexeev
2016-11-23SearchService stub for most casesGravatar Alexander Alexeev
2016-11-23bugfixesGravatar Alexander Alexeev
2016-11-23search service for full text search implementation;Gravatar Alexander Alexeev
2016-11-23readme corrected - added info about npmGravatar Alexander Alexeev
2016-11-23repository improvenments: using Collection in params, forse using exists in some query, force using Lists as query re...Gravatar Alexander Alexeev
2016-11-23streamToString -> IOUtils.toStringGravatar Vitaly Takmazov
2016-11-23using HttpServletResponse status codesGravatar Vitaly Takmazov
2016-11-22add APNS feedback componentGravatar Vitaly Takmazov
2016-11-21juick-server: fix subscribed users query also in service implementationGravatar Vitaly Takmazov
2016-11-21juick-server: respect banned tags when getting subscribed usersGravatar Vitaly Takmazov
2016-11-20juick-xmpp: forward empty messages to router, there may be delivery receiptsGravatar Vitaly Takmazov
2016-11-18juick-xmpp: fix reconnectionGravatar Vitaly Takmazov
2016-11-18juick-core: do not serialize user.authHashGravatar Vitaly Takmazov
2016-11-18juick-api: cleanupGravatar Vitaly Takmazov
2016-11-18one way for inititialization and finalization: using constructor's initialization or method init() and AutoCloseable ...Gravatar Alexander Alexeev
2016-11-18juick-api: Telegram bot refactoringGravatar Vitaly Takmazov
2016-11-18juick-api: close xmpp on destroyGravatar Vitaly Takmazov
2016-11-18correct closing babble components implementedGravatar Alexander Alexeev
2016-11-18babbler updateGravatar Vitaly Takmazov
2016-11-17bugfix: Injection of autowired dependencies failed; nested exception is java.lang.IllegalStateException: Only one Tra...Gravatar Alexander Alexeev
2016-11-17webSocket app configuration merged with webSocketMvcConfigurationGravatar Alexander Alexeev
2016-11-17ignore npm logGravatar Alexander Alexeev
2016-11-17log4jdbc is added to juick-serverGravatar Alexander Alexeev
2016-11-17xmpp session loggerGravatar Vitaly Takmazov