Age | Commit message (Collapse) | Author | |
---|---|---|---|
10 days | Drop unused tests | Vitaly Takmazov | |
11 days | Cleanup legacy WebFinger implementation | Vitaly Takmazov | |
2024-10-17 | `User::getLanguage` | Vitaly Takmazov | |
2024-09-21 | URL regex: exclude guillemets | Vitaly Takmazov | |
2024-09-09 | Handle post errors | Vitaly Takmazov | |
2024-09-09 | Disable signup test | Vitaly Takmazov | |
2024-07-01 | JPA: fix relations, add new fields, add basic tests | Vitaly Takmazov | |
2024-05-30 | Fix tests | Vitaly Takmazov | |
2024-05-24 | Do not allow unverified users to comment messages | Vitaly Takmazov | |
2024-05-19 | javax.inject -> jakarta.inject | Vitaly Takmazov | |
2024-05-12 | StringUtils.abbreviate | Vitaly Takmazov | |
2024-04-27 | Fix text truncation in reply quotes and Twitter posts | Vitaly Takmazov | |
2024-03-29 | Disable caching in development mode | Vitaly Takmazov | |
2024-03-18 | ActivityPub: coalesce empty `cc` field to array | Vitaly Takmazov | |
2024-03-17 | Do not resolve nicknames for recommendations | Vitaly Takmazov | |
2024-03-13 | ActivityPub: handle Flag with multiple objects | Vitaly Takmazov | |
TODO: refactor Activity to handle multiple objects | |||
2024-02-09 | Use fetch credentials instead of hash parameter for authenticated requests | Vitaly Takmazov | |
2024-02-09 | API: accept authorization cookie | Vitaly Takmazov | |
2024-02-09 | Append IDEA code suggestions | Vitaly Takmazov | |
2024-02-01 | CI: enable SQLite | Vitaly Takmazov | |
* SQLite JDBC driver does not support generated keys feature. So we implement `returningId` helper * only one connection should be used from connection pooler * changes made to prevent connection locking | |||
2023-12-08 | Do not count recommendations from banned users | Vitaly Takmazov | |
* Previosly only own message recommendations were filtered, now all message recommendations filter banned users | |||
2023-12-01 | Bump jjwt to 0.12.3 | Vitaly Takmazov | |
Upgrade API usage | |||
2023-04-26 | Expose `friendsOnly` message property over API | Vitaly Takmazov | |
2023-04-17 | Private posts | Vitaly Takmazov | |
2023-02-15 | Parse old Pidgin urls | Vitaly Takmazov | |
2023-02-03 | messages_txt -> messages | Vitaly Takmazov | |
2023-02-03 | top_ignore_tags -> tags.notop | Vitaly Takmazov | |
2023-02-01 | Fix emoji collation issue on MariaDB | Vitaly Takmazov | |
2023-02-01 | Store timestamp in milliseconds when using SQLite | Vitaly Takmazov | |
2023-01-30 | SQLite support | Vitaly Takmazov | |
2023-01-29 | CI: enable sqlserver job | Vitaly Takmazov | |
2023-01-28 | Improve SQL server compatibility | Vitaly Takmazov | |
2023-01-28 | Cleanup Tag model | 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: blog redirect | Vitaly Takmazov | |
2023-01-19 | RestTemplate -> OkHttpClient | Vitaly Takmazov | |
2023-01-16 | email: cleanup expired auth codes | 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-14 | Pass tests with configured domain | Vitaly Takmazov | |
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 | |