Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-17 | Empty search service for h2 environment | ||
2022-12-17 | postgres: search service | ||
2022-12-16 | Make tag query SQL-compatible | ||
2022-12-15 | Apply IDEA suggestions | ||
2022-12-15 | Extract user to actor conversion code into Converter | ||
2022-12-15 | Cache evicting configuration update | ||
2022-12-14 | Fix the integer overflow issue | ||
2022-12-14 | Initial PostgreSQL schema and profile | ||
2022-12-09 | Better caching in AnythingFilter | ||
2022-12-09 | Fix cache keys | ||
2022-12-09 | `discover` cache | ||
2022-12-09 | Update cache evict rules | ||
2022-12-08 | Configure caches | ||
* caching is disabled because of OOMs in production | |||
2022-11-25 | Spring Boot 3 | ||
2022-11-15 | SubscriptionServiceImpl: reindent file | ||
2022-11-15 | SubscriptionService: handle duplicated key case in subscribeMessage() correctly | ||
* this will prevent MariaDB warning | |||
2022-11-15 | MessagesService: remove duplicated tags from getMessages() query | ||
2022-10-18 | Better trends query on `/api/tags` endpoint | ||
2022-06-29 | Use full URL for avatars in replies | ||
2022-06-29 | Avatars in /thread API endpoint | ||
2022-06-25 | `likes` field returns recommendations count | ||
2022-06-25 | Fix recommendations counters in html templates | ||
* deprecate `likes` message field, use `recommendations` where possible | |||
2022-05-13 | Do not send subscriptions to banned users | ||
2022-05-12 | Update top criterias | ||
2022-04-13 | Handle email exceptions | ||
2022-03-07 | Fix readonly query | ||
2022-03-03 | Fix *readonly tag | ||
2022-02-17 | Do not allow to delete Telegram when it is the only social account | ||
2021-11-11 | New top query fix | ||
2021-11-07 | Fix top query | ||
2021-10-30 | Move deleted messages to archive user | ||
2021-10-30 | Remove unused move option | ||
2021-10-30 | Additional logging for recommendations | ||
2021-10-25 | Avatar upload improvements | ||
2021-10-25 | Fix top candidates query and update tests | ||
2021-10-24 | Make logs more silent | ||
2021-10-23 | Update top candidates query | ||
2021-10-23 | Minor code cleanup | ||
2021-10-23 | ImagesService -> StorageService | ||
img_path -> storage_path property | |||
2021-10-23 | ImagesService refactoring | ||
* Merge ImagesService and ImageUtils * add avatar metadata to RSS feeds | |||
2021-10-23 | getUserBlogWithRecommendations: fix query | ||
2021-10-21 | Top feed should not contain banned users | ||
2021-10-21 | Make popular feed equal to service user recommendations feed to have correct RSS feeds | ||
2021-10-18 | Display error for social login | ||
* CrossPostService gone | |||
2021-10-08 | Add message editing and updating interval | ||
* 3 days for message deletion * 15 minutes for editing | |||
2021-08-24 | ActivityPub: add DirectMessageEvent, fix Undo event | ||
2021-08-23 | ActivityPub: send Update event on user profile updates | ||
2021-08-22 | ActivityPub: return Application profile for service user | ||
2021-07-29 | better hashtags | ||
https://juick.com/rm/2997070#7 | |||
2021-04-17 | Cleanup deprecated usage of third-party libraries | ||