aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
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
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-07-29better hashtagsGravatar makc
https://juick.com/rm/2997070#7
2021-06-08Unescape Java literals in ActivityPub logsGravatar 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
2021-03-25login page refactoringGravatar Vitaly Takmazov
* drop jQuery * merge styles * show login error message
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
2021-03-24Cleanup HttpMediaTypeNotAcceptableException handlerGravatar Vitaly Takmazov
* move ExceptionHandler to ControllerAdvice * add test * reindent using VSCode
2021-03-24Handle HttpMediaTypeNotAcceptableExceptionGravatar Vitaly Takmazov
2021-03-24ActivityPub: handle unverified deletionsGravatar Vitaly Takmazov
2021-03-24ActivityPub: handle unverified updatesGravatar Vitaly Takmazov
2021-03-23TwitterManager: log twitter usersGravatar Vitaly Takmazov
2021-03-23Fix email processing flowGravatar Vitaly Takmazov
2021-03-02TwitterManager: do not forward top feedGravatar Vitaly Takmazov
2021-01-16ActivityPub: do not serialize context twiceGravatar Vitaly Takmazov
2020-12-30api: add fetchUser endpointGravatar Vitaly Takmazov
2020-12-25RefactoringGravatar Vitaly Takmazov
2020-12-23Fix title locale on Settings pageGravatar Vitaly Takmazov
2020-12-07springfox -> springdocGravatar Vitaly Takmazov
2020-11-24Fix title localization on some web pagesGravatar Vitaly Takmazov
2020-11-24Bump pebble-spring to 3.1.4Gravatar Vitaly Takmazov
2020-11-20Fix previous fix™️Gravatar Vitaly Takmazov
2020-11-20Process Referer header without javax.servlet referenceGravatar Vitaly Takmazov
* starting to remove javax.servlet dependency
2020-11-19Fix blacklist checking when commenting over APIGravatar Vitaly Takmazov
2020-11-19Fix checkBL destinationGravatar Vitaly Takmazov
We are checking for presence in visitor blacklist, not for user presence in others blacklist
2020-11-19Display "reply" button to user when message author ignored himGravatar Vitaly Takmazov
* user replies are still muted for author