Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-09 | Handle post errors | Vitaly Takmazov | |
2024-07-01 | JPA: add SQLite support | Vitaly Takmazov | |
2024-03-18 | ActivityPub: coalesce empty `cc` field to array | Vitaly Takmazov | |
2024-03-13 | ActivityPub: handle Flag with multiple objects | Vitaly Takmazov | |
TODO: refactor Activity to handle multiple objects | |||
2024-02-01 | CI: enable SQLite | Vitaly Takmazov | |
* SQLite JDBC driver does not support generated keys feature. So we implement `returningId` helper * only one connection should be used from connection pooler * changes made to prevent connection locking | |||
2023-05-09 | CI: change PostgreSQL port | Vitaly Takmazov | |
2023-02-22 | CI: self-hosted runner | vitalyster | |
2023-02-15 | Parse old Pidgin urls | Vitaly Takmazov | |
2023-02-01 | Store timestamp in milliseconds when using SQLite | Vitaly Takmazov | |
2023-01-30 | SQLite support | Vitaly Takmazov | |
2023-01-29 | Move postgres db initialization to tests | Vitaly Takmazov | |
2023-01-28 | Improve SQL server compatibility | Vitaly Takmazov | |
2023-01-27 | baseline non-production databases to 1.36 | Vitaly Takmazov | |
2023-01-24 | Web Push | Vitaly Takmazov | |
2023-01-24 | user_services: increase regid field to fit web tokens | Vitaly Takmazov | |
2023-01-04 | ActivityPub: handle Note updates | Vitaly Takmazov | |
2022-12-24 | ActivityPub: compatibility with Honk server | Vitaly Takmazov | |
2022-12-17 | postgres: search service | Vitaly Takmazov | |
2022-12-16 | postgres: schema fixes | 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 | postgres: baseline full schema to 1.22 | Vitaly Takmazov | |
2022-12-15 | postgres: pass tests without implicit string types casts | Vitaly Takmazov | |
2022-12-14 | CI: fix mysql environment | Vitaly Takmazov | |
NO_AUTO_VALUE_ON_ZERO is required | |||
2022-12-14 | CI: matrix tests on profile strategy | Vitaly Takmazov | |
2022-12-14 | Initial PostgreSQL schema and profile | Vitaly Takmazov | |
2021-08-22 | ActivityPub: handle user deletion for suspended users | Vitaly Takmazov | |
2021-08-21 | ActivityPub: add Application as an actor type | Vitaly Takmazov | |
2021-08-20 | ActivityPub: Handle Flag activity | Vitaly Takmazov | |
2020-06-03 | sape: switch to xml output | Vitaly Takmazov | |
2019-12-28 | ActivityPub: fix formatting note with attachments | Vitaly Takmazov | |
2019-12-25 | Fix tests | Vitaly Takmazov | |
2019-12-20 | Sign In With Apple | Vitaly Takmazov | |
2019-07-04 | Render email using templates | Vitaly Takmazov | |
* do not include tracking pixel in pm * reorganize snapshots layout * reconfigure pebble to not trim anything | |||
2019-06-17 | webpack: remove url-loader limit | Vitaly Takmazov | |
2019-05-28 | PROTOCOL CHANGES in mastodon 2.8(?) | Vitaly Takmazov | |
2019-05-27 | ActivityPub: deserialize activities with single context | Vitaly Takmazov | |
2019-04-25 | mysql test profile | Vitaly Takmazov | |
run as SPRING_PROFILES_ACTIVE=mysql ./gradlew check | |||
2019-03-01 | ImageUtils catch IOException from apache-imaging | Vitaly Takmazov | |
2019-02-26 | Display federated likes | Vitaly Takmazov | |
2019-02-23 | Fix activity id deserializer | Vitaly Takmazov | |
2019-02-23 | Announce object may be Context | Vitaly Takmazov | |
2019-02-23 | Add activity json failed on production to tests | Vitaly Takmazov | |
2019-02-23 | * Add text descriptions to ActivityPub error codes | Vitaly Takmazov | |
* Append ActivityPub attachments as urls * Added failing test for Hubzilla activity with Link as object | |||
2019-01-30 | Corrected flow for federated user deletion | Vitaly Takmazov | |
2019-01-16 | HTTPSignatureAuthenticationFilter | Vitaly Takmazov | |
2018-11-29 | save ActivityPub likes | Vitaly Takmazov | |
2018-11-08 | Merge everything into single Spring Boot application | Vitaly Takmazov | |