aboutsummaryrefslogtreecommitdiff
path: root/juick-api
AgeCommit message (Expand)Author
2016-12-11compile warnings are fixedGravatar Alexander Alexeev
2016-12-11Multipart resolverGravatar Alexander Alexeev
2016-12-11guava and commons-fileupload dependencies moved to juick-server build fileGravatar Alexander Alexeev
2016-12-11anonymous user supportGravatar Alexander Alexeev
2016-12-11duplicated util method is removedGravatar Alexander Alexeev
2016-12-11Api authorization entry point renamedGravatar Alexander Alexeev
2016-12-09juick-spring-www: merge some work from develop branch, port some templates to ThymeleafGravatar Vitaly Takmazov
2016-12-09juick-notifications: fix reply notificationsGravatar Vitaly Takmazov
2016-12-08juick-api: /post uses xmppGravatar Vitaly Takmazov
2016-12-08juick-api: fix uploadGravatar Vitaly Takmazov
2016-12-08juick-api: tags are optionalGravatar Vitaly Takmazov
2016-12-07common configuration for testsGravatar Alexander Alexeev
2016-12-05juick-api: fix telegram update parsingGravatar Vitaly Takmazov
2016-12-05juick-api: telegram webhook url is anonymousGravatar Vitaly Takmazov
2016-12-03update dependenciesGravatar Vitaly Takmazov
2016-12-02drop msbotframework4j dependency as it is outdatedGravatar Vitaly Takmazov
2016-12-02move project dependencies versions definitions to the root projectGravatar Vitaly Takmazov
2016-12-01juick-api: start telegram bot in different threadGravatar Vitaly Takmazov
2016-12-01juick-api: disable WebSecurity debuggingGravatar Vitaly Takmazov
2016-12-01juick-api: post controller should consume POST methodGravatar Vitaly Takmazov
2016-12-01juick-api: add methods for compatibility with old clientsGravatar 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-12-01remember-me for juick-api by request parameterGravatar Alexander Alexeev
2016-11-30prevent string concatenation for disabled loggersGravatar Alexander Alexeev
2016-11-28juick-api: /thread is also available to anonymousGravatar Vitaly Takmazov
2016-11-28WebUtils utilite class ; some inprovements; tests now run successfullyGravatar Alexander Alexeev
2016-11-28permit all for /users and /messages;Gravatar Alexander Alexeev
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-28juick-api: cleanupGravatar Vitaly Takmazov
2016-11-28juick-api: red test for anonymous apisGravatar Vitaly Takmazov
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-28tests are improved: simple cors, preflight cors are addedGravatar Alexander Alexeev
2016-11-28CORS configurationGravatar Alexander Alexeev
2016-11-27juick-api: add hash-based authentication filterGravatar Vitaly Takmazov
2016-11-27juick-api: red tests for cors and hash authenticationGravatar Vitaly Takmazov
2016-11-27cleanupGravatar Vitaly Takmazov
2016-11-26test adapted for spring securityGravatar Alexander Alexeev
2016-11-26using @RequestParam for request parametersGravatar Alexander Alexeev
2016-11-26test configurationsGravatar Alexander Alexeev
2016-11-26working spring security configGravatar Alexander Alexeev
2016-11-26messages controller improvenments; test correctedGravatar Alexander Alexeev
2016-11-26log level on close changed to infoGravatar Alexander Alexeev
2016-11-26api configurationGravatar Alexander Alexeev
2016-11-26status constantsGravatar Alexander Alexeev
2016-11-25juick-api: security WIPGravatar Vitaly Takmazov
2016-11-25juick-api: some json testsGravatar Vitaly Takmazov
2016-11-25juick-api: basic testsGravatar Vitaly Takmazov