Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-29 | Disable caching in development mode | Vitaly Takmazov | |
2024-03-17 | Do not resolve nicknames for recommendations | 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 | |||
2024-02-01 | Do not block JDBC connection to get message tags | Vitaly Takmazov | |
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-08 | Do not show private messages to @ugnich | Vitaly Takmazov | |
2023-12-08 | Increase message editing window to 3 days | Vitaly Takmazov | |
2023-10-23 | jdbc: row mapper usage refactoring | Vitaly Takmazov | |
2023-04-26 | Expose `friendsOnly` message property over API | Vitaly Takmazov | |
2023-04-26 | Do not show hidden messages in discussions | Vitaly Takmazov | |
2023-04-17 | Private posts | Vitaly Takmazov | |
2023-04-13 | Premium users | Vitaly Takmazov | |
2023-02-22 | Fix memory issues when using Reaction | Vitaly Takmazov | |
2023-02-13 | Code cleanup | Vitaly Takmazov | |
2023-02-04 | Minor cleanup | Vitaly Takmazov | |
2023-02-03 | Improve top query speed | Vitaly Takmazov | |
2023-02-03 | db: read message text with null coalescing | Vitaly Takmazov | |
2023-02-03 | messages_txt -> messages | Vitaly Takmazov | |
2023-02-03 | Make SQL vendor queries private | 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-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-18 | Avoid nested transactions when reading messages from database | Vitaly Takmazov | |
2023-01-07 | Initial SQLite schema (work in progress) | Vitaly Takmazov | |
2023-01-04 | ActivityPub: handle Note updates | Vitaly Takmazov | |
2022-12-24 | `Collectors.toList()` -> `toList()` | Vitaly Takmazov | |
2022-12-20 | API: do not append tags to replies | Vitaly Takmazov | |
2022-12-18 | Fix reply deletion | Vitaly Takmazov | |
2022-12-18 | Fix `getUserBlogAtDay` query | Vitaly Takmazov | |
2022-12-14 | Fix the integer overflow issue | Vitaly Takmazov | |
2022-12-14 | Initial PostgreSQL schema and profile | Vitaly Takmazov | |
2022-11-15 | MessagesService: remove duplicated tags from getMessages() query | Vitaly Takmazov | |
2022-06-29 | Use full URL for avatars in replies | Vitaly Takmazov | |
2022-06-29 | Avatars in /thread API endpoint | Vitaly Takmazov | |
2022-06-25 | `likes` field returns recommendations count | Vitaly Takmazov | |
2022-06-25 | Fix recommendations counters in html templates | Vitaly Takmazov | |
* deprecate `likes` message field, use `recommendations` where possible | |||
2022-05-12 | Update top criterias | Vitaly Takmazov | |
2022-03-07 | Fix readonly query | Vitaly Takmazov | |
2022-03-03 | Fix *readonly tag | Vitaly Takmazov | |
2021-11-11 | New top query fix | Vitaly Takmazov | |
2021-11-07 | Fix top query | Vitaly Takmazov | |
2021-10-30 | Move deleted messages to archive user | Vitaly Takmazov | |
2021-10-30 | Additional logging for recommendations | Vitaly Takmazov | |
2021-10-25 | Fix top candidates query and update tests | Vitaly Takmazov | |