server/classes/database
2025-01-29 17:21:40 +01:00
..
application.ts refactor: 🏷️ Move all types that represent ORM abstractions to ORM class static properties 2024-11-04 14:58:17 +01:00
base.ts refactor: 🚨 Always explicitely state member accessibility 2024-11-01 21:20:12 +01:00
emoji.ts refactor(database): ♻️ Make emojis use a Media instead of just rawdogging the URI 2025-01-28 17:43:43 +01:00
instance.ts refactor(api): ♻️ Throw ApiError instead of returning error JSON 2024-12-30 18:00:23 +01:00
like.ts Revert "refactor(database): ♻️ Correctly use @versia/kit imports everywhere" 2024-11-04 15:20:53 +01:00
media.ts refactor(media): ♻️ Massively simplify media pipeline with Bun.S3 2025-01-29 17:21:40 +01:00
note.ts refactor(database): ♻️ Move Note <-> Media relations to a many-to-many model instead of one-to-many 2025-01-23 20:36:09 +01:00
notification.ts refactor(media): ♻️ Massively simplify media pipeline with Bun.S3 2025-01-29 17:21:40 +01:00
pushsubscription.ts fix(api): 🐛 Correctly calculate user based on token 2025-01-02 03:36:54 +01:00
reaction.ts refactor(database): ♻️ Make emojis use a Media instead of just rawdogging the URI 2025-01-28 17:43:43 +01:00
relationship.ts Revert "refactor(database): ♻️ Correctly use @versia/kit imports everywhere" 2024-11-04 15:20:53 +01:00
role.ts fix(api): 🐛 Don't use null in Role properties 2024-11-28 10:54:44 +01:00
timeline.ts Revert "refactor(database): ♻️ Correctly use @versia/kit imports everywhere" 2024-11-04 15:20:53 +01:00
token.ts refactor: 🏷️ Move all types that represent ORM abstractions to ORM class static properties 2024-11-04 14:58:17 +01:00
user.ts refactor(database): ♻️ Make user avatar and header into a Media instead of plaintext 2025-01-28 19:07:55 +01:00