aboutsummaryrefslogtreecommitdiff
path: root/juick-api/src/main/java/com/juick/api/controllers
AgeCommit message (Expand)Author
2017-09-11no more recommended tabGravatar Vitaly Takmazov
2017-09-05api: swagger and /swagger-ui.htmlGravatar Vitaly Takmazov
2017-09-05api: parse telegram update from streamGravatar Vitaly Takmazov
2017-09-05api: no dependency on Servlet API anymoreGravatar Vitaly Takmazov
2017-08-21api: cleanup unused injectionsGravatar Vitaly Takmazov
2017-07-20Update copyrights in all java sourcesGravatar Vitaly Takmazov
2017-07-20api: refactoringGravatar Vitaly Takmazov
2017-06-29notifications and configurations refactoringGravatar Vitaly Takmazov
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-03-28juick-api: more Skype webhook fixesGravatar Vitaly Takmazov
2017-03-28juick-api: log SkypeWebhook eventsGravatar Vitaly Takmazov
2017-03-28juick-api: Messenger bot webhookGravatar Vitaly Takmazov
2017-03-20Thumbnailator -> imgscalrGravatar Vitaly Takmazov
2017-03-10juick-api: fix daysbackGravatar Vitaly Takmazov
2017-03-10juick-api: rename before_mid variableGravatar Vitaly Takmazov
2017-03-10juick-www: using @RequestParam to match juick-apiGravatar Vitaly Takmazov
2017-03-09timehop apiGravatar Evgeniy Shishkin
2017-03-07get user blog with recommendationsGravatar Evgeniy Shishkin
2017-02-05juick-api: update notifications apiGravatar Vitaly Takmazov
2017-01-13juick-crosspost: xmpp -> wsGravatar Vitaly Takmazov
2016-12-20StringUtils.EMPTYGravatar Vitaly Takmazov
2016-12-19juick-server: drop json part from JuickProtocol replyGravatar Vitaly Takmazov
2016-12-16Anonym -> AnonymousGravatar Vitaly Takmazov
2016-12-16juick-api: fix TokenList deserializationGravatar Vitaly Takmazov
2016-12-14juick-core: api objects should live in coreGravatar Vitaly Takmazov
2016-12-12@Controller + @ResponseBody = @RestControllerGravatar Vitaly Takmazov
2016-12-11compile warnings are fixedGravatar Alexander Alexeev
2016-12-11anonymous user supportGravatar Alexander Alexeev
2016-12-11duplicated util method is removedGravatar 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-05juick-api: fix telegram update parsingGravatar Vitaly Takmazov
2016-12-03update dependenciesGravatar Vitaly Takmazov
2016-12-02drop msbotframework4j dependency as it is outdatedGravatar 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-11-30prevent string concatenation for disabled loggersGravatar Alexander Alexeev
2016-11-28WebUtils utilite class ; some inprovements; tests now run successfullyGravatar Alexander Alexeev
2016-11-28juick-api: all controllers are using spring-security and @RequestParamGravatar Vitaly Takmazov
2016-11-28CORS configurationGravatar Alexander Alexeev
2016-11-27juick-api: red tests for cors and hash authenticationGravatar Vitaly Takmazov
2016-11-26using @RequestParam for request parametersGravatar Alexander Alexeev