Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-23 | Load icons from external SVG | ||
2019-10-23 | style: drop box-shadow because of blurry font | ||
2019-10-22 | Revert "Spring Boot 2.2" | ||
This reverts commit d3648888eaea9904fb3b806d56b22827c7614f54. | |||
2019-10-21 | Spring Boot 2.2 | ||
2019-10-11 | Read Juick hash from Authorization header, drop unused code | ||
2019-10-02 | Fetch external user data before reply event | ||
2019-10-02 | Fix unread SQL | ||
2019-10-02 | Fill Message::unread in single query | ||
2019-10-01 | Basic authentication endpoints must provide realm | ||
2019-09-24 | Fix service activity | ||
2019-09-24 | Send SystemActivity instead of SystemEvent | ||
2019-09-24 | Use single event model for all application events | ||
2019-09-19 | Send only Message to events email | ||
2019-09-18 | Parse events from /new_event endpoint | ||
2019-09-18 | Send events to service email | ||
2019-09-18 | Fix createReply logic | ||
2019-09-18 | Readonly messages | ||
2019-09-08 | prevent jsessionid inclusion in url | ||
2019-09-02 | Do not send likes from service user | ||
2019-08-21 | Settings API | ||
2019-08-09 | IDEA warnings cleanup | ||
2019-08-09 | Allow to reply on own email | ||
2019-08-09 | Revert "Caching configuration for users and discussions" | ||
This reverts commit c8eeadee42695ed67dac47dbb9d7a66a1c9a8c6d. | |||
2019-08-09 | Revert "More caches" | ||
This reverts commit 82cbd49555a723f91ed3684a64debeade9c0b3f8. | |||
2019-08-09 | Revert "Evict caches on user changes, fix tests" | ||
This reverts commit 17578516fe0978602ddfac56055cfb1d1b2e0121. | |||
2019-08-09 | Revert "Cache popular tags" | ||
This reverts commit d18c76dd2ec83a757ccb4073a49cc1512c9c5bcb. | |||
2019-08-09 | Revert "Cache autoconfiguration" | ||
This reverts commit 0597fae5542de52a30dc60679a7f66ccea76ad51. | |||
2019-08-08 | Cache autoconfiguration | ||
2019-08-05 | Cache popular tags | ||
2019-08-05 | Evict caches on user changes, fix tests | ||
2019-08-02 | More caches | ||
2019-08-02 | Caching configuration for users and discussions | ||
2019-07-26 | Fix blurry fonts causing by iframe | ||
2019-07-26 | set correct uri of external user in fetchUser response | ||
2019-07-10 | Revert "ActivityPub contexts already have type, no need to duplicate" | ||
This reverts commit 3188babc5e9acb46816a6d4a917c31340af11298. | |||
2019-07-06 | ActivityPub contexts already have type, no need to duplicate | ||
2019-07-06 | ActivityPub: Mastodon hashtag should have href | ||
It should fix displaying as attachment in Mastodon feed | |||
2019-07-04 | Render email using templates | ||
* do not include tracking pixel in pm * reorganize snapshots layout * reconfigure pebble to not trim anything | |||
2019-07-04 | ActivityPub: ignore cookies from client responses | ||
2019-07-01 | Use Apache HTTP Client for ActivityPub | ||
2019-07-01 | MessageUtils: Fix regexLink2 pattern | ||
2019-06-19 | API: add tag stats to /me endpoint | ||
2019-06-19 | ActivityPub: fix logger | ||
2019-06-19 | Telegram: unescape update data for logger | ||
2019-06-19 | Telegram: webhook logging | ||
2019-06-19 | Telegram: debug logging | ||
2019-06-19 | Fix XMPP logging | ||
2019-06-19 | Short logger names | ||
2019-06-19 | Clean up logging | ||
2019-06-18 | ActivityPub: top Announces should be public | ||