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
/
ActivityPubManager.java
Age
Commit message (
Expand
)
Author
2023-04-26
Expose `friendsOnly` message property over API
Vitaly Takmazov
2023-04-18
ActivityPub compatibility with private posts
Vitaly Takmazov
2023-02-10
ActivityPub: log follower id in Follow requests
Vitaly Takmazov
2023-01-23
ActivityPub: do not send activity back to actor
Vitaly Takmazov
2023-01-22
Update links to external users with web urls instead of json-ld uris
Vitaly Takmazov
2023-01-19
Cleanup logging
Vitaly Takmazov
2023-01-19
RestTemplate -> OkHttpClient
Vitaly Takmazov
2023-01-09
Mastodon API: statuses
Vitaly Takmazov
2023-01-09
Mastodon API: improve status layout, avatars, attachments
Vitaly Takmazov
2023-01-05
ActivityPub: signed GET requests, fix Signature verification
Vitaly Takmazov
2023-01-04
ActivityPub: refactor delivery to followers
Vitaly Takmazov
2023-01-04
ActivityPub: fix actor to user conversion, handle Block activity
Vitaly Takmazov
2022-12-31
ActivityPub: cleanup logging
Vitaly Takmazov
2022-12-24
ActivityPub Update compatibility improvements
Vitaly Takmazov
2022-12-23
ActivityPub: send full object on message update
Vitaly Takmazov
2022-12-21
Switch from `lombok` to Java 17 `record`
Vitaly Takmazov
2022-12-18
Better ActivityPub logging
Vitaly Takmazov
2022-12-15
Use ConversionService in ActivityPubManager flow
Vitaly Takmazov
2022-12-15
Extract profile URI helpers into ProfileUriBuilder
Vitaly Takmazov
2022-12-15
Extract user to actor conversion code into Converter
Vitaly Takmazov
2022-11-25
Spring Boot 3
Vitaly Takmazov
2022-06-30
ActivityPub: fix Actor type casting
Vitaly Takmazov
2022-04-19
ActivityPub: log unhandled contexts when processing messages
Vitaly Takmazov
2022-04-19
ActivityPub: handle context issues when processing messages
Vitaly Takmazov
2022-04-14
ActivityPub: handle followers exceptions
Vitaly Takmazov
2022-04-13
ActivityPub: handle like exceptions
Vitaly Takmazov
2021-10-23
Minor code cleanup
Vitaly Takmazov
2021-10-23
ImagesService refactoring
Vitaly Takmazov
2021-10-21
Make popular feed equal to service user recommendations feed to have correct RSS feeds
Vitaly Takmazov
2021-09-06
ActivityPub: include user name and message id in the Announce id
Vitaly Takmazov
2021-09-04
ActivityPub: update Announce id and log messages
Vitaly Takmazov
2021-09-04
ActivityPub: forward all likes as Announces
Vitaly Takmazov
2021-08-27
ActivityPub: fix Application activites, use Actor where possible
Vitaly Takmazov
2021-08-23
ActivityPub: send Update event on user profile updates
Vitaly Takmazov
2021-08-22
Type-safe ActivityStreams deserialization
Vitaly Takmazov
2021-08-20
map NSFW tag to as:sensitive ActivityPub property
Vitaly Takmazov
2021-03-24
ActivityPub: handle unverified deletions
Vitaly Takmazov
2021-03-24
ActivityPub: handle unverified updates
Vitaly Takmazov
2020-11-10
ActivityPub: Digest header is mandatory now for POST requests
Vitaly Takmazov
2020-04-04
Initialize all components from configuration
Vitaly Takmazov