aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-14Fix the integer overflow issueGravatar Vitaly Takmazov
2022-12-14CI: matrix tests on profile strategyGravatar Vitaly Takmazov
2022-12-14Initial PostgreSQL schema and profileGravatar Vitaly Takmazov
2022-12-13Bump @swc/core from 1.3.21 to 1.3.22Gravatar dependabot[bot]
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.21 to 1.3.22. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.3.21...v1.3.22) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13Bump postcss from 8.4.19 to 8.4.20Gravatar dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.20. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.19...8.4.20) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09Better caching in AnythingFilterGravatar Vitaly Takmazov
2022-12-09Fix cache keysGravatar Vitaly Takmazov
2022-12-09`discover` cacheGravatar Vitaly Takmazov
2022-12-09Update cache evict rulesGravatar Vitaly Takmazov
2022-12-09Redirect thread URL to ActivityPub version if Accept header matchesGravatar Vitaly Takmazov
2022-12-09Bump postcss-import from 15.0.1 to 15.1.0Gravatar dependabot[bot]
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.0.1 to 15.1.0. - [Release notes](https://github.com/postcss/postcss-import/releases) - [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-import/compare/15.0.1...15.1.0) --- updated-dependencies: - dependency-name: postcss-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08CSRF protection requires sessionsGravatar Vitaly Takmazov
2022-12-08webpack: minify using `swc`Gravatar Vitaly Takmazov
2022-12-08webpack: minify using esbuildGravatar Vitaly Takmazov
2022-12-08Restore Spring Boot error filter configurationGravatar Vitaly Takmazov
2022-12-08Lenient JSON deserializationGravatar Vitaly Takmazov
2022-12-08Spring beans should not be publicGravatar Vitaly Takmazov
2022-12-08Conditional logging configurationGravatar Vitaly Takmazov
2022-12-08Remove unused configuration propertyGravatar Vitaly Takmazov
2022-12-08Using redis caching in productionGravatar Vitaly Takmazov
2022-12-08Configure cachesGravatar Vitaly Takmazov
* caching is disabled because of OOMs in production
2022-12-08Track production configuration templateGravatar Vitaly Takmazov
2022-12-08Add production logging configurationGravatar Vitaly Takmazov
2022-12-08scripts: JSDoc cleanupGravatar Vitaly Takmazov
2022-12-08Add return path parameter to other `/login` linksGravatar Vitaly Takmazov
2022-12-08Cleanup unused authorization checks handled by spring-securityGravatar Vitaly Takmazov
2022-12-07Login: use `Referer` header to redirect after the successful loginGravatar Vitaly Takmazov
2022-12-07Remove login popupGravatar Vitaly Takmazov
2022-12-06Bump stylelint from 14.15.0 to 14.16.0Gravatar dependabot[bot]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.15.0 to 14.16.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.15.0...14.16.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06Bump eslint from 8.28.0 to 8.29.0Gravatar dependabot[bot]
Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 8.29.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.28.0...v8.29.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06Bump webpack-cli from 5.0.0 to 5.0.1Gravatar dependabot[bot]
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.0 to 5.0.1. - [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@5.0.0...webpack-cli@5.0.1) --- updated-dependencies: - dependency-name: webpack-cli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03Add missing security configuration for h2 consoleGravatar Vitaly Takmazov
2022-12-03Add missing CSRF token to password change formGravatar Vitaly Takmazov
2022-12-03Bump postcss-import from 15.0.0 to 15.0.1Gravatar dependabot[bot]
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.0.0 to 15.0.1. - [Release notes](https://github.com/postcss/postcss-import/releases) - [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-import/compare/15.0.0...15.0.1) --- updated-dependencies: - dependency-name: postcss-import dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01Bump @babel/core from 7.20.2 to 7.20.5Gravatar dependabot[bot]
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.2 to 7.20.5. - [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.20.5/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01Bump java-telegram-bot-api from 6.2.0 to 6.3.0Gravatar dependabot[bot]
Bumps java-telegram-bot-api from 6.2.0 to 6.3.0. --- updated-dependencies: - dependency-name: com.github.pengrad:java-telegram-bot-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01Bump postcss-cli from 10.0.0 to 10.1.0Gravatar dependabot[bot]
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/postcss/postcss-cli/releases) - [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-cli/compare/10.0.0...10.1.0) --- updated-dependencies: - dependency-name: postcss-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01Bump eslint-plugin-jsdoc from 39.6.3 to 39.6.4Gravatar dependabot[bot]
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.3 to 39.6.4. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.6.3...v39.6.4) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-26Use correct babbler artifactsGravatar Vitaly Takmazov
2022-11-26Restore XMPP testGravatar Vitaly Takmazov
2022-11-26Switch to patched babbler versionGravatar Vitaly Takmazov
2022-11-25Spring Boot 3Gravatar Vitaly Takmazov
2022-11-25npm audit fixGravatar Vitaly Takmazov
2022-11-25Bump eslint-plugin-jsdoc from 39.6.2 to 39.6.3Gravatar dependabot[bot]
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.2 to 39.6.3. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.6.2...v39.6.3) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-22Bump concurrently from 7.5.0 to 7.6.0Gravatar dependabot[bot]
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.5.0 to 7.6.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.5.0...v7.6.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-22Bump springdoc-openapi-webmvc-core from 1.6.12 to 1.6.13Gravatar dependabot[bot]
Bumps [springdoc-openapi-webmvc-core](https://github.com/springdoc/springdoc-openapi) from 1.6.12 to 1.6.13. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.12...v1.6.13) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-webmvc-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-22Bump imageio-jpeg from 3.9.3 to 3.9.4Gravatar dependabot[bot]
Bumps imageio-jpeg from 3.9.3 to 3.9.4. --- updated-dependencies: - dependency-name: com.twelvemonkeys.imageio:imageio-jpeg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19Bump eslint from 8.27.0 to 8.28.0Gravatar dependabot[bot]
Bumps [eslint](https://github.com/eslint/eslint) from 8.27.0 to 8.28.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.27.0...v8.28.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18Bump regenerator-runtime from 0.13.10 to 0.13.11Gravatar dependabot[bot]
Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.10 to 0.13.11. - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.10...regenerator-runtime@0.13.11) --- updated-dependencies: - dependency-name: regenerator-runtime dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18Bump commonmark.version from 0.20.0 to 0.21.0Gravatar dependabot[bot]
Bumps `commonmark.version` from 0.20.0 to 0.21.0. Updates `commonmark` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.20.0...commonmark-parent-0.21.0) Updates `commonmark-ext-autolink` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.20.0...commonmark-parent-0.21.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.commonmark:commonmark-ext-autolink dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>