Age | Commit message (Expand) | Author |
2022-12-09 | Fix cache keys | Vitaly Takmazov |
2022-12-09 | `discover` cache | Vitaly Takmazov |
2022-12-09 | Update cache evict rules | Vitaly Takmazov |
2022-12-09 | Redirect thread URL to ActivityPub version if Accept header matches | Vitaly Takmazov |
2022-12-08 | CSRF protection requires sessions | Vitaly Takmazov |
2022-12-08 | Restore Spring Boot error filter configuration | Vitaly Takmazov |
2022-12-08 | Lenient JSON deserialization | Vitaly Takmazov |
2022-12-08 | Spring beans should not be public | Vitaly Takmazov |
2022-12-08 | Configure caches | Vitaly Takmazov |
2022-12-08 | Cleanup unused authorization checks handled by spring-security | Vitaly Takmazov |
2022-12-07 | Login: use `Referer` header to redirect after the successful login | Vitaly Takmazov |
2022-12-07 | Remove login popup | Vitaly Takmazov |
2022-12-03 | Add missing security configuration for h2 console | Vitaly Takmazov |
2022-11-26 | Switch to patched babbler version | Vitaly Takmazov |
2022-11-25 | Spring Boot 3 | Vitaly Takmazov |
2022-11-15 | SubscriptionServiceImpl: reindent file | Vitaly Takmazov |
2022-11-15 | SubscriptionService: handle duplicated key case in subscribeMessage() correctly | Vitaly Takmazov |
2022-11-15 | MessagesService: remove duplicated tags from getMessages() query | Vitaly Takmazov |
2022-10-18 | Better trends query on `/api/tags` endpoint | Vitaly Takmazov |
2022-10-13 | Bump twitter4j to 4.1.0, fix compatibility with API changes | Vitaly Takmazov |
2022-10-12 | API: add `showReplies` parameter to `/api/thread` endpoint | Vitaly Takmazov |
2022-10-04 | Always include empty pms list in `groups_pms` API response | Vitaly Takmazov |
2022-07-10 | Drop unused API endpoint | Vitaly Takmazov |
2022-07-01 | Bump `java-telegram-bot-api` to 6.1.0 | Vitaly Takmazov |
2022-06-30 | Add `noindex` conditions | Vitaly Takmazov |
2022-06-30 | ActivityPub: fix Actor type casting | Vitaly Takmazov |
2022-06-30 | ActivityPub: add missing Actor types | Vitaly Takmazov |
2022-06-29 | Use full URL for avatars in replies | Vitaly Takmazov |
2022-06-29 | Avatars in /thread API endpoint | Vitaly Takmazov |
2022-06-27 | Drop outdated web security rules | Vitaly Takmazov |
2022-06-25 | `likes` field returns recommendations count | Vitaly Takmazov |
2022-06-25 | Fix recommendations counters in html templates | Vitaly Takmazov |
2022-05-13 | Do not send subscriptions to banned users | Vitaly Takmazov |
2022-05-13 | Refactor AppleClientSecretGenerator | Vitaly Takmazov |
2022-05-13 | Switch ActivityPub key management to Churchkey library | Vitaly Takmazov |
2022-05-12 | Use Churchkey library to read PEM files and keys | Vitaly Takmazov |
2022-05-12 | Update top criterias | Vitaly Takmazov |
2022-05-12 | Apple sign-in: log JWT token | Vitaly Takmazov |
2022-05-12 | Google sign in: validate client id | Vitaly Takmazov |
2022-04-19 | ActivityPub: log unhandled contexts when processing messages | Vitaly Takmazov |
2022-04-19 | ActivityPub: handle context issues when processing messages | Vitaly Takmazov |
2022-04-14 | ActivityPub: handle followers exceptions | Vitaly Takmazov |
2022-04-13 | Handle email exceptions | Vitaly Takmazov |
2022-04-13 | ActivityPub: handle like exceptions | Vitaly Takmazov |
2022-04-08 | XMPP: log invalid JIDs | Vitaly Takmazov |
2022-04-08 | ActivityPub: handle public key issues | Vitaly Takmazov |
2022-04-08 | Telegram: send top messages to the channel | Vitaly Takmazov |
2022-03-31 | Bump Spring Boot to 2.6.6 | Vitaly Takmazov |
2022-03-31 | Spring4Shell workaround | Vitaly Takmazov |
2022-03-23 | Return correct replies counter on /thread API endpoint | Vitaly Takmazov |