aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-31Update ci.ymlGravatar vitalyster
2021-03-31Update .gitignoreGravatar Vitaly Takmazov
2021-03-31Add Maven wrapperGravatar Vitaly Takmazov
2021-03-31Resource filtering is handled by Spring Boot Maven pluginGravatar Vitaly Takmazov
2021-03-31Drop Gradle configurations and wrapperGravatar Vitaly Takmazov
2021-03-31move Flyway resources back to resources/Gravatar Vitaly Takmazov
2021-03-31Update CI configurationGravatar Vitaly Takmazov
2021-03-31Gradle -> MavenGravatar Vitaly Takmazov
2021-03-30Bump @babel/core from 7.13.13 to 7.13.14Gravatar dependabot[bot]
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.13 to 7.13.14. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.14/packages/babel-core) Signed-off-by: dependabot[bot] <support@github.com>
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-30Revert "Gradle wrapper 7.0-rc-1"Gravatar Vitaly Takmazov
This reverts commit 0470b78f626311deb5f4a35d2cfec4beb10ad944.
2021-03-30Update .browserlistrcGravatar Vitaly Takmazov
2021-03-30Gradle wrapper 7.0-rc-1Gravatar Vitaly Takmazov
2021-03-30gradle: use toolchainsGravatar Vitaly Takmazov
2021-03-30add missing core-js polyfillsGravatar Vitaly Takmazov
2021-03-30@babel/preset-env: modules: falseGravatar Vitaly Takmazov
* this fixes loading issues on old browsers
2021-03-29Bump webpack-cli from 4.5.0 to 4.6.0Gravatar dependabot[bot]
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.5.0...webpack-cli@4.6.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29Bump eslint from 7.22.0 to 7.23.0Gravatar dependabot[bot]
Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.23.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29Bump @babel/core from 7.13.10 to 7.13.13Gravatar dependabot[bot]
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.10 to 7.13.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.13/packages/babel-core) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25login page refactoringGravatar Vitaly Takmazov
* drop jQuery * merge styles * show login error message
2021-03-25postcss: run stylelint plugin first to honor ignoreFiles settingGravatar Vitaly Takmazov
2021-03-25Fix npm ci in production modeGravatar Vitaly Takmazov
2021-03-25Use NODE_ENV=production for production builds, development build by defaultGravatar Vitaly Takmazov
2021-03-25Drop unused webpack modulesGravatar Vitaly Takmazov
2021-03-25Bump eslint-webpack-plugin from 2.5.2 to 2.5.3Gravatar dependabot[bot]
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.5.2 to 2.5.3. - [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v2.5.2...v2.5.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25Bump webpack from 5.27.2 to 5.28.0Gravatar dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 5.27.2 to 5.28.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.27.2...v5.28.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25Remove CSS webpack pluginsGravatar Vitaly Takmazov
2021-03-24Compile CSS with postcss-cliGravatar Vitaly Takmazov
2021-03-24webpack: copy sprite.svg to destinationGravatar 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-23Bump jna from 5.7.0 to 5.8.0Gravatar dependabot[bot]
Bumps [jna](https://github.com/java-native-access/jna) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/java-native-access/jna/releases) - [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md) - [Commits](https://github.com/java-native-access/jna/compare/5.7.0...5.8.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23Bump @babel/preset-env from 7.13.10 to 7.13.12Gravatar dependabot[bot]
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.10 to 7.13.12. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.12/packages/babel-preset-env) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23Bump webpack from 5.27.1 to 5.27.2Gravatar dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 5.27.1 to 5.27.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.27.1...v5.27.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23Bump jna-platform from 5.7.0 to 5.8.0Gravatar dependabot[bot]
Bumps [jna-platform](https://github.com/java-native-access/jna) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/java-native-access/jna/releases) - [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md) - [Commits](https://github.com/java-native-access/jna/compare/5.7.0...5.8.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-22Bump webpack from 5.26.3 to 5.27.1Gravatar dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 5.26.3 to 5.27.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.26.3...v5.27.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-18Update NPM depsGravatar Vitaly Takmazov
2021-03-18Bump webpack from 5.26.2 to 5.26.3Gravatar dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 5.26.2 to 5.26.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.26.2...v5.26.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-17Bump webpack from 5.26.0 to 5.26.2Gravatar dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 5.26.0 to 5.26.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.26.0...v5.26.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-16Bump css-minimizer-webpack-plugin from 1.2.0 to 1.3.0Gravatar dependabot[bot]
Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v1.2.0...v1.3.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-16Bump webpack from 5.25.1 to 5.26.0Gravatar dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 5.25.1 to 5.26.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.25.1...v5.26.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-16Bump css-loader from 5.1.2 to 5.1.3Gravatar dependabot[bot]
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.1.2 to 5.1.3. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.1.2...v5.1.3) Signed-off-by: dependabot[bot] <support@github.com>