aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/juick/www/api/activity
AgeCommit message (Expand)Author
2023-01-04Respond with HTTP 202 to stop sending unknown note updatesGravatar Vitaly Takmazov
2023-01-04ActivityPub: fix actor to user conversion, handle Block activityGravatar Vitaly Takmazov
2023-01-04ActivityPub: handle Note updates by Note idGravatar Vitaly Takmazov
2023-01-04ActivityPub: handle Note updatesGravatar Vitaly Takmazov
2023-01-04OAuth authentication for Mastodon and ActivityPub C2SGravatar Vitaly Takmazov
2022-12-24ActivityPub: compatibility with Honk serverGravatar Vitaly Takmazov
2022-12-24Cacheable ActivityPub profilesGravatar Vitaly Takmazov
2022-12-24Revert "Drop unused API endpoint"Gravatar Vitaly Takmazov
2022-12-24`Collectors.toList()` -> `toList()`Gravatar Vitaly Takmazov
2022-12-23Show external followers in statsGravatar Vitaly Takmazov
2022-12-21Switch from `lombok` to Java 17 `record`Gravatar Vitaly Takmazov
2022-12-15Extract profile URI helpers into ProfileUriBuilderGravatar Vitaly Takmazov
2022-12-15Apply IDEA suggestionsGravatar Vitaly Takmazov
2022-12-15Extract user to actor conversion code into ConverterGravatar Vitaly Takmazov
2022-07-10Drop unused API endpointGravatar Vitaly Takmazov
2022-06-30ActivityPub: add missing Actor typesGravatar Vitaly Takmazov
2021-10-25ActivityPub: fix HTTP status for Delete handlerGravatar Vitaly Takmazov
2021-10-24ActivityPub: accept profile updatesGravatar Vitaly Takmazov
2021-10-24ActivityPub: fix deletion flowGravatar Vitaly Takmazov
2021-10-23ActivityPub: handle unexpected Undo activityGravatar Vitaly Takmazov
2021-10-23Minor code cleanupGravatar Vitaly Takmazov
2021-10-21Make popular feed equal to service user recommendations feed to have correct RSS feedsGravatar Vitaly Takmazov
2021-09-06Cleanup ResponseEntity usageGravatar Vitaly Takmazov
2021-08-27ActivityPub: respond with NOT_FOUND when message is not foundGravatar Vitaly Takmazov
2021-08-26ActivityPub: response with ACCEPTED to activities with invalid recipientsGravatar Vitaly Takmazov
2021-08-24ActivityPub: respond with BAD_REQUEST to Create without our recipientGravatar Vitaly Takmazov
2021-08-24ActivityPub: add Undo deserialization testGravatar Vitaly Takmazov
2021-08-24ActivityPub: add DirectMessageEvent, fix Undo eventGravatar Vitaly Takmazov
2021-08-22ActivityPub: fix empty object serializationGravatar Vitaly Takmazov
2021-08-22ActivityPub: handle user deletion for suspended usersGravatar Vitaly Takmazov
2021-08-22ActivityPub: make Mastodon happy with hashtagsGravatar Vitaly Takmazov
2021-08-22ActivityPub: Mention includes domain in the name propertyGravatar Vitaly Takmazov
2021-08-22ActivityPub: return Application profile for service userGravatar Vitaly Takmazov
2021-08-22Type-safe ActivityStreams deserializationGravatar Vitaly Takmazov
2021-08-21ActivityPub: do not duplicate type propertyGravatar Vitaly Takmazov
2021-08-21ActivityPub: add Application as an actor typeGravatar Vitaly Takmazov
2021-08-20ActivityPub: fix contexts serializationGravatar Vitaly Takmazov
2021-08-20ActivityPub: Handle Flag activityGravatar Vitaly Takmazov
2021-08-20map NSFW tag to as:sensitive ActivityPub propertyGravatar Vitaly Takmazov
2021-06-08Unescape Java literals in ActivityPub logsGravatar Vitaly Takmazov
2021-03-24ActivityPub: add workaround for Nextcloud ServiceGravatar Vitaly Takmazov
2020-12-30api: add fetchUser endpointGravatar Vitaly Takmazov
2020-10-19Fix some JDT warningsGravatar Vitaly Takmazov
2020-10-02Update copyright yearsGravatar Vitaly Takmazov
2020-04-04Initialize all components from configurationGravatar Vitaly Takmazov
2020-04-03Reorganize layout and code cleanupGravatar Vitaly Takmazov