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