Age | Commit message (Expand) | Author |
2023-01-11 | Fix OAuth login | Vitaly Takmazov |
2023-01-10 | Restore Swagger UI | Vitaly Takmazov |
2023-01-10 | Code cleanup and copyright year update | Vitaly Takmazov |
2023-01-09 | OAuth: update refresh token TTL | Vitaly Takmazov |
2023-01-09 | Enable CORS on oauth endpoints | Vitaly Takmazov |
2023-01-06 | Bearer token filter is not used | Vitaly Takmazov |
2023-01-06 | Mastodon API: timelines and minor fixes | Vitaly Takmazov |
2023-01-06 | Mastodon API: conversations | Vitaly Takmazov |
2023-01-05 | Update config copyrights | Vitaly Takmazov |
2023-01-05 | ActivityPub: signed GET requests, fix Signature verification | Vitaly Takmazov |
2023-01-04 | ActivityPub: better logging | Vitaly Takmazov |
2023-01-04 | OAuth authentication for Mastodon and ActivityPub C2S | Vitaly Takmazov |
2023-01-04 | JWT authentication for API | Vitaly Takmazov |
2022-12-31 | Remove roster chats | Vitaly Takmazov |
2022-12-31 | PMQueriesService -> ChatService | Vitaly Takmazov |
2022-12-31 | Refactor XMPP connection | Vitaly Takmazov |
2022-12-31 | ActivityPub: cleanup logging | Vitaly Takmazov |
2022-12-24 | Cacheable ActivityPub profiles | Vitaly Takmazov |
2022-12-21 | Sign in with Apple: adopt records | Vitaly Takmazov |
2022-12-21 | Switch from `lombok` to Java 17 `record` | Vitaly Takmazov |
2022-12-20 | Disable CSRF entirely | Vitaly Takmazov |
2022-12-15 | xmpp: Use `xmppbot_jid` configuration option without conversion | Vitaly Takmazov |
2022-12-15 | Extract profile URI helpers into ProfileUriBuilder | Vitaly Takmazov |
2022-12-15 | Extract user to actor conversion code into Converter | Vitaly Takmazov |
2022-12-15 | Cleanup Security config | 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-07 | Login: use `Referer` header to redirect after the successful login | Vitaly Takmazov |
2022-12-03 | Add missing security configuration for h2 console | Vitaly Takmazov |
2022-11-25 | Spring Boot 3 | Vitaly Takmazov |
2022-06-27 | Drop outdated web security rules | Vitaly Takmazov |
2021-11-14 | Handle rejected requests with error 400 | Vitaly Takmazov |
2021-10-30 | Move deleted messages to archive user | Vitaly Takmazov |
2021-10-24 | Handle .well-known/** requests with Spring Security | Vitaly Takmazov |
2021-10-23 | ImagesService -> StorageService | Vitaly Takmazov |
2021-10-21 | Make popular feed equal to service user recommendations feed to have correct RSS feeds | Vitaly Takmazov |
2021-08-14 | Add user agent to ActivityPub requests | Vitaly Takmazov |
2021-04-17 | Cleanup deprecated usage of third-party libraries | Vitaly Takmazov |
2021-04-12 | ActivityPub: pooling HTTP client | Vitaly Takmazov |
2021-01-16 | ActivityPub: do not serialize context twice | Vitaly Takmazov |
2020-11-24 | Bump pebble-spring to 3.1.4 | Vitaly Takmazov |
2020-10-20 | Clean up some JDT warnings | Vitaly Takmazov |
2020-10-02 | Update copyright years | Vitaly Takmazov |
2020-05-18 | Fix startup exception | Vitaly Takmazov |
2020-05-03 | Minor cleanup | Vitaly Takmazov |
2020-04-04 | Initialize all components from configuration | Vitaly Takmazov |