Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | ||
2020-11-19 | Fix checkBL destination | ||
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 | ||
2020-10-20 | Revert "Append * to keyword search" | ||
This reverts commit 85c5c69ffb5a14258eafb4c67c550f6018b3c621. | |||
2020-10-19 | Revert "serialVersionUID for all Serializable classes" | ||
This reverts commit af94a01336a8ec2c44a220548bb9ab409976b69d. | |||
2020-10-19 | serialVersionUID for all Serializable classes | ||
2020-10-08 | Apply some IDEA suggestions | ||
2020-10-02 | Update copyright years | ||
2020-10-02 | Apply fixes from some IDEA code inspections | ||
2020-06-05 | Append * to keyword search | ||
2020-06-05 | Revert "boost keyword weight on search" | ||
This reverts commit dde18e12688a47f81cb7c4336901008158a3637e. | |||
2020-06-05 | Revert "Use best-match ranker for one word queries" | ||
This reverts commit c571ab6ad8c215cae54c17a454ec8f84b24ba1b5. | |||
2020-06-05 | Revert "Fix sort hint" | ||
This reverts commit 9e5c7c562f93b4156c77fbc5ebab91a245001eb3. | |||
2020-06-05 | Revert "Use default search mode for keywords" | ||
This reverts commit bbb06da27162385d147ef0ff78d787a4b2de6762. | |||
2020-06-05 | Use default search mode for keywords | ||
2020-06-05 | Fix sort hint | ||
2020-06-05 | Use best-match ranker for one word queries | ||
2020-06-05 | boost keyword weight on search | ||
2020-05-21 | Show correct signup errors | ||
2020-05-03 | Minor cleanup | ||
2020-04-04 | Initialize all components from configuration | ||
2020-04-03 | Reorganize layout and code cleanup | ||
2020-04-03 | Extract sape code into ControllerAdvice | ||
2020-04-03 | Cleanup some IDEA warnings | ||