asciinema.org/db/migrate
2015-03-27 17:33:50 +00:00
..
20111123210607_create_asciicasts.rb Asciicast model 2011-11-23 22:31:00 +01:00
20111123214033_add_stdin_stderr_to_asciicast.rb stdin/stdout as mounted Carrierwave uploader 2011-11-23 22:44:00 +01:00
20120114195316_change_asciicast_duration_to_float.rb Duration should be float 2012-01-14 21:28:31 +01:00
20120225124004_create_users.rb Add avatar_url column, modify migration file 2012-02-26 17:55:19 +01:00
20120226184448_add_nickname_column_to_users_table.rb Add nickname column to users 2012-02-26 20:11:09 +01:00
20120227230718_create_comments.rb NOT NULL for comment columns 2012-03-04 21:15:27 +01:00
20120304161025_add_user_token_to_asciicast.rb User tokens for assigning asciicasts to users 2012-03-04 18:14:58 +01:00
20120304162005_create_user_tokens.rb User tokens for assigning asciicasts to users 2012-03-04 18:14:58 +01:00
20120311134312_add_description_to_asciicast.rb Description field for Asciicast 2012-03-11 14:44:01 +01:00
20120311142204_add_featured_to_asciicast.rb Featured asciicasts 2012-03-11 15:29:31 +01:00
20120403165915_add_username_to_asciicast.rb Display ~username from asciicast if no profile assigned 2012-04-03 19:06:05 +02:00
20120406114956_create_likes.rb Data model for "Like" 2012-04-06 14:06:40 +02:00
20120406115845_add_likes_count_to_asciicast.rb Merge branch 'likes' 2012-04-09 17:03:50 +02:00
20120406152447_add_snapshot_to_asciicast.rb Thumbnail generation in Sidekiq worker 2012-04-06 20:53:04 +02:00
20120409142151_add_comments_count_to_asciicast.rb Display comments count 2012-04-09 16:46:08 +02:00
20120504191706_add_time_compression_to_asciicast.rb Time compression 2012-05-04 21:49:08 +02:00
20120722194347_add_views_count_to_asciicast.rb Proper design, finally! 2012-07-25 20:24:20 +02:00
20120724202403_add_index_on_views_count_to_asciicasts.rb Proper design, finally! 2012-07-25 20:24:20 +02:00
20120724203244_add_index_on_asciicast_id_and_created_at_to_comments.rb Proper design, finally! 2012-07-25 20:24:20 +02:00
20130708225200_clear_asciicast_snapshots.rb Make the snapshots the hashes 2013-08-06 00:37:32 +02:00
20130725202344_rename_asciicasts_stdin_and_stdout.rb Rename stdout to stdout_data, stdin to stdin_data 2013-08-06 00:37:34 +02:00
20130828162232_add_stdout_frames_to_asciicast.rb Animation frames generation on the backend 2013-09-10 21:29:17 +02:00
20131011181418_add_user_agent_to_asciicast.rb Store client's user agent on Asciicast record 2013-10-11 20:44:49 +02:00
20131019165955_allow_null_for_user_provider_and_uid.rb Make Persona the only login option (with the ability to access old accounts) 2013-10-20 18:58:11 +02:00
20131022163013_add_auth_token_to_users.rb Use auth token for permanent sessions 2013-10-22 19:16:18 +02:00
20131022165054_set_auth_token_for_existing_users.rb Use auth token for permanent sessions 2013-10-22 19:16:18 +02:00
20131022171709_add_index_to_user_nickname_and_email.rb Add missing indexes 2013-10-22 19:17:34 +02:00
20140209133703_rename_user_tokens_to_api_tokens.rb Rename user_token to api_token 2014-02-09 14:44:09 +01:00
20140210153648_remove_recorded_at_from_asciicasts.rb Remove unused recorded_at column 2014-02-10 16:42:50 +01:00
20140211152727_add_dummy_to_users.rb Create dummy users for new api tokens 2014-02-11 17:49:22 +01:00
20140212193024_remove_username_and_api_token_from_asciicasts.rb Drop unused columns from asciicasts table 2014-02-12 20:36:51 +01:00
20140212194017_rename_users_nickname_to_username.rb Rename nickname to username 2014-02-12 20:51:01 +01:00
20140630191246_add_theme_to_users.rb Add theme changing for whole user profile and single asciicast 2014-07-01 21:33:50 +02:00
20140630193643_add_theme_to_asciicasts.rb Add theme changing for whole user profile and single asciicast 2014-07-01 21:33:50 +02:00
20140701185711_rename_users_theme_to_theme_name.rb Add theme changing for whole user profile and single asciicast 2014-07-01 21:33:50 +02:00
20140701185744_rename_asciicasts_theme_to_theme_name.rb Add theme changing for whole user profile and single asciicast 2014-07-01 21:33:50 +02:00
20141004124152_create_auth_codes.rb Introduce ExpiringToken, a base for future authentication 2014-10-05 17:58:05 +02:00
20141004165807_add_used_at_to_auth_codes.rb Introduce ExpiringToken, a base for future authentication 2014-10-05 17:58:05 +02:00
20141004165838_remove_updated_at_from_auth_codes.rb Introduce ExpiringToken, a base for future authentication 2014-10-05 17:58:05 +02:00
20141004170135_update_auth_codes_index.rb Introduce ExpiringToken, a base for future authentication 2014-10-05 17:58:05 +02:00
20141005100915_rename_auth_codes_to_temporary_tokens.rb Introduce ExpiringToken, a base for future authentication 2014-10-05 17:58:05 +02:00
20141005101420_rename_temporary_tokens_code_to_token.rb Introduce ExpiringToken, a base for future authentication 2014-10-05 17:58:05 +02:00
20141005103646_rename_temporary_tokens_to_expiring_tokens.rb Introduce ExpiringToken, a base for future authentication 2014-10-05 17:58:05 +02:00
20141005144518_add_temporary_username_to_users.rb Drop "dummy" from users, replace it with temporary_username 2014-10-05 17:47:42 +02:00
20141005144556_set_temporary_username_on_users.rb Drop "dummy" from users, replace it with temporary_username 2014-10-05 17:47:42 +02:00
20141005152615_remove_dummy_from_users.rb Drop "dummy" from users, replace it with temporary_username 2014-10-05 17:47:42 +02:00
20141127112626_add_snapshot_at_to_asciicasts.rb Make snapshot generation aware of custom snapshot time on asciicast 2014-11-27 11:48:41 +00:00
20141129115837_remove_avatar_url_from_users.rb Use retro gravatars for default avatars 2014-11-29 12:17:03 +00:00
20150227111614_add_version_to_asciicasts.rb Accept version 1 asciicasts 2015-02-27 14:01:12 +00:00
20150227112949_add_file_to_asciicast.rb Accept version 1 asciicasts 2015-02-27 14:01:12 +00:00
20150228174314_remove_default_from_asciicasts_version.rb Require explicit version number for asciicast "version" column 2015-02-28 17:48:49 +00:00
20150311094819_add_keys.rb New concept! Foreign key constraints. On database! 2015-03-11 10:55:54 +01:00
20150324103607_add_image_to_asciicasts.rb Add PNG generation (https://asciinema.org/a/17654.png) 2015-03-27 11:42:14 +00:00
20150327171201_add_image_width_and_height_to_asciicasts.rb Use "display" width in HTML image links 2015-03-27 17:33:50 +00:00