Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-10-23 | Update top candidates query | Vitaly Takmazov | |
2021-10-23 | ImagesService -> StorageService | Vitaly Takmazov | |
img_path -> storage_path property | |||
2021-10-23 | getUserBlogWithRecommendations: fix query | Vitaly Takmazov | |
2021-10-21 | Top feed should not contain banned users | Vitaly Takmazov | |
2021-10-21 | Make popular feed equal to service user recommendations feed to have correct RSS feeds | Vitaly Takmazov | |
2021-10-08 | Add message editing and updating interval | Vitaly Takmazov | |
* 3 days for message deletion * 15 minutes for editing | |||
2021-04-17 | Cleanup deprecated usage of third-party libraries | Vitaly Takmazov | |
2020-10-20 | Revert "Append * to keyword search" | Vitaly Takmazov | |
This reverts commit 85c5c69ffb5a14258eafb4c67c550f6018b3c621. | |||
2020-10-02 | Update copyright years | Vitaly Takmazov | |
2020-06-05 | Append * to keyword search | Vitaly Takmazov | |
2020-05-03 | Minor cleanup | Vitaly Takmazov | |
2020-04-03 | Extract sape code into ControllerAdvice | Vitaly Takmazov | |
2020-03-07 | Reorganize project layout | Vitaly Takmazov | |
2020-02-05 | Do not count unread messages in threads from blacklisted users | Vitaly Takmazov | |
2019-12-12 | Cleanup IDEA code issues | Vitaly Takmazov | |
2019-10-02 | Fix unread SQL | Vitaly Takmazov | |
2019-10-02 | Fill Message::unread in single query | Vitaly Takmazov | |
2019-09-18 | Fix createReply logic | Vitaly Takmazov | |
2019-09-18 | Readonly messages | Vitaly Takmazov | |
2019-04-29 | Fit netneladno.ru queries | Vitaly Takmazov | |
2019-04-26 | Minimize SQL queries for banned users | Vitaly Takmazov | |
2019-04-09 | Fix likes counter while fixing tests on mysql | Vitaly Takmazov | |
2019-04-09 | Microseconds timestamp in replies | Vitaly Takmazov | |
2019-04-07 | Edit telegram messages | Vitaly Takmazov | |
2019-04-07 | Replies should have properties too | Vitaly Takmazov | |
2019-04-07 | Tags should be unescaped before storing | Vitaly Takmazov | |
Test tag is Test tag | |||
2019-04-06 | Message properties | Vitaly Takmazov | |
2019-04-04 | Avatars in feed recommendations | Vitaly Takmazov | |
2019-04-04 | Recommendations in feeds | Vitaly Takmazov | |
2019-03-01 | Avatars for quote user | Vitaly Takmazov | |
2019-03-01 | Message::timestamp -> Message::created | Vitaly Takmazov | |
2019-03-01 | Tags refactoring | Vitaly Takmazov | |
2019-03-01 | using batchUpdate for tags | Vitaly Takmazov | |
2019-03-01 | Fix getMessages query | Vitaly Takmazov | |
2019-03-01 | Fix getMessage query | Vitaly Takmazov | |