Age | Commit message (Expand) | Author |
2017-09-05 | fix other web configurations | Vitaly Takmazov |
2017-08-21 | ws: cleanup components initialization | Vitaly Takmazov |
2017-08-21 | cleanup unused injections in remaining apps | Vitaly Takmazov |
2017-07-20 | Update copyrights in all java sources | Vitaly Takmazov |
2017-06-30 | MVC was not enabled in apps based on BaseWebConfiguration | Vitaly Takmazov |
2017-06-29 | notifications and configurations refactoring | Vitaly Takmazov |
2017-06-25 | commons-lang3 deprecated classes -> commons-text and commons-codec | Vitaly Takmazov |
2017-04-27 | juick-ws: treat visitors with wrong hash as anonymous | Vitaly Takmazov |
2017-03-04 | cleanup deprecation warnings | Vitaly Takmazov |
2017-03-02 | juick-server: protocol cleanup | Vitaly Takmazov |
2017-02-06 | juick-ws: create XMLStreamWrite using babbler | Vitaly Takmazov |
2017-02-03 | juick-ws: log xmpp messages using jaxb | Vitaly Takmazov |
2017-02-03 | cleanup | Vitaly Takmazov |
2017-02-01 | clean up some warnings | Vitaly Takmazov |
2017-01-17 | juick-server: messagePosted protocol event | Vitaly Takmazov |
2017-01-17 | juick-ws: add protocol listener | Vitaly Takmazov |
2017-01-17 | drop juick-console, add protocol handler to juick-ws | Vitaly Takmazov |
2017-01-12 | juick-ws: ping websocket clients | Vitaly Takmazov |
2016-12-20 | StringUtils.EMPTY | Vitaly Takmazov |
2016-12-16 | CharEncoding.UTF_8 | Vitaly Takmazov |
2016-12-14 | juick-core: api objects should live in core | Vitaly Takmazov |
2016-12-12 | juick-ws: fix serializer properties | Vitaly Takmazov |
2016-12-12 | juick-ws: using json serialization | Vitaly Takmazov |
2016-12-12 | juick-ws: NumberUtils | Vitaly Takmazov |
2016-12-12 | juick-ws: drop status servlet | Vitaly Takmazov |
2016-12-10 | juick-api: fix telegram urls | Vitaly Takmazov |
2016-11-30 | prevent string concatenation for disabled loggers | Alexander Alexeev |
2016-11-30 | configurations clean-up, import is redundant | Alexander Alexeev |
2016-11-30 | juick-ws: update to data services | Vitaly Takmazov |
2016-11-30 | juick-ws: more logging | Vitaly Takmazov |
2016-11-29 | juick-ws: add xmpp debugger | Vitaly Takmazov |
2016-11-28 | all components using jackson now, org.json serializer moved to compatibility tests package | Vitaly Takmazov |
2016-11-26 | status constants | Alexander Alexeev |
2016-11-25 | StatusController mapping fixed | Alexander Alexeev |
2016-11-25 | web socket configuration separated; header mapping fixed | Alexander Alexeev |
2016-11-18 | one way for inititialization and finalization: using constructor's initialization or method init() and AutoCloseable ... | Alexander Alexeev |
2016-11-18 | correct closing babble components implemented | Alexander Alexeev |
2016-11-17 | bugfix: Injection of autowired dependencies failed; nested exception is java.lang.IllegalStateException: Only one Tra... | Alexander Alexeev |
2016-11-17 | webSocket app configuration merged with webSocketMvcConfiguration | Alexander Alexeev |
2016-11-16 | juick-ws: threads are handled by babbler | Vitaly Takmazov |
2016-11-15 | all components using babbler now, only juick-xmpp uses ugnich xmpp | Vitaly Takmazov |
2016-11-15 | core classes are now serializeable with JAXB (to use as babbler extension) | Vitaly Takmazov |
2016-11-13 | server core module | Alexander Alexeev |
2016-11-12 | extracted application configuration from Mvc configuration with application specific beans; | Alexander Alexeev |
2016-11-11 | logback configurations are copied | Alexander Alexeev |
2016-11-11 | common data configuration is added | Alexander Alexeev |
2016-11-11 | ws: fix injection and reply quote | Vitaly Takmazov |
2016-11-10 | using slf4j + logback for logging | Alexander Alexeev |
2016-11-10 | "ignoreResourceNotFound = true" for juick.conf | Alexander Alexeev |
2016-11-09 | components: remove @Component annotation to prevent double initialization | Vitaly Takmazov |