Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-14 | Add user agent to ActivityPub requests | Vitaly Takmazov | |
* This should help to accept us by Cloudflare site protection on some Mastodon instances | |||
2021-08-14 | Fix embedded tweet width | Vitaly Takmazov | |
2021-07-29 | better hashtags | makc | |
https://juick.com/rm/2997070#7 | |||
2021-06-15 | Bump Spring Boot to 2.5.1 | Vitaly Takmazov | |
* Initial db schema must be a flyway migration step | |||
2021-06-08 | Unescape Java literals in ActivityPub logs | Vitaly Takmazov | |
2021-05-16 | email: plaintext part should not have escaped characters | Vitaly Takmazov | |
2021-04-17 | Update XMPP spam warning | Vitaly Takmazov | |
2021-04-17 | Cleanup deprecated usage of third-party libraries | Vitaly Takmazov | |
2021-04-12 | ActivityPub: pooling HTTP client | Vitaly Takmazov | |
2021-04-12 | Verify Google JWT tokens without Google libraries | Vitaly Takmazov | |
2021-03-31 | Resource filtering is handled by Spring Boot Maven plugin | Vitaly Takmazov | |
2021-03-31 | move Flyway resources back to resources/ | Vitaly Takmazov | |
2021-03-31 | Gradle -> Maven | Vitaly Takmazov | |
2021-03-30 | Use mobile view where sticky is not supported (ie11) | Vitaly Takmazov | |
2021-03-30 | babel: exclude es.symbol.* polyfills from the bundle | Vitaly Takmazov | |
2021-03-30 | add missing core-js polyfills | Vitaly Takmazov | |
2021-03-25 | login page refactoring | Vitaly Takmazov | |
* drop jQuery * merge styles * show login error message | |||
2021-03-24 | Compile CSS with postcss-cli | Vitaly Takmazov | |
2021-03-24 | Service: handle invalid from headers in emails | Vitaly Takmazov | |
2021-03-24 | ActivityPub: add workaround for Nextcloud Service | Vitaly Takmazov | |
Remove when their fix will be merged - https://github.com/nextcloud/social/pull/1230 | |||
2021-03-24 | Fix url logging in HttpMediaTypeNotAcceptableException handler | Vitaly Takmazov | |
2021-03-24 | Cleanup HttpMediaTypeNotAcceptableException handler | Vitaly Takmazov | |
* move ExceptionHandler to ControllerAdvice * add test * reindent using VSCode | |||
2021-03-24 | Handle HttpMediaTypeNotAcceptableException | Vitaly Takmazov | |
2021-03-24 | ActivityPub: handle unverified deletions | Vitaly Takmazov | |
2021-03-24 | ActivityPub: handle unverified updates | Vitaly Takmazov | |
2021-03-23 | TwitterManager: log twitter users | Vitaly Takmazov | |
2021-03-23 | Fix email processing flow | Vitaly Takmazov | |
2021-03-02 | Drop social links | Vitaly Takmazov | |
2021-03-02 | TwitterManager: do not forward top feed | Vitaly Takmazov | |
2021-02-13 | Cleanup CSS/HTML suggestions from VSCode | Vitaly Takmazov | |
2021-01-27 | Update messages_ru.properties | vitalyster | |
2021-01-27 | Remove "blacklist" term | vitalyster | |
2021-01-18 | bump to 2021 | Vitaly Takmazov | |
2021-01-16 | ActivityPub: do not serialize context twice | Vitaly Takmazov | |
2020-12-30 | api: add fetchUser endpoint | Vitaly Takmazov | |
2020-12-25 | Refactoring | Vitaly Takmazov | |
2020-12-23 | Fix title locale on Settings page | Vitaly Takmazov | |
2020-12-11 | Fix content position | Vitaly Takmazov | |
2020-12-10 | Style cleanup | Vitaly Takmazov | |
2020-12-10 | scripts: drop outdated header scrolling code | Vitaly Takmazov | |
2020-12-10 | scripts: do not import modules twice | Vitaly Takmazov | |
2020-12-07 | springfox -> springdoc | Vitaly Takmazov | |
2020-11-24 | Fix title localization on some web pages | Vitaly Takmazov | |
2020-11-24 | Bump pebble-spring to 3.1.4 | Vitaly Takmazov | |
2020-11-20 | Fix previous fix™️ | Vitaly Takmazov | |
2020-11-20 | Process Referer header without javax.servlet reference | Vitaly Takmazov | |
* starting to remove javax.servlet dependency | |||
2020-11-19 | Fix blacklist checking when commenting over API | 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-19 | Display "reply" button to user when message author ignored him | Vitaly Takmazov | |
* user replies are still muted for author | |||
2020-11-12 | Do not receive mentions from blacklisted users in original posts | Vitaly Takmazov | |