Age | Commit message (Expand) | Author |
2022-12-27 | handle `addFollower` duplicates | Vitaly Takmazov |
2022-12-24 | ActivityPub Update compatibility improvements | Vitaly Takmazov |
2022-12-24 | ActivityPub: compatibility with Honk server | Vitaly Takmazov |
2022-12-24 | db: cleanup duplicated followers and add constraints | Vitaly Takmazov |
2022-12-24 | Cacheable ActivityPub profiles | Vitaly Takmazov |
2022-12-24 | Revert "Fetch ActivityPub profiles directly without our proxy" | Vitaly Takmazov |
2022-12-24 | Revert "Drop unused API endpoint" | Vitaly Takmazov |
2022-12-24 | `Collectors.toList()` -> `toList()` | Vitaly Takmazov |
2022-12-24 | Display new replies as browser notifications | Vitaly Takmazov |
2022-12-23 | Format mentions to make Mastodon happy | 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 | Use correct `@Nonnull` annotation | 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-22 | h2: fix schema and pass tests without compatibility modes | Vitaly Takmazov |
2022-12-22 | h2: baseline to 1.22 | Vitaly Takmazov |
2022-12-21 | external tokens: adopt records | Vitaly Takmazov |
2022-12-21 | Social logins: adopt records | Vitaly Takmazov |
2022-12-21 | Sign in with Apple: adopt records | Vitaly Takmazov |
2022-12-21 | webfinger, app-site-associations: adopt records | Vitaly Takmazov |
2022-12-21 | sape: adopt records | Vitaly Takmazov |
2022-12-21 | Switch from `lombok` to Java 17 `record` | Vitaly Takmazov |
2022-12-20 | API: do not append tags to replies | Vitaly Takmazov |
2022-12-20 | `updateUserInfo` fix | Vitaly Takmazov |
2022-12-20 | Disable CSRF entirely | Vitaly Takmazov |
2022-12-20 | Do not use multipart forms where possible | Vitaly Takmazov |
2022-12-20 | logback: move production settings to production profile | Vitaly Takmazov |
2022-12-20 | Update social tokens field size in the database | 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 | Sidebar fix | Vitaly Takmazov |
2022-12-18 | Revert "flyway: trying to repair on migrate" | Vitaly Takmazov |
2022-12-18 | Better ActivityPub logging | 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-18 | Add missing CSRF tokens | Vitaly Takmazov |
2022-12-17 | Empty search service for h2 environment | Vitaly Takmazov |
2022-12-17 | postgres: search service | Vitaly Takmazov |
2022-12-16 | flyway: trying to repair on migrate | Vitaly Takmazov |
2022-12-16 | Fix `lastmessage` column | Vitaly Takmazov |
2022-12-16 | Make tag query SQL-compatible | Vitaly Takmazov |