Age | Commit message (Expand) | Author |
2023-04-30 | Expose 'vip' and 'ignored' user lists over '/me' API endpoint | Vitaly Takmazov |
2023-04-26 | Expose 'isAdmin' user property over API | Vitaly Takmazov |
2023-04-26 | Expose `friendsOnly` message property over API | Vitaly Takmazov |
2023-04-26 | Do not show hidden messages to ugnich | Vitaly Takmazov |
2023-04-26 | API: include hidden messages | Vitaly Takmazov |
2023-04-18 | Minor cleanup | Vitaly Takmazov |
2023-04-18 | ActivityPub compatibility with private posts | Vitaly Takmazov |
2023-04-17 | Add/remove from whitelist on web | Vitaly Takmazov |
2023-04-17 | Private posts | Vitaly Takmazov |
2023-04-13 | Premium users | Vitaly Takmazov |
2023-03-11 | Revert "Switch to Tomcat and omit its exceptions from logs" | Vitaly Takmazov |
2023-02-22 | Switch to Tomcat and omit its exceptions from logs | Vitaly Takmazov |
2023-02-16 | ActivityPub: improve logging | Vitaly Takmazov |
2023-02-10 | Notifications API: check if token is already exists | Vitaly Takmazov |
2023-01-30 | SQLite support | Vitaly Takmazov |
2023-01-28 | Cleanup Tag model | Vitaly Takmazov |
2023-01-26 | ActivityPub: log 404 errors on debug level | Vitaly Takmazov |
2023-01-22 | Show message subscription state in API thread | Vitaly Takmazov |
2023-01-22 | db refactoring: merge getMessages with isSubscribed query | Vitaly Takmazov |
2023-01-22 | Refactor messages service, remove 2 unneeded SQL queries | Vitaly Takmazov |
2023-01-19 | ActivityPub: using correct ActivityStreams profile header | Vitaly Takmazov |
2023-01-19 | RestTemplate -> OkHttpClient | Vitaly Takmazov |
2023-01-15 | Minor cleanup | Vitaly Takmazov |
2023-01-15 | PushQueriesService -> UserService | Vitaly Takmazov |
2023-01-14 | Configure test coverage reports | Vitaly Takmazov |
2023-01-14 | DB: merge ios, android, winphone tables to user_services | Vitaly Takmazov |
2023-01-13 | Mastodon API: posting and minor fixes to make Tusky happy | Vitaly Takmazov |
2023-01-13 | Fix OpenAPI generation | Vitaly Takmazov |
2023-01-13 | Specify explicit list of claims expected in JWT verification | Vitaly Takmazov |
2023-01-11 | Do not double escape search string | Vitaly Takmazov |
2023-01-09 | Mastodon API: statuses | Vitaly Takmazov |
2023-01-09 | OAuth: update refresh token TTL | Vitaly Takmazov |
2023-01-09 | Mastodon API: improve status layout, avatars, attachments | Vitaly Takmazov |
2023-01-09 | Mastodon API: include message author data into statuses | Vitaly Takmazov |
2023-01-06 | Mastodon API: timelines and minor fixes | Vitaly Takmazov |
2023-01-06 | Mastodon API: exclude visitor from Conversation accounts list | Vitaly Takmazov |
2023-01-06 | Mastodon API: conversations | 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 | Respond with HTTP 202 to stop sending unknown note updates | Vitaly Takmazov |
2023-01-04 | ActivityPub: fix actor to user conversion, handle Block activity | Vitaly Takmazov |
2023-01-04 | OAuth: allow HTTP Basic client authentication | Vitaly Takmazov |
2023-01-04 | ActivityPub: handle Note updates by Note id | Vitaly Takmazov |
2023-01-04 | Nodeinfo: exclude foreign comments | Vitaly Takmazov |
2023-01-04 | ActivityPub: handle Note updates | Vitaly Takmazov |
2023-01-04 | OAuth authentication for Mastodon and ActivityPub C2S | Vitaly Takmazov |
2022-12-31 | PMQueriesService -> ChatService | Vitaly Takmazov |
2022-12-30 | Accept fallback content types on `host-meta` and `webfinger` endpoints | Vitaly Takmazov |
2022-12-28 | webfinger: respond 404 on invalid resource request | Vitaly Takmazov |
2022-12-24 | ActivityPub: compatibility with Honk server | Vitaly Takmazov |