aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-08-22ActivityPub: make Mastodon happy with hashtagsGravatar Vitaly Takmazov
2021-08-22Use Microformats markup for mentions to make Mastodon happyGravatar Vitaly Takmazov
https://microformats.org/wiki/h-card
2021-08-22ActivityPub: add "mention" class to mention linksGravatar Vitaly Takmazov
* This may make Mastodon happy and may stop adding an url preview
2021-08-22ActivityPub: Mention includes domain in the name propertyGravatar Vitaly Takmazov
2021-08-22ActivityPub: return Application profile for service userGravatar Vitaly Takmazov
2021-08-22Type-safe ActivityStreams deserializationGravatar Vitaly Takmazov
2021-08-21ActivityPub: do not duplicate type propertyGravatar Vitaly Takmazov
2021-08-21ActivityPub: add Application as an actor typeGravatar Vitaly Takmazov
2021-08-20ActivityPub: fix contexts serializationGravatar Vitaly Takmazov
2021-08-20ActivityPub: Handle Flag activityGravatar Vitaly Takmazov
2021-08-20map NSFW tag to as:sensitive ActivityPub propertyGravatar Vitaly Takmazov
2021-08-14Add user agent to ActivityPub requestsGravatar Vitaly Takmazov
* This should help to accept us by Cloudflare site protection on some Mastodon instances
2021-08-14Fix embedded tweet widthGravatar Vitaly Takmazov
2021-07-29better hashtagsGravatar makc
https://juick.com/rm/2997070#7
2021-06-15Bump Spring Boot to 2.5.1Gravatar Vitaly Takmazov
* Initial db schema must be a flyway migration step
2021-06-08Unescape Java literals in ActivityPub logsGravatar Vitaly Takmazov
2021-05-16email: plaintext part should not have escaped charactersGravatar Vitaly Takmazov
2021-04-17Update XMPP spam warningGravatar Vitaly Takmazov
2021-04-17Cleanup deprecated usage of third-party librariesGravatar Vitaly Takmazov
2021-04-17Update order of testsGravatar Vitaly Takmazov
2021-04-17Use @TestMethodOrderGravatar Vitaly Takmazov
2021-04-17Assign order to important testsGravatar Vitaly Takmazov
2021-04-12ActivityPub: pooling HTTP clientGravatar Vitaly Takmazov
2021-04-12Verify Google JWT tokens without Google librariesGravatar Vitaly Takmazov
2021-03-31Resource filtering is handled by Spring Boot Maven pluginGravatar Vitaly Takmazov
2021-03-31move Flyway resources back to resources/Gravatar Vitaly Takmazov
2021-03-31Gradle -> MavenGravatar Vitaly Takmazov
2021-03-30Use mobile view where sticky is not supported (ie11)Gravatar Vitaly Takmazov
2021-03-30babel: exclude es.symbol.* polyfills from the bundleGravatar Vitaly Takmazov
2021-03-30add missing core-js polyfillsGravatar Vitaly Takmazov
2021-03-25login page refactoringGravatar Vitaly Takmazov
* drop jQuery * merge styles * show login error message
2021-03-24Compile CSS with postcss-cliGravatar Vitaly Takmazov
2021-03-24Service: handle invalid from headers in emailsGravatar Vitaly Takmazov
2021-03-24ActivityPub: add workaround for Nextcloud ServiceGravatar Vitaly Takmazov
Remove when their fix will be merged - https://github.com/nextcloud/social/pull/1230
2021-03-24Fix url logging in HttpMediaTypeNotAcceptableException handlerGravatar Vitaly Takmazov
2021-03-24Cleanup HttpMediaTypeNotAcceptableException handlerGravatar Vitaly Takmazov
* move ExceptionHandler to ControllerAdvice * add test * reindent using VSCode
2021-03-24Handle HttpMediaTypeNotAcceptableExceptionGravatar Vitaly Takmazov
2021-03-24ActivityPub: handle unverified deletionsGravatar Vitaly Takmazov
2021-03-24ActivityPub: handle unverified updatesGravatar Vitaly Takmazov
2021-03-23TwitterManager: log twitter usersGravatar Vitaly Takmazov
2021-03-23Fix email processing flowGravatar Vitaly Takmazov
2021-03-02Drop social linksGravatar Vitaly Takmazov
2021-03-02TwitterManager: do not forward top feedGravatar Vitaly Takmazov
2021-02-13Cleanup CSS/HTML suggestions from VSCodeGravatar Vitaly Takmazov
2021-01-27Update messages_ru.propertiesGravatar vitalyster
2021-01-27Remove "blacklist" termGravatar vitalyster
2021-01-18bump to 2021Gravatar Vitaly Takmazov
2021-01-16ActivityPub: do not serialize context twiceGravatar Vitaly Takmazov
2021-01-14tests: use multipart mock constructor with original filenameGravatar Vitaly Takmazov
2020-12-30api: add fetchUser endpointGravatar Vitaly Takmazov