server/database/entities
2024-05-04 19:13:23 -10:00
..
Application.ts refactor(database): 🎨 Update database and schema names to be clearer 2024-04-16 20:36:01 -10:00
Attachment.ts feat(api): 🔒 Make all media be proxied through an internal proxy 2024-05-04 19:13:23 -10:00
Emoji.ts feat(api): 🔒 Make all media be proxied through an internal proxy 2024-05-04 19:13:23 -10:00
Federation.ts refactor(api): 🎨 Move User methods into their own class similar to Note 2024-04-24 17:40:27 -10:00
Instance.ts refactor(api): 🎨 Move User methods into their own class similar to Note 2024-04-24 17:40:27 -10:00
Like.ts refactor(api): 🎨 Move User methods into their own class similar to Note 2024-04-24 17:40:27 -10:00
Notification.ts refactor(api): 🎨 Move User methods into their own class similar to Note 2024-04-24 17:40:27 -10:00
Object.ts refactor(api): 🎨 Move User methods into their own class similar to Note 2024-04-24 17:40:27 -10:00
Queue.ts refactor(database): 🎨 Refactor note handling into its own class instead of separate functions 2024-04-16 18:09:21 -10:00
Relationship.ts refactor(api): 🎨 Move User methods into their own class similar to Note 2024-04-24 17:40:27 -10:00
Status.ts refactor(api): 📦 Change sanitizer from DOMPurify to xss 2024-05-02 17:20:24 -10:00
Token.ts refactor(database): 🎨 Update database and schema names to be clearer 2024-04-16 20:36:01 -10:00
User.ts refactor(api): 🎨 Move createLocalUser to a static method of User 2024-04-24 17:48:39 -10:00