Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-12 | Telegram: parse_mode=html | ||
2023-01-05 | ActivityPub: signed GET requests, fix Signature verification | ||
2022-12-22 | Use correct `@Nonnull` annotation | ||
2022-12-22 | `@username@example.com` urls are now redirects to ActivityPub profile | ||
2022-11-25 | Spring Boot 3 | ||
2022-03-03 | Fix *readonly tag | ||
2021-10-23 | ImagesService -> StorageService | ||
img_path -> storage_path property | |||
2021-10-23 | ImagesService refactoring | ||
* Merge ImagesService and ImageUtils * add avatar metadata to RSS feeds | |||
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-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-04-17 | Update XMPP spam warning | ||
2020-11-20 | Process Referer header without javax.servlet reference | ||
* starting to remove javax.servlet dependency | |||
2020-10-19 | Revert "serialVersionUID for all Serializable classes" | ||
This reverts commit af94a01336a8ec2c44a220548bb9ab409976b69d. | |||
2020-10-19 | serialVersionUID for all Serializable classes | ||
2020-10-08 | Images: catch exception when image file does not exists | ||
2020-10-08 | Apply some IDEA suggestions | ||
2020-10-02 | Update copyright years | ||
2020-05-21 | Show correct signup errors | ||
2020-04-04 | Initialize all components from configuration | ||
2020-03-07 | Reorganize project layout | ||
2019-12-12 | Update copyrights | ||
2019-12-12 | Cleanup IDEA code issues | ||
2019-07-01 | MessageUtils: Fix regexLink2 pattern | ||
2019-05-05 | Carriage return in quote regex | ||
As we did not clear carriage returns now from body quote regex was broken | |||
2019-03-01 | Tags refactoring | ||
2019-01-30 | Fix quote regex | ||
2019-01-23 | quote formatting fixes and more test cases | ||
2019-01-22 | Fix quote regex | ||
2019-01-22 | fix quote escaping | ||
2019-01-22 | Fix HTML escaping | ||
2019-01-04 | minimum Java version is 11 | ||
2018-12-13 | do not count linebreak as part of entity | ||
2018-11-29 | save ActivityPub likes | ||
2018-11-12 | avoid double escaping | ||
2018-11-12 | parse entities before html escaping | ||
2018-11-12 | second type of markdown url | ||
2018-11-12 | fix markdown urls | ||
2018-11-12 | api: message entities | ||
2018-11-08 | Merge everything into single Spring Boot application | ||