aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2021-10-21Make popular feed equal to service user recommendations feed to have correct RSS feedsGravatar Vitaly Takmazov
2021-10-18Added user RSS feed with recommendationsGravatar Vitaly Takmazov
2021-10-18Display error for social loginGravatar Vitaly Takmazov
* CrossPostService gone
2021-10-10Drop friends columnGravatar Vitaly Takmazov
2021-10-08Add message editing and updating intervalGravatar Vitaly Takmazov
* 3 days for message deletion * 15 minutes for editing
2021-09-16Add required magic to make Mastodon happyGravatar Vitaly Takmazov
2021-09-15Update vk.com API to 5.131Gravatar Vitaly Takmazov
2021-09-06Cleanup ResponseEntity usageGravatar Vitaly Takmazov
2021-09-06HTTPS links in RSS repliesGravatar Vitaly Takmazov
2021-09-06HTTPS links in RSSGravatar Vitaly Takmazov
2021-09-06ActivityPub: include user name and message id in the Announce idGravatar Vitaly Takmazov
2021-09-04ActivityPub: update Announce id and log messagesGravatar Vitaly Takmazov
2021-09-04ActivityPub: forward all likes as AnnouncesGravatar Vitaly Takmazov
2021-09-02ActivityPub: fix tags templateGravatar Vitaly Takmazov
2021-08-27handle WebFinger errorsGravatar Vitaly Takmazov
2021-08-27ActivityPub: fix Application activites, use Actor where possibleGravatar Vitaly Takmazov
2021-08-27ActivityPub: respond with NOT_FOUND when message is not foundGravatar Vitaly Takmazov
2021-08-26Layout: fix tags spacingGravatar Vitaly Takmazov
2021-08-26ActivityPub: improve Note layoutGravatar Vitaly Takmazov
add rel=tag on tag links, remove more line breaks
2021-08-26ActivityPub: update Note templateGravatar Vitaly Takmazov
Move tags inside paragraph
2021-08-26ActivityPub: reduce newlines in note template to make Mastodon happyGravatar Vitaly Takmazov
2021-08-26ActivityPub: response with ACCEPTED to activities with invalid recipientsGravatar Vitaly Takmazov
This will prevent retries of these activities for now
2021-08-26Fix notifications endpoint flowGravatar 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-23ActivityPub: send Update event on user profile updatesGravatar 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-22Use Microformats markup for mentions to make Mastodon happyGravatar Vitaly Takmazov
https://microformats.org/wiki/h-card
2021-08-22ActivityPub: add "mention" class to mention linksGravatar Vitaly Takmazov
* This may make Mastodon happy and may stop adding an url preview
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-08-14Add user agent to ActivityPub requestsGravatar Vitaly Takmazov
* This should help to accept us by Cloudflare site protection on some Mastodon instances
2021-08-14Fix embedded tweet widthGravatar Vitaly Takmazov
2021-07-29better hashtagsGravatar makc
https://juick.com/rm/2997070#7
2021-06-15Bump Spring Boot to 2.5.1Gravatar Vitaly Takmazov
* Initial db schema must be a flyway migration step
2021-06-08Unescape Java literals in ActivityPub logsGravatar Vitaly Takmazov
2021-05-16email: plaintext part should not have escaped charactersGravatar Vitaly Takmazov
2021-04-17Update XMPP spam warningGravatar Vitaly Takmazov
2021-04-17Cleanup deprecated usage of third-party librariesGravatar Vitaly Takmazov
2021-04-12ActivityPub: pooling HTTP clientGravatar Vitaly Takmazov
2021-04-12Verify Google JWT tokens without Google librariesGravatar Vitaly Takmazov