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
/
MessagesService.java
Age
Commit message (
Expand
)
Author
2024-03-29
Disable caching in development mode
Vitaly Takmazov
2023-12-08
Do not count recommendations from banned users
Vitaly Takmazov
2023-11-11
Stats cache
Vitaly Takmazov
2023-04-17
Private posts
Vitaly Takmazov
2023-01-28
Update recursive CTEs
Vitaly Takmazov
2023-01-22
db refactoring: merge getMessages with isSubscribed query
Vitaly Takmazov
2023-01-22
Refactor messages service, remove 2 unneeded SQL queries
Vitaly Takmazov
2023-01-18
Avoid nested transactions when reading messages from database
Vitaly Takmazov
2023-01-04
ActivityPub: handle Note updates
Vitaly Takmazov
2022-12-28
`updateReactionsFor` should not evict caches
Vitaly Takmazov
2022-12-15
Cache evicting configuration update
Vitaly Takmazov
2022-12-14
Initial PostgreSQL schema and profile
Vitaly Takmazov
2022-12-09
Fix cache keys
Vitaly Takmazov
2022-12-09
`discover` cache
Vitaly Takmazov
2022-12-09
Update cache evict rules
Vitaly Takmazov
2022-12-08
Configure caches
Vitaly Takmazov
2022-03-03
Fix *readonly tag
Vitaly Takmazov
2021-10-25
Fix top candidates query and update tests
Vitaly Takmazov
2021-10-21
Make popular feed equal to service user recommendations feed to have correct RSS feeds
Vitaly Takmazov
2020-10-20
Revert "Append * to keyword search"
Vitaly Takmazov
2020-10-02
Update copyright years
Vitaly Takmazov
2020-06-05
Append * to keyword search
Vitaly Takmazov
2020-03-07
Reorganize project layout
Vitaly Takmazov
2019-09-18
Readonly messages
Vitaly Takmazov
2019-08-09
Revert "Caching configuration for users and discussions"
Vitaly Takmazov
2019-08-09
Revert "More caches"
Vitaly Takmazov
2019-08-02
More caches
Vitaly Takmazov
2019-08-02
Caching configuration for users and discussions
Vitaly Takmazov
2019-04-07
Edit telegram messages
Vitaly Takmazov
2019-04-07
Replies should have properties too
Vitaly Takmazov
2019-04-06
Message properties
Vitaly Takmazov
2019-04-04
Recommendations in feeds
Vitaly Takmazov
2019-03-01
using batchUpdate for tags
Vitaly Takmazov
2019-02-26
Display federated likes
Vitaly Takmazov
2018-11-29
ActivityPub likes fix
Vitaly Takmazov
2018-11-20
getMessage refactoring
Vitaly Takmazov
2018-11-08
Merge everything into single Spring Boot application
Vitaly Takmazov