Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-22 | ActivityPub: fix empty object serialization | ||
2021-08-22 | ActivityPub: handle user deletion for suspended users | ||
2021-08-22 | ActivityPub: make Mastodon happy with hashtags | ||
2021-08-22 | Use Microformats markup for mentions to make Mastodon happy | ||
https://microformats.org/wiki/h-card | |||
2021-08-22 | ActivityPub: add "mention" class to mention links | ||
* This may make Mastodon happy and may stop adding an url preview | |||
2021-08-22 | ActivityPub: Mention includes domain in the name property | ||
2021-08-22 | ActivityPub: return Application profile for service user | ||
2021-08-22 | Type-safe ActivityStreams deserialization | ||
2021-08-21 | ActivityPub: do not duplicate type property | ||
2021-08-21 | ActivityPub: add Application as an actor type | ||
2021-08-20 | ActivityPub: fix contexts serialization | ||
2021-08-20 | ActivityPub: Handle Flag activity | ||
2021-08-20 | map NSFW tag to as:sensitive ActivityPub property | ||
2021-08-14 | Add user agent to ActivityPub requests | ||
* This should help to accept us by Cloudflare site protection on some Mastodon instances | |||
2021-07-29 | better hashtags | ||
https://juick.com/rm/2997070#7 | |||
2021-06-08 | Unescape Java literals in ActivityPub logs | ||
2021-04-17 | Update XMPP spam warning | ||
2021-04-17 | Cleanup deprecated usage of third-party libraries | ||
2021-04-12 | ActivityPub: pooling HTTP client | ||
2021-04-12 | Verify Google JWT tokens without Google libraries | ||
2021-03-25 | login page refactoring | ||
* drop jQuery * merge styles * show login error message | |||
2021-03-24 | Service: handle invalid from headers in emails | ||
2021-03-24 | ActivityPub: add workaround for Nextcloud Service | ||
Remove when their fix will be merged - https://github.com/nextcloud/social/pull/1230 | |||
2021-03-24 | Fix url logging in HttpMediaTypeNotAcceptableException handler | ||
2021-03-24 | Cleanup HttpMediaTypeNotAcceptableException handler | ||
* move ExceptionHandler to ControllerAdvice * add test * reindent using VSCode | |||
2021-03-24 | Handle HttpMediaTypeNotAcceptableException | ||
2021-03-24 | ActivityPub: handle unverified deletions | ||
2021-03-24 | ActivityPub: handle unverified updates | ||
2021-03-23 | TwitterManager: log twitter users | ||
2021-03-23 | Fix email processing flow | ||
2021-03-02 | TwitterManager: do not forward top feed | ||
2021-01-16 | ActivityPub: do not serialize context twice | ||
2020-12-30 | api: add fetchUser endpoint | ||
2020-12-25 | Refactoring | ||
2020-12-23 | Fix title locale on Settings page | ||
2020-12-07 | springfox -> springdoc | ||
2020-11-24 | Fix title localization on some web pages | ||
2020-11-24 | Bump pebble-spring to 3.1.4 | ||
2020-11-20 | Fix previous fix™️ | ||
2020-11-20 | Process Referer header without javax.servlet reference | ||
* starting to remove javax.servlet dependency | |||
2020-11-19 | Fix blacklist checking when commenting over API | ||
2020-11-19 | Fix checkBL destination | ||
We are checking for presence in visitor blacklist, not for user presence in others blacklist | |||
2020-11-19 | Display "reply" button to user when message author ignored him | ||
* user replies are still muted for author | |||
2020-11-12 | Do not receive mentions from blacklisted users in original posts | ||
2020-11-10 | ActivityPub: Digest header is mandatory now for POST requests | ||
2020-10-27 | Additional Precendence header | ||
2020-10-27 | Another try to fix List-Unsubscribe | ||
2020-10-20 | Revert "/user/tag? => /user/search?" | ||
This reverts commit aa0070140058603de7d60c8e039bb4a535399f3a. | |||
2020-10-20 | Revert "Append * to keyword search" | ||
This reverts commit 85c5c69ffb5a14258eafb4c67c550f6018b3c621. | |||
2020-10-20 | Clean up JDT warnings | ||