|
44de7040ec
|
fix: when updating must reset changing fields
|
2024-05-02 13:16:23 +02:00 |
|
|
a6c3ef9a3e
|
feat: increment statuses count
be it when posting, receiving a Create or fetching an object, increment
relevant user statuses count
|
2024-04-30 14:22:44 +02:00 |
|
|
4fe53f7011
|
fix: increment share and like counters for outbox
|
2024-04-29 20:40:20 +02:00 |
|
|
63d78e7ff5
|
fix: delete with filters instead of activemodel
|
2024-04-23 04:24:27 +02:00 |
|
|
377ed9665d
|
fix: set published before converting to model
user may not have set it and we overwrite it anyway. id instead is
necessary, so if it's not given we should return 500
|
2024-04-23 03:59:27 +02:00 |
|
|
46de9aebd6
|
feat: implemented update, delete, announce outbox
|
2024-04-22 22:52:19 +02:00 |
|
|
67c4051226
|
feat: add context to outgoing posts
|
2024-04-19 04:25:17 +02:00 |
|
|
094a8b957c
|
fix: increase follow counts on Accept
both for inbox and outbox
|
2024-04-18 03:41:27 +02:00 |
|
|
86e84d88aa
|
chore: updated apb things, restructured a bit
|
2024-04-11 00:29:32 +02:00 |
|
|
bb26ff763d
|
chore: restructured completely
kinda MVC:
Model -> model
View -> routes
Controller -> server
|
2024-04-09 01:14:48 +02:00 |
|