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
/
src
/
main
/
java
/
com
/
juick
/
service
/
SubscriptionServiceImpl.java
Age
Commit message (
Expand
)
Author
2023-11-23
`message_tags` cache
Vitaly Takmazov
2023-01-28
Cleanup Tag model
Vitaly Takmazov
2023-01-22
Refactor messages service, remove 2 unneeded SQL queries
Vitaly Takmazov
2023-01-18
Drop unused `useroptions` table
Vitaly Takmazov
2022-12-24
`Collectors.toList()` -> `toList()`
Vitaly Takmazov
2022-12-15
Apply IDEA suggestions
Vitaly Takmazov
2022-12-14
Initial PostgreSQL schema and profile
Vitaly Takmazov
2022-11-15
SubscriptionServiceImpl: reindent file
Vitaly Takmazov
2022-11-15
SubscriptionService: handle duplicated key case in subscribeMessage() correctly
Vitaly Takmazov
2022-05-13
Do not send subscriptions to banned users
Vitaly Takmazov
2020-11-12
Do not receive mentions from blacklisted users in original posts
Vitaly Takmazov
2020-10-02
Update copyright years
Vitaly Takmazov
2020-10-02
Apply fixes from some IDEA code inspections
Vitaly Takmazov
2020-03-07
Reorganize project layout
Vitaly Takmazov
2019-12-12
Update copyrights
Vitaly Takmazov
2019-12-12
Cleanup IDEA code issues
Vitaly Takmazov
2018-11-08
Merge everything into single Spring Boot application
Vitaly Takmazov