Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-22 | User info updates fix | Vitaly Takmazov | |
2022-12-22 | Use correct `@Nonnull` annotation | Vitaly Takmazov | |
2022-12-22 | `@username@example.com` urls are now redirects to ActivityPub profile | Vitaly Takmazov | |
2022-12-22 | www: Mastodon-compatible `/share` endpoint | Vitaly Takmazov | |
2022-12-22 | h2: fix schema and pass tests without compatibility modes | Vitaly Takmazov | |
2022-12-22 | h2: baseline to 1.22 | Vitaly Takmazov | |
2022-12-22 | Bump @swc/core from 1.3.23 to 1.3.24 | dependabot[bot] | |
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.23 to 1.3.24. - [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.23...v1.3.24) --- 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-21 | Update Maven Wrapper to 3.8.6 | Vitaly Takmazov | |
2022-12-21 | external tokens: adopt records | Vitaly Takmazov | |
2022-12-21 | Social logins: adopt records | Vitaly Takmazov | |
2022-12-21 | Sign in with Apple: adopt records | Vitaly Takmazov | |
2022-12-21 | webfinger, app-site-associations: adopt records | Vitaly Takmazov | |
2022-12-21 | sape: adopt records | Vitaly Takmazov | |
2022-12-21 | Switch from `lombok` to Java 17 `record` | Vitaly Takmazov | |
2022-12-20 | API: do not append tags to replies | Vitaly Takmazov | |
2022-12-20 | `updateUserInfo` fix | Vitaly Takmazov | |
2022-12-20 | Disable CSRF entirely | Vitaly Takmazov | |
2022-12-20 | Do not use multipart forms where possible | Vitaly Takmazov | |
* Pass csrf token as parameter to multipart form | |||
2022-12-20 | logback: move production settings to production profile | Vitaly Takmazov | |
2022-12-20 | Bump eslint from 8.29.0 to 8.30.0 | dependabot[bot] | |
Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.30.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.29.0...v8.30.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-20 | Update social tokens field size in the database | Vitaly Takmazov | |
2022-12-20 | Fix Twitter account linkage | Vitaly Takmazov | |
2022-12-20 | Fix social tokens queries | Vitaly Takmazov | |
2022-12-19 | PostgresSearchService: make it readable | Vitaly Takmazov | |
2022-12-19 | postgres: websearch_to_tsquery | Vitaly Takmazov | |
2022-12-18 | Fixed `banned` user field mapping | Vitaly Takmazov | |
2022-12-18 | Sidebar fix | Vitaly Takmazov | |
2022-12-18 | Revert "flyway: trying to repair on migrate" | Vitaly Takmazov | |
This reverts commit 32f09ccf94c8ee50444dafa7f468c6e53a1d75df. | |||
2022-12-18 | Better ActivityPub logging | Vitaly Takmazov | |
2022-12-18 | `addGCMToken` fix | Vitaly Takmazov | |
2022-12-18 | Correct unwrapped DataSource connection usage | Vitaly Takmazov | |
2022-12-18 | Fix reply deletion | Vitaly Takmazov | |
2022-12-18 | postgres: escape search query using `pgjdbc` built-in function | Vitaly Takmazov | |
2022-12-18 | Fix `getUserBlogAtDay` query | Vitaly Takmazov | |
2022-12-18 | Add missing CSRF tokens | Vitaly Takmazov | |
2022-12-18 | Bump springdoc-openapi-starter-webmvc-ui from 2.0.0 to 2.0.2 | dependabot[bot] | |
Bumps springdoc-openapi-starter-webmvc-ui from 2.0.0 to 2.0.2. --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-12-17 | postgres: add library for local socket connections | Vitaly Takmazov | |
2022-12-17 | Empty search service for h2 environment | Vitaly Takmazov | |
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 | |