Age | Commit message (Expand) | Author |
2023-01-11 | Do not double escape search string | Vitaly Takmazov |
2023-01-11 | Social login refactoring: set cookie after login | Vitaly Takmazov |
2023-01-10 | Start using HttpHeaders class instead of string constants | Vitaly Takmazov |
2023-01-07 | Initial SQLite schema (work in progress) | Vitaly Takmazov |
2023-01-06 | Mastodon API: timelines and minor fixes | Vitaly Takmazov |
2023-01-05 | ActivityPub: signed GET requests, fix Signature verification | Vitaly Takmazov |
2023-01-04 | ActivityPub: handle Note updates | 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 | ActivityPub: cleanup logging | Vitaly Takmazov |
2022-12-28 | `updateReactionsFor` should not evict caches | Vitaly Takmazov |
2022-12-27 | handle `addFollower` duplicates | Vitaly Takmazov |
2022-12-24 | `Collectors.toList()` -> `toList()` | Vitaly Takmazov |
2022-12-23 | ActivityPub: send full object on message update | Vitaly Takmazov |
2022-12-23 | Show external followers in stats | Vitaly Takmazov |
2022-12-22 | User info updates fix | Vitaly Takmazov |
2022-12-20 | API: do not append tags to replies | Vitaly Takmazov |
2022-12-20 | `updateUserInfo` fix | Vitaly Takmazov |
2022-12-20 | Fix Twitter account linkage | Vitaly Takmazov |
2022-12-20 | Fix social tokens queries | Vitaly Takmazov |
2022-12-19 | PostgresSearchService: make it readable | Vitaly Takmazov |
2022-12-19 | postgres: websearch_to_tsquery | Vitaly Takmazov |
2022-12-18 | Fixed `banned` user field mapping | Vitaly Takmazov |
2022-12-18 | `addGCMToken` fix | Vitaly Takmazov |
2022-12-18 | Correct unwrapped DataSource connection usage | Vitaly Takmazov |
2022-12-18 | Fix reply deletion | Vitaly Takmazov |
2022-12-18 | postgres: escape search query using `pgjdbc` built-in function | Vitaly Takmazov |
2022-12-18 | Fix `getUserBlogAtDay` query | Vitaly Takmazov |
2022-12-17 | Empty search service for h2 environment | Vitaly Takmazov |
2022-12-17 | postgres: search service | Vitaly Takmazov |
2022-12-16 | Make tag query SQL-compatible | Vitaly Takmazov |
2022-12-15 | Apply IDEA suggestions | Vitaly Takmazov |
2022-12-15 | Extract user to actor conversion code into Converter | Vitaly Takmazov |
2022-12-15 | Cache evicting configuration update | Vitaly Takmazov |
2022-12-14 | Fix the integer overflow issue | Vitaly Takmazov |
2022-12-14 | Initial PostgreSQL schema and profile | Vitaly Takmazov |
2022-12-09 | Better caching in AnythingFilter | Vitaly Takmazov |
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-08 | Configure caches | 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-06-29 | Use full URL for avatars in replies | Vitaly Takmazov |
2022-06-29 | Avatars in /thread API endpoint | Vitaly Takmazov |