aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-22Fix hashtag testsGravatar 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-17Update order of testsGravatar Vitaly Takmazov
2021-04-17Use @TestMethodOrderGravatar Vitaly Takmazov
2021-04-17Assign order to important testsGravatar Vitaly Takmazov
2021-04-12ActivityPub: pooling HTTP clientGravatar Vitaly Takmazov
2021-04-12Verify Google JWT tokens without Google librariesGravatar Vitaly Takmazov
2021-03-31Resource filtering is handled by Spring Boot Maven pluginGravatar Vitaly Takmazov
2021-03-31move Flyway resources back to resources/Gravatar Vitaly Takmazov
2021-03-31Gradle -> MavenGravatar Vitaly Takmazov
2021-03-30Use mobile view where sticky is not supported (ie11)Gravatar Vitaly Takmazov
2021-03-30babel: exclude es.symbol.* polyfills from the bundleGravatar Vitaly Takmazov
2021-03-30add missing core-js polyfillsGravatar Vitaly Takmazov
2021-03-25login page refactoringGravatar Vitaly Takmazov
* drop jQuery * merge styles * show login error message
2021-03-24Compile CSS with postcss-cliGravatar Vitaly Takmazov
2021-03-24Service: handle invalid from headers in emailsGravatar Vitaly Takmazov
2021-03-24ActivityPub: add workaround for Nextcloud ServiceGravatar Vitaly Takmazov
Remove when their fix will be merged - https://github.com/nextcloud/social/pull/1230
2021-03-24Fix url logging in HttpMediaTypeNotAcceptableException handlerGravatar Vitaly Takmazov