aboutsummaryrefslogtreecommitdiff
path: root/juick-server/src/main/java/com/juick/server
AgeCommit message (Expand)Author
2017-06-29project structure: split server into jdbc + webGravatar Vitaly Takmazov
2017-06-20mail wipGravatar Vitaly Takmazov
2017-06-20All the image processing is moved to ImageUtils class.Gravatar KillyMXI
2017-06-20HttpUtils.downloadImage() takes additional argument,Gravatar KillyMXI
2017-04-06juick-server: refactor HashParamAuthenticationFilter using Spring WebUtilsGravatar Vitaly Takmazov
2017-04-05bugfix: null pointer exceptionGravatar Alexander Alexeev
2017-04-05rememberMe improved: added compatibility with old versionGravatar Alexander Alexeev
2017-04-05login by hash, remember-meGravatar Alexander Alexeev
2017-03-02juick-server: protocol cleanupGravatar Vitaly Takmazov
2017-03-02juick-server: protocol refactoringGravatar Vitaly Takmazov
2017-01-19juick-api: unauthorized response must be 401Gravatar Vitaly Takmazov
2017-01-17juick-server: messagePosted protocol eventGravatar Vitaly Takmazov
2017-01-17juick-server: fix user existence checkGravatar Vitaly Takmazov
2017-01-17juick-server: fix url format in protocol replyGravatar Vitaly Takmazov
2017-01-16juick-protocol: check message exists before subscriptionGravatar Vitaly Takmazov
2017-01-16juick-protocol: S commandGravatar Vitaly Takmazov
2017-01-10juick-www: now on spring-webmvcGravatar Vitaly Takmazov
2016-12-23juick-protocol: using MethodUtilsGravatar Vitaly Takmazov
2016-12-20StringUtils.EMPTYGravatar Vitaly Takmazov
2016-12-20ANONYM -> ANONYMOUSGravatar Vitaly Takmazov
2016-12-19juick-server: JuickProtocol refactoringGravatar Vitaly Takmazov
2016-12-19juick-server: drop json part from JuickProtocol replyGravatar Vitaly Takmazov
2016-12-19juick-protocol: format user feedGravatar Vitaly Takmazov
2016-12-19all projects except juick-www are spring-managed nowGravatar Vitaly Takmazov
2016-12-16Anonym -> AnonymousGravatar Vitaly Takmazov
2016-12-14juick-core: api objects should live in coreGravatar Vitaly Takmazov
2016-12-13juick-rss: webmvc port WIPGravatar Vitaly Takmazov
2016-12-12using thymeleaf spring security extensionGravatar Alexander Alexeev
2016-12-11Api authorization entry point renamedGravatar Alexander Alexeev
2016-12-10light exceptionsGravatar Alexander Alexeev
2016-12-09juick-spring-www: merge some work from develop branch, port some templates to ThymeleafGravatar Vitaly Takmazov
2016-12-01juick-server: fix serialization, vNextGravatar Vitaly Takmazov
2016-12-01juick-core: fix replies serializationGravatar Vitaly Takmazov
2016-12-01juick-api: Notifications controller from perl, refactoringGravatar Vitaly Takmazov
2016-12-01juick-api: Tags controller from perl, refactoringGravatar Vitaly Takmazov
2016-11-30juick-core: fix attachment serializationGravatar Vitaly Takmazov
2016-11-28configure json serialization propertiesGravatar Vitaly Takmazov
2016-11-28all components using jackson now, org.json serializer moved to compatibility tests packageGravatar 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-26logging on providerGravatar Alexander Alexeev
2016-11-26status constantsGravatar Alexander Alexeev
2016-11-25juick-api: security WIPGravatar Vitaly Takmazov
2016-11-25juick-server: add missing fileGravatar Vitaly Takmazov
2016-11-23field names for core objects are corrected ( standard name conventions used)Gravatar Alexander Alexeev
2016-11-22add APNS feedback componentGravatar Vitaly Takmazov
2016-11-21juick-server: respect banned tags when getting subscribed usersGravatar Vitaly Takmazov
2016-11-16server-core -> juick-serverGravatar Vitaly Takmazov