Age | Commit message (Expand) | Author |
2021-08-27 | handle WebFinger errors | Vitaly Takmazov |
2021-08-27 | ActivityPub: fix Application activites, use Actor where possible | Vitaly Takmazov |
2021-08-27 | ActivityPub: respond with NOT_FOUND when message is not found | Vitaly Takmazov |
2021-08-26 | Layout: fix tags spacing | Vitaly Takmazov |
2021-08-26 | ActivityPub: improve Note layout | Vitaly Takmazov |
2021-08-26 | ActivityPub: update Note template | Vitaly Takmazov |
2021-08-26 | ActivityPub: reduce newlines in note template to make Mastodon happy | Vitaly Takmazov |
2021-08-26 | ActivityPub: response with ACCEPTED to activities with invalid recipients | Vitaly Takmazov |
2021-08-26 | Fix notifications endpoint flow | Vitaly Takmazov |
2021-08-24 | ActivityPub: respond with BAD_REQUEST to Create without our recipient | Vitaly Takmazov |
2021-08-24 | ActivityPub: add Undo deserialization test | Vitaly Takmazov |
2021-08-24 | ActivityPub: add DirectMessageEvent, fix Undo event | Vitaly Takmazov |
2021-08-23 | ActivityPub: send Update event on user profile updates | Vitaly Takmazov |
2021-08-22 | ActivityPub: fix empty object serialization | Vitaly Takmazov |
2021-08-22 | ActivityPub: handle user deletion for suspended users | Vitaly Takmazov |
2021-08-22 | Fix hashtag tests | Vitaly Takmazov |
2021-08-22 | ActivityPub: make Mastodon happy with hashtags | Vitaly Takmazov |
2021-08-22 | Use Microformats markup for mentions to make Mastodon happy | Vitaly Takmazov |
2021-08-22 | ActivityPub: add "mention" class to mention links | Vitaly Takmazov |
2021-08-22 | ActivityPub: Mention includes domain in the name property | Vitaly Takmazov |
2021-08-22 | ActivityPub: return Application profile for service user | Vitaly Takmazov |
2021-08-22 | Type-safe ActivityStreams deserialization | Vitaly Takmazov |
2021-08-21 | ActivityPub: do not duplicate type property | Vitaly Takmazov |
2021-08-21 | ActivityPub: add Application as an actor type | Vitaly Takmazov |
2021-08-20 | ActivityPub: fix contexts serialization | Vitaly Takmazov |
2021-08-20 | ActivityPub: Handle Flag activity | Vitaly Takmazov |
2021-08-20 | map NSFW tag to as:sensitive ActivityPub property | Vitaly Takmazov |
2021-08-14 | Add user agent to ActivityPub requests | Vitaly Takmazov |
2021-08-14 | Fix embedded tweet width | Vitaly Takmazov |
2021-07-29 | better hashtags | makc |
2021-06-15 | Bump Spring Boot to 2.5.1 | Vitaly Takmazov |
2021-06-08 | Unescape Java literals in ActivityPub logs | Vitaly Takmazov |
2021-05-16 | email: plaintext part should not have escaped characters | Vitaly Takmazov |
2021-04-17 | Update XMPP spam warning | Vitaly Takmazov |
2021-04-17 | Cleanup deprecated usage of third-party libraries | Vitaly Takmazov |
2021-04-17 | Update order of tests | Vitaly Takmazov |
2021-04-17 | Use @TestMethodOrder | Vitaly Takmazov |
2021-04-17 | Assign order to important tests | Vitaly Takmazov |
2021-04-12 | ActivityPub: pooling HTTP client | Vitaly Takmazov |
2021-04-12 | Verify Google JWT tokens without Google libraries | Vitaly Takmazov |
2021-03-31 | Resource filtering is handled by Spring Boot Maven plugin | Vitaly Takmazov |
2021-03-31 | move Flyway resources back to resources/ | Vitaly Takmazov |
2021-03-31 | Gradle -> Maven | Vitaly Takmazov |
2021-03-30 | Use mobile view where sticky is not supported (ie11) | Vitaly Takmazov |
2021-03-30 | babel: exclude es.symbol.* polyfills from the bundle | Vitaly Takmazov |
2021-03-30 | add missing core-js polyfills | Vitaly Takmazov |
2021-03-25 | login page refactoring | Vitaly Takmazov |
2021-03-24 | Compile CSS with postcss-cli | Vitaly Takmazov |
2021-03-24 | Service: handle invalid from headers in emails | Vitaly Takmazov |
2021-03-24 | ActivityPub: add workaround for Nextcloud Service | Vitaly Takmazov |