Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-19 | Migrate to Twitter API 2.0 | Vitaly Takmazov | |
2023-04-30 | Expose 'vip' and 'ignored' user lists over '/me' API endpoint | Vitaly Takmazov | |
2023-04-26 | Do not show hidden messages to ugnich | Vitaly Takmazov | |
2023-04-17 | Add/remove from whitelist on web | Vitaly Takmazov | |
2023-02-03 | tag.isIgnored, tag.isSubscribed | Vitaly Takmazov | |
2023-02-03 | GetTagNoIndex -> tag.isNotIndexed | Vitaly Takmazov | |
2023-01-30 | SQLite support | 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-19 | ActivityPub: blog redirect | Vitaly Takmazov | |
2023-01-13 | Fix OpenAPI generation | Vitaly Takmazov | |
* Use HandlerMethodArgumentResolver to pass visitor * Hide visitor from OpenAPI definitions * Drop unused AsciiDoc template | |||
2023-01-13 | Minor cleanup and copyright updates | Vitaly Takmazov | |
2023-01-11 | Do not double escape search string | Vitaly Takmazov | |
2023-01-11 | Fix Telegram login | Vitaly Takmazov | |
2023-01-08 | Fix ActivityPub redirects | Vitaly Takmazov | |
2023-01-04 | ActivityPub: cleanup media types and redirects | Vitaly Takmazov | |
2023-01-04 | OAuth authentication for Mastodon and ActivityPub C2S | Vitaly Takmazov | |
2022-12-31 | PMQueriesService -> ChatService | Vitaly Takmazov | |
2022-12-24 | `Collectors.toList()` -> `toList()` | Vitaly Takmazov | |
2022-12-23 | Show external followers in stats | Vitaly Takmazov | |
2022-12-09 | Redirect thread URL to ActivityPub version if Accept header matches | Vitaly Takmazov | |
2022-12-08 | Cleanup unused authorization checks handled by spring-security | Vitaly Takmazov | |
2022-12-07 | Login: use `Referer` header to redirect after the successful login | Vitaly Takmazov | |
2022-12-07 | Remove login popup | Vitaly Takmazov | |
2022-11-25 | Spring Boot 3 | Vitaly Takmazov | |
2022-06-30 | Add `noindex` conditions | 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-03-24 | Cleanup HttpMediaTypeNotAcceptableException handler | Vitaly Takmazov | |
* move ExceptionHandler to ControllerAdvice * add test * reindent using VSCode | |||
2021-03-24 | Handle HttpMediaTypeNotAcceptableException | Vitaly Takmazov | |
2020-12-25 | Refactoring | Vitaly Takmazov | |
2020-11-24 | Fix title localization on some web pages | Vitaly Takmazov | |
2020-11-19 | Display "reply" button to user when message author ignored him | Vitaly Takmazov | |
* user replies are still muted for author | |||
2020-10-20 | Revert "/user/tag? => /user/search?" | Vitaly Takmazov | |
This reverts commit aa0070140058603de7d60c8e039bb4a535399f3a. | |||
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-04-09 | /user/tag? => /user/search? | Vitaly Takmazov | |
2020-04-04 | Initialize all components from configuration | Vitaly Takmazov | |
2020-04-03 | Reorganize layout and code cleanup | Vitaly Takmazov | |