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
/
www
/
api
Age
Commit message (
Collapse
)
Author
11 days
Unused code cleanup
Vitaly Takmazov
12 days
Cleanup legacy WebFinger implementation
Vitaly Takmazov
2024-10-10
`/api/v2/instance` is not served on legacy server anymore
Vitaly Takmazov
2024-09-09
Handle post errors
Vitaly Takmazov
2024-09-09
Clean up social login
Vitaly Takmazov
2024-07-20
Update premium status on login
Vitaly Takmazov
2024-06-11
Add header for nginx to disable buffering on SSE endpoint
Vitaly Takmazov
2024-05-19
javax.annotation -> jakarta.annotation
Vitaly Takmazov
2024-05-19
javax.inject -> jakarta.inject
Vitaly Takmazov
2024-03-18
ActivityPub: coalesce empty `cc` field to array
Vitaly Takmazov
2024-03-13
Deserialize existing JSON-LD types using correct deserializer
Vitaly Takmazov
2024-03-13
ActivityPub: handle Flag with multiple objects
Vitaly Takmazov
TODO: refactor Activity to handle multiple objects
2024-03-01
ActivityPub: add missing fields to Update activities to make Mastodon happy
Vitaly Takmazov
2024-02-09
Append IDEA code suggestions
Vitaly Takmazov
2024-01-31
Fix compatibility with `java-telegram-bot-api` 7.0
Vitaly Takmazov
2023-11-11
Stats cache
Vitaly Takmazov
2023-11-11
Do not use outdated Patreon library, use Rest API directly
Vitaly Takmazov
2023-11-08
Handle premium users from Patreon
Vitaly Takmazov
2023-11-07
Add logging for notifications registrations
Vitaly Takmazov
2023-08-11
Do not send verification emails to unknown users
Vitaly Takmazov
2023-06-26
ActivityPub: cache all profile exception paths
Vitaly Takmazov
2023-06-21
VK: read premium status using Callback API
Vitaly Takmazov
2023-06-20
Patreon webhook (WIP)
Vitaly Takmazov
2023-05-31
Modernize spring-security configuration and minor changes
Vitaly Takmazov
* Clean up warnings
2023-04-30
Expose 'vip' and 'ignored' user lists over '/me' API endpoint
Vitaly Takmazov
2023-04-26
Expose 'isAdmin' user property over API
Vitaly Takmazov
2023-04-26
Expose `friendsOnly` message property over API
Vitaly Takmazov
2023-04-26
Do not show hidden messages to ugnich
Vitaly Takmazov
2023-04-26
API: include hidden messages
Vitaly Takmazov
2023-04-18
Minor cleanup
Vitaly Takmazov
2023-04-18
ActivityPub compatibility with private posts
Vitaly Takmazov
2023-04-17
Add/remove from whitelist on web
Vitaly Takmazov
2023-04-17
Private posts
Vitaly Takmazov
2023-04-13
Premium users
Vitaly Takmazov
2023-03-11
Revert "Switch to Tomcat and omit its exceptions from logs"
Vitaly Takmazov
This reverts commit 64e6b703b7fa50a31dc0b73ec85230aa99c77bd5.
2023-02-22
Switch to Tomcat and omit its exceptions from logs
Vitaly Takmazov
2023-02-16
ActivityPub: improve logging
Vitaly Takmazov
2023-02-10
Notifications API: check if token is already exists
Vitaly Takmazov
2023-01-30
SQLite support
Vitaly Takmazov
2023-01-28
Cleanup Tag model
Vitaly Takmazov
2023-01-26
ActivityPub: log 404 errors on debug level
Vitaly Takmazov
2023-01-22
Show message subscription state in API thread
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-19
ActivityPub: using correct ActivityStreams profile header
Vitaly Takmazov
2023-01-19
RestTemplate -> OkHttpClient
Vitaly Takmazov
2023-01-15
Minor cleanup
Vitaly Takmazov
2023-01-15
PushQueriesService -> UserService
Vitaly Takmazov
2023-01-14
Configure test coverage reports
Vitaly Takmazov
2023-01-14
DB: merge ios, android, winphone tables to user_services
Vitaly Takmazov
[next]