index
:
Juick
juick-commands
killy-responsive
killy-responsive-2
mark_read
master
sans_branch
x
Juick development tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
juick-crosspost
/
src
/
main
/
java
Age
Commit message (
Expand
)
Author
2017-11-02
server-web: base websocket component with autoreconnect
Vitaly Takmazov
2017-10-24
crosspost: refactoring
Vitaly Takmazov
2017-10-15
api: ImagesService
Vitaly Takmazov
2017-09-22
crosspost: inject correct json mapper
Vitaly Takmazov
2017-09-05
fix other web configurations
Vitaly Takmazov
2017-08-23
www: Twitter Cards
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-03-04
cleanup deprecation warnings
Vitaly Takmazov
2017-01-13
juick-crosspost: xmpp -> ws
Vitaly Takmazov
2017-01-05
juick-crosspost: get full message from database
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
@Controller + @ResponseBody = @RestController
Vitaly Takmazov
2016-12-11
compile warnings are fixed
Alexander Alexeev
2016-12-07
message improvenments, checking for tag's duplicates
Alexander Alexeev
2016-11-30
prevent string concatenation for disabled loggers
Alexander Alexeev
2016-11-30
configurations clean-up, import is redundant
Alexander Alexeev
2016-11-26
status constants
Alexander Alexeev
2016-11-23
streamToString -> IOUtils.toString
Vitaly Takmazov
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-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-14
crosspost service used
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
formatted
Alexander Alexeev
2016-11-11
common data configuration is added
Alexander Alexeev
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
2016-11-08
ws: fix injection
Vitaly Takmazov
2016-11-08
reorganize structure again
Vitaly Takmazov