Age | Commit message (Expand) | Author |
2023-02-03 | messages_txt -> messages | Vitaly Takmazov |
2023-02-03 | Make SQL vendor queries private | Vitaly Takmazov |
2023-02-03 | Make new queries compatible | Vitaly Takmazov |
2023-02-03 | tag.isIgnored, tag.isSubscribed | Vitaly Takmazov |
2023-02-03 | GetTagNoIndex -> tag.isNotIndexed | Vitaly Takmazov |
2023-02-03 | top_ignore_tags -> tags.notop | 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 | Update recursive CTEs | Vitaly Takmazov |
2023-01-28 | Improve SQL server compatibility | Vitaly Takmazov |
2023-01-28 | Cleanup Tag model | Vitaly Takmazov |
2023-01-27 | db: initial SQL Server schema | Vitaly Takmazov |
2023-01-22 | `isInBL`: do not check anonymous user | Vitaly Takmazov |
2023-01-22 | twitter_user cache | 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 | Improve logging | Vitaly Takmazov |
2023-01-19 | RestTemplate -> OkHttpClient | Vitaly Takmazov |
2023-01-18 | Cleanup unused code | Vitaly Takmazov |
2023-01-18 | Avoid nested transactions when reading messages from database | Vitaly Takmazov |
2023-01-18 | Drop unused `useroptions` table | Vitaly Takmazov |
2023-01-16 | email: cleanup expired auth codes | Vitaly Takmazov |
2023-01-15 | Minor cleanup | Vitaly Takmazov |
2023-01-15 | PushQueriesService -> UserService | Vitaly Takmazov |
2023-01-15 | Drop unused table and methods | Vitaly Takmazov |
2023-01-14 | DB: merge ios, android, winphone tables to user_services | Vitaly Takmazov |
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 |