Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
diaspora
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Milan
diaspora
Commits
91e64997
Commit
91e64997
authored
Sep 14, 2011
by
danielgrippi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MS DG update copyright
parent
c6502a7c
Changes
532
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
532 changed files
with
533 additions
and
533 deletions
+533
-533
Capfile
Capfile
+1
-1
Rakefile
Rakefile
+1
-1
app/controllers/activity_streams/photos_controller.rb
app/controllers/activity_streams/photos_controller.rb
+1
-1
app/controllers/application_controller.rb
app/controllers/application_controller.rb
+1
-1
app/controllers/aspect_memberships_controller.rb
app/controllers/aspect_memberships_controller.rb
+1
-1
app/controllers/aspects_controller.rb
app/controllers/aspects_controller.rb
+1
-1
app/controllers/comments_controller.rb
app/controllers/comments_controller.rb
+1
-1
app/controllers/contacts_controller.rb
app/controllers/contacts_controller.rb
+1
-1
app/controllers/conversation_visibilities_controller.rb
app/controllers/conversation_visibilities_controller.rb
+1
-1
app/controllers/home_controller.rb
app/controllers/home_controller.rb
+1
-1
app/controllers/invitations_controller.rb
app/controllers/invitations_controller.rb
+1
-1
app/controllers/likes_controller.rb
app/controllers/likes_controller.rb
+1
-1
app/controllers/messages_controller.rb
app/controllers/messages_controller.rb
+1
-1
app/controllers/notifications_controller.rb
app/controllers/notifications_controller.rb
+1
-1
app/controllers/people_controller.rb
app/controllers/people_controller.rb
+1
-1
app/controllers/photos_controller.rb
app/controllers/photos_controller.rb
+1
-1
app/controllers/post_visibilities_controller.rb
app/controllers/post_visibilities_controller.rb
+1
-1
app/controllers/posts_controller.rb
app/controllers/posts_controller.rb
+1
-1
app/controllers/profiles_controller.rb
app/controllers/profiles_controller.rb
+1
-1
app/controllers/publics_controller.rb
app/controllers/publics_controller.rb
+1
-1
app/controllers/registrations_controller.rb
app/controllers/registrations_controller.rb
+1
-1
app/controllers/services_controller.rb
app/controllers/services_controller.rb
+1
-1
app/controllers/sessions_controller.rb
app/controllers/sessions_controller.rb
+1
-1
app/controllers/sockets_controller.rb
app/controllers/sockets_controller.rb
+1
-1
app/controllers/status_messages_controller.rb
app/controllers/status_messages_controller.rb
+1
-1
app/controllers/tags_controller.rb
app/controllers/tags_controller.rb
+1
-1
app/controllers/users_controller.rb
app/controllers/users_controller.rb
+1
-1
app/controllers/vanna_controller.rb
app/controllers/vanna_controller.rb
+1
-1
app/helpers/application_helper.rb
app/helpers/application_helper.rb
+1
-1
app/helpers/aspect_global_helper.rb
app/helpers/aspect_global_helper.rb
+1
-1
app/helpers/aspects_helper.rb
app/helpers/aspects_helper.rb
+1
-1
app/helpers/comments_helper.rb
app/helpers/comments_helper.rb
+1
-1
app/helpers/error_messages_helper.rb
app/helpers/error_messages_helper.rb
+1
-1
app/helpers/getting_started_helper.rb
app/helpers/getting_started_helper.rb
+1
-1
app/helpers/layout_helper.rb
app/helpers/layout_helper.rb
+1
-1
app/helpers/likes_helper.rb
app/helpers/likes_helper.rb
+1
-1
app/helpers/markdownify_helper.rb
app/helpers/markdownify_helper.rb
+1
-1
app/helpers/people_helper.rb
app/helpers/people_helper.rb
+1
-1
app/helpers/photos_helper.rb
app/helpers/photos_helper.rb
+1
-1
app/helpers/profiles_helper.rb
app/helpers/profiles_helper.rb
+1
-1
app/helpers/publics_helper.rb
app/helpers/publics_helper.rb
+1
-1
app/helpers/sockets_helper.rb
app/helpers/sockets_helper.rb
+1
-1
app/helpers/status_messages_helper.rb
app/helpers/status_messages_helper.rb
+1
-1
app/helpers/stream_helper.rb
app/helpers/stream_helper.rb
+1
-1
app/helpers/tags_helper.rb
app/helpers/tags_helper.rb
+1
-1
app/models/activity_streams/photo.rb
app/models/activity_streams/photo.rb
+1
-1
app/models/app_config.rb
app/models/app_config.rb
+1
-1
app/models/aspect.rb
app/models/aspect.rb
+1
-1
app/models/aspect_membership.rb
app/models/aspect_membership.rb
+1
-1
app/models/aspect_visibility.rb
app/models/aspect_visibility.rb
+1
-1
app/models/comment.rb
app/models/comment.rb
+1
-1
app/models/contact.rb
app/models/contact.rb
+1
-1
app/models/invitation.rb
app/models/invitation.rb
+1
-1
app/models/job/delete_account.rb
app/models/job/delete_account.rb
+1
-1
app/models/job/http_multi.rb
app/models/job/http_multi.rb
+1
-1
app/models/job/http_post.rb
app/models/job/http_post.rb
+1
-1
app/models/job/mail/invite_user_by_email.rb
app/models/job/mail/invite_user_by_email.rb
+1
-1
app/models/job/mail/mentioned.rb
app/models/job/mail/mentioned.rb
+1
-1
app/models/job/mail/private_message.rb
app/models/job/mail/private_message.rb
+1
-1
app/models/job/mail/started_sharing.rb
app/models/job/mail/started_sharing.rb
+1
-1
app/models/job/notify_local_users.rb
app/models/job/notify_local_users.rb
+1
-1
app/models/job/post_to_service.rb
app/models/job/post_to_service.rb
+1
-1
app/models/job/process_photo.rb
app/models/job/process_photo.rb
+1
-1
app/models/job/publish_to_hub.rb
app/models/job/publish_to_hub.rb
+1
-1
app/models/job/receive.rb
app/models/job/receive.rb
+1
-1
app/models/job/receive_local_batch.rb
app/models/job/receive_local_batch.rb
+1
-1
app/models/job/receive_public_salmon.rb
app/models/job/receive_public_salmon.rb
+1
-1
app/models/job/receive_salmon.rb
app/models/job/receive_salmon.rb
+1
-1
app/models/job/resend_invitation.rb
app/models/job/resend_invitation.rb
+1
-1
app/models/job/socket_webfinger.rb
app/models/job/socket_webfinger.rb
+1
-1
app/models/job/update_service_users.rb
app/models/job/update_service_users.rb
+1
-1
app/models/like.rb
app/models/like.rb
+1
-1
app/models/mention.rb
app/models/mention.rb
+1
-1
app/models/notification.rb
app/models/notification.rb
+1
-1
app/models/notification_actor.rb
app/models/notification_actor.rb
+1
-1
app/models/person.rb
app/models/person.rb
+1
-1
app/models/post.rb
app/models/post.rb
+1
-1
app/models/post_visibility.rb
app/models/post_visibility.rb
+1
-1
app/models/profile.rb
app/models/profile.rb
+1
-1
app/models/relayable_retraction.rb
app/models/relayable_retraction.rb
+1
-1
app/models/request.rb
app/models/request.rb
+1
-1
app/models/retraction.rb
app/models/retraction.rb
+1
-1
app/models/service.rb
app/models/service.rb
+1
-1
app/models/signed_retraction.rb
app/models/signed_retraction.rb
+1
-1
app/models/status_message.rb
app/models/status_message.rb
+1
-1
app/models/user.rb
app/models/user.rb
+1
-1
app/uploaders/processed_image.rb
app/uploaders/processed_image.rb
+1
-1
app/uploaders/unprocessed_image.rb
app/uploaders/unprocessed_image.rb
+1
-1
app/views/apps/show.html.haml
app/views/apps/show.html.haml
+1
-1
app/views/aspect_memberships/_add_to_aspect.haml
app/views/aspect_memberships/_add_to_aspect.haml
+1
-1
app/views/aspect_memberships/_remove_from_aspect.haml
app/views/aspect_memberships/_remove_from_aspect.haml
+1
-1
app/views/aspect_memberships/add_to_aspect.js.haml
app/views/aspect_memberships/add_to_aspect.js.haml
+1
-1
app/views/aspect_memberships/create.js.erb
app/views/aspect_memberships/create.js.erb
+1
-1
app/views/aspect_memberships/destroy.js.erb
app/views/aspect_memberships/destroy.js.erb
+1
-1
app/views/aspect_memberships/remove_from_aspect.js.haml
app/views/aspect_memberships/remove_from_aspect.js.haml
+1
-1
app/views/aspects/_aspect_contacts.haml
app/views/aspects/_aspect_contacts.haml
+1
-1
app/views/aspects/_aspect_list_item.haml
app/views/aspects/_aspect_list_item.haml
+1
-1
app/views/aspects/_aspect_listings.haml
app/views/aspects/_aspect_listings.haml
+1
-1
app/views/aspects/_aspect_stream.haml
app/views/aspects/_aspect_stream.haml
+1
-1
app/views/aspects/_no_contacts_message.haml
app/views/aspects/_no_contacts_message.haml
+1
-1
app/views/aspects/_no_posts_message.haml
app/views/aspects/_no_posts_message.haml
+1
-1
app/views/aspects/create.js.erb
app/views/aspects/create.js.erb
+1
-1
app/views/aspects/edit.html.haml
app/views/aspects/edit.html.haml
+1
-1
app/views/aspects/index.html.haml
app/views/aspects/index.html.haml
+1
-1
app/views/aspects/index.mobile.haml
app/views/aspects/index.mobile.haml
+1
-1
app/views/aspects/new.haml
app/views/aspects/new.haml
+1
-1
app/views/authorizations/index.html.haml
app/views/authorizations/index.html.haml
+1
-1
app/views/authorizations/index.mobile.haml
app/views/authorizations/index.mobile.haml
+1
-1
app/views/comments/_comment.html.haml
app/views/comments/_comment.html.haml
+1
-1
app/views/comments/_comment.mobile.haml
app/views/comments/_comment.mobile.haml
+1
-1
app/views/comments/_comments.haml
app/views/comments/_comments.haml
+1
-1
app/views/comments/_new_comment.html.haml
app/views/comments/_new_comment.html.haml
+1
-1
app/views/comments/_new_comment.mobile.haml
app/views/comments/_new_comment.mobile.haml
+1
-1
app/views/contacts/_aspect_listings.haml
app/views/contacts/_aspect_listings.haml
+1
-1
app/views/contacts/featured.haml
app/views/contacts/featured.haml
+1
-1
app/views/contacts/index.html.haml
app/views/contacts/index.html.haml
+1
-1
app/views/contacts/index.mobile.haml
app/views/contacts/index.mobile.haml
+1
-1
app/views/contacts/sharing.haml
app/views/contacts/sharing.haml
+1
-1
app/views/conversations/_conversation.haml
app/views/conversations/_conversation.haml
+1
-1
app/views/conversations/_show.haml
app/views/conversations/_show.haml
+1
-1
app/views/conversations/index.haml
app/views/conversations/index.haml
+1
-1
app/views/conversations/new.haml
app/views/conversations/new.haml
+1
-1
app/views/conversations/show.haml
app/views/conversations/show.haml
+1
-1
app/views/home/show.html.haml
app/views/home/show.html.haml
+1
-1
app/views/home/show.mobile.haml
app/views/home/show.mobile.haml
+1
-1
app/views/invitations/edit.mobile.haml
app/views/invitations/edit.mobile.haml
+1
-1
app/views/js/_websocket_js.haml
app/views/js/_websocket_js.haml
+1
-1
app/views/layouts/_header.html.haml
app/views/layouts/_header.html.haml
+1
-1
app/views/layouts/application.html.haml
app/views/layouts/application.html.haml
+1
-1
app/views/layouts/application.mobile.haml
app/views/layouts/application.mobile.haml
+1
-1
app/views/layouts/popup.html.haml
app/views/layouts/popup.html.haml
+1
-1
app/views/likes/_likes.haml
app/views/likes/_likes.haml
+1
-1
app/views/likes/_likes_container.haml
app/views/likes/_likes_container.haml
+1
-1
app/views/messages/_message.haml
app/views/messages/_message.haml
+1
-1
app/views/notifications/_popup.haml
app/views/notifications/_popup.haml
+1
-1
app/views/people/_aspect_list.haml
app/views/people/_aspect_list.haml
+1
-1
app/views/people/_person.html.haml
app/views/people/_person.html.haml
+1
-1
app/views/people/_person.mobile.haml
app/views/people/_person.mobile.haml
+1
-1
app/views/people/_profile_photo_upload.html.haml
app/views/people/_profile_photo_upload.html.haml
+1
-1
app/views/people/_profile_sidebar.html.haml
app/views/people/_profile_sidebar.html.haml
+1
-1
app/views/people/contacts.haml
app/views/people/contacts.haml
+1
-1
app/views/people/index.html.haml
app/views/people/index.html.haml
+1
-1
app/views/people/index.mobile.haml
app/views/people/index.mobile.haml
+1
-1
app/views/people/show.html.haml
app/views/people/show.html.haml
+1
-1
app/views/people/show.mobile.haml
app/views/people/show.mobile.haml
+1
-1
app/views/photos/_index.html.haml
app/views/photos/_index.html.haml
+1
-1
app/views/photos/_new_photo.haml
app/views/photos/_new_photo.haml
+1
-1
app/views/photos/_new_profile_photo.haml
app/views/photos/_new_profile_photo.haml
+1
-1
app/views/photos/_photo.haml
app/views/photos/_photo.haml
+1
-1
app/views/photos/edit.html.haml
app/views/photos/edit.html.haml
+1
-1
app/views/photos/show.html.haml
app/views/photos/show.html.haml
+1
-1
app/views/photos/show.mobile.haml
app/views/photos/show.mobile.haml
+1
-1
app/views/posts/_photo.html.haml
app/views/posts/_photo.html.haml
+1
-1
app/views/posts/show.html.haml
app/views/posts/show.html.haml
+1
-1
app/views/posts/show.mobile.haml
app/views/posts/show.mobile.haml
+1
-1
app/views/profiles/_edit.haml
app/views/profiles/_edit.haml
+1
-1
app/views/profiles/_edit_public.haml
app/views/profiles/_edit_public.haml
+1
-1
app/views/profiles/edit.haml
app/views/profiles/edit.haml
+1
-1
app/views/requests/_new_request_to_person.haml
app/views/requests/_new_request_to_person.haml
+1
-1
app/views/requests/_new_request_with_aspect_to_person.haml
app/views/requests/_new_request_with_aspect_to_person.haml
+1
-1
app/views/reshares/_reshare.haml
app/views/reshares/_reshare.haml
+1
-1
app/views/reshares/_reshare.mobile.haml
app/views/reshares/_reshare.mobile.haml
+1
-1
app/views/services/finder.html.haml
app/views/services/finder.html.haml
+1
-1
app/views/services/index.html.haml
app/views/services/index.html.haml
+1
-1
app/views/sessions/new.haml
app/views/sessions/new.haml
+1
-1
app/views/sessions/new.mobile.haml
app/views/sessions/new.mobile.haml
+1
-1
app/views/shared/_add_remove_services.haml
app/views/shared/_add_remove_services.haml
+1
-1
app/views/shared/_aspect_dropdown.html.haml
app/views/shared/_aspect_dropdown.html.haml
+1
-1
app/views/shared/_contact_list.html.haml
app/views/shared/_contact_list.html.haml
+1
-1
app/views/shared/_contact_sidebar.html.haml
app/views/shared/_contact_sidebar.html.haml
+1
-1
app/views/shared/_public_explain.haml
app/views/shared/_public_explain.haml
+1
-1
app/views/shared/_publisher.html.haml
app/views/shared/_publisher.html.haml
+1
-1
app/views/shared/_publisher.mobile.haml
app/views/shared/_publisher.mobile.haml
+1
-1
app/views/shared/_right_sections.html.haml
app/views/shared/_right_sections.html.haml
+1
-1
app/views/shared/_stream.haml
app/views/shared/_stream.haml
+1
-1
app/views/shared/_stream_element.html.haml
app/views/shared/_stream_element.html.haml
+1
-1
app/views/shared/_stream_element.mobile.haml
app/views/shared/_stream_element.mobile.haml
+1
-1
app/views/status_messages/_status_message.haml
app/views/status_messages/_status_message.haml
+1
-1
app/views/status_messages/bookmarklet.html.haml
app/views/status_messages/bookmarklet.html.haml
+1
-1
app/views/status_messages/new.haml
app/views/status_messages/new.haml
+1
-1
app/views/tags/_followed_tags_listings.haml
app/views/tags/_followed_tags_listings.haml
+1
-1
app/views/tags/show.haml
app/views/tags/show.haml
+1
-1
app/views/users/edit.html.haml
app/views/users/edit.html.haml
+1
-1
app/views/users/getting_started.haml
app/views/users/getting_started.haml
+1
-1
chef/cookbooks/diaspora/templates/default/nginx.conf.erb
chef/cookbooks/diaspora/templates/default/nginx.conf.erb
+1
-1
config.ru
config.ru
+1
-1
config/application.rb
config/application.rb
+1
-1
config/application.yml.example
config/application.yml.example
+1
-1
config/boot.rb
config/boot.rb
+1
-1
config/deploy.rb
config/deploy.rb
+1
-1
config/deploy_config.yml.example
config/deploy_config.yml.example
+1
-1
config/environment.rb
config/environment.rb
+1
-1
config/environments/development.rb
config/environments/development.rb
+1
-1
config/environments/integration_1.rb
config/environments/integration_1.rb
+1
-1
config/environments/integration_2.rb
config/environments/integration_2.rb
+1
-1
config/environments/production.rb
config/environments/production.rb
+1
-1
config/environments/staging.rb
config/environments/staging.rb
+1
-1
config/environments/test.rb
config/environments/test.rb
+1
-1
config/initializers/_before_load_services.rb
config/initializers/_before_load_services.rb
+1
-1
config/initializers/_load_app_config.rb
config/initializers/_load_app_config.rb
+1
-1
config/initializers/backtrace_silencers.rb
config/initializers/backtrace_silencers.rb
+1
-1
config/initializers/carrierwave.rb
config/initializers/carrierwave.rb
+1
-1
config/initializers/devise.rb
config/initializers/devise.rb
+1
-1
config/initializers/direction_detector.rb
config/initializers/direction_detector.rb
+1
-1
config/initializers/faraday.rb
config/initializers/faraday.rb
+1
-1
config/initializers/git_info.rb
config/initializers/git_info.rb
+1
-1
config/initializers/ignore_ssl_in_development.rb
config/initializers/ignore_ssl_in_development.rb
+1
-1
config/initializers/inflections.rb
config/initializers/inflections.rb
+1
-1
config/initializers/locale.rb
config/initializers/locale.rb
+1
-1
config/initializers/mailer_config.rb
config/initializers/mailer_config.rb
+1
-1
config/initializers/mime_types.rb
config/initializers/mime_types.rb
+1
-1
config/initializers/omniauth.rb
config/initializers/omniauth.rb
+1
-1
config/initializers/patch_openssl_pkey.rb
config/initializers/patch_openssl_pkey.rb
+1
-1
config/initializers/rspec_generator.rb
config/initializers/rspec_generator.rb
+1
-1
config/initializers/session_store.rb
config/initializers/session_store.rb
+1
-1
config/initializers/version_header.rb
config/initializers/version_header.rb
+1
-1
config/locales/devise/devise.ar.yml
config/locales/devise/devise.ar.yml
+1
-1
config/locales/devise/devise.bg.yml
config/locales/devise/devise.bg.yml
+1
-1
config/locales/devise/devise.br.yml
config/locales/devise/devise.br.yml
+1
-1
config/locales/devise/devise.cs.yml
config/locales/devise/devise.cs.yml
+1
-1
config/locales/devise/devise.cy.yml
config/locales/devise/devise.cy.yml
+1
-1
config/locales/devise/devise.da.yml
config/locales/devise/devise.da.yml
+1
-1
config/locales/devise/devise.de.yml
config/locales/devise/devise.de.yml
+1
-1
config/locales/devise/devise.el.yml
config/locales/devise/devise.el.yml
+1
-1
config/locales/devise/devise.en_pirate.yml
config/locales/devise/devise.en_pirate.yml
+1
-1
config/locales/devise/devise.en_shaw.yml
config/locales/devise/devise.en_shaw.yml
+1
-1
config/locales/devise/devise.eo.yml
config/locales/devise/devise.eo.yml
+1
-1
config/locales/devise/devise.es-AR.yml
config/locales/devise/devise.es-AR.yml
+1
-1
config/locales/devise/devise.es-CL.yml
config/locales/devise/devise.es-CL.yml
+1
-1
config/locales/devise/devise.es.yml
config/locales/devise/devise.es.yml
+1
-1
config/locales/devise/devise.eu.yml
config/locales/devise/devise.eu.yml
+1
-1
config/locales/devise/devise.fi.yml
config/locales/devise/devise.fi.yml
+1
-1
config/locales/devise/devise.fr.yml
config/locales/devise/devise.fr.yml
+1
-1
config/locales/devise/devise.ga.yml
config/locales/devise/devise.ga.yml
+1
-1
config/locales/devise/devise.gl.yml
config/locales/devise/devise.gl.yml
+1
-1
config/locales/devise/devise.he.yml
config/locales/devise/devise.he.yml
+1
-1
config/locales/devise/devise.hu.yml
config/locales/devise/devise.hu.yml
+1
-1
config/locales/devise/devise.id.yml
config/locales/devise/devise.id.yml
+1
-1
config/locales/devise/devise.is.yml
config/locales/devise/devise.is.yml
+1
-1
config/locales/devise/devise.it.yml
config/locales/devise/devise.it.yml
+1
-1
config/locales/devise/devise.ja.yml
config/locales/devise/devise.ja.yml
+1
-1
config/locales/devise/devise.ko.yml
config/locales/devise/devise.ko.yml
+1
-1
config/locales/devise/devise.lt.yml
config/locales/devise/devise.lt.yml
+1
-1
config/locales/devise/devise.mk.yml
config/locales/devise/devise.mk.yml
+1
-1
config/locales/devise/devise.ml.yml
config/locales/devise/devise.ml.yml
+1
-1
config/locales/devise/devise.nb.yml
config/locales/devise/devise.nb.yml
+1
-1
config/locales/devise/devise.nl.yml
config/locales/devise/devise.nl.yml
+1
-1
config/locales/devise/devise.pa.yml
config/locales/devise/devise.pa.yml
+1
-1
config/locales/devise/devise.pl.yml
config/locales/devise/devise.pl.yml
+1
-1
config/locales/devise/devise.pt-BR.yml
config/locales/devise/devise.pt-BR.yml
+1
-1
config/locales/devise/devise.pt-PT.yml
config/locales/devise/devise.pt-PT.yml
+1
-1
config/locales/devise/devise.ro.yml
config/locales/devise/devise.ro.yml
+1
-1
config/locales/devise/devise.ru.yml
config/locales/devise/devise.ru.yml
+1
-1
config/locales/devise/devise.sk.yml
config/locales/devise/devise.sk.yml
+1
-1
config/locales/devise/devise.sl.yml
config/locales/devise/devise.sl.yml
+1
-1
config/locales/devise/devise.sv.yml
config/locales/devise/devise.sv.yml
+1
-1
config/locales/devise/devise.tr.yml
config/locales/devise/devise.tr.yml
+1
-1
config/locales/devise/devise.zh-CN.yml
config/locales/devise/devise.zh-CN.yml
+1
-1
config/locales/devise/devise.zh-TW.yml
config/locales/devise/devise.zh-TW.yml
+1
-1
config/locales/diaspora/ar.yml
config/locales/diaspora/ar.yml
+1
-1
config/locales/diaspora/bg.yml
config/locales/diaspora/bg.yml
+1
-1
config/locales/diaspora/br.yml
config/locales/diaspora/br.yml
+1
-1
config/locales/diaspora/cs.yml
config/locales/diaspora/cs.yml
+1
-1
config/locales/diaspora/cy.yml
config/locales/diaspora/cy.yml
+1
-1
config/locales/diaspora/da.yml
config/locales/diaspora/da.yml
+1
-1
config/locales/diaspora/de.yml
config/locales/diaspora/de.yml
+1
-1
config/locales/diaspora/el.yml
config/locales/diaspora/el.yml
+1
-1
config/locales/diaspora/en-AU.yml
config/locales/diaspora/en-AU.yml
+1
-1
config/locales/diaspora/en-GB.yml
config/locales/diaspora/en-GB.yml
+1
-1
config/locales/diaspora/en-US.yml
config/locales/diaspora/en-US.yml
+1
-1
config/locales/diaspora/en.yml
config/locales/diaspora/en.yml
+1
-1
config/locales/diaspora/en_pirate.yml
config/locales/diaspora/en_pirate.yml
+1
-1
config/locales/diaspora/en_shaw.yml
config/locales/diaspora/en_shaw.yml
+1
-1
config/locales/diaspora/eo.yml
config/locales/diaspora/eo.yml
+1
-1
config/locales/diaspora/es-AR.yml
config/locales/diaspora/es-AR.yml
+1
-1
config/locales/diaspora/es-CL.yml
config/locales/diaspora/es-CL.yml
+1
-1
config/locales/diaspora/es.yml
config/locales/diaspora/es.yml
+1
-1
config/locales/diaspora/eu.yml
config/locales/diaspora/eu.yml
+1
-1
config/locales/diaspora/fi.yml
config/locales/diaspora/fi.yml
+1
-1
config/locales/diaspora/fr.yml
config/locales/diaspora/fr.yml
+1
-1
config/locales/diaspora/ga.yml
config/locales/diaspora/ga.yml
+1
-1
config/locales/diaspora/gl.yml
config/locales/diaspora/gl.yml
+1
-1
config/locales/diaspora/he.yml
config/locales/diaspora/he.yml
+1
-1
config/locales/diaspora/hu.yml
config/locales/diaspora/hu.yml
+1
-1
config/locales/diaspora/id.yml
config/locales/diaspora/id.yml
+1
-1
config/locales/diaspora/is.yml
config/locales/diaspora/is.yml
+1
-1
config/locales/diaspora/it.yml
config/locales/diaspora/it.yml
+1
-1
config/locales/diaspora/ja.yml
config/locales/diaspora/ja.yml
+1
-1
config/locales/diaspora/ko.yml
config/locales/diaspora/ko.yml
+1
-1
config/locales/diaspora/lt.yml
config/locales/diaspora/lt.yml
+1
-1
config/locales/diaspora/mk.yml
config/locales/diaspora/mk.yml
+1
-1
config/locales/diaspora/ml.yml
config/locales/diaspora/ml.yml
+1
-1
config/locales/diaspora/nb.yml
config/locales/diaspora/nb.yml
+1
-1
config/locales/diaspora/nl.yml
config/locales/diaspora/nl.yml
+1
-1
config/locales/diaspora/pa.yml
config/locales/diaspora/pa.yml
+1
-1
config/locales/diaspora/pl.yml
config/locales/diaspora/pl.yml
+1
-1
config/locales/diaspora/pt-BR.yml
config/locales/diaspora/pt-BR.yml
+1
-1
config/locales/diaspora/pt-PT.yml
config/locales/diaspora/pt-PT.yml
+1
-1
config/locales/diaspora/ro.yml
config/locales/diaspora/ro.yml
+1
-1
config/locales/diaspora/ru.yml
config/locales/diaspora/ru.yml
+1
-1
config/locales/diaspora/sk.yml
config/locales/diaspora/sk.yml
+1
-1
config/locales/diaspora/sl.yml
config/locales/diaspora/sl.yml
+1
-1
config/locales/diaspora/sv.yml
config/locales/diaspora/sv.yml
+1
-1
config/locales/diaspora/tr.yml
config/locales/diaspora/tr.yml
+1
-1
config/locales/diaspora/zh-CN.yml
config/locales/diaspora/zh-CN.yml
+1
-1
config/locales/diaspora/zh-TW.yml
config/locales/diaspora/zh-TW.yml
+1
-1
config/locales/javascript/javascript.ar.yml
config/locales/javascript/javascript.ar.yml
+1
-1
config/locales/javascript/javascript.bg.yml
config/locales/javascript/javascript.bg.yml
+1
-1
config/locales/javascript/javascript.br.yml
config/locales/javascript/javascript.br.yml
+1
-1
config/locales/javascript/javascript.cs.yml
config/locales/javascript/javascript.cs.yml
+1
-1
config/locales/javascript/javascript.da.yml
config/locales/javascript/javascript.da.yml
+1
-1
config/locales/javascript/javascript.de.yml
config/locales/javascript/javascript.de.yml
+1
-1
config/locales/javascript/javascript.el.yml
config/locales/javascript/javascript.el.yml
+1
-1
config/locales/javascript/javascript.en.yml
config/locales/javascript/javascript.en.yml
+1
-1
config/locales/javascript/javascript.en_pirate.yml
config/locales/javascript/javascript.en_pirate.yml
+1
-1
config/locales/javascript/javascript.en_shaw.yml
config/locales/javascript/javascript.en_shaw.yml
+1
-1
config/locales/javascript/javascript.eo.yml
config/locales/javascript/javascript.eo.yml
+1
-1
config/locales/javascript/javascript.es-AR.yml
config/locales/javascript/javascript.es-AR.yml
+1
-1
config/locales/javascript/javascript.es.yml
config/locales/javascript/javascript.es.yml
+1
-1
config/locales/javascript/javascript.eu.yml
config/locales/javascript/javascript.eu.yml
+1
-1
config/locales/javascript/javascript.fi.yml
config/locales/javascript/javascript.fi.yml
+1
-1
config/locales/javascript/javascript.fr.yml
config/locales/javascript/javascript.fr.yml
+1
-1
config/locales/javascript/javascript.gl.yml
config/locales/javascript/javascript.gl.yml
+1
-1
config/locales/javascript/javascript.he.yml
config/locales/javascript/javascript.he.yml
+1
-1
config/locales/javascript/javascript.hu.yml
config/locales/javascript/javascript.hu.yml
+1
-1
config/locales/javascript/javascript.id.yml
config/locales/javascript/javascript.id.yml
+1
-1
config/locales/javascript/javascript.is.yml
config/locales/javascript/javascript.is.yml
+1
-1
config/locales/javascript/javascript.it.yml
config/locales/javascript/javascript.it.yml
+1
-1
config/locales/javascript/javascript.ja.yml
config/locales/javascript/javascript.ja.yml
+1
-1
config/locales/javascript/javascript.ko.yml
config/locales/javascript/javascript.ko.yml
+1
-1
config/locales/javascript/javascript.ml.yml
config/locales/javascript/javascript.ml.yml
+1
-1
config/locales/javascript/javascript.nb.yml
config/locales/javascript/javascript.nb.yml
+1
-1
config/locales/javascript/javascript.nl.yml
config/locales/javascript/javascript.nl.yml
+1
-1
config/locales/javascript/javascript.pl.yml
config/locales/javascript/javascript.pl.yml
+1
-1
config/locales/javascript/javascript.pt-BR.yml
config/locales/javascript/javascript.pt-BR.yml
+1
-1
config/locales/javascript/javascript.pt-PT.yml
config/locales/javascript/javascript.pt-PT.yml
+1
-1
config/locales/javascript/javascript.ro.yml
config/locales/javascript/javascript.ro.yml
+1
-1
config/locales/javascript/javascript.ru.yml
config/locales/javascript/javascript.ru.yml
+1
-1
config/locales/javascript/javascript.sk.yml
config/locales/javascript/javascript.sk.yml
+1
-1
config/locales/javascript/javascript.sl.yml
config/locales/javascript/javascript.sl.yml
+1
-1
config/locales/javascript/javascript.sv.yml
config/locales/javascript/javascript.sv.yml
+1
-1
config/locales/javascript/javascript.tr.yml
config/locales/javascript/javascript.tr.yml
+1
-1
config/locales/javascript/javascript.zh-CN.yml
config/locales/javascript/javascript.zh-CN.yml
+1
-1
config/locales/javascript/javascript.zh-TW.yml
config/locales/javascript/javascript.zh-TW.yml
+1
-1
config/routes.rb
config/routes.rb
+1
-1
config/selenium.yml
config/selenium.yml
+1
-1
config/thin.yml
config/thin.yml
+1
-1
db/seeds.rb
db/seeds.rb
+1
-1
features/support/database_cleaner_patches.rb
features/support/database_cleaner_patches.rb
+1
-1
features/support/poor_mans_webmock.rb
features/support/poor_mans_webmock.rb
+1
-1
lib/aspect_stream.rb
lib/aspect_stream.rb
+1
-1
lib/chrome_frame.rb
lib/chrome_frame.rb
+1
-1
lib/diaspora.rb
lib/diaspora.rb
+1
-1
lib/diaspora/exporter.rb
lib/diaspora/exporter.rb
+1
-1
lib/diaspora/likeable.rb
lib/diaspora/likeable.rb
+1
-1
lib/diaspora/ostatus_builder.rb
lib/diaspora/ostatus_builder.rb
+1
-1
lib/diaspora/parser.rb
lib/diaspora/parser.rb
+1
-1
lib/diaspora/relayable.rb
lib/diaspora/relayable.rb
+1
-1
lib/diaspora/taggable.rb
lib/diaspora/taggable.rb
+1
-1
lib/diaspora/user/connecting.rb
lib/diaspora/user/connecting.rb
+1
-1
lib/diaspora/user/querying.rb
lib/diaspora/user/querying.rb
+1
-1
lib/diaspora/web_socket.rb
lib/diaspora/web_socket.rb
+1
-1
lib/diaspora/webhooks.rb
lib/diaspora/webhooks.rb
+1
-1
lib/direction_detector.rb
lib/direction_detector.rb
+1
-1
lib/encryptor.rb
lib/encryptor.rb
+1
-1
lib/hcard.rb
lib/hcard.rb
+1
-1
lib/postzord.rb
lib/postzord.rb
+1
-1
lib/postzord/dispatcher.rb
lib/postzord/dispatcher.rb
+1
-1
lib/postzord/dispatcher/private.rb
lib/postzord/dispatcher/private.rb
+1
-1
lib/postzord/receiver/private.rb
lib/postzord/receiver/private.rb
+1
-1
lib/postzord/receiver/public.rb
lib/postzord/receiver/public.rb
+1
-1
lib/pubsubhubbub.rb
lib/pubsubhubbub.rb
+1
-1
lib/rake_helpers.rb
lib/rake_helpers.rb
+1
-1
lib/salmon/encrypted_slap.rb
lib/salmon/encrypted_slap.rb
+1
-1
lib/salmon/magic_sig_envelope.rb
lib/salmon/magic_sig_envelope.rb
+1
-1
lib/salmon/salmon.rb
lib/salmon/salmon.rb
+1
-1
lib/salmon/slap.rb
lib/salmon/slap.rb
+1
-1
lib/tasks/batch_inviter.rake
lib/tasks/batch_inviter.rake
+1
-1
lib/tasks/db.rake
lib/tasks/db.rake
+1
-1
lib/tasks/generate_session_secret.rake
lib/tasks/generate_session_secret.rake
+1
-1
lib/tasks/integration.rake
lib/tasks/integration.rake
+1
-1
lib/tasks/migrations.rake
lib/tasks/migrations.rake
+1
-1
lib/tasks/rspec.rake
lib/tasks/rspec.rake
+1
-1
public/javascripts/aspect-edit-pane.js
public/javascripts/aspect-edit-pane.js
+1
-1
public/javascripts/aspect-filters.js
public/javascripts/aspect-filters.js
+1
-1
public/javascripts/aspect-sorting.js
public/javascripts/aspect-sorting.js
+1
-1
public/javascripts/aspects-dropdown.js
public/javascripts/aspects-dropdown.js
+1
-1
public/javascripts/contact-edit.js
public/javascripts/contact-edit.js
+1
-1
public/javascripts/contact-list.js
public/javascripts/contact-list.js
+1
-1
public/javascripts/content-updater.js
public/javascripts/content-updater.js
+1
-1
public/javascripts/custom-mobile-scripting.js
public/javascripts/custom-mobile-scripting.js
+1
-1
public/javascripts/diaspora.js
public/javascripts/diaspora.js
+1
-1
public/javascripts/friend-finder.js
public/javascripts/friend-finder.js
+1
-1
public/javascripts/helpers/i18n.js
public/javascripts/helpers/i18n.js
+1
-1
public/javascripts/inbox.js
public/javascripts/inbox.js
+1
-1
public/javascripts/photo-show.js
public/javascripts/photo-show.js
+1
-1
public/javascripts/publisher.js
public/javascripts/publisher.js
+1
-1
public/javascripts/stream.js
public/javascripts/stream.js
+1
-1
public/javascripts/validation.js
public/javascripts/validation.js
+1
-1
public/javascripts/view.js
public/javascripts/view.js
+1
-1
public/javascripts/widgets/direction-detector.js
public/javascripts/widgets/direction-detector.js
+1
-1
public/javascripts/widgets/embedder.js
public/javascripts/widgets/embedder.js
+1
-1
public/javascripts/widgets/infinite-scroll.js
public/javascripts/widgets/infinite-scroll.js
+1
-1
public/javascripts/widgets/lightbox.js
public/javascripts/widgets/lightbox.js
+1
-1
public/javascripts/widgets/notifications.js
public/javascripts/widgets/notifications.js
+1
-1
public/javascripts/widgets/timeago.js
public/javascripts/widgets/timeago.js
+1
-1
public/stylesheets/sass/login.scss
public/stylesheets/sass/login.scss
+1
-1
public/stylesheets/sass/mobile.sass
public/stylesheets/sass/mobile.sass
+1
-1
public/stylesheets/sass/popup.scss
public/stylesheets/sass/popup.scss
+1
-1
public/stylesheets/sass/sessions.sass
public/stylesheets/sass/sessions.sass
+1
-1
public/stylesheets/sass/tags.sass
public/stylesheets/sass/tags.sass
+1
-1
public/stylesheets/sass/ui.sass
public/stylesheets/sass/ui.sass
+1
-1
script/get_config.rb
script/get_config.rb
+1
-1
script/i18n/xmltoyml.rb
script/i18n/xmltoyml.rb
+2
-2
script/i18n/ymltoxml.rb
script/i18n/ymltoxml.rb
+1
-1
script/server
script/server
+1
-1
script/websocket_server.rb
script/websocket_server.rb
+1
-1
spec/controllers/admins_controller_spec.rb
spec/controllers/admins_controller_spec.rb
+1
-1
spec/controllers/apis_controller_spec.rb
spec/controllers/apis_controller_spec.rb
+1
-1
spec/controllers/application_controller_spec.rb
spec/controllers/application_controller_spec.rb
+1
-1
spec/controllers/aspect_memberships_controller_spec.rb
spec/controllers/aspect_memberships_controller_spec.rb
+1
-1
spec/controllers/aspects_controller_spec.rb
spec/controllers/aspects_controller_spec.rb
+1
-1
spec/controllers/authorizations_controller_spec.rb
spec/controllers/authorizations_controller_spec.rb
+1
-1
spec/controllers/comments_controller_spec.rb
spec/controllers/comments_controller_spec.rb
+1
-1
spec/controllers/contacts_controller_spec.rb
spec/controllers/contacts_controller_spec.rb
+1
-1
spec/controllers/conversation_visibilities_controller_spec.rb
.../controllers/conversation_visibilities_controller_spec.rb
+1
-1
spec/controllers/conversations_controller_spec.rb
spec/controllers/conversations_controller_spec.rb
+1
-1
spec/controllers/devise/passwords_controller_spec.rb
spec/controllers/devise/passwords_controller_spec.rb
+1
-1
spec/controllers/home_controller_spec.rb
spec/controllers/home_controller_spec.rb
+1
-1
spec/controllers/invitations_controller_spec.rb
spec/controllers/invitations_controller_spec.rb
+1
-1
spec/controllers/likes_controller_spec.rb
spec/controllers/likes_controller_spec.rb
+1
-1
spec/controllers/messages_controller_spec.rb
spec/controllers/messages_controller_spec.rb
+1
-1
spec/controllers/notifications_controller_spec.rb
spec/controllers/notifications_controller_spec.rb
+1
-1
spec/controllers/people_controller_spec.rb
spec/controllers/people_controller_spec.rb
+1
-1
spec/controllers/photos_controller_spec.rb
spec/controllers/photos_controller_spec.rb
+1
-1
spec/controllers/post_visibilities_controller_spec.rb
spec/controllers/post_visibilities_controller_spec.rb
+1
-1
spec/controllers/posts_controller_spec.rb
spec/controllers/posts_controller_spec.rb
+1
-1
spec/controllers/profiles_controller_spec.rb
spec/controllers/profiles_controller_spec.rb
+1
-1
spec/controllers/publics_controller_spec.rb
spec/controllers/publics_controller_spec.rb
+1
-1
spec/controllers/registrations_controller_spec.rb
spec/controllers/registrations_controller_spec.rb
+1
-1
spec/controllers/services_controller_spec.rb
spec/controllers/services_controller_spec.rb
+1
-1
spec/controllers/sessions_controller_spec.rb
spec/controllers/sessions_controller_spec.rb
+1
-1
spec/controllers/sockets_controller_spec.rb
spec/controllers/sockets_controller_spec.rb
+1
-1
spec/controllers/status_messages_controller_spec.rb
spec/controllers/status_messages_controller_spec.rb
+1
-1
spec/controllers/tag_followings_controller_spec.rb
spec/controllers/tag_followings_controller_spec.rb
+1
-1
spec/controllers/tags_controller_spec.rb
spec/controllers/tags_controller_spec.rb
+1
-1
spec/controllers/users_controller_spec.rb
spec/controllers/users_controller_spec.rb
+1
-1
spec/factories.rb
spec/factories.rb
+1
-1
spec/fixtures/config/old_style_app.yml
spec/fixtures/config/old_style_app.yml
+1
-1
spec/helpers/application_helper_spec.rb
spec/helpers/application_helper_spec.rb
+1
-1
spec/helpers/getting_started_helper_spec.rb
spec/helpers/getting_started_helper_spec.rb
+1
-1
spec/helpers/layout_helper_spec.rb
spec/helpers/layout_helper_spec.rb
+1
-1
spec/helpers/markdownify_helper_spec.rb
spec/helpers/markdownify_helper_spec.rb
+1
-1
spec/helpers/mobile_helper_spec.rb
spec/helpers/mobile_helper_spec.rb
+1
-1
spec/helpers/notifier_helper_spec.rb
spec/helpers/notifier_helper_spec.rb
+1
-1
spec/helpers/people_helper_spec.rb
spec/helpers/people_helper_spec.rb
+1
-1
spec/helpers/photos_helper_spec.rb
spec/helpers/photos_helper_spec.rb
+1
-1
spec/helpers/profiles_helper.rb
spec/helpers/profiles_helper.rb
+1
-1
spec/helpers/stream_helper_spec.rb
spec/helpers/stream_helper_spec.rb
+1
-1
spec/integration/attack_vectors_spec.rb
spec/integration/attack_vectors_spec.rb
+1
-1
spec/integration/contact_deleting_spec.rb
spec/integration/contact_deleting_spec.rb
+1
-1
spec/integration/receiving_spec.rb
spec/integration/receiving_spec.rb
+1
-1
spec/javascripts/aspect-filters-spec.js
spec/javascripts/aspect-filters-spec.js
+1
-1
spec/javascripts/contact-list-spec.js
spec/javascripts/contact-list-spec.js
+1
-1
spec/javascripts/content-updater-spec.js
spec/javascripts/content-updater-spec.js
+1
-1
spec/javascripts/diaspora-spec.js
spec/javascripts/diaspora-spec.js
+1
-1
spec/javascripts/publisher-spec.js
spec/javascripts/publisher-spec.js
+1
-1
spec/javascripts/validation-spec.js
spec/javascripts/validation-spec.js
+1
-1
spec/javascripts/view-spec.js
spec/javascripts/view-spec.js
+1
-1
spec/javascripts/web-socket-receiver-spec.js
spec/javascripts/web-socket-receiver-spec.js
+1
-1
spec/javascripts/widgets/embedder-spec.js
spec/javascripts/widgets/embedder-spec.js
+1
-1
spec/javascripts/widgets/i18n-spec.js
spec/javascripts/widgets/i18n-spec.js
+1
-1
spec/javascripts/widgets/notifications-spec.js
spec/javascripts/widgets/notifications-spec.js
+1
-1
spec/javascripts/widgets/stream-element-spec.js
spec/javascripts/widgets/stream-element-spec.js
+1
-1
spec/lib/diaspora/exporter_spec.rb
spec/lib/diaspora/exporter_spec.rb
+1
-1
spec/lib/diaspora/ostatus_builder_spec.rb
spec/lib/diaspora/ostatus_builder_spec.rb
+1
-1
spec/lib/diaspora/parser_spec.rb
spec/lib/diaspora/parser_spec.rb
+1
-1
spec/lib/diaspora/web_socket_spec.rb
spec/lib/diaspora/web_socket_spec.rb
+1
-1
spec/lib/diaspora/webhooks_spec.rb
spec/lib/diaspora/webhooks_spec.rb
+1
-1
spec/lib/direction_detector_spec.rb
spec/lib/direction_detector_spec.rb
+1
-1
spec/lib/encryptor_spec.rb
spec/lib/encryptor_spec.rb
+1
-1
spec/lib/hcard_spec.rb
spec/lib/hcard_spec.rb
+1
-1
spec/lib/i18n_interpolation_fallbacks_spec.rb
spec/lib/i18n_interpolation_fallbacks_spec.rb
+1
-1
spec/lib/postzord/dispatcher/private_spec.rb
spec/lib/postzord/dispatcher/private_spec.rb
+1
-1
spec/lib/postzord/receiver/private_spec.rb
spec/lib/postzord/receiver/private_spec.rb
+1
-1
spec/lib/postzord/receiver/public_spec.rb
spec/lib/postzord/receiver/public_spec.rb
+1
-1
spec/lib/pubsubhubbub_spec.rb
spec/lib/pubsubhubbub_spec.rb
+1
-1
spec/lib/rake_helper_spec.rb
spec/lib/rake_helper_spec.rb
+1
-1
spec/lib/resque_job_logging_spec.rb
spec/lib/resque_job_logging_spec.rb
+1
-1
spec/lib/salmon/encrypted_slap_spec.rb
spec/lib/salmon/encrypted_slap_spec.rb
+1
-1
spec/lib/web_hooks_spec.rb
spec/lib/web_hooks_spec.rb
+1
-1
spec/lib/webfinger_spec.rb
spec/lib/webfinger_spec.rb
+1
-1
spec/misc_spec.rb
spec/misc_spec.rb
+1
-1
spec/models/activity_streams/photo_spec.rb
spec/models/activity_streams/photo_spec.rb
+1
-1
spec/models/app_config_spec.rb
spec/models/app_config_spec.rb
+1
-1
spec/models/aspect_membership_spec.rb
spec/models/aspect_membership_spec.rb
+1
-1
spec/models/aspect_spec.rb
spec/models/aspect_spec.rb
+1
-1
spec/models/comment_spec.rb
spec/models/comment_spec.rb
+1
-1
spec/models/contact_spec.rb
spec/models/contact_spec.rb
+1
-1
spec/models/conversation_spec.rb
spec/models/conversation_spec.rb
+1
-1
spec/models/invitation_spec.rb
spec/models/invitation_spec.rb
+1
-1
spec/models/job/delete_account_spec.rb
spec/models/job/delete_account_spec.rb
+1
-1
spec/models/job/mail/mail_mentioned_spec.rb
spec/models/job/mail/mail_mentioned_spec.rb
+1
-1
spec/models/job/mail/mail_private_message.rb
spec/models/job/mail/mail_private_message.rb
+1
-1
spec/models/job/mail/mail_reshared_spec.rb
spec/models/job/mail/mail_reshared_spec.rb
+1
-1
spec/models/job/notify_local_users_spec.rb
spec/models/job/notify_local_users_spec.rb
+1
-1
spec/models/job/publish_to_hub_spec.rb
spec/models/job/publish_to_hub_spec.rb
+1
-1
spec/models/job/resend_invitation_spec.rb
spec/models/job/resend_invitation_spec.rb
+1
-1
spec/models/like_spec.rb
spec/models/like_spec.rb
+1
-1
spec/models/mention_spec.rb
spec/models/mention_spec.rb
+1
-1
spec/models/message_spec.rb
spec/models/message_spec.rb
+1
-1
spec/models/notification_spec.rb
spec/models/notification_spec.rb
+1
-1
spec/models/notifications/private_message_spec.rb
spec/models/notifications/private_message_spec.rb
+1
-1
spec/models/notifications/reshared_spec.rb
spec/models/notifications/reshared_spec.rb
+1
-1
spec/models/oauth2_provider_models_activerecord_authorization_spec.rb
...oauth2_provider_models_activerecord_authorization_spec.rb
+1
-1
spec/models/oauth2_provider_models_activerecord_client_spec.rb
...models/oauth2_provider_models_activerecord_client_spec.rb
+1
-1
spec/models/person_spec.rb
spec/models/person_spec.rb
+1
-1
spec/models/photo_spec.rb
spec/models/photo_spec.rb
+1
-1
spec/models/post_spec.rb
spec/models/post_spec.rb
+1
-1
spec/models/post_visibility_spec.rb
spec/models/post_visibility_spec.rb
+1
-1
spec/models/profile_spec.rb
spec/models/profile_spec.rb
+1
-1
spec/models/relayable_retraction_spec.rb
spec/models/relayable_retraction_spec.rb
+1
-1
spec/models/request_spec.rb
spec/models/request_spec.rb
+1
-1
spec/models/retraction_spec.rb
spec/models/retraction_spec.rb
+1
-1
spec/models/status_message_spec.rb
spec/models/status_message_spec.rb
+1
-1
spec/models/user/connecting_spec.rb
spec/models/user/connecting_spec.rb
+1
-1
spec/models/user/posting_spec.rb
spec/models/user/posting_spec.rb
+1
-1
spec/models/user/querying_spec.rb
spec/models/user/querying_spec.rb
+1
-1
spec/models/user_spec.rb
spec/models/user_spec.rb
+1
-1
spec/shared_behaviors/relayable.rb
spec/shared_behaviors/relayable.rb
+1
-1
spec/shared_behaviors/taggable.rb
spec/shared_behaviors/taggable.rb
+1
-1
spec/spec_helper.rb
spec/spec_helper.rb
+1
-1
No files found.
Capfile
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# Copyright (c) 2010
-2011
, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
Rakefile
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/activity_streams/photos_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/application_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/aspect_memberships_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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 @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/comments_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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 @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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 @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/home_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/invitations_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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 @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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 @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/notifications_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/people_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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 @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/post_visibilities_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/posts_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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 @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/publics_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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 @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/services_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# Copyright (c) 2010
-2011
, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See # the COPYRIGHT file.
class
ServicesController
<
ApplicationController
...
...
app/controllers/sessions_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/sockets_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/status_messages_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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 @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/users_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/vanna_controller.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/application_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/aspect_global_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/aspects_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/comments_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/error_messages_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/getting_started_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/layout_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/likes_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/markdownify_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/people_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/photos_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/profiles_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/publics_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/sockets_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/status_messages_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/stream_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/helpers/tags_helper.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/activity_streams/photo.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/app_config.rb
View file @
91e64997
# Copyright (c) 2011, Diaspora Inc. This file is
# Copyright (c) 201
0-201
1, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
require
'uri'
...
...
app/models/aspect.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/aspect_membership.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/aspect_visibility.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/comment.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/contact.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/invitation.rb
View file @
91e64997
# Copyright (c) 2011, Diaspora Inc. This file is
# Copyright (c) 201
0-201
1, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...
app/models/job/delete_account.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/job/http_multi.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/job/http_post.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/job/mail/invite_user_by_email.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/job/mail/mentioned.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/job/mail/private_message.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/job/mail/started_sharing.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/job/notify_local_users.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/job/post_to_service.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# 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/models/job/process_photo.rb
View file @
91e64997
# Copyright (c) 2010, Diaspora Inc. This file is
# Copyright (c) 2010
-2011
, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
...
...