Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-23 | Telegram: display Juick links | Vitaly Takmazov | |
2024-02-09 | Append IDEA code suggestions | Vitaly Takmazov | |
2024-02-02 | Use <blockquote /> tag for quotes | Vitaly Takmazov | |
* fix compatibility with Mastodon | |||
2024-02-01 | CI: enable SQLite | Vitaly Takmazov | |
* SQLite JDBC driver does not support generated keys feature. So we implement `returningId` helper * only one connection should be used from connection pooler * changes made to prevent connection locking | |||
2023-11-12 | Key-based locking in signature verification | Vitaly Takmazov | |
2023-05-31 | Modernize spring-security configuration and minor changes | Vitaly Takmazov | |
* Clean up warnings | |||
2023-04-26 | Expose `friendsOnly` message property over API | Vitaly Takmazov | |
2023-04-18 | Minor cleanup | Vitaly Takmazov | |
2023-02-15 | Parse old Pidgin urls | Vitaly Takmazov | |
2023-01-30 | SQLite support | Vitaly Takmazov | |
2023-01-19 | RestTemplate -> OkHttpClient | Vitaly Takmazov | |
2023-01-12 | Telegram: parse_mode=html | Vitaly Takmazov | |
2023-01-05 | ActivityPub: signed GET requests, fix Signature verification | Vitaly Takmazov | |
2022-12-22 | Use correct `@Nonnull` annotation | Vitaly Takmazov | |
2022-12-22 | `@username@example.com` urls are now redirects to ActivityPub profile | Vitaly Takmazov | |
2022-11-25 | Spring Boot 3 | Vitaly Takmazov | |
2022-03-03 | Fix *readonly tag | Vitaly Takmazov | |
2021-10-23 | ImagesService -> StorageService | Vitaly Takmazov | |
img_path -> storage_path property | |||
2021-10-23 | ImagesService refactoring | Vitaly Takmazov | |
* Merge ImagesService and ImageUtils * add avatar metadata to RSS feeds | |||
2021-08-22 | Use Microformats markup for mentions to make Mastodon happy | Vitaly Takmazov | |
https://microformats.org/wiki/h-card | |||
2021-08-22 | ActivityPub: add "mention" class to mention links | Vitaly Takmazov | |
* This may make Mastodon happy and may stop adding an url preview | |||
2021-08-22 | ActivityPub: Mention includes domain in the name property | 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 | |
* This should help to accept us by Cloudflare site protection on some Mastodon instances | |||
2021-04-17 | Update XMPP spam warning | Vitaly Takmazov | |
2020-11-20 | Process Referer header without javax.servlet reference | Vitaly Takmazov | |
* starting to remove javax.servlet dependency | |||
2020-10-19 | Revert "serialVersionUID for all Serializable classes" | Vitaly Takmazov | |
This reverts commit af94a01336a8ec2c44a220548bb9ab409976b69d. | |||
2020-10-19 | serialVersionUID for all Serializable classes | Vitaly Takmazov | |
2020-10-08 | Images: catch exception when image file does not exists | Vitaly Takmazov | |
2020-10-08 | Apply some IDEA suggestions | Vitaly Takmazov | |
2020-10-02 | Update copyright years | Vitaly Takmazov | |
2020-05-21 | Show correct signup errors | Vitaly Takmazov | |
2020-04-04 | Initialize all components from configuration | Vitaly Takmazov | |
2020-03-07 | Reorganize project layout | Vitaly Takmazov | |
2019-12-12 | Update copyrights | Vitaly Takmazov | |
2019-12-12 | Cleanup IDEA code issues | Vitaly Takmazov | |
2019-07-01 | MessageUtils: Fix regexLink2 pattern | Vitaly Takmazov | |
2019-05-05 | Carriage return in quote regex | Vitaly Takmazov | |
As we did not clear carriage returns now from body quote regex was broken | |||
2019-03-01 | Tags refactoring | Vitaly Takmazov | |
2019-01-30 | Fix quote regex | Vitaly Takmazov | |
2019-01-23 | quote formatting fixes and more test cases | Vitaly Takmazov | |
2019-01-22 | Fix quote regex | Vitaly Takmazov | |
2019-01-22 | fix quote escaping | Vitaly Takmazov | |
2019-01-22 | Fix HTML escaping | Vitaly Takmazov | |
2019-01-04 | minimum Java version is 11 | Vitaly Takmazov | |
2018-12-13 | do not count linebreak as part of entity | Vitaly Takmazov | |
2018-11-29 | save ActivityPub likes | Vitaly Takmazov | |
2018-11-12 | avoid double escaping | Vitaly Takmazov | |
2018-11-12 | parse entities before html escaping | Vitaly Takmazov | |
2018-11-12 | second type of markdown url | Vitaly Takmazov | |