tangled
alpha
login
or
join now
bretton.dev
/
coves
11
fork
atom
A community based topic aggregation platform built on atproto
11
fork
atom
overview
issues
pulls
pipelines
coves
/
internal
/
db
/
migrations
/
at
main
30 files
001_create_users_table.sql
feat: Implement production-ready user signup with security hardening
5 months ago
002_create_identity_cache_table.sql
feat: Implement identity resolution with cache and handle update system
5 months ago
003_create_oauth_tables.sql
feat: Implement production-ready OAuth authentication system with security hardening
5 months ago
004_add_oauth_indexes.sql
fix(oauth): Improve migration and test cleanup
5 months ago
005_create_communities_tables.sql
fix(migrations): Add missing comma in communities table schema
5 months ago
006_encrypt_community_credentials.sql
feat(security): Add encryption at rest for PDS credentials
5 months ago
007_add_password_encryption.sql
feat(db): add password encryption migration for V2.0
4 months ago
008_add_content_visibility_to_subscriptions.sql
feat(lexicon): add subscription record type with contentVisibility
4 months ago
009_create_community_blocks_table.sql
fix(db): remove redundant index and add missing record_uri index
4 months ago
010_migrate_community_handles_to_singular.sql
feat: add database migration for .communities -> .community handle format
4 months ago
011_create_posts_table.sql
feat(posts): add database schema and repository layer
4 months ago
012_create_aggregators_tables.sql
feat(db): add aggregator database schema
4 months ago
013_create_votes_table.sql
feat(lexicon): migrate vote to feed namespace and apply atProto best practices
4 months ago
014_remove_votes_voter_fk.sql
feat(voting): implement complete voting system with atProto integration
4 months ago
015_alter_content_labels_to_jsonb.sql
feat(db): migrate content_labels from TEXT[] to JSONB for selfLabels
4 months ago
016_create_comments_table.sql
feat(db): add comments table schema with threading support
4 months ago
017_create_unfurl_cache.sql
feat: add unfurl cache infrastructure for URL metadata persistence
4 months ago
018_migrate_comment_namespace.sql
feat: add database migration for comment namespace update
3 months ago
019_update_oauth_for_indigo.sql
feat(oauth): add OAuth system with mobile Universal Links support
3 months ago
020_add_mobile_oauth_csrf.sql
feat(oauth): add OAuth system with mobile Universal Links support
3 months ago
021_add_comment_deletion_metadata.sql
feat(db): add migration for comment deletion metadata
3 months ago
022_migrate_community_handles_to_c_prefix.sql
feat(communities): migrate handle format from .community. subdomain to c- prefix
2 months ago
023_create_bluesky_post_cache.sql
feat(bluesky): add Bluesky post cross-posting support (Phase 1: text-only)
2 months ago
024_add_aggregator_api_keys.sql
feat(aggregators): add API key authentication for aggregator bot access
2 months ago
025_encrypt_aggregator_oauth_tokens.sql
feat(aggregators): add API key authentication for aggregator bot access
2 months ago
026_add_author_posts_index.sql
feat(actor): implement social.coves.actor.getPosts endpoint
2 months ago
027_add_user_profile_fields.sql
feat(user-profile): add avatar and banner support for user profiles
1 month ago
028_create_admin_reports_table.sql
feat(comments,admin): preserve deleted comment threads and add admin reports
1 month ago
029_create_user_blocks_table.sql
feat(userblocks): add user-to-user blocking with feed/comment filtering
1 month ago
030_create_community_suggestions.sql
feat(community-suggestions): add off-protocol suggestion and voting system
2 weeks ago