Age | Commit message (Expand) | Author |
2023-01-08 | Fix ActivityPub redirects | Vitaly Takmazov |
2023-01-07 | Initial SQLite schema (work in progress) | Vitaly Takmazov |
2023-01-05 | ActivityPub: signed GET requests, fix Signature verification | Vitaly Takmazov |
2023-01-04 | ActivityPub: cleanup media types and redirects | 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 | PMQueriesService -> ChatService | Vitaly Takmazov |
2022-12-28 | webfinger: respond 404 on invalid resource request | Vitaly Takmazov |
2022-12-24 | ActivityPub: compatibility with Honk server | Vitaly Takmazov |
2022-12-24 | Cacheable ActivityPub profiles | 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 nick is case-insensitive | Vitaly Takmazov |
2022-12-22 | User info updates fix | Vitaly Takmazov |
2022-12-22 | `@username@example.com` urls are now redirects to ActivityPub profile | Vitaly Takmazov |
2022-12-22 | www: Mastodon-compatible `/share` endpoint | Vitaly Takmazov |
2022-12-21 | external tokens: adopt records | Vitaly Takmazov |
2022-12-21 | sape: adopt records | Vitaly Takmazov |
2022-12-17 | postgres: search service | Vitaly Takmazov |
2022-12-16 | postgres: schema fixes | Vitaly Takmazov |
2022-12-16 | postgres: incorporate changes from production database | Vitaly Takmazov |
2022-12-16 | postgres: minor schema fixes | Vitaly Takmazov |
2022-12-16 | Drop unused zero date column | Vitaly Takmazov |
2022-12-16 | mysql: baseline full schema to 1.22 | Vitaly Takmazov |
2022-12-15 | Split ActivityPub test to fix tests | Vitaly Takmazov |
2022-12-15 | Extract profile URI helpers into ProfileUriBuilder | Vitaly Takmazov |
2022-12-15 | postgres: baseline full schema to 1.22 | Vitaly Takmazov |
2022-12-15 | postgres: pass tests without implicit string types casts | Vitaly Takmazov |
2022-12-14 | CI: fix mysql environment | Vitaly Takmazov |
2022-12-14 | Fix the integer overflow issue | Vitaly Takmazov |
2022-12-14 | CI: matrix tests on profile strategy | Vitaly Takmazov |
2022-12-14 | Initial PostgreSQL schema and profile | Vitaly Takmazov |
2022-12-09 | Redirect thread URL to ActivityPub version if Accept header matches | 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-11-26 | Restore XMPP test | Vitaly Takmazov |
2022-11-25 | Spring Boot 3 | 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-06-25 | Fix tests | Vitaly Takmazov |
2022-06-25 | Fix recommendations counters in html templates | Vitaly Takmazov |
2022-05-13 | Refactor AppleClientSecretGenerator | Vitaly Takmazov |
2022-05-13 | Use @Disabled annotation in tests | 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-03-23 | Return correct replies counter on /thread API endpoint | Vitaly Takmazov |