aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/juick/www/api/activity
AgeCommit message (Expand)Author
2024-03-18ActivityPub: coalesce empty `cc` field to arrayGravatar Vitaly Takmazov
2024-03-13Deserialize existing JSON-LD types using correct deserializerGravatar Vitaly Takmazov
2024-03-13ActivityPub: handle Flag with multiple objectsGravatar Vitaly Takmazov
2024-03-01ActivityPub: add missing fields to Update activities to make Mastodon happyGravatar Vitaly Takmazov
2024-02-09Append IDEA code suggestionsGravatar Vitaly Takmazov
2023-06-26ActivityPub: cache all profile exception pathsGravatar Vitaly Takmazov
2023-05-31Modernize spring-security configuration and minor changesGravatar Vitaly Takmazov
2023-04-18Minor cleanupGravatar Vitaly Takmazov
2023-04-18ActivityPub compatibility with private postsGravatar Vitaly Takmazov
2023-02-16ActivityPub: improve loggingGravatar Vitaly Takmazov
2023-01-22db refactoring: merge getMessages with isSubscribed queryGravatar Vitaly Takmazov
2023-01-19ActivityPub: using correct ActivityStreams profile headerGravatar Vitaly Takmazov
2023-01-19RestTemplate -> OkHttpClientGravatar Vitaly Takmazov
2023-01-13Fix OpenAPI generationGravatar Vitaly Takmazov
2023-01-09Mastodon API: statusesGravatar Vitaly Takmazov
2023-01-06Mastodon API: conversationsGravatar Vitaly Takmazov
2023-01-04ActivityPub: cleanup media types and redirectsGravatar Vitaly Takmazov
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