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
/
activity
Age
Commit message (
Expand
)
Author
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
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
2023-06-26
ActivityPub: cache all profile exception paths
Vitaly Takmazov
2023-05-31
Modernize spring-security configuration and minor changes
Vitaly Takmazov
2023-04-18
Minor cleanup
Vitaly Takmazov
2023-04-18
ActivityPub compatibility with private posts
Vitaly Takmazov
2023-02-16
ActivityPub: improve logging
Vitaly Takmazov
2023-01-22
db refactoring: merge getMessages with isSubscribed query
Vitaly Takmazov
2023-01-19
ActivityPub: using correct ActivityStreams profile header
Vitaly Takmazov
2023-01-19
RestTemplate -> OkHttpClient
Vitaly Takmazov
2023-01-13
Fix OpenAPI generation
Vitaly Takmazov
2023-01-09
Mastodon API: statuses
Vitaly Takmazov
2023-01-06
Mastodon API: conversations
Vitaly Takmazov
2023-01-04
ActivityPub: cleanup media types and redirects
Vitaly Takmazov
2023-01-04
Respond with HTTP 202 to stop sending unknown note updates
Vitaly Takmazov
2023-01-04
ActivityPub: fix actor to user conversion, handle Block activity
Vitaly Takmazov
2023-01-04
ActivityPub: handle Note updates by Note id
Vitaly Takmazov
2023-01-04
ActivityPub: handle Note updates
Vitaly Takmazov
2023-01-04
OAuth authentication for Mastodon and ActivityPub C2S
Vitaly Takmazov
2022-12-24
ActivityPub: compatibility with Honk server
Vitaly Takmazov
2022-12-24
Cacheable ActivityPub profiles
Vitaly Takmazov
2022-12-24
Revert "Drop unused API endpoint"
Vitaly Takmazov
2022-12-24
`Collectors.toList()` -> `toList()`
Vitaly Takmazov
2022-12-23
Show external followers in stats
Vitaly Takmazov
2022-12-21
Switch from `lombok` to Java 17 `record`
Vitaly Takmazov
2022-12-15
Extract profile URI helpers into ProfileUriBuilder
Vitaly Takmazov
2022-12-15
Apply IDEA suggestions
Vitaly Takmazov
2022-12-15
Extract user to actor conversion code into Converter
Vitaly Takmazov
2022-07-10
Drop unused API endpoint
Vitaly Takmazov
2022-06-30
ActivityPub: add missing Actor types
Vitaly Takmazov
2021-10-25
ActivityPub: fix HTTP status for Delete handler
Vitaly Takmazov
2021-10-24
ActivityPub: accept profile updates
Vitaly Takmazov
2021-10-24
ActivityPub: fix deletion flow
Vitaly Takmazov
2021-10-23
ActivityPub: handle unexpected Undo activity
Vitaly Takmazov
2021-10-23
Minor code cleanup
Vitaly Takmazov
2021-10-21
Make popular feed equal to service user recommendations feed to have correct RSS feeds
Vitaly Takmazov
2021-09-06
Cleanup ResponseEntity usage
Vitaly Takmazov
2021-08-27
ActivityPub: respond with NOT_FOUND when message is not found
Vitaly Takmazov
2021-08-26
ActivityPub: response with ACCEPTED to activities with invalid recipients
Vitaly Takmazov
2021-08-24
ActivityPub: respond with BAD_REQUEST to Create without our recipient
Vitaly Takmazov
2021-08-24
ActivityPub: add Undo deserialization test
Vitaly Takmazov
2021-08-24
ActivityPub: add DirectMessageEvent, fix Undo event
Vitaly Takmazov
2021-08-22
ActivityPub: fix empty object serialization
Vitaly Takmazov
2021-08-22
ActivityPub: handle user deletion for suspended users
Vitaly Takmazov
2021-08-22
ActivityPub: make Mastodon happy with hashtags
Vitaly Takmazov
2021-08-22
ActivityPub: Mention includes domain in the name property
Vitaly Takmazov
[next]