| .. |
|
0000_create_schema.rb
|
Drop foreigner, Rails 4.2 ships the provided functionality
|
2015-02-27 17:00:41 +01:00 |
|
20130207231310_add_facebook_id_to_post.rb
|
|
|
|
20130404211624_fix_default_image_url_from_profile.rb
|
Fix default image url in profiles table. Closes #3795
|
2013-04-04 19:22:43 -03:00 |
|
20130429073928_add_tweet_id_to_post.rb
|
Shorten indexes
|
2015-01-20 22:41:52 +02:00 |
|
20130608171134_add_open_graph_cache.rb
|
opengraph POC
|
2013-08-04 15:42:29 +02:00 |
|
20130613203350_remove_limit_from_root_guid_in_posts.rb
|
Shorten indexes
|
2015-01-20 22:41:52 +02:00 |
|
20130717104359_migrate_activity_stream_to_status_message.rb
|
fix ActivityStreams::Photo migration
|
2013-07-31 20:57:01 +02:00 |
|
20130801063213_add_tumblr_post_ids_to_posts.rb
|
Delete cross-posted Tumblr posts when user deletes their Diaspora post.
|
2013-08-03 04:23:22 -04:00 |
|
20131017093025_create_post_reports.rb
|
Added post report feature
|
2014-01-14 15:00:55 -05:00 |
|
20131213171804_create_simple_captcha_data.rb
|
Simple captcha for signup page
|
2014-01-06 22:00:37 +02:00 |
|
20140121132816_add_post_type_to_post_report.rb
|
DB fix to work with existing entries
|
2014-05-15 07:23:44 -04:00 |
|
20140214104217_rename_post_report_to_report.rb
|
It is now possible to report comments
|
2014-05-15 07:23:43 -04:00 |
|
20140222162826_devise_add_lastseenable_user.rb
|
Add devise_lastseenable for user last seen tracking.
|
2014-02-22 23:22:46 +02:00 |
|
20140308154022_create_polls.rb
|
added more tests for the poll federation + fixed broken rspec tests
|
2014-03-31 18:14:06 +02:00 |
|
20140422134050_rename_post_columns_to_item.rb
|
Changed and renamed database columns
|
2014-05-15 07:23:44 -04:00 |
|
20140422134627_change_user_id_type_to_integer.rb
|
DB fix to work with existing entries
|
2014-05-15 07:23:44 -04:00 |
|
20140601102543_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb
|
bump acts-as-taggable-on
|
2014-06-01 18:42:51 +02:00 |
|
20140801101230_create_chat_contacts.rb
|
Shorten indexes
|
2015-01-20 22:41:52 +02:00 |
|
20140801101352_create_chat_fragments.rb
|
Shorten indexes
|
2015-01-20 22:41:52 +02:00 |
|
20140824230505_add_completed_at_to_account_deletions.rb
|
Fix for issue 5040: Adds completed_at column to account_deletions and sets timestamp upon successful completion. Depends on uniqueness of diaspora_handle when combined with person_id
|
2014-08-24 17:06:33 -07:00 |
|
20140826165533_increase_simple_captcha_limit.rb
|
Increase max length of simple_captcha to 12
|
2014-08-26 13:24:00 -05:00 |
|
20140906192846_fix_open_graph_data.rb
|
Fixed Open Graph db insertion
|
2014-09-06 14:49:34 -05:00 |
|
20141001162851_add_remove_after_to_users.rb
|
Maintenance feature to remove old users
|
2014-10-16 22:53:08 +03:00 |
|
20141007003922_add_chat_enabled_to_aspects.rb
|
Add chat migration
|
2014-11-13 11:14:54 +01:00 |
|
20141024170120_create_chat_offline_messages.rb
|
Add chat migration
|
2014-11-13 11:14:54 +01:00 |
|
20141209041241_drop_open_graph_caches_with_invalid_urls.rb
|
Add migration to drop invalid OpenGraphCaches, closes #5465
|
2014-12-09 05:32:04 +01:00 |
|
20141216213423_purge_orphan_conversations.rb
|
Fix orphan conversations migration
|
2015-02-27 17:00:41 +01:00 |
|
20141227120907_add_export_to_user.rb
|
Add contacts/posts, and GZipping JSON exporter output
|
2015-01-15 00:20:19 +13:00 |
|
20141230214830_user_pref_strip_exif.rb
|
Strip EXIF data as user preference
|
2015-01-18 10:28:28 -03:00 |
|
20150106050733_set_mysql_to_unicode_mb4.rb
|
change TEXT columns back to TEXT
|
2015-04-19 15:45:20 +02:00 |
|
20150209230946_disable_mail_for_closed_account.rb
|
Set disable_mail to true
|
2015-02-19 16:45:39 -08:00 |
|
20150220001357_add_photos_export_to_user.rb
|
Exports user photos as zip file
|
2015-03-03 19:45:57 -03:00 |
|
20150403192408_remove_deleted_aspects_from_auto_follow_back.rb
|
Add migration to remove deleted aspects from auto follow back
|
2015-04-03 23:02:41 +02:00 |
|
20150403212139_fix_wrong_only_sharing.rb
|
Fix only sharing flag for contacts that are receiving
|
2015-04-03 23:45:27 +02:00 |
|
20150404193023_participation_counter.rb
|
Revert "Revert "Merge pull request #5852 from margori/3393-activity-stream-keeping-retracted-participations""
|
2015-05-04 00:43:41 +02:00 |
|
20150523004437_enable_color_themes.rb
|
Issue #4297: Enable color theme setup
|
2015-06-07 19:57:16 +03:00 |
|
20150531005120_cleanup_default_avatars.rb
|
add db migration to cleanup default avatar image-urls
|
2015-06-02 02:34:32 +02:00 |
|
20150607143809_fix_photo_public_flag.rb
|
add migration to fix public flag of photos
|
2015-06-08 04:15:17 +02:00 |
|
20150630221004_add_public_to_profiles.rb
|
Allow extended profile fields (previously private profile) to be set public (#5684).
|
2015-07-11 04:36:45 +03:00 |
|
20150724152052_remove_favorites_from_posts.rb
|
Refactor PostService and extract its tests
|
2015-07-26 13:10:24 +02:00 |
|
20150731123114_add_status_to_pods.rb
|
Add connection test for pods in the network
|
2015-08-24 22:04:53 +02:00 |
|
20150828132451_remove_duplicate_and_empty_pods.rb
|
fix some issues with pod-checking
|
2015-08-30 18:50:34 +02:00 |
|
20151003142048_update_report_item_types.rb
|
Use polymorphic association for the report item
|
2015-10-03 17:18:03 +02:00 |