Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-15 | Cache evicting configuration update | Vitaly Takmazov | |
2022-12-14 | Fix the integer overflow issue | Vitaly Takmazov | |
2022-12-14 | Initial PostgreSQL schema and profile | Vitaly Takmazov | |
2022-12-09 | Better caching in AnythingFilter | Vitaly Takmazov | |
2022-12-09 | Fix cache keys | Vitaly Takmazov | |
2022-12-09 | `discover` cache | Vitaly Takmazov | |
2022-12-09 | Update cache evict rules | Vitaly Takmazov | |
2022-12-08 | Configure caches | Vitaly Takmazov | |
* caching is disabled because of OOMs in production | |||
2022-11-25 | Spring Boot 3 | Vitaly Takmazov | |
2022-11-15 | SubscriptionServiceImpl: reindent file | Vitaly Takmazov | |
2022-11-15 | SubscriptionService: handle duplicated key case in subscribeMessage() correctly | Vitaly Takmazov | |
* this will prevent MariaDB warning | |||
2022-11-15 | MessagesService: remove duplicated tags from getMessages() query | Vitaly Takmazov | |
2022-10-18 | Better trends query on `/api/tags` endpoint | 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-13 | Do not send subscriptions to banned users | Vitaly Takmazov | |
2022-05-12 | Update top criterias | Vitaly Takmazov | |
2022-04-13 | Handle email exceptions | Vitaly Takmazov | |
2022-03-07 | Fix readonly query | Vitaly Takmazov | |
2022-03-03 | Fix *readonly tag | Vitaly Takmazov | |
2022-02-17 | Do not allow to delete Telegram when it is the only social account | 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 | Remove unused move option | Vitaly Takmazov | |
2021-10-30 | Additional logging for recommendations | Vitaly Takmazov | |
2021-10-25 | Avatar upload improvements | Vitaly Takmazov | |
2021-10-25 | Fix top candidates query and update tests | Vitaly Takmazov | |
2021-10-24 | Make logs more silent | Vitaly Takmazov | |
2021-10-23 | Update top candidates query | Vitaly Takmazov | |
2021-10-23 | Minor code cleanup | Vitaly Takmazov | |
2021-10-23 | ImagesService -> StorageService | Vitaly Takmazov | |
img_path -> storage_path property | |||
2021-10-23 | ImagesService refactoring | Vitaly Takmazov | |
* Merge ImagesService and ImageUtils * add avatar metadata to RSS feeds | |||
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-18 | Display error for social login | Vitaly Takmazov | |
* CrossPostService gone | |||
2021-10-08 | Add message editing and updating interval | Vitaly Takmazov | |
* 3 days for message deletion * 15 minutes for editing | |||
2021-08-24 | ActivityPub: add DirectMessageEvent, fix Undo event | Vitaly Takmazov | |
2021-08-23 | ActivityPub: send Update event on user profile updates | Vitaly Takmazov | |
2021-08-22 | ActivityPub: return Application profile for service user | Vitaly Takmazov | |
2021-07-29 | better hashtags | makc | |
https://juick.com/rm/2997070#7 | |||
2021-04-17 | Cleanup deprecated usage of third-party libraries | Vitaly Takmazov | |
2020-11-19 | Fix checkBL destination | Vitaly Takmazov | |
We are checking for presence in visitor blacklist, not for user presence in others blacklist | |||
2020-11-12 | Do not receive mentions from blacklisted users in original posts | Vitaly Takmazov | |
2020-10-20 | Revert "Append * to keyword search" | Vitaly Takmazov | |
This reverts commit 85c5c69ffb5a14258eafb4c67c550f6018b3c621. | |||
2020-10-19 | Revert "serialVersionUID for all Serializable classes" | Vitaly Takmazov | |
This reverts commit af94a01336a8ec2c44a220548bb9ab409976b69d. | |||
2020-10-19 | serialVersionUID for all Serializable classes | Vitaly Takmazov | |