.. |
20170320193800_create_user.exs
|
Add user schema.
|
2017-03-20 21:28:31 +01:00 |
20170321074828_create_activity.exs
|
Basic AP objects.
|
2017-03-21 09:21:52 +01:00 |
20170321074832_create_object.exs
|
Basic AP objects.
|
2017-03-21 09:21:52 +01:00 |
20170321133335_add_following_list_to_users.exs
|
Basic status creation and retrieval.
|
2017-03-21 17:53:20 +01:00 |
20170321143152_add_ap_id_to_users.exs
|
Basic status creation and retrieval.
|
2017-03-21 17:53:20 +01:00 |
20170330153447_add_index_to_objects.exs
|
Add index to objects.
|
2017-03-30 18:06:43 +02:00 |
20170415141210_add_unique_index_to_email_and_nickname.exs
|
Add user registration changeset.
|
2017-04-15 16:40:09 +02:00 |
20170416122418_add_avatar_object_to_users.exs
|
Add avatar objects to user, fix specs.
|
2017-04-16 15:28:28 +02:00 |
20170418200143_create_webssub_server_subscription.exs
|
Better activities in ostatus.
|
2017-04-20 10:16:06 +02:00 |
20170423154511_add_fields_to_users.exs
|
Add basic fields to support remote users.
|
2017-04-24 08:49:09 +02:00 |
20170426154155_create_websub_client_subscription.exs
|
Refactor, add beginnings of websub client subscriptions.
|
2017-04-26 18:33:10 +02:00 |
20170427054757_add_user_and_hub.exs
|
Add user and hub to websub client subscriptions.
|
2017-04-27 09:44:20 +02:00 |
20170501124823_add_id_contraints_to_activities_and_objects.exs
|
Fixup old migrations.
|
2017-09-17 00:01:49 +02:00 |
20170501133231_add_id_contraints_to_activities_and_objects_part_two.exs
|
Fixup old migrations.
|
2017-09-17 00:01:49 +02:00 |
20170502083023_add_local_field_to_activities.exs
|
Fix specs, add local marker to actitivies.
|
2017-05-02 10:43:35 +02:00 |
20170506222027_add_unique_index_to_apid.exs
|
Index users by ap_id.
|
2017-05-07 00:21:15 +02:00 |
20170522160642_case_insensivtivity.exs
|
Make email and nickname case insensitive.
|
2017-05-22 18:10:50 +02:00 |
20170529093232_longer_bios.exs
|
Make longer bios possible.
|
2017-05-29 11:33:40 +02:00 |
20170620095947_remove_activities_index.exs
|
Drop the general index on activities.
|
2017-06-20 12:00:58 +02:00 |
20170620133028_add_object_activity_index.exs
|
Fixup old migrations.
|
2017-09-17 00:01:49 +02:00 |
20170620142420_add_object_activity_index_part_two.exs
|
Fixup old migrations.
|
2017-09-17 00:01:49 +02:00 |
20170701142005_add_actor_index_to_activity.exs
|
Make user timelines faster for users with few statuses.
|
2017-07-01 16:43:10 +02:00 |
20170719152213_add_follower_address_to_user.exs
|
Fixup old migrations.
|
2017-09-17 00:01:49 +02:00 |
20170906120646_add_mastodon_apps.exs
|
Add very basic oauth and mastodon api support.
|
2017-09-06 19:06:25 +02:00 |
20170906143140_create_o_auth_authorizations.exs
|
Add very basic oauth and mastodon api support.
|
2017-09-06 19:06:25 +02:00 |
20170906152508_create_o_auth_token.exs
|
Add very basic oauth and mastodon api support.
|
2017-09-06 19:06:25 +02:00 |
20170911123607_create_notifications.exs
|
Add basic mastodon notification support.
|
2017-09-11 18:53:19 +02:00 |
20170912114248_add_context_index.exs
|
Optimize conversation fetching.
|
2017-09-12 13:48:48 +02:00 |
20170916090107_add_fts_index_to_activities.exs
|
Add fts search index.
|
2017-09-16 11:06:55 +02:00 |
20170917120416_add_tag_index.exs
|
Add tag index.
|
2017-09-17 14:05:53 +02:00 |
20171019141706_create_password_reset_tokens.exs
|
Add password reset.
|
2017-10-19 17:37:24 +02:00 |
20171023155035_add_second_object_index_to_activty.exs
|
Speed up deletion and related queries.
|
2017-10-23 18:30:09 +02:00 |
20171024090137_drop_object_index.exs
|
Drop superflous index.
|
2017-10-24 11:07:21 +02:00 |
20171024121413_add_object_actor_index.exs
|
Use more efficient user note count update query.
|
2017-10-24 14:16:17 +02:00 |
20171109091239_add_actor_to_activity.exs
|
Add actor column to activities.
|
2017-11-09 10:41:19 +01:00 |