.. |
20140801095807_devise_create_users.rb
|
added users model
|
2014-08-01 12:07:16 +02:00 |
20140801103309_add_screen_name_to_users.rb
|
added authentication and everything
|
2014-08-01 15:27:08 +02:00 |
20140801174930_create_questions.rb
|
fixed migration
|
2014-11-03 12:54:02 +01:00 |
20140801175112_create_answers.rb
|
changed a few things
|
2014-10-28 06:36:38 +01:00 |
20140801175137_create_comments.rb
|
changed a few things
|
2014-10-28 06:36:38 +01:00 |
20141102153520_add_counts_to_users.rb
|
added some counters (followers, friends, ...) to the users table
|
2014-11-02 17:58:09 +01:00 |
20141104143648_add_display_name_to_users.rb
|
added display_name to users
|
2014-11-04 15:38:27 +01:00 |
20141110210154_create_inboxes.rb
|
added inbox model
|
2014-11-10 23:46:02 +01:00 |
20141113164048_add_smile_count_to_answers.rb
|
added smile count to tables
|
2014-11-13 17:49:31 +01:00 |
20141113164314_add_smiled_count_to_users.rb
|
added smile count to tables
|
2014-11-13 17:49:31 +01:00 |
20141126154451_add_admin_to_users.rb
|
added admin field to users
|
2014-11-26 17:02:47 +01:00 |
20141129211448_add_motivation_header_to_users.rb
|
added motivation header
|
2014-11-29 22:34:11 +01:00 |
20141130130221_create_relationships.rb
|
added relationship model
|
2014-11-30 14:06:05 +01:00 |
20141130175749_create_smiles.rb
|
added smile model
|
2014-11-30 19:43:22 +01:00 |
20141130180152_rename_columns_in_answers.rb
|
added smile model
|
2014-11-30 19:43:22 +01:00 |
20141201191324_add_fields_to_users.rb
|
added website, bio and location fields to user
|
2014-12-01 20:47:10 +01:00 |
20141207194424_add_answer_count_to_questions.rb
|
added question#show thing and more...
|
2014-12-07 20:51:44 +01:00 |
20141208111714_change_answer_content_column_type.rb
|
changed answer#content column type to allow longer answers
|
2014-12-08 12:20:40 +01:00 |
20141212193625_create_services.rb
|
added service model
|
2014-12-12 21:42:34 +01:00 |
20141213182609_create_notifications.rb
|
created notification model
|
2014-12-13 19:30:10 +01:00 |
20141226115905_add_moderator_to_users.rb
|
added moderator to users
|
2014-12-26 13:34:01 +01:00 |
20141227130438_create_reports.rb
|
added moderation models
|
2014-12-27 14:35:09 +01:00 |
20141227130545_create_moderation_votes.rb
|
added moderation models
|
2014-12-27 14:35:09 +01:00 |
20141227130618_create_moderation_comments.rb
|
added moderation models
|
2014-12-27 14:35:09 +01:00 |
20141228202825_add_deleted_to_reports.rb
|
added deleted column to reports
|
2014-12-28 21:34:36 +01:00 |
20141229085904_add_attachment_profile_picture_to_users.rb
|
added profile_picture to users
|
2014-12-29 10:18:12 +01:00 |
20141229105013_add_profile_picture_processing_to_users.rb
|
added delayed_paperclip
|
2014-12-29 11:58:01 +01:00 |
20141229133149_add_crop_values_to_users.rb
|
ugh
|
2014-12-29 14:49:57 +01:00 |
20150102231343_add_supporter_to_users.rb
|
added supporter thing to users
|
2015-01-03 00:15:09 +01:00 |
20150103200732_add_privacy_options_to_users.rb
|
added a few privacy options to users
|
2015-01-03 21:43:19 +01:00 |
20150112210754_add_banned_to_users.rb
|
implemented basic functionality of YE OLDE BANHAMMER!
|
2015-01-12 22:44:13 +01:00 |
20150112210755_create_groups.rb
|
Merge branch 'master' into groups
|
2015-01-13 07:05:11 +01:00 |
20150125191224_add_blogger_to_users.rb
|
forgot to add migration and everything
|
2015-01-25 20:30:53 +01:00 |
20150419201122_add_contributor_to_users.rb
|
added contributor column to users
|
2015-04-19 22:24:36 +02:00 |
20150420232305_create_subscriptions.rb
|
Support for post subscriptions
|
2015-04-21 06:42:11 +05:30 |
20150421120557_add_is_active_to_subscriptions.rb
|
Don't resubscribe if a user unsubscribes and comments again
|
2015-04-21 17:52:32 +05:30 |
20150422024104_add_reason_to_report.rb
|
Add support for report reasons
|
2015-04-22 08:29:10 +05:30 |
20150422224203_rename_banned_to_permanently_banned_in_users.rb
|
Support for ban reasons and ban times. Fixes Retrospring/bugs#26 and Retrospring/bugs#25
|
2015-04-23 06:26:29 +05:30 |
20150422224225_add_ban_reason_and_banned_until_to_users.rb
|
Support for ban reasons and ban times. Fixes Retrospring/bugs#26 and Retrospring/bugs#25
|
2015-04-23 06:26:29 +05:30 |
20150504004931_create_comment_smiles.rb
|
Feature-comment-smiles complete (fix Retrospring/bugs#42)
|
2015-05-04 07:09:47 +05:30 |
20150508144336_add_attachment_profile_header_to_users.rb
|
basic implementation
|
2015-05-08 21:14:16 +05:30 |
20150526031159_add_locale_to_user.rb
|
Basic locale check
|
2015-05-26 08:56:40 +05:30 |
20150619123121_add_translator_to_users.rb
|
update schema and migration
|
2015-06-19 15:09:02 +02:00 |
20150704072402_change_default_value_of_locale.rb
|
Some adjustmenets to locale logic, add 'jp.language: 日本語', regenerate schema
|
2015-07-04 13:01:46 +05:30 |
20150721154255_add_confirmable_to_devise.rb
|
add :confirmable to users + migration / letter_opener for local email confirmations
|
2015-07-21 17:55:28 +02:00 |
20150825073030_create_themes.rb
|
Model goop
|
2015-08-25 13:56:36 +05:30 |
20150825180139_add_show_foreign_themes_to_users.rb
|
Theming is finished
|
2015-08-25 23:57:06 +05:30 |
20150826224857_add_input_and_outline_to_theme.rb
|
Several changes to theming, solving a bunch of bugs
|
2015-08-27 05:30:26 +05:30 |
20160105165913_add_export_fields_to_users.rb
|
added some more fields to the users table
|
2016-01-05 18:03:39 +01:00 |