Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
diaspora
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
diasporg
diaspora
Commits
e8269096
Unverified
Commit
e8269096
authored
Aug 27, 2017
by
Benjamin Neff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `# frozen_string_literal: true` to all files
parent
44ebc737
Changes
738
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
738 changed files
with
1470 additions
and
4 deletions
+1470
-4
.rubocop.yml
.rubocop.yml
+0
-4
Gemfile
Gemfile
+2
-0
Guardfile
Guardfile
+2
-0
Rakefile
Rakefile
+2
-0
app/controllers/admin/admin_controller.rb
app/controllers/admin/admin_controller.rb
+2
-0
app/controllers/admin/pods_controller.rb
app/controllers/admin/pods_controller.rb
+2
-0
app/controllers/admin/users_controller.rb
app/controllers/admin/users_controller.rb
+2
-0
app/controllers/admins_controller.rb
app/controllers/admins_controller.rb
+2
-0
app/controllers/api/openid_connect/authorizations_controller.rb
...ntrollers/api/openid_connect/authorizations_controller.rb
+2
-0
app/controllers/api/openid_connect/clients_controller.rb
app/controllers/api/openid_connect/clients_controller.rb
+2
-0
app/controllers/api/openid_connect/discovery_controller.rb
app/controllers/api/openid_connect/discovery_controller.rb
+2
-0
app/controllers/api/openid_connect/id_tokens_controller.rb
app/controllers/api/openid_connect/id_tokens_controller.rb
+2
-0
app/controllers/api/openid_connect/token_endpoint_controller.rb
...ntrollers/api/openid_connect/token_endpoint_controller.rb
+2
-0
app/controllers/api/openid_connect/user_applications_controller.rb
...ollers/api/openid_connect/user_applications_controller.rb
+2
-0
app/controllers/api/openid_connect/user_info_controller.rb
app/controllers/api/openid_connect/user_info_controller.rb
+2
-0
app/controllers/api/v0/base_controller.rb
app/controllers/api/v0/base_controller.rb
+2
-0
app/controllers/application_controller.rb
app/controllers/application_controller.rb
+2
-0
app/controllers/aspect_memberships_controller.rb
app/controllers/aspect_memberships_controller.rb
+2
-0
app/controllers/aspects_controller.rb
app/controllers/aspects_controller.rb
+2
-0
app/controllers/blocks_controller.rb
app/controllers/blocks_controller.rb
+2
-0
app/controllers/comments_controller.rb
app/controllers/comments_controller.rb
+2
-0
app/controllers/contacts_controller.rb
app/controllers/contacts_controller.rb
+2
-0
app/controllers/conversation_visibilities_controller.rb
app/controllers/conversation_visibilities_controller.rb
+2
-0
app/controllers/conversations_controller.rb
app/controllers/conversations_controller.rb
+2
-0
app/controllers/help_controller.rb
app/controllers/help_controller.rb
+2
-0
app/controllers/home_controller.rb
app/controllers/home_controller.rb
+2
-0
app/controllers/invitation_codes_controller.rb
app/controllers/invitation_codes_controller.rb
+2
-0
app/controllers/invitations_controller.rb
app/controllers/invitations_controller.rb
+2
-0
app/controllers/likes_controller.rb
app/controllers/likes_controller.rb
+2
-0
app/controllers/messages_controller.rb
app/controllers/messages_controller.rb
+2
-0
app/controllers/node_info_controller.rb
app/controllers/node_info_controller.rb
+2
-0
app/controllers/notifications_controller.rb
app/controllers/notifications_controller.rb
+2
-0
app/controllers/participations_controller.rb
app/controllers/participations_controller.rb
+2
-0
app/controllers/people_controller.rb
app/controllers/people_controller.rb
+2
-0
app/controllers/photos_controller.rb
app/controllers/photos_controller.rb
+2
-0
app/controllers/poll_participations_controller.rb
app/controllers/poll_participations_controller.rb
+2
-0
app/controllers/posts_controller.rb
app/controllers/posts_controller.rb
+2
-0
app/controllers/profiles_controller.rb
app/controllers/profiles_controller.rb
+2
-0
app/controllers/registrations_controller.rb
app/controllers/registrations_controller.rb
+2
-0
app/controllers/report_controller.rb
app/controllers/report_controller.rb
+2
-0
app/controllers/reshares_controller.rb
app/controllers/reshares_controller.rb
+2
-0
app/controllers/search_controller.rb
app/controllers/search_controller.rb
+2
-0
app/controllers/services_controller.rb
app/controllers/services_controller.rb
+2
-0
app/controllers/sessions_controller.rb
app/controllers/sessions_controller.rb
+2
-0
app/controllers/share_visibilities_controller.rb
app/controllers/share_visibilities_controller.rb
+2
-0
app/controllers/social_relay_controller.rb
app/controllers/social_relay_controller.rb
+2
-0
app/controllers/status_messages_controller.rb
app/controllers/status_messages_controller.rb
+2
-0
app/controllers/streams_controller.rb
app/controllers/streams_controller.rb
+2
-0
app/controllers/tag_followings_controller.rb
app/controllers/tag_followings_controller.rb
+2
-0
app/controllers/tags_controller.rb
app/controllers/tags_controller.rb
+2
-0
app/controllers/terms_controller.rb
app/controllers/terms_controller.rb
+2
-0
app/controllers/users_controller.rb
app/controllers/users_controller.rb
+2
-0
app/helpers/activity_streams_helper.rb
app/helpers/activity_streams_helper.rb
+2
-0
app/helpers/application_helper.rb
app/helpers/application_helper.rb
+2
-0
app/helpers/aspect_global_helper.rb
app/helpers/aspect_global_helper.rb
+2
-0
app/helpers/contacts_helper.rb
app/helpers/contacts_helper.rb
+2
-0
app/helpers/conversations_helper.rb
app/helpers/conversations_helper.rb
+2
-0
app/helpers/error_messages_helper.rb
app/helpers/error_messages_helper.rb
+2
-0
app/helpers/getting_started_helper.rb
app/helpers/getting_started_helper.rb
+2
-0
app/helpers/gon_helper.rb
app/helpers/gon_helper.rb
+2
-0
app/helpers/interim_stream_hackiness_helper.rb
app/helpers/interim_stream_hackiness_helper.rb
+2
-0
app/helpers/invitation_codes_helper.rb
app/helpers/invitation_codes_helper.rb
+2
-0
app/helpers/jsxc_helper.rb
app/helpers/jsxc_helper.rb
+2
-0
app/helpers/language_helper.rb
app/helpers/language_helper.rb
+2
-0
app/helpers/layout_helper.rb
app/helpers/layout_helper.rb
+2
-0
app/helpers/meta_data_helper.rb
app/helpers/meta_data_helper.rb
+2
-0
app/helpers/mobile_helper.rb
app/helpers/mobile_helper.rb
+2
-0
app/helpers/notifications_helper.rb
app/helpers/notifications_helper.rb
+2
-0
app/helpers/notifier_helper.rb
app/helpers/notifier_helper.rb
+2
-0
app/helpers/o_embed_helper.rb
app/helpers/o_embed_helper.rb
+2
-0
app/helpers/open_graph_helper.rb
app/helpers/open_graph_helper.rb
+2
-0
app/helpers/people_helper.rb
app/helpers/people_helper.rb
+2
-0
app/helpers/posts_helper.rb
app/helpers/posts_helper.rb
+2
-0
app/helpers/profile_helper.rb
app/helpers/profile_helper.rb
+2
-0
app/helpers/publisher_helper.rb
app/helpers/publisher_helper.rb
+2
-0
app/helpers/report_helper.rb
app/helpers/report_helper.rb
+2
-0
app/helpers/services_helper.rb
app/helpers/services_helper.rb
+2
-0
app/helpers/sessions_helper.rb
app/helpers/sessions_helper.rb
+2
-0
app/helpers/statistics_helper.rb
app/helpers/statistics_helper.rb
+2
-0
app/helpers/stream_helper.rb
app/helpers/stream_helper.rb
+2
-0
app/helpers/tags_helper.rb
app/helpers/tags_helper.rb
+2
-0
app/helpers/user_applications_helper.rb
app/helpers/user_applications_helper.rb
+2
-0
app/helpers/users_helper.rb
app/helpers/users_helper.rb
+2
-0
app/mailers/application_mailer.rb
app/mailers/application_mailer.rb
+2
-0
app/mailers/diaspora_devise_mailer.rb
app/mailers/diaspora_devise_mailer.rb
+2
-0
app/mailers/export_mailer.rb
app/mailers/export_mailer.rb
+2
-0
app/mailers/maintenance.rb
app/mailers/maintenance.rb
+2
-0
app/mailers/notification_mailers/also_commented.rb
app/mailers/notification_mailers/also_commented.rb
+2
-0
app/mailers/notification_mailers/base.rb
app/mailers/notification_mailers/base.rb
+2
-0
app/mailers/notification_mailers/comment_on_post.rb
app/mailers/notification_mailers/comment_on_post.rb
+2
-0
app/mailers/notification_mailers/confirm_email.rb
app/mailers/notification_mailers/confirm_email.rb
+2
-0
app/mailers/notification_mailers/csrf_token_fail.rb
app/mailers/notification_mailers/csrf_token_fail.rb
+2
-0
app/mailers/notification_mailers/liked.rb
app/mailers/notification_mailers/liked.rb
+2
-0
app/mailers/notification_mailers/mentioned.rb
app/mailers/notification_mailers/mentioned.rb
+2
-0
app/mailers/notification_mailers/mentioned_in_comment.rb
app/mailers/notification_mailers/mentioned_in_comment.rb
+2
-0
app/mailers/notification_mailers/private_message.rb
app/mailers/notification_mailers/private_message.rb
+2
-0
app/mailers/notification_mailers/reshared.rb
app/mailers/notification_mailers/reshared.rb
+2
-0
app/mailers/notification_mailers/started_sharing.rb
app/mailers/notification_mailers/started_sharing.rb
+2
-0
app/mailers/notifier.rb
app/mailers/notifier.rb
+2
-0
app/mailers/report_mailer.rb
app/mailers/report_mailer.rb
+2
-0
app/models/account_deletion.rb
app/models/account_deletion.rb
+2
-0
app/models/account_migration.rb
app/models/account_migration.rb
+2
-0
app/models/acts_as_taggable_on-tag.rb
app/models/acts_as_taggable_on-tag.rb
+2
-0
app/models/api/openid_connect/authorization.rb
app/models/api/openid_connect/authorization.rb
+2
-0
app/models/api/openid_connect/o_auth_access_token.rb
app/models/api/openid_connect/o_auth_access_token.rb
+2
-0
app/models/api/openid_connect/o_auth_application.rb
app/models/api/openid_connect/o_auth_application.rb
+2
-0
app/models/api/openid_connect/pairwise_pseudonymous_identifier.rb
...ls/api/openid_connect/pairwise_pseudonymous_identifier.rb
+2
-0
app/models/application_record.rb
app/models/application_record.rb
+2
-0
app/models/aspect.rb
app/models/aspect.rb
+2
-0
app/models/aspect_membership.rb
app/models/aspect_membership.rb
+2
-0
app/models/aspect_visibility.rb
app/models/aspect_visibility.rb
+2
-0
app/models/block.rb
app/models/block.rb
+2
-0
app/models/comment.rb
app/models/comment.rb
+2
-0
app/models/comment_signature.rb
app/models/comment_signature.rb
+2
-0
app/models/contact.rb
app/models/contact.rb
+2
-0
app/models/conversation.rb
app/models/conversation.rb
+2
-0
app/models/conversation_visibility.rb
app/models/conversation_visibility.rb
+2
-0
app/models/invitation_code.rb
app/models/invitation_code.rb
+2
-0
app/models/like.rb
app/models/like.rb
+2
-0
app/models/like_signature.rb
app/models/like_signature.rb
+2
-0
app/models/location.rb
app/models/location.rb
+2
-0
app/models/mention.rb
app/models/mention.rb
+2
-0
app/models/message.rb
app/models/message.rb
+2
-0
app/models/notification.rb
app/models/notification.rb
+2
-0
app/models/notification_actor.rb
app/models/notification_actor.rb
+2
-0
app/models/notifications/also_commented.rb
app/models/notifications/also_commented.rb
+2
-0
app/models/notifications/comment_on_post.rb
app/models/notifications/comment_on_post.rb
+2
-0
app/models/notifications/commented.rb
app/models/notifications/commented.rb
+2
-0
app/models/notifications/liked.rb
app/models/notifications/liked.rb
+2
-0
app/models/notifications/mentioned.rb
app/models/notifications/mentioned.rb
+2
-0
app/models/notifications/mentioned_in_comment.rb
app/models/notifications/mentioned_in_comment.rb
+2
-0
app/models/notifications/mentioned_in_post.rb
app/models/notifications/mentioned_in_post.rb
+2
-0
app/models/notifications/private_message.rb
app/models/notifications/private_message.rb
+2
-0
app/models/notifications/reshared.rb
app/models/notifications/reshared.rb
+2
-0
app/models/notifications/started_sharing.rb
app/models/notifications/started_sharing.rb
+2
-0
app/models/o_embed_cache.rb
app/models/o_embed_cache.rb
+2
-0
app/models/open_graph_cache.rb
app/models/open_graph_cache.rb
+2
-0
app/models/participation.rb
app/models/participation.rb
+2
-0
app/models/person.rb
app/models/person.rb
+2
-0
app/models/photo.rb
app/models/photo.rb
+2
-0
app/models/pod.rb
app/models/pod.rb
+2
-0
app/models/poll.rb
app/models/poll.rb
+2
-0
app/models/poll_answer.rb
app/models/poll_answer.rb
+2
-0
app/models/poll_participation.rb
app/models/poll_participation.rb
+2
-0
app/models/poll_participation_signature.rb
app/models/poll_participation_signature.rb
+2
-0
app/models/post.rb
app/models/post.rb
+2
-0
app/models/profile.rb
app/models/profile.rb
+2
-0
app/models/report.rb
app/models/report.rb
+2
-0
app/models/reshare.rb
app/models/reshare.rb
+2
-0
app/models/role.rb
app/models/role.rb
+2
-0
app/models/service.rb
app/models/service.rb
+2
-0
app/models/services/facebook.rb
app/models/services/facebook.rb
+2
-0
app/models/services/tumblr.rb
app/models/services/tumblr.rb
+2
-0
app/models/services/twitter.rb
app/models/services/twitter.rb
+2
-0
app/models/services/wordpress.rb
app/models/services/wordpress.rb
+2
-0
app/models/share_visibility.rb
app/models/share_visibility.rb
+2
-0
app/models/signature_order.rb
app/models/signature_order.rb
+2
-0
app/models/status_message.rb
app/models/status_message.rb
+2
-0
app/models/tag_following.rb
app/models/tag_following.rb
+2
-0
app/models/user.rb
app/models/user.rb
+2
-0
app/models/user/authentication_token.rb
app/models/user/authentication_token.rb
+2
-0
app/models/user/connecting.rb
app/models/user/connecting.rb
+2
-0
app/models/user/querying.rb
app/models/user/querying.rb
+2
-0
app/models/user/social_actions.rb
app/models/user/social_actions.rb
+2
-0
app/models/user_preference.rb
app/models/user_preference.rb
+2
-0
app/presenters/aspect_membership_presenter.rb
app/presenters/aspect_membership_presenter.rb
+2
-0
app/presenters/aspect_presenter.rb
app/presenters/aspect_presenter.rb
+2
-0
app/presenters/avatar_presenter.rb
app/presenters/avatar_presenter.rb
+2
-0
app/presenters/base_presenter.rb
app/presenters/base_presenter.rb
+2
-0
app/presenters/block_presenter.rb
app/presenters/block_presenter.rb
+2
-0
app/presenters/comment_presenter.rb
app/presenters/comment_presenter.rb
+2
-0
app/presenters/contact_presenter.rb
app/presenters/contact_presenter.rb
+2
-0
app/presenters/last_three_comments_decorator.rb
app/presenters/last_three_comments_decorator.rb
+2
-0
app/presenters/node_info_presenter.rb
app/presenters/node_info_presenter.rb
+2
-0
app/presenters/o_embed_presenter.rb
app/presenters/o_embed_presenter.rb
+2
-0
app/presenters/person_presenter.rb
app/presenters/person_presenter.rb
+2
-0
app/presenters/photo_presenter.rb
app/presenters/photo_presenter.rb
+2
-0
app/presenters/pod_presenter.rb
app/presenters/pod_presenter.rb
+2
-0
app/presenters/post_interaction_presenter.rb
app/presenters/post_interaction_presenter.rb
+2
-0
app/presenters/post_presenter.rb
app/presenters/post_presenter.rb
+2
-0
app/presenters/profile_presenter.rb
app/presenters/profile_presenter.rb
+2
-0
app/presenters/service_presenter.rb
app/presenters/service_presenter.rb
+2
-0
app/presenters/social_relay_presenter.rb
app/presenters/social_relay_presenter.rb
+2
-0
app/presenters/tag_stream_presenter.rb
app/presenters/tag_stream_presenter.rb
+2
-0
app/presenters/user_application_presenter.rb
app/presenters/user_application_presenter.rb
+2
-0
app/presenters/user_applications_presenter.rb
app/presenters/user_applications_presenter.rb
+2
-0
app/presenters/user_presenter.rb
app/presenters/user_presenter.rb
+2
-0
app/serializers/export/aspect_serializer.rb
app/serializers/export/aspect_serializer.rb
+2
-0
app/serializers/export/contact_serializer.rb
app/serializers/export/contact_serializer.rb
+2
-0
app/serializers/export/others_data_serializer.rb
app/serializers/export/others_data_serializer.rb
+2
-0
app/serializers/export/own_post_serializer.rb
app/serializers/export/own_post_serializer.rb
+2
-0
app/serializers/export/own_relayables_serializer.rb
app/serializers/export/own_relayables_serializer.rb
+2
-0
app/serializers/export/person_metadata_serializer.rb
app/serializers/export/person_metadata_serializer.rb
+2
-0
app/serializers/export/user_serializer.rb
app/serializers/export/user_serializer.rb
+2
-0
app/serializers/federation_entity_serializer.rb
app/serializers/federation_entity_serializer.rb
+2
-0
app/serializers/notification_serializer.rb
app/serializers/notification_serializer.rb
+2
-0
app/serializers/serializer_post_processing.rb
app/serializers/serializer_post_processing.rb
+2
-0
app/serializers/user_info_serializer.rb
app/serializers/user_info_serializer.rb
+2
-0
app/services/comment_service.rb
app/services/comment_service.rb
+2
-0
app/services/like_service.rb
app/services/like_service.rb
+2
-0
app/services/notification_service.rb
app/services/notification_service.rb
+2
-0
app/services/post_service.rb
app/services/post_service.rb
+2
-0
app/services/reshare_service.rb
app/services/reshare_service.rb
+2
-0
app/services/status_message_creation_service.rb
app/services/status_message_creation_service.rb
+2
-0
app/uploaders/exported_photos.rb
app/uploaders/exported_photos.rb
+2
-0
app/uploaders/exported_user.rb
app/uploaders/exported_user.rb
+2
-0
app/uploaders/processed_image.rb
app/uploaders/processed_image.rb
+2
-0
app/uploaders/secure_uploader.rb
app/uploaders/secure_uploader.rb
+2
-0
app/uploaders/unprocessed_image.rb
app/uploaders/unprocessed_image.rb
+2
-0
app/views/users/public.atom.builder
app/views/users/public.atom.builder
+2
-0
app/workers/base.rb
app/workers/base.rb
+2
-0
app/workers/clean_cached_files.rb
app/workers/clean_cached_files.rb
+2
-0
app/workers/deferred_dispatch.rb
app/workers/deferred_dispatch.rb
+2
-0
app/workers/deferred_retraction.rb
app/workers/deferred_retraction.rb
+2
-0
app/workers/delete_account.rb
app/workers/delete_account.rb
+2
-0
app/workers/delete_post_from_service.rb
app/workers/delete_post_from_service.rb
+2
-0
app/workers/export_photos.rb
app/workers/export_photos.rb
+2
-0
app/workers/export_user.rb
app/workers/export_user.rb
+2
-0
app/workers/fetch_profile_photo.rb
app/workers/fetch_profile_photo.rb
+2
-0
app/workers/fetch_public_posts.rb
app/workers/fetch_public_posts.rb
+2
-0
app/workers/fetch_webfinger.rb
app/workers/fetch_webfinger.rb
+2
-0
app/workers/gather_o_embed_data.rb
app/workers/gather_o_embed_data.rb
+2
-0
app/workers/gather_open_graph_data.rb
app/workers/gather_open_graph_data.rb
+2
-0
app/workers/mail/also_commented.rb
app/workers/mail/also_commented.rb
+2
-0
app/workers/mail/comment_on_post.rb
app/workers/mail/comment_on_post.rb
+2
-0
app/workers/mail/confirm_email.rb
app/workers/mail/confirm_email.rb
+2
-0
app/workers/mail/csrf_token_fail.rb
app/workers/mail/csrf_token_fail.rb
+2
-0
app/workers/mail/invite_email.rb
app/workers/mail/invite_email.rb
+2
-0
app/workers/mail/liked.rb
app/workers/mail/liked.rb
+2
-0
app/workers/mail/mentioned.rb
app/workers/mail/mentioned.rb
+2
-0
app/workers/mail/mentioned_in_comment.rb
app/workers/mail/mentioned_in_comment.rb
+2
-0
app/workers/mail/notifier_base.rb
app/workers/mail/notifier_base.rb
+2
-0
app/workers/mail/private_message.rb
app/workers/mail/private_message.rb
+2
-0
app/workers/mail/report_worker.rb
app/workers/mail/report_worker.rb
+2
-0
app/workers/mail/reshared.rb
app/workers/mail/reshared.rb
+2
-0
app/workers/mail/started_sharing.rb
app/workers/mail/started_sharing.rb
+2
-0
app/workers/post_to_service.rb
app/workers/post_to_service.rb
+2
-0
app/workers/process_photo.rb
app/workers/process_photo.rb
+2
-0
app/workers/publish_to_hub.rb
app/workers/publish_to_hub.rb
+2
-0
app/workers/queue_users_for_removal.rb
app/workers/queue_users_for_removal.rb
+2
-0
app/workers/receive_base.rb
app/workers/receive_base.rb
+2
-0
app/workers/receive_local.rb
app/workers/receive_local.rb
+2
-0
app/workers/receive_private.rb
app/workers/receive_private.rb
+2
-0
app/workers/receive_public.rb
app/workers/receive_public.rb
+2
-0
app/workers/recheck_scheduled_pods.rb
app/workers/recheck_scheduled_pods.rb
+2
-0
app/workers/recurring_pod_check.rb
app/workers/recurring_pod_check.rb
+2
-0
app/workers/remove_old_user.rb
app/workers/remove_old_user.rb
+2
-0
app/workers/reset_password.rb
app/workers/reset_password.rb
+2
-0
app/workers/send_base.rb
app/workers/send_base.rb
+2
-0
app/workers/send_private.rb
app/workers/send_private.rb
+2
-0
app/workers/send_public.rb
app/workers/send_public.rb
+2
-0
config.ru
config.ru
+2
-0
config/application.rb
config/application.rb
+2
-0
config/asset_sync.rb
config/asset_sync.rb
+2
-0
config/boot.rb
config/boot.rb
+2
-0
config/environment.rb
config/environment.rb
+2
-0
config/environments/development.rb
config/environments/development.rb
+2
-0
config/environments/integration.rb
config/environments/integration.rb
+2
-0
config/environments/production.rb
config/environments/production.rb
+2
-0
config/environments/test.rb
config/environments/test.rb
+2
-0
config/eye.rb
config/eye.rb
+2
-0
config/initializers/acts_as_taggable_on.rb
config/initializers/acts_as_taggable_on.rb
+2
-0
config/initializers/application_controller_renderer.rb
config/initializers/application_controller_renderer.rb
+1
-0
config/initializers/asset_sync.rb
config/initializers/asset_sync.rb
+2
-0
config/initializers/assets.rb
config/initializers/assets.rb
+2
-0
config/initializers/backtrace_silencers.rb
config/initializers/backtrace_silencers.rb
+1
-0
config/initializers/carrierwave.rb
config/initializers/carrierwave.rb
+2
-0
config/initializers/color_themes.rb
config/initializers/color_themes.rb
+2
-0
config/initializers/cookies_serializer.rb
config/initializers/cookies_serializer.rb
+2
-0
config/initializers/cors.rb
config/initializers/cors.rb
+2
-0
config/initializers/devise.rb
config/initializers/devise.rb
+2
-0
config/initializers/diaspora_federation.rb
config/initializers/diaspora_federation.rb
+2
-0
config/initializers/enforce_ssl.rb
config/initializers/enforce_ssl.rb
+2
-0
config/initializers/entypo.rb
config/initializers/entypo.rb
+2
-0
config/initializers/faraday.rb
config/initializers/faraday.rb
+2
-0
config/initializers/filter_parameter_logging.rb
config/initializers/filter_parameter_logging.rb
+2
-0
config/initializers/haml.rb
config/initializers/haml.rb
+2
-0
config/initializers/handlebars_assets.rb
config/initializers/handlebars_assets.rb
+2
-0
config/initializers/ignore_ssl_in_development.rb
config/initializers/ignore_ssl_in_development.rb
+2
-0
config/initializers/inflections.rb
config/initializers/inflections.rb
+1
-0
config/initializers/json_escape.rb
config/initializers/json_escape.rb
+2
-0
config/initializers/jsroutes.rb
config/initializers/jsroutes.rb
+2
-0
config/initializers/load_analyitics.rb
config/initializers/load_analyitics.rb
+2
-0
config/initializers/load_libraries.rb
config/initializers/load_libraries.rb
+2
-0
config/initializers/locale.rb
config/initializers/locale.rb
+2
-0
config/initializers/mailer_config.rb
config/initializers/mailer_config.rb
+2
-0
config/initializers/maintenance.rb
config/initializers/maintenance.rb
+2
-0
config/initializers/markerb.rb
config/initializers/markerb.rb
+2
-0
config/initializers/mime_types.rb
config/initializers/mime_types.rb
+1
-0
config/initializers/oembed.rb
config/initializers/oembed.rb
+2
-0
config/initializers/omniauth.rb
config/initializers/omniauth.rb
+2
-0
config/initializers/open_graph_reader.rb
config/initializers/open_graph_reader.rb
+2
-0
config/initializers/patch_openssl_pkey.rb
config/initializers/patch_openssl_pkey.rb
+2
-0
config/initializers/prosody.rb
config/initializers/prosody.rb
+2
-0
config/initializers/rspec_generator.rb
config/initializers/rspec_generator.rb
+2
-0
config/initializers/secure_headers.rb
config/initializers/secure_headers.rb
+2
-0
config/initializers/session_store.rb
config/initializers/session_store.rb
+2
-0
config/initializers/set_session_secret.rb
config/initializers/set_session_secret.rb
+2
-0
config/initializers/set_up_image_redirects.rb
config/initializers/set_up_image_redirects.rb
+2
-0
config/initializers/setup_simple_captcha.rb
config/initializers/setup_simple_captcha.rb
+2
-0
config/initializers/sidekiq.rb
config/initializers/sidekiq.rb
+2
-0
config/initializers/version_header.rb
config/initializers/version_header.rb
+2
-0
config/initializers/will_paginate.rb
config/initializers/will_paginate.rb
+2
-0
config/initializers/wrap_parameters.rb
config/initializers/wrap_parameters.rb
+2
-0
config/load_config.rb
config/load_config.rb
+2
-0
config/locales/cldr/plurals.rb
config/locales/cldr/plurals.rb
+2
-0
config/logging.rb
config/logging.rb
+2
-0
config/routes.rb
config/routes.rb
+2
-0
config/spring.rb
config/spring.rb
+2
-0
config/unicorn.rb
config/unicorn.rb
+2
-0
db/migrate/0000_create_schema.rb
db/migrate/0000_create_schema.rb
+2
-0
db/migrate/20160829170244_add_post_default_to_aspects.rb
db/migrate/20160829170244_add_post_default_to_aspects.rb
+2
-0
db/migrate/20160901072443_add_video_url_to_open_graph_cache.rb
...grate/20160901072443_add_video_url_to_open_graph_cache.rb
+2
-0
db/migrate/20160902180630_remove_invalid_unconfirmed_emails.rb
...grate/20160902180630_remove_invalid_unconfirmed_emails.rb
+2
-0
db/migrate/20160906225138_fix_photos_share_visibilities.rb
db/migrate/20160906225138_fix_photos_share_visibilities.rb
+2
-0
db/migrate/20161015174300_remove_empty_pod.rb
db/migrate/20161015174300_remove_empty_pod.rb
+2
-0
db/migrate/20161024231443_add_scheduled_check_to_pod.rb
db/migrate/20161024231443_add_scheduled_check_to_pod.rb
+2
-0
db/migrate/20161107100840_polymorphic_mentions.rb
db/migrate/20161107100840_polymorphic_mentions.rb
+2
-0
db/migrate/20170430022507_remove_message_signature.rb
db/migrate/20170430022507_remove_message_signature.rb
+2
-0
db/migrate/20170730154117_create_account_migrations.rb
db/migrate/20170730154117_create_account_migrations.rb
+2
-0
db/migrate/20170813141631_cleanup_account_deletions_and_add_unique_index.rb
...3141631_cleanup_account_deletions_and_add_unique_index.rb
+2
-0
db/migrate/20170813153048_add_missing_indexes.rb
db/migrate/20170813153048_add_missing_indexes.rb
+2
-0
db/migrate/20170813160104_cleanup_aspects_and_add_unique_index.rb
...te/20170813160104_cleanup_aspects_and_add_unique_index.rb
+2
-0
db/migrate/20170813164435_add_missing_unique_indexes.rb
db/migrate/20170813164435_add_missing_unique_indexes.rb
+2
-0
db/migrate/20170813222333_reset_export_states.rb
db/migrate/20170813222333_reset_export_states.rb
+2
-0
db/migrate/20170824202628_cleanup_root_guids_from_reshares.rb
...igrate/20170824202628_cleanup_root_guids_from_reshares.rb
+2
-0
features/step_definitions/aspects_steps.rb
features/step_definitions/aspects_steps.rb
+2
-0
features/step_definitions/auth_code_steps.rb
features/step_definitions/auth_code_steps.rb
+2
-0
features/step_definitions/comment_steps.rb
features/step_definitions/comment_steps.rb
+2
-0
features/step_definitions/conversations_steps.rb
features/step_definitions/conversations_steps.rb
+2
-0
features/step_definitions/custom_web_steps.rb
features/step_definitions/custom_web_steps.rb
+2
-0
features/step_definitions/debug_steps.rb
features/step_definitions/debug_steps.rb
+2
-0
features/step_definitions/drawer_steps.rb
features/step_definitions/drawer_steps.rb
+2
-0
features/step_definitions/gallery_steps.rb
features/step_definitions/gallery_steps.rb
+2
-0
features/step_definitions/hovercard_steps.rb
features/step_definitions/hovercard_steps.rb
+2
-0
features/step_definitions/implicit_flow_steps.rb
features/step_definitions/implicit_flow_steps.rb
+2
-0
features/step_definitions/keyboard_navigation_steps.rb
features/step_definitions/keyboard_navigation_steps.rb
+2
-0
features/step_definitions/like_steps.rb
features/step_definitions/like_steps.rb
+2
-0
features/step_definitions/location_steps.rb
features/step_definitions/location_steps.rb
+2
-0
features/step_definitions/mention_steps.rb
features/step_definitions/mention_steps.rb
+2
-0
features/step_definitions/message_steps.rb
features/step_definitions/message_steps.rb
+2
-0
features/step_definitions/mobile_steps.rb
features/step_definitions/mobile_steps.rb
+2
-0
features/step_definitions/modal_steps.rb
features/step_definitions/modal_steps.rb
+2
-0
features/step_definitions/notifications_steps.rb
features/step_definitions/notifications_steps.rb
+2
-0
features/step_definitions/oembed_steps.rb
features/step_definitions/oembed_steps.rb
+2
-0
features/step_definitions/oidc_common_steps.rb
features/step_definitions/oidc_common_steps.rb
+2
-0
features/step_definitions/post_preview_steps.rb
features/step_definitions/post_preview_steps.rb
+2
-0
features/step_definitions/post_with_poll_steps.rb
features/step_definitions/post_with_poll_steps.rb
+2
-0
features/step_definitions/posts_steps.rb
features/step_definitions/posts_steps.rb
+2
-0
features/step_definitions/profile_steps.rb
features/step_definitions/profile_steps.rb
+2
-0
features/step_definitions/search_steps.rb
features/step_definitions/search_steps.rb
+2
-0
features/step_definitions/session_steps.rb
features/step_definitions/session_steps.rb
+2
-0
features/step_definitions/single_post_view_steps.rb
features/step_definitions/single_post_view_steps.rb
+2
-0
features/step_definitions/stream_steps.rb
features/step_definitions/stream_steps.rb
+2
-0
features/step_definitions/tag_steps.rb
features/step_definitions/tag_steps.rb
+2
-0
features/step_definitions/user_applications_steps.rb
features/step_definitions/user_applications_steps.rb
+2
-0
features/step_definitions/user_steps.rb
features/step_definitions/user_steps.rb
+2
-0
features/step_definitions/web_steps.rb
features/step_definitions/web_steps.rb
+2
-0
features/support/application_cuke_helpers.rb
features/support/application_cuke_helpers.rb
+2
-0
features/support/env.rb
features/support/env.rb
+2
-0
features/support/integration_sessions_controller.rb
features/support/integration_sessions_controller.rb
+2
-0
features/support/matchers.rb
features/support/matchers.rb
+2
-0
features/support/paths.rb
features/support/paths.rb
+2
-0
features/support/poor_mans_webmock.rb
features/support/poor_mans_webmock.rb
+2
-0
features/support/publishing_cuke_helpers.rb
features/support/publishing_cuke_helpers.rb
+2
-0
features/support/user_cuke_helpers.rb
features/support/user_cuke_helpers.rb
+2
-0
features/support/webmock.rb
features/support/webmock.rb
+2
-0
lib/account_deleter.rb
lib/account_deleter.rb
+2
-0
lib/api/openid_connect/authorization_point/endpoint.rb
lib/api/openid_connect/authorization_point/endpoint.rb
+2
-0
lib/api/openid_connect/authorization_point/endpoint_confirmation_point.rb
...onnect/authorization_point/endpoint_confirmation_point.rb
+2
-0
lib/api/openid_connect/authorization_point/endpoint_start_point.rb
...penid_connect/authorization_point/endpoint_start_point.rb
+2
-0
lib/api/openid_connect/error.rb
lib/api/openid_connect/error.rb
+2
-0
lib/api/openid_connect/id_token.rb
lib/api/openid_connect/id_token.rb
+2
-0
lib/api/openid_connect/id_token_config.rb
lib/api/openid_connect/id_token_config.rb
+2
-0
lib/api/openid_connect/protected_resource_endpoint.rb
lib/api/openid_connect/protected_resource_endpoint.rb
+2
-0
lib/api/openid_connect/subject_identifier_creator.rb
lib/api/openid_connect/subject_identifier_creator.rb
+2
-0
lib/api/openid_connect/token_endpoint.rb
lib/api/openid_connect/token_endpoint.rb
+2
-0
lib/bookmarklet_renderer.rb
lib/bookmarklet_renderer.rb
+2
-0
lib/configuration_methods.rb
lib/configuration_methods.rb
+2
-0
lib/connection_tester.rb
lib/connection_tester.rb
+2
-0
lib/diaspora.rb
lib/diaspora.rb
+2
-0
lib/diaspora/camo.rb
lib/diaspora/camo.rb
+2
-0
lib/diaspora/commentable.rb
lib/diaspora/commentable.rb
+2
-0
lib/diaspora/exceptions.rb
lib/diaspora/exceptions.rb
+2
-0
lib/diaspora/exporter.rb
lib/diaspora/exporter.rb
+2
-0
lib/diaspora/exporter/non_contact_authors.rb
lib/diaspora/exporter/non_contact_authors.rb
+2
-0
lib/diaspora/exporter/others_relayables.rb
lib/diaspora/exporter/others_relayables.rb
+2
-0
lib/diaspora/exporter/posts_with_activity.rb
lib/diaspora/exporter/posts_with_activity.rb
+2
-0
lib/diaspora/federated.rb
lib/diaspora/federated.rb
+2
-0
lib/diaspora/federated/base.rb
lib/diaspora/federated/base.rb
+2
-0
lib/diaspora/federated/contact_retraction.rb
lib/diaspora/federated/contact_retraction.rb
+2
-0
lib/diaspora/federated/generator.rb
lib/diaspora/federated/generator.rb
+2
-0
lib/diaspora/federated/retraction.rb
lib/diaspora/federated/retraction.rb
+2
-0
lib/diaspora/federation.rb
lib/diaspora/federation.rb
+2
-0
lib/diaspora/federation/dispatcher.rb
lib/diaspora/federation/dispatcher.rb
+2
-0
lib/diaspora/federation/dispatcher/private.rb
lib/diaspora/federation/dispatcher/private.rb
+2
-0
lib/diaspora/federation/dispatcher/public.rb
lib/diaspora/federation/dispatcher/public.rb
+2
-0
lib/diaspora/federation/entities.rb
lib/diaspora/federation/entities.rb
+2
-0
lib/diaspora/federation/mappings.rb
lib/diaspora/federation/mappings.rb
+2
-0
lib/diaspora/federation/receive.rb
lib/diaspora/federation/receive.rb
+2
-0
lib/diaspora/fetcher.rb
lib/diaspora/fetcher.rb
+2
-0
lib/diaspora/fetcher/public.rb
lib/diaspora/fetcher/public.rb
+2
-0
lib/diaspora/fields/author.rb
lib/diaspora/fields/author.rb
+2
-0
lib/diaspora/fields/guid.rb
lib/diaspora/fields/guid.rb
+2
-0
lib/diaspora/fields/target.rb
lib/diaspora/fields/target.rb
+2
-0
lib/diaspora/likeable.rb
lib/diaspora/likeable.rb
+2
-0
lib/diaspora/logging.rb
lib/diaspora/logging.rb
+2
-0
lib/diaspora/markdownify.rb
lib/diaspora/markdownify.rb
+2
-0
lib/diaspora/markdownify/email.rb
lib/diaspora/markdownify/email.rb
+2
-0
lib/diaspora/markdownify/html.rb
lib/diaspora/markdownify/html.rb
+2
-0
lib/diaspora/mentionable.rb
lib/diaspora/mentionable.rb
+2
-0
lib/diaspora/mentions_container.rb
lib/diaspora/mentions_container.rb
+2
-0
lib/diaspora/message_renderer.rb
lib/diaspora/message_renderer.rb
+2
-0
lib/diaspora/relayable.rb
lib/diaspora/relayable.rb
+2
-0
lib/diaspora/shareable.rb
lib/diaspora/shareable.rb
+2
-0
lib/diaspora/signature.rb
lib/diaspora/signature.rb
+2
-0
lib/diaspora/taggable.rb
lib/diaspora/taggable.rb
+2
-0
lib/direction_detector.rb
lib/direction_detector.rb
+2
-0
lib/email_inviter.rb
lib/email_inviter.rb
+2
-0
lib/error_page_renderer.rb
lib/error_page_renderer.rb
+2
-0
lib/evil_query.rb
lib/evil_query.rb
+2
-0
lib/i18n_interpolation_fallbacks.rb
lib/i18n_interpolation_fallbacks.rb
+2
-0
lib/node_info.rb
lib/node_info.rb
+2
-0
lib/photo_exporter.rb
lib/photo_exporter.rb
+2
-0
lib/publisher.rb
lib/publisher.rb
+2
-0
lib/pubsubhubbub.rb
lib/pubsubhubbub.rb
+2
-0
lib/share_visibility_converter.rb
lib/share_visibility_converter.rb
+2
-0
lib/sidekiq_middlewares.rb
lib/sidekiq_middlewares.rb
+2
-0
lib/stream.rb
lib/stream.rb
+2
-0
lib/stream/activity.rb
lib/stream/activity.rb
+2
-0
lib/stream/aspect.rb
lib/stream/aspect.rb
+2
-0
lib/stream/base.rb
lib/stream/base.rb
+2
-0
lib/stream/comments.rb
lib/stream/comments.rb
+2
-0
lib/stream/followed_tag.rb
lib/stream/followed_tag.rb
+2
-0
lib/stream/likes.rb
lib/stream/likes.rb
+2
-0
lib/stream/mention.rb
lib/stream/mention.rb
+2
-0
lib/stream/multi.rb
lib/stream/multi.rb
+2
-0
lib/stream/person.rb
lib/stream/person.rb
+2
-0
lib/stream/public.rb
lib/stream/public.rb
+2
-0
lib/stream/tag.rb
lib/stream/tag.rb
+2
-0
lib/tasks/assets.rake
lib/tasks/assets.rake
+2
-0
lib/tasks/cucumber.rake
lib/tasks/cucumber.rake
+2
-0
lib/tasks/db.rake
lib/tasks/db.rake
+2
-0
lib/tasks/default.rake
lib/tasks/default.rake
+2
-0
lib/tasks/generate_session_secret.rake
lib/tasks/generate_session_secret.rake
+2
-0
lib/tasks/linter.rake
lib/tasks/linter.rake
+2
-0
lib/tasks/maintenance.rake
lib/tasks/maintenance.rake
+2
-0
lib/tasks/migrations.rake
lib/tasks/migrations.rake
+2
-0
lib/tasks/podmin.rake
lib/tasks/podmin.rake
+2
-0
lib/tasks/screenshots.rake
lib/tasks/screenshots.rake
+2
-0
lib/tasks/tests.rake
lib/tasks/tests.rake
+2
-0
script/get_config.rb
script/get_config.rb
+2
-0
script/i18n/xmltoyml.rb
script/i18n/xmltoyml.rb
+2
-0
script/i18n/ymltoxml.rb
script/i18n/ymltoxml.rb
+2
-0
spec/configuration_methods_spec.rb
spec/configuration_methods_spec.rb
+2
-0
spec/controllers/admin/pods_controller_spec.rb
spec/controllers/admin/pods_controller_spec.rb
+2
-0
spec/controllers/admin/users_controller_spec.rb
spec/controllers/admin/users_controller_spec.rb
+2
-0
spec/controllers/admins_controller_spec.rb
spec/controllers/admins_controller_spec.rb
+2
-0
spec/controllers/api/openid_connect/authorizations_controller_spec.rb
...lers/api/openid_connect/authorizations_controller_spec.rb
+2
-0
spec/controllers/api/openid_connect/clients_controller_spec.rb
...controllers/api/openid_connect/clients_controller_spec.rb
+2
-0
spec/controllers/api/openid_connect/discovery_controller_spec.rb
...ntrollers/api/openid_connect/discovery_controller_spec.rb
+2
-0
spec/controllers/api/openid_connect/id_tokens_controller_spec.rb
...ntrollers/api/openid_connect/id_tokens_controller_spec.rb
+2
-0
spec/controllers/api/openid_connect/token_endpoint_controller_spec.rb
...lers/api/openid_connect/token_endpoint_controller_spec.rb
+2
-0
spec/controllers/api/openid_connect/user_applications_spec.rb
.../controllers/api/openid_connect/user_applications_spec.rb
+2
-0
spec/controllers/application_controller_spec.rb
spec/controllers/application_controller_spec.rb
+2
-0
spec/controllers/aspect_memberships_controller_spec.rb
spec/controllers/aspect_memberships_controller_spec.rb
+2
-0
spec/controllers/aspects_controller_spec.rb
spec/controllers/aspects_controller_spec.rb
+2
-0
spec/controllers/blocks_controller_spec.rb
spec/controllers/blocks_controller_spec.rb
+2
-0
spec/controllers/comments_controller_spec.rb
spec/controllers/comments_controller_spec.rb
+2
-0
spec/controllers/contacts_controller_spec.rb
spec/controllers/contacts_controller_spec.rb
+2
-0
spec/controllers/conversation_visibilities_controller_spec.rb
.../controllers/conversation_visibilities_controller_spec.rb
+2
-0
spec/controllers/conversations_controller_spec.rb
spec/controllers/conversations_controller_spec.rb
+2
-0
spec/controllers/help_controller_spec.rb
spec/controllers/help_controller_spec.rb
+2
-0
spec/controllers/home_controller_spec.rb
spec/controllers/home_controller_spec.rb
+2
-0
spec/controllers/invitation_codes_controller_spec.rb
spec/controllers/invitation_codes_controller_spec.rb
+2
-0
spec/controllers/invitations_controller_spec.rb
spec/controllers/invitations_controller_spec.rb
+2
-0
spec/controllers/jasmine_fixtures/admins_spec.rb
spec/controllers/jasmine_fixtures/admins_spec.rb
+2
-0
spec/controllers/jasmine_fixtures/aspects_spec.rb
spec/controllers/jasmine_fixtures/aspects_spec.rb
+2
-0
spec/controllers/jasmine_fixtures/contacts_spec.rb
spec/controllers/jasmine_fixtures/contacts_spec.rb
+2
-0
spec/controllers/jasmine_fixtures/conversations_spec.rb
spec/controllers/jasmine_fixtures/conversations_spec.rb
+2
-0
spec/controllers/jasmine_fixtures/notifications_spec.rb
spec/controllers/jasmine_fixtures/notifications_spec.rb
+2
-0
spec/controllers/jasmine_fixtures/people_spec.rb
spec/controllers/jasmine_fixtures/people_spec.rb
+2
-0
spec/controllers/jasmine_fixtures/photos_spec.rb
spec/controllers/jasmine_fixtures/photos_spec.rb
+2
-0
spec/controllers/jasmine_fixtures/posts_spec.rb
spec/controllers/jasmine_fixtures/posts_spec.rb
+2
-0
spec/controllers/jasmine_fixtures/status_messages_spec.rb
spec/controllers/jasmine_fixtures/status_messages_spec.rb
+2
-0
spec/controllers/jasmine_fixtures/streams_spec.rb
spec/controllers/jasmine_fixtures/streams_spec.rb
+2
-0
spec/controllers/jasmine_fixtures/users_spec.rb
spec/controllers/jasmine_fixtures/users_spec.rb
+2
-0
spec/controllers/likes_controller_spec.rb
spec/controllers/likes_controller_spec.rb
+2
-0
spec/controllers/messages_controller_spec.rb
spec/controllers/messages_controller_spec.rb
+2
-0
spec/controllers/node_info_controller_spec.rb
spec/controllers/node_info_controller_spec.rb
+2
-0
spec/controllers/notifications_controller_spec.rb
spec/controllers/notifications_controller_spec.rb
+2
-0
spec/controllers/participations_controller_spec.rb
spec/controllers/participations_controller_spec.rb
+2
-0
spec/controllers/passwords_controller_spec.rb
spec/controllers/passwords_controller_spec.rb
+2
-0
spec/controllers/people_controller_spec.rb
spec/controllers/people_controller_spec.rb
+2
-0
spec/controllers/photos_controller_spec.rb
spec/controllers/photos_controller_spec.rb
+2
-0
spec/controllers/posts_controller_spec.rb
spec/controllers/posts_controller_spec.rb
+2
-0
spec/controllers/profiles_controller_spec.rb
spec/controllers/profiles_controller_spec.rb
+2
-0
spec/controllers/registrations_controller_spec.rb
spec/controllers/registrations_controller_spec.rb
+2
-0
spec/controllers/report_controller_spec.rb
spec/controllers/report_controller_spec.rb
+2
-0
spec/controllers/reshares_controller_spec.rb
spec/controllers/reshares_controller_spec.rb
+2
-0
spec/controllers/search_controller_spec.rb
spec/controllers/search_controller_spec.rb
+2
-0
spec/controllers/services_controller_spec.rb
spec/controllers/services_controller_spec.rb
+2
-0
spec/controllers/sessions_controller_spec.rb
spec/controllers/sessions_controller_spec.rb
+2
-0
spec/controllers/share_visibilities_controller_spec.rb
spec/controllers/share_visibilities_controller_spec.rb
+2
-0
spec/controllers/social_relay_controller_spec.rb
spec/controllers/social_relay_controller_spec.rb
+2
-0
spec/controllers/status_messages_controller_spec.rb
spec/controllers/status_messages_controller_spec.rb
+2
-0
spec/controllers/streams_controller_spec.rb
spec/controllers/streams_controller_spec.rb
+2
-0
spec/controllers/tag_followings_controller_spec.rb
spec/controllers/tag_followings_controller_spec.rb
+2
-0
spec/controllers/tags_controller_spec.rb
spec/controllers/tags_controller_spec.rb
+2
-0
spec/controllers/terms_controller_spec.rb
spec/controllers/terms_controller_spec.rb
+2
-0
spec/controllers/users_controller_spec.rb
spec/controllers/users_controller_spec.rb
+2
-0
spec/factories.rb
spec/factories.rb
+2
-0
spec/federation_callbacks_spec.rb
spec/federation_callbacks_spec.rb
+2
-0
spec/helper_methods.rb
spec/helper_methods.rb
+2
-0
spec/helpers/application_helper_spec.rb
spec/helpers/application_helper_spec.rb
+2
-0
spec/helpers/conversations_helper_spec.rb
spec/helpers/conversations_helper_spec.rb
+2
-0
spec/helpers/getting_started_helper_spec.rb
spec/helpers/getting_started_helper_spec.rb
+2
-0
spec/helpers/gon_helper_spec.rb
spec/helpers/gon_helper_spec.rb
+2
-0
spec/helpers/interim_stream_hackiness_helper_spec.rb
spec/helpers/interim_stream_hackiness_helper_spec.rb
+2
-0
spec/helpers/jsxc_helper_spec.rb
spec/helpers/jsxc_helper_spec.rb
+2
-0
spec/helpers/language_helper_spec.rb
spec/helpers/language_helper_spec.rb
+2
-0
spec/helpers/layout_helper_spec.rb
spec/helpers/layout_helper_spec.rb
+2
-0
spec/helpers/meta_data_helper_spec.rb
spec/helpers/meta_data_helper_spec.rb
+2
-0
spec/helpers/notifications_helper_spec.rb
spec/helpers/notifications_helper_spec.rb
+2
-0
spec/helpers/notifier_helper_spec.rb
spec/helpers/notifier_helper_spec.rb
+2
-0
spec/helpers/o_embed_helper_spec.rb
spec/helpers/o_embed_helper_spec.rb
+2
-0
spec/helpers/open_graph_helper_spec.rb
spec/helpers/open_graph_helper_spec.rb
+2
-0
spec/helpers/people_helper_spec.rb
spec/helpers/people_helper_spec.rb
+2
-0
spec/helpers/posts_helper_spec.rb
spec/helpers/posts_helper_spec.rb
+2
-0
spec/helpers/publisher_helper_spec.rb
spec/helpers/publisher_helper_spec.rb
+2
-0
spec/helpers/report_helper_spec.rb
spec/helpers/report_helper_spec.rb
+2
-0
spec/helpers/stream_helper_spec.rb
spec/helpers/stream_helper_spec.rb
+2
-0
spec/helpers/tags_helper_spec.rb
spec/helpers/tags_helper_spec.rb
+2
-0
spec/helpers/users_helper_spec.rb
spec/helpers/users_helper_spec.rb
+2
-0
spec/integration/account_deletion_spec.rb
spec/integration/account_deletion_spec.rb
+2
-0
spec/integration/account_migration_spec.rb
spec/integration/account_migration_spec.rb
+2
-0
spec/integration/api/user_info_controller_spec.rb
spec/integration/api/user_info_controller_spec.rb
+2
-0
spec/integration/application_spec.rb
spec/integration/application_spec.rb
+2
-0
spec/integration/contact_deleting_spec.rb
spec/integration/contact_deleting_spec.rb
+2
-0
spec/integration/contacts_spec.rb
spec/integration/contacts_spec.rb
+2
-0
spec/integration/dispatching_spec.rb
spec/integration/dispatching_spec.rb
+2
-0
spec/integration/exporter_spec.rb
spec/integration/exporter_spec.rb
+2
-0
spec/integration/federation/attack_vectors_spec.rb
spec/integration/federation/attack_vectors_spec.rb
+2
-0
spec/integration/federation/federation_helper.rb
spec/integration/federation/federation_helper.rb
+2
-0
spec/integration/federation/receive_federation_messages_spec.rb
...ntegration/federation/receive_federation_messages_spec.rb
+2
-0
spec/integration/federation/shared_receive_relayable.rb
spec/integration/federation/shared_receive_relayable.rb
+2
-0
spec/integration/federation/shared_receive_retraction.rb
spec/integration/federation/shared_receive_retraction.rb
+2
-0
spec/integration/federation/shared_receive_stream_items.rb
spec/integration/federation/shared_receive_stream_items.rb
+2
-0
spec/integration/mentioning_spec.rb
spec/integration/mentioning_spec.rb
+2
-0
spec/integration/mobile_posts_spec.rb
spec/integration/mobile_posts_spec.rb
+2
-0
spec/integration/profile_spec.rb
spec/integration/profile_spec.rb
+2
-0
spec/integration/receiving_spec.rb
spec/integration/receiving_spec.rb
+2
-0
spec/integration/tag_people_spec.rb
spec/integration/tag_people_spec.rb
+2
-0
spec/javascripts/support/jasmine_runner.rb
spec/javascripts/support/jasmine_runner.rb
+2
-0
spec/lib/account_deleter_spec.rb
spec/lib/account_deleter_spec.rb
+2
-0
spec/lib/api/openid_connect/protected_resource_endpoint_spec.rb
...ib/api/openid_connect/protected_resource_endpoint_spec.rb
+2
-0
spec/lib/api/openid_connect/token_endpoint_spec.rb
spec/lib/api/openid_connect/token_endpoint_spec.rb
+2
-0
spec/lib/configuration_methods_spec.rb
spec/lib/configuration_methods_spec.rb
+2
-0
spec/lib/connection_tester_spec.rb
spec/lib/connection_tester_spec.rb
+2
-0
spec/lib/diaspora/camo_spec.rb
spec/lib/diaspora/camo_spec.rb
+2
-0
spec/lib/diaspora/exporter/non_contact_authors_spec.rb
spec/lib/diaspora/exporter/non_contact_authors_spec.rb
+2
-0
spec/lib/diaspora/exporter/others_relayables_spec.rb
spec/lib/diaspora/exporter/others_relayables_spec.rb
+2
-0
spec/lib/diaspora/exporter/posts_with_activity_spec.rb
spec/lib/diaspora/exporter/posts_with_activity_spec.rb
+2
-0
spec/lib/diaspora/exporter_spec.rb
spec/lib/diaspora/exporter_spec.rb
+2
-0
spec/lib/diaspora/federated/base_spec.rb
spec/lib/diaspora/federated/base_spec.rb
+2
-0
spec/lib/diaspora/federated/contact_retraction_spec.rb
spec/lib/diaspora/federated/contact_retraction_spec.rb
+2
-0
spec/lib/diaspora/federated/retraction_spec.rb
spec/lib/diaspora/federated/retraction_spec.rb
+2
-0
spec/lib/diaspora/federation/dispatcher/private_spec.rb
spec/lib/diaspora/federation/dispatcher/private_spec.rb
+2
-0
spec/lib/diaspora/federation/dispatcher/public_spec.rb
spec/lib/diaspora/federation/dispatcher/public_spec.rb
+2
-0
spec/lib/diaspora/federation/dispatcher_spec.rb
spec/lib/diaspora/federation/dispatcher_spec.rb
+2
-0
spec/lib/diaspora/federation/entities_spec.rb
spec/lib/diaspora/federation/entities_spec.rb
+2
-0
spec/lib/diaspora/federation/receive_spec.rb
spec/lib/diaspora/federation/receive_spec.rb
+2
-0
spec/lib/diaspora/fetcher/public_spec.rb
spec/lib/diaspora/fetcher/public_spec.rb
+2
-0
spec/lib/diaspora/markdownify_email_spec.rb
spec/lib/diaspora/markdownify_email_spec.rb
+2
-0
spec/lib/diaspora/markdownify_spec.rb
spec/lib/diaspora/markdownify_spec.rb
+2
-0
spec/lib/diaspora/mentionable_spec.rb
spec/lib/diaspora/mentionable_spec.rb
+2
-0
spec/lib/diaspora/message_renderer_spec.rb
spec/lib/diaspora/message_renderer_spec.rb
+2
-0
spec/lib/diaspora/shareable_spec.rb
spec/lib/diaspora/shareable_spec.rb
+2
-0
spec/lib/diaspora/taggable_spec.rb
spec/lib/diaspora/taggable_spec.rb
+2
-0
spec/lib/direction_detector_spec.rb
spec/lib/direction_detector_spec.rb
+2
-0
spec/lib/email_inviter_spec.rb
spec/lib/email_inviter_spec.rb
+2
-0
spec/lib/evil_query_spec.rb
spec/lib/evil_query_spec.rb
+2
-0
spec/lib/i18n_interpolation_fallbacks_spec.rb
spec/lib/i18n_interpolation_fallbacks_spec.rb
+2
-0
spec/lib/publisher_spec.rb
spec/lib/publisher_spec.rb
+2
-0
spec/lib/pubsubhubbub_spec.rb
spec/lib/pubsubhubbub_spec.rb
+2
-0
spec/lib/stream/activity_spec.rb
spec/lib/stream/activity_spec.rb
+2
-0
spec/lib/stream/aspect_spec.rb
spec/lib/stream/aspect_spec.rb
+2
-0
spec/lib/stream/base_spec.rb
spec/lib/stream/base_spec.rb
+2
-0
spec/lib/stream/comments_spec.rb
spec/lib/stream/comments_spec.rb
+2
-0
spec/lib/stream/followed_tag_spec.rb
spec/lib/stream/followed_tag_spec.rb
+2
-0
spec/lib/stream/likes_spec.rb
spec/lib/stream/likes_spec.rb
+2
-0
spec/lib/stream/mention_spec.rb
spec/lib/stream/mention_spec.rb
+2
-0
spec/lib/stream/multi_spec.rb
spec/lib/stream/multi_spec.rb
+2
-0
spec/lib/stream/person_spec.rb
spec/lib/stream/person_spec.rb
+2
-0
spec/lib/stream/public_spec.rb
spec/lib/stream/public_spec.rb
+2
-0
spec/lib/stream/tag_spec.rb
spec/lib/stream/tag_spec.rb
+2
-0
spec/locale_spec.rb
spec/locale_spec.rb
+2
-0
spec/mailers/export_spec.rb
spec/mailers/export_spec.rb
+2
-0
spec/mailers/maintenance_spec.rb
spec/mailers/maintenance_spec.rb
+2
-0
spec/mailers/notifier_spec.rb
spec/mailers/notifier_spec.rb
+2
-0
spec/mailers/report_spec.rb
spec/mailers/report_spec.rb
+2
-0
spec/models/account_deletion_spec.rb
spec/models/account_deletion_spec.rb
+2
-0
spec/models/account_migration_spec.rb
spec/models/account_migration_spec.rb
+2
-0
spec/models/acts_as_taggable_on_tag_spec.rb
spec/models/acts_as_taggable_on_tag_spec.rb
+2
-0
spec/models/api/openid_connect/id_token_spec.rb
spec/models/api/openid_connect/id_token_spec.rb
+2
-0
spec/models/aspect_membership_spec.rb
spec/models/aspect_membership_spec.rb
+2
-0
spec/models/aspect_spec.rb
spec/models/aspect_spec.rb
+2
-0
spec/models/aspect_visibility_spec.rb
spec/models/aspect_visibility_spec.rb
+2
-0
spec/models/block_spec.rb
spec/models/block_spec.rb
+2
-0
spec/models/comment_signature_spec.rb
spec/models/comment_signature_spec.rb
+2
-0
spec/models/comment_spec.rb
spec/models/comment_spec.rb
+2
-0
spec/models/contact_spec.rb
spec/models/contact_spec.rb
+2
-0
spec/models/conversation_spec.rb
spec/models/conversation_spec.rb
+2
-0
spec/models/conversation_visibilities_spec.rb
spec/models/conversation_visibilities_spec.rb
+2
-0
spec/models/invitation_code_spec.rb
spec/models/invitation_code_spec.rb
+2
-0
spec/models/like_signature_spec.rb
spec/models/like_signature_spec.rb
+2
-0
spec/models/like_spec.rb
spec/models/like_spec.rb
+2
-0
spec/models/location_spec.rb
spec/models/location_spec.rb
+2
-0
spec/models/mention_spec.rb
spec/models/mention_spec.rb
+2
-0
spec/models/message_spec.rb
spec/models/message_spec.rb
+2
-0
spec/models/notification_spec.rb
spec/models/notification_spec.rb
+2
-0
spec/models/notifications/also_commented_spec.rb
spec/models/notifications/also_commented_spec.rb
+2
-0
spec/models/notifications/mentioned_in_post_spec.rb
spec/models/notifications/mentioned_in_post_spec.rb
+2
-0
spec/models/notifications/mentioned_spec.rb
spec/models/notifications/mentioned_spec.rb
+2
-0
spec/models/notifications/private_message_spec.rb
spec/models/notifications/private_message_spec.rb
+2
-0
spec/models/notifications/reshared_spec.rb
spec/models/notifications/reshared_spec.rb
+2
-0
spec/models/notifications/started_sharing_spec.rb
spec/models/notifications/started_sharing_spec.rb
+2
-0
spec/models/open_graph_cache_spec.rb
spec/models/open_graph_cache_spec.rb
+2
-0
spec/models/participation_spec.rb
spec/models/participation_spec.rb
+2
-0
spec/models/person_spec.rb
spec/models/person_spec.rb
+2
-0
spec/models/photo_spec.rb
spec/models/photo_spec.rb
+2
-0
spec/models/pod_spec.rb
spec/models/pod_spec.rb
+2
-0
spec/models/poll_answer_spec.rb
spec/models/poll_answer_spec.rb
+2
-0
spec/models/poll_participation_signature_spec.rb
spec/models/poll_participation_signature_spec.rb
+2
-0
spec/models/poll_participation_spec.rb
spec/models/poll_participation_spec.rb
+2
-0
spec/models/poll_spec.rb
spec/models/poll_spec.rb
+2
-0
spec/models/post_spec.rb
spec/models/post_spec.rb
+2
-0
spec/models/profile_spec.rb
spec/models/profile_spec.rb
+2
-0
spec/models/report_spec.rb
spec/models/report_spec.rb
+2
-0
spec/models/reshare_spec.rb
spec/models/reshare_spec.rb
+2
-0
spec/models/role_spec.rb
spec/models/role_spec.rb
+2
-0
spec/models/service_spec.rb
spec/models/service_spec.rb
+2
-0
spec/models/services/facebook_spec.rb
spec/models/services/facebook_spec.rb
+2
-0
spec/models/services/tumblr_spec.rb
spec/models/services/tumblr_spec.rb
+2
-0
spec/models/services/twitter_spec.rb
spec/models/services/twitter_spec.rb
+2
-0
spec/models/services/wordpress_spec.rb
spec/models/services/wordpress_spec.rb
+2
-0
spec/models/share_visibility_spec.rb
spec/models/share_visibility_spec.rb
+2
-0
spec/models/signature_order_spec.rb
spec/models/signature_order_spec.rb
+2
-0
spec/models/status_message_spec.rb
spec/models/status_message_spec.rb
+2
-0
spec/models/tag_following_spec.rb
spec/models/tag_following_spec.rb
+2
-0
spec/models/user/authentication_token_spec.rb
spec/models/user/authentication_token_spec.rb
+2
-0
spec/models/user/connecting_spec.rb
spec/models/user/connecting_spec.rb
+2
-0
spec/models/user/posting_spec.rb
spec/models/user/posting_spec.rb
+2
-0
spec/models/user/querying_spec.rb
spec/models/user/querying_spec.rb
+2
-0
spec/models/user/social_actions_spec.rb
spec/models/user/social_actions_spec.rb
+2
-0
spec/models/user_preference_spec.rb
spec/models/user_preference_spec.rb
+2
-0
spec/models/user_spec.rb
spec/models/user_spec.rb
+2
-0
spec/presenters/aspect_membership_presenter_spec.rb
spec/presenters/aspect_membership_presenter_spec.rb
+2
-0
spec/presenters/aspect_presenter_spec.rb
spec/presenters/aspect_presenter_spec.rb
+2
-0
spec/presenters/avatar_presenter_spec.rb
spec/presenters/avatar_presenter_spec.rb
+2
-0
spec/presenters/base_presenter_spec.rb
spec/presenters/base_presenter_spec.rb
+2
-0
spec/presenters/contact_presenter_spec.rb
spec/presenters/contact_presenter_spec.rb
+2
-0
spec/presenters/node_info_presenter_spec.rb
spec/presenters/node_info_presenter_spec.rb
+2
-0
spec/presenters/o_embed_presenter_spec.rb
spec/presenters/o_embed_presenter_spec.rb
+2
-0
spec/presenters/person_presenter_spec.rb
spec/presenters/person_presenter_spec.rb
+2
-0
spec/presenters/post_interaction_presenter_spec.rb
spec/presenters/post_interaction_presenter_spec.rb
+2
-0
spec/presenters/post_presenter_spec.rb
spec/presenters/post_presenter_spec.rb
+2
-0
spec/presenters/profile_presenter_spec.rb
spec/presenters/profile_presenter_spec.rb
+2
-0
spec/presenters/service_presenter_spec.rb
spec/presenters/service_presenter_spec.rb
+2
-0
spec/presenters/social_relay_presenter_spec.rb
spec/presenters/social_relay_presenter_spec.rb
+2
-0
spec/presenters/user_presenter_spec.rb
spec/presenters/user_presenter_spec.rb
+2
-0
spec/serializers/export/aspect_serializer_spec.rb
spec/serializers/export/aspect_serializer_spec.rb
+2
-0
spec/serializers/export/contact_serializer_spec.rb
spec/serializers/export/contact_serializer_spec.rb
+2
-0
spec/serializers/export/others_data_serializer_spec.rb
spec/serializers/export/others_data_serializer_spec.rb
+2
-0
spec/serializers/export/own_post_serializer_spec.rb
spec/serializers/export/own_post_serializer_spec.rb
+2
-0
spec/serializers/export/own_relayables_serializer_spec.rb
spec/serializers/export/own_relayables_serializer_spec.rb
+2
-0
spec/serializers/export/person_metadata_serializer_spec.rb
spec/serializers/export/person_metadata_serializer_spec.rb
+2
-0
spec/serializers/export/user_serializer_spec.rb
spec/serializers/export/user_serializer_spec.rb
+2
-0
spec/serializers/federation_entity_serializer_spec.rb
spec/serializers/federation_entity_serializer_spec.rb
+2
-0
spec/serializers/notification_serializer_spec.rb
spec/serializers/notification_serializer_spec.rb
+2
-0
spec/serializers/serializer_post_processing_spec.rb
spec/serializers/serializer_post_processing_spec.rb
+2
-0
spec/services/comment_service_spec.rb
spec/services/comment_service_spec.rb
+2
-0
spec/services/like_service_spec.rb
spec/services/like_service_spec.rb
+2
-0
spec/services/notification_service_spec.rb
spec/services/notification_service_spec.rb
+2
-0
spec/services/post_service_spec.rb
spec/services/post_service_spec.rb
+2
-0
spec/services/reshare_service.rb
spec/services/reshare_service.rb
+2
-0
spec/services/status_message_creation_service_spec.rb
spec/services/status_message_creation_service_spec.rb
+2
-0
spec/shared_behaviors/account_deletion.rb
spec/shared_behaviors/account_deletion.rb
+2
-0
spec/shared_behaviors/account_migration.rb
spec/shared_behaviors/account_migration.rb
+2
-0
spec/shared_behaviors/dispatcher.rb
spec/shared_behaviors/dispatcher.rb
+2
-0
spec/shared_behaviors/federation_entity_serializer.rb
spec/shared_behaviors/federation_entity_serializer.rb
+2
-0
spec/shared_behaviors/mentions_container.rb
spec/shared_behaviors/mentions_container.rb
+2
-0
spec/shared_behaviors/receiving.rb
spec/shared_behaviors/receiving.rb
+2
-0
spec/shared_behaviors/relayable.rb
spec/shared_behaviors/relayable.rb
+2
-0
spec/shared_behaviors/shareable.rb
spec/shared_behaviors/shareable.rb
+2
-0
spec/shared_behaviors/signature.rb
spec/shared_behaviors/signature.rb
+2
-0
spec/shared_behaviors/stream.rb
spec/shared_behaviors/stream.rb
+2
-0
spec/shared_behaviors/taggable.rb
spec/shared_behaviors/taggable.rb
+2
-0
spec/spec/data_generator_spec.rb
spec/spec/data_generator_spec.rb
+2
-0
spec/spec/misc_spec.rb
spec/spec/misc_spec.rb
+2
-0
spec/spec_helper.rb
spec/spec_helper.rb
+2
-0
spec/support/account_matchers.rb
spec/support/account_matchers.rb
+2
-0
spec/support/data_generator.rb
spec/support/data_generator.rb
+2
-0
spec/support/fake_http_request.rb
spec/support/fake_http_request.rb
+2
-0
spec/support/fixture_builder.rb
spec/support/fixture_builder.rb
+2
-0
spec/support/fixture_generation.rb
spec/support/fixture_generation.rb
+2
-0
spec/support/gon.rb
spec/support/gon.rb
+2
-0
spec/support/inlined_jobs.rb
spec/support/inlined_jobs.rb
+2
-0
spec/support/serializer_matchers.rb
spec/support/serializer_matchers.rb
+2
-0
spec/support/user_methods.rb
spec/support/user_methods.rb
+2
-0
spec/workers/deferred_dispatch_spec.rb
spec/workers/deferred_dispatch_spec.rb
+2
-0
spec/workers/delete_account_spec.rb
spec/workers/delete_account_spec.rb
+2
-0
spec/workers/delete_post_from_service_spec.rb
spec/workers/delete_post_from_service_spec.rb
+2
-0
spec/workers/export_photos_spec.rb
spec/workers/export_photos_spec.rb
+2
-0
spec/workers/export_user_spec.rb
spec/workers/export_user_spec.rb
+2
-0
spec/workers/fetch_profile_photo_spec.rb
spec/workers/fetch_profile_photo_spec.rb
+2
-0
spec/workers/fetch_webfinger_spec.rb
spec/workers/fetch_webfinger_spec.rb
+2
-0
spec/workers/gather_o_embed_data_spec.rb
spec/workers/gather_o_embed_data_spec.rb
+2
-0
spec/workers/gather_open_graph_data_spec.rb
spec/workers/gather_open_graph_data_spec.rb
+2
-0
spec/workers/mail/csrf_token_fail_spec.rb
spec/workers/mail/csrf_token_fail_spec.rb
+2
-0
spec/workers/mail/invite_email_spec.rb
spec/workers/mail/invite_email_spec.rb
+2
-0
spec/workers/mail/liked_spec.rb
spec/workers/mail/liked_spec.rb
+2
-0
spec/workers/mail/mentioned_spec.rb
spec/workers/mail/mentioned_spec.rb
+2
-0
spec/workers/mail/private_message_spec.rb
spec/workers/mail/private_message_spec.rb
+2
-0
spec/workers/mail/reshared_spec.rb
spec/workers/mail/reshared_spec.rb
+2
-0
spec/workers/post_to_service_spec.rb
spec/workers/post_to_service_spec.rb
+2
-0
spec/workers/process_photo_spec.rb
spec/workers/process_photo_spec.rb
+2
-0
spec/workers/publish_to_hub_spec.rb
spec/workers/publish_to_hub_spec.rb
+2
-0
spec/workers/queue_users_for_removal_spec.rb
spec/workers/queue_users_for_removal_spec.rb
+2
-0
spec/workers/receive_private_spec.rb
spec/workers/receive_private_spec.rb
+2
-0
spec/workers/receive_public_spec.rb
spec/workers/receive_public_spec.rb
+2
-0
spec/workers/recheck_offline_pods_spec.rb
spec/workers/recheck_offline_pods_spec.rb
+2
-0
spec/workers/recurring_pod_check_spec.rb
spec/workers/recurring_pod_check_spec.rb
+2
-0
spec/workers/remove_old_user_spec.rb
spec/workers/remove_old_user_spec.rb
+2
-0
spec/workers/reset_password_spec.rb
spec/workers/reset_password_spec.rb
+2
-0
spec/workers/send_base_spec.rb
spec/workers/send_base_spec.rb
+2
-0
spec/workers/send_private_spec.rb
spec/workers/send_private_spec.rb
+2
-0
spec/workers/send_public_spec.rb
spec/workers/send_public_spec.rb
+2
-0
No files found.
.rubocop.yml
View file @
e8269096
...
...
@@ -170,10 +170,6 @@ Layout/DotPosition:
### backward compatibility
# only with ruby >= 2.3
Style/FrozenStringLiteralComment
:
Enabled
:
false
# only with ruby >= 2.4
Performance/RegexpMatch
:
Enabled
:
false
Gemfile
View file @
e8269096
# frozen_string_literal: true
source
"
https://rubygems.org
"
gem
"
rails
"
,
"5.1.3"
...
...
Guardfile
View file @
e8269096
# frozen_string_literal: true
guard
:rspec
,
cmd:
"bin/spring rspec"
,
all_on_start:
false
,
all_after_pass:
false
do
watch
(
/^spec\/.+_spec\.rb$/
)
watch
(
/^lib\/(.+)\.rb$/
)
{
|
m
|
"spec/lib/
#{
m
[
1
]
}
_spec.rb"
}
...
...
Rakefile
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/admin/admin_controller.rb
View file @
e8269096
# frozen_string_literal: true
module
Admin
class
AdminController
<
ApplicationController
before_action
:authenticate_user!
...
...
app/controllers/admin/pods_controller.rb
View file @
e8269096
# frozen_string_literal: true
module
Admin
class
PodsController
<
AdminController
respond_to
:html
,
:json
,
:mobile
...
...
app/controllers/admin/users_controller.rb
View file @
e8269096
# frozen_string_literal: true
module
Admin
class
UsersController
<
AdminController
...
...
app/controllers/admins_controller.rb
View file @
e8269096
# frozen_string_literal: true
class
AdminsController
<
Admin
::
AdminController
include
ApplicationHelper
...
...
app/controllers/api/openid_connect/authorizations_controller.rb
View file @
e8269096
# frozen_string_literal: true
module
Api
module
OpenidConnect
class
AuthorizationsController
<
ApplicationController
...
...
app/controllers/api/openid_connect/clients_controller.rb
View file @
e8269096
# frozen_string_literal: true
module
Api
module
OpenidConnect
class
ClientsController
<
ApplicationController
...
...
app/controllers/api/openid_connect/discovery_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2011 nov matake
#
# Permission is hereby granted, free of charge, to any person obtaining
...
...
app/controllers/api/openid_connect/id_tokens_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2011 nov matake
#
# Permission is hereby granted, free of charge, to any person obtaining
...
...
app/controllers/api/openid_connect/token_endpoint_controller.rb
View file @
e8269096
# frozen_string_literal: true
module
Api
module
OpenidConnect
class
TokenEndpointController
<
ApplicationController
...
...
app/controllers/api/openid_connect/user_applications_controller.rb
View file @
e8269096
# frozen_string_literal: true
module
Api
module
OpenidConnect
class
UserApplicationsController
<
ApplicationController
...
...
app/controllers/api/openid_connect/user_info_controller.rb
View file @
e8269096
# frozen_string_literal: true
module
Api
module
OpenidConnect
class
UserInfoController
<
ApplicationController
...
...
app/controllers/api/v0/base_controller.rb
View file @
e8269096
# frozen_string_literal: true
module
Api
module
V0
class
BaseController
<
ApplicationController
...
...
app/controllers/application_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2012, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/aspect_memberships_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/aspects_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/blocks_controller.rb
View file @
e8269096
# frozen_string_literal: true
class
BlocksController
<
ApplicationController
before_action
:authenticate_user!
...
...
app/controllers/comments_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/contacts_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/conversation_visibilities_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/conversations_controller.rb
View file @
e8269096
# frozen_string_literal: true
class
ConversationsController
<
ApplicationController
before_action
:authenticate_user!
respond_to
:html
,
:mobile
,
:json
,
:js
...
...
app/controllers/help_controller.rb
View file @
e8269096
# frozen_string_literal: true
class
HelpController
<
ApplicationController
end
app/controllers/home_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2012, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/invitation_codes_controller.rb
View file @
e8269096
# frozen_string_literal: true
class
InvitationCodesController
<
ApplicationController
before_action
:ensure_valid_invite_code
...
...
app/controllers/invitations_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/likes_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/messages_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/node_info_controller.rb
View file @
e8269096
# frozen_string_literal: true
class
NodeInfoController
<
ApplicationController
def
jrd
render
json:
NodeInfo
.
jrd
(
CGI
.
unescape
(
node_info_url
(
"123.123"
).
sub
(
"123.123"
,
"%{version}"
)))
...
...
app/controllers/notifications_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/participations_controller.rb
View file @
e8269096
# frozen_string_literal: true
class
ParticipationsController
<
ApplicationController
before_action
:authenticate_user!
...
...
app/controllers/people_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/photos_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/poll_participations_controller.rb
View file @
e8269096
# frozen_string_literal: true
class
PollParticipationsController
<
ApplicationController
before_action
:authenticate_user!
...
...
app/controllers/posts_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/profiles_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/registrations_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/report_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/reshares_controller.rb
View file @
e8269096
# frozen_string_literal: true
class
ResharesController
<
ApplicationController
before_action
:authenticate_user!
,
except: :index
respond_to
:json
...
...
app/controllers/search_controller.rb
View file @
e8269096
# frozen_string_literal: true
class
SearchController
<
ApplicationController
before_action
:authenticate_user!
...
...
app/controllers/services_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/sessions_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/share_visibilities_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/social_relay_controller.rb
View file @
e8269096
# frozen_string_literal: true
class
SocialRelayController
<
ApplicationController
respond_to
:json
...
...
app/controllers/status_messages_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/streams_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/tag_followings_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/tags_controller.rb
View file @
e8269096
# frozen_string_literal: true
# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/controllers/terms_controller.rb