.. |
schema.sql
|
Allow to add notes to generated invite codes
|
2023-03-02 17:24:32 +00:00 |
V0001__create_tables.sql
|
Initial commit
|
2021-09-14 12:24:05 +00:00 |
V0002__actor_profile__add_extra_fields.sql
|
Add extra fields to actor profile
|
2021-09-16 20:14:48 +00:00 |
V0003__post__add_in_reply_to.sql
|
Enable replies
|
2021-09-23 23:28:39 +00:00 |
V0004__post__add_reply_count.sql
|
Keep number of direct replies in reply_count field
|
2021-09-25 11:29:41 +00:00 |
V0005__media_attachment__add_ipfs_cid.sql
|
Remember CIDs of media attachments after adding them to IPFS
|
2021-09-28 21:58:43 +00:00 |
V0006__oauth_token.sql
|
Implement Oauth 2.0 token service
|
2021-10-05 00:00:14 +00:00 |
V0007__post__add_object_id.sql
|
Store IDs of incoming Note objects
|
2021-10-08 23:12:15 +00:00 |
V0008__notification.sql
|
Notify user about new followers
|
2021-10-14 15:10:25 +00:00 |
V0009__post_reaction.sql
|
Add API method for marking posts as favourite
|
2021-10-19 00:05:50 +00:00 |
V0010__timeline_marker.sql
|
Add API methods for creating timeline markers
|
2021-11-03 23:29:11 +00:00 |
V0011__mention.sql
|
Store mentions in database
|
2021-11-11 20:24:47 +00:00 |
V0012__post__add_visibility.sql
|
Set post visibility to public by default
|
2021-11-18 21:55:22 +00:00 |
V0013__post__add_repost_fields.sql
|
Add API endpoints for making and deleting reposts
|
2021-11-25 23:31:10 +00:00 |
V0014__post_tag.sql
|
Parse and store hashtags
|
2021-12-10 00:38:24 +00:00 |
V0015__post_reaction__add_activity_id.sql
|
Store IDs of incoming Like() activities
|
2021-12-14 22:59:15 +00:00 |
V0016__user_account__nullable_wallet_address.sql
|
Don't require wallet address during registration
|
2021-12-24 17:52:52 +00:00 |
V0017__actor_profile__increase_display_name_length.sql
|
Increase maximum length of display_name to 200 chars and validate it on profile import
|
2021-12-28 00:58:12 +00:00 |
V0018__relationship__add_id.sql
|
Add ID column to relationship table
|
2022-01-02 15:52:20 +00:00 |
V0019__relationship__add_relationship_type.sql
|
Add relationship type column to relationship table
|
2022-02-03 00:15:52 +00:00 |
V0020__subscription.sql
|
Save subscription state to database when processing blockchain event
|
2022-02-06 12:05:14 +00:00 |
V0021__user_account__nullable_password_hash.sql
|
Allow passwordless registration
|
2022-02-15 19:43:22 +00:00 |
V0022__actor_profile__add_actor_id.sql
|
Enforce uniqueness of actor ID
|
2022-04-20 14:03:13 +00:00 |
V0023__actor_profile__add_identity_proofs.sql
|
Save submitted identity proofs to database
|
2022-04-26 20:43:39 +00:00 |
V0024__post__add_updated_at.sql
|
Handle Update(Note) activities
|
2022-05-11 13:31:08 +00:00 |
V0025__actor_profile__add_updated_at.sql
|
Add updated_at column to actor_profile table
|
2022-07-08 20:02:28 +00:00 |
V0026__actor_profile__add_payment_options.sql
|
Add payment_options field to actor profile
|
2022-07-25 17:44:36 +00:00 |
V0027__post_link.sql
|
Create post_link table to store links between posts
|
2022-08-21 22:36:31 +00:00 |
V0028__actor_profile__clear_payment_options.sql
|
Require chain ID field in payment options of ethereum type
|
2022-08-29 22:28:34 +00:00 |
V0029__subscription__add_chain_id.sql
|
Add chain ID column to subscription table
|
2022-08-31 20:42:56 +00:00 |
V0030__invoice.sql
|
Create invoice table
|
2022-08-31 20:42:58 +00:00 |
V0031__subscription__sender_address_nullable.sql
|
Update subscription state after processing invoice
|
2022-08-31 20:42:59 +00:00 |
V0032__actor_profile__add_subscriber_count.sql
|
Add subscribers_count field to Account object
|
2022-09-13 19:15:58 +00:00 |
V0033__invoice__add_amount.sql
|
Store requested payment amount for each invoice
|
2022-09-19 00:50:31 +00:00 |
V0034__actor_profile__add_hostname.sql
|
Add hostname column to actor_profile table and replace acct with generated column
|
2022-10-04 16:51:22 +00:00 |
V0035__background_job.sql
|
Implement job queue
|
2022-12-12 00:00:45 +00:00 |
V0036__follow_request__add_activity_id.sql
|
Add activity_id column to follow_request table
|
2022-12-13 00:13:55 +00:00 |
V0037__actor_profile__add_unreachable_since.sql
|
Change actor status to "unreachable" if delivery to inbox fails
|
2023-01-01 21:48:23 +00:00 |
V0038__actor_profile__image_json.sql
|
Store avatar and banner metadata as JSON objects
|
2023-01-07 12:22:33 +00:00 |
V0039__emoji.sql
|
Download custom emojis contained in remote posts
|
2023-01-17 16:47:09 +00:00 |
V0040__media_attachment__add_file_size.sql
|
Save sizes of media attachments and other files to database
|
2023-01-21 19:52:32 +00:00 |
V0041__user_account__user_role.sql
|
Implement role system
|
2023-01-25 23:59:39 +00:00 |
V0042__oauth_application.sql
|
Add /api/v1/apps endpoint
|
2023-02-11 17:14:37 +00:00 |
V0043__oauth_authorization.sql
|
Add OAuth authorization page
|
2023-02-11 23:30:46 +00:00 |
V0044__user_invite_code__add_note_and_created_at.sql
|
Allow to add notes to generated invite codes
|
2023-03-02 17:24:32 +00:00 |