Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-17 | postgres: search service | Vitaly Takmazov | |
2022-12-16 | flyway: trying to repair on migrate | Vitaly Takmazov | |
2022-12-16 | Fix `lastmessage` column | Vitaly Takmazov | |
2022-12-16 | postgres: schema fixes | Vitaly Takmazov | |
2022-12-16 | Make tag query SQL-compatible | Vitaly Takmazov | |
2022-12-16 | postgres: incorporate changes from production database | Vitaly Takmazov | |
2022-12-16 | postgres: minor schema fixes | Vitaly Takmazov | |
2022-12-16 | Drop unused zero date column | Vitaly Takmazov | |
2022-12-16 | mysql: baseline full schema to 1.22 | Vitaly Takmazov | |
2022-12-15 | xmpp: Use `xmppbot_jid` configuration option without conversion | Vitaly Takmazov | |
2022-12-15 | Split ActivityPub test to fix tests | Vitaly Takmazov | |
2022-12-15 | Use ConversionService in ActivityPubManager flow | Vitaly Takmazov | |
2022-12-15 | Extract profile URI helpers into ProfileUriBuilder | Vitaly Takmazov | |
2022-12-15 | Apply IDEA suggestions | Vitaly Takmazov | |
2022-12-15 | Extract user to actor conversion code into Converter | Vitaly Takmazov | |
2022-12-15 | Cleanup Security config | Vitaly Takmazov | |
2022-12-15 | postgres: baseline full schema to 1.22 | Vitaly Takmazov | |
2022-12-15 | Use /application.yml to override default environment | Vitaly Takmazov | |
2022-12-15 | postgres: pass tests without implicit string types casts | Vitaly Takmazov | |
2022-12-15 | Cache evicting configuration update | Vitaly Takmazov | |
2022-12-15 | Bump @swc/core from 1.3.22 to 1.3.23 | dependabot[bot] | |
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.22 to 1.3.23. - [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.22...v1.3.23) --- 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-14 | CI: fix mysql environment | Vitaly Takmazov | |
NO_AUTO_VALUE_ON_ZERO is required | |||
2022-12-14 | Fix the integer overflow issue | Vitaly Takmazov | |
2022-12-14 | CI: matrix tests on profile strategy | Vitaly Takmazov | |
2022-12-14 | Initial PostgreSQL schema and profile | Vitaly Takmazov | |
2022-12-13 | Bump @swc/core from 1.3.21 to 1.3.22 | 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-13 | Bump postcss from 8.4.19 to 8.4.20 | 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-09 | Better caching in AnythingFilter | Vitaly Takmazov | |
2022-12-09 | Fix cache keys | Vitaly Takmazov | |
2022-12-09 | `discover` cache | Vitaly Takmazov | |
2022-12-09 | Update cache evict rules | Vitaly Takmazov | |
2022-12-09 | Redirect thread URL to ActivityPub version if Accept header matches | Vitaly Takmazov | |
2022-12-09 | Bump postcss-import from 15.0.1 to 15.1.0 | 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-08 | CSRF protection requires sessions | Vitaly Takmazov | |
2022-12-08 | webpack: minify using `swc` | Vitaly Takmazov | |
2022-12-08 | webpack: minify using esbuild | Vitaly Takmazov | |
2022-12-08 | Restore Spring Boot error filter configuration | Vitaly Takmazov | |
2022-12-08 | Lenient JSON deserialization | Vitaly Takmazov | |
2022-12-08 | Spring beans should not be public | Vitaly Takmazov | |
2022-12-08 | Conditional logging configuration | Vitaly Takmazov | |
2022-12-08 | Remove unused configuration property | Vitaly Takmazov | |
2022-12-08 | Using redis caching in production | Vitaly Takmazov | |
2022-12-08 | Configure caches | Vitaly Takmazov | |
* caching is disabled because of OOMs in production | |||
2022-12-08 | Track production configuration template | Vitaly Takmazov | |
2022-12-08 | Add production logging configuration | Vitaly Takmazov | |
2022-12-08 | scripts: JSDoc cleanup | Vitaly Takmazov | |
2022-12-08 | Add return path parameter to other `/login` links | 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 | |