gotosocial/internal/db
2025-01-20 22:59:00 -08:00
..
bundb Fix enum to int migration 2025-01-20 22:59:00 -08:00
postgres
sqlite updates exported interface types to match ncruces/go-sqlite3/driver methods (#3440) 2024-10-14 20:28:59 +00:00
test [chore] replace statuses.updated_at column with statuses.edited_at (#3636) 2025-01-08 11:29:23 +01:00
account.go [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
admin.go Store Web Push subscriptions in DB 2025-01-20 22:58:59 -08:00
advancedmigration.go
application.go Store Web Push subscriptions in DB 2025-01-20 22:58:59 -08:00
basic.go
conversation.go
db.go Store Web Push subscriptions in DB 2025-01-20 22:58:59 -08:00
domain.go [feature] Create/update/remove domain permission subscriptions (#3623) 2025-01-05 13:20:33 +01:00
emoji.go
error.go
filter.go
headerfilter.go
instance.go
interaction.go
list.go [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
marker.go
media.go
mention.go
move.go
notification.go [bugfix] notification types missing from link header (#3571) 2024-11-25 15:33:21 +00:00
params.go
poll.go [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
relationship.go [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
report.go [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
rule.go
search.go
session.go
sinbinstatus.go [feature] Process Reject of interaction via fedi API, put rejected statuses in the "sin bin" 😈 (#3271) 2024-09-10 12:34:49 +00:00
status.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 2024-12-23 17:54:44 +00:00
statusbookmark.go
statusedit.go [feature] add support for receiving federated status edits (#3597) 2024-12-05 13:35:07 +00:00
statusfave.go
tag.go
thread.go
timeline.go
tombstone.go
user.go
util.go
webpush.go Implement push subscription API 2025-01-20 22:59:00 -08:00
workertask.go