Bläddra i källkod

Update Copyrights

fix/epmd-loopback
Mark Felder 4 år sedan
förälder
incheckning
05da5f5cca
100 ändrade filer med 100 tillägg och 100 borttagningar
  1. +1
    -1
      installation/download-mastofe-build.sh
  2. +1
    -1
      lib/jason_types.ex
  3. +1
    -1
      lib/mix/pleroma.ex
  4. +1
    -1
      lib/mix/tasks/pleroma/benchmark.ex
  5. +1
    -1
      lib/mix/tasks/pleroma/database.ex
  6. +1
    -1
      lib/mix/tasks/pleroma/ecto/ecto.ex
  7. +1
    -1
      lib/mix/tasks/pleroma/ecto/migrate.ex
  8. +1
    -1
      lib/mix/tasks/pleroma/ecto/rollback.ex
  9. +1
    -1
      lib/mix/tasks/pleroma/relay.ex
  10. +1
    -1
      lib/mix/tasks/pleroma/uploads.ex
  11. +1
    -1
      lib/pleroma/activity/ir/topics.ex
  12. +1
    -1
      lib/pleroma/bbs/authenticator.ex
  13. +1
    -1
      lib/pleroma/bbs/handler.ex
  14. +1
    -1
      lib/pleroma/bookmark.ex
  15. +1
    -1
      lib/pleroma/captcha/captcha_service.ex
  16. +1
    -1
      lib/pleroma/captcha/kocaptcha.ex
  17. +1
    -1
      lib/pleroma/clippy.ex
  18. +1
    -1
      lib/pleroma/config.ex
  19. +1
    -1
      lib/pleroma/config/deprecation_warnings.ex
  20. +1
    -1
      lib/pleroma/constants.ex
  21. +1
    -1
      lib/pleroma/conversation.ex
  22. +1
    -1
      lib/pleroma/conversation/participation_recipient_ship.ex
  23. +1
    -1
      lib/pleroma/delivery.ex
  24. +1
    -1
      lib/pleroma/ecto_enums.ex
  25. +1
    -1
      lib/pleroma/emails/mailer.ex
  26. +1
    -1
      lib/pleroma/emails/user_email.ex
  27. +1
    -1
      lib/pleroma/emoji.ex
  28. +1
    -1
      lib/pleroma/emoji/formatter.ex
  29. +1
    -1
      lib/pleroma/emoji/loader.ex
  30. +1
    -1
      lib/pleroma/filter.ex
  31. +1
    -1
      lib/pleroma/gopher/server.ex
  32. +1
    -1
      lib/pleroma/healthcheck.ex
  33. +1
    -1
      lib/pleroma/helpers/uri_helper.ex
  34. +1
    -1
      lib/pleroma/http/connection.ex
  35. +1
    -1
      lib/pleroma/http/http.ex
  36. +1
    -1
      lib/pleroma/http/request_builder.ex
  37. +1
    -1
      lib/pleroma/instances.ex
  38. +1
    -1
      lib/pleroma/instances/instance.ex
  39. +1
    -1
      lib/pleroma/job_queue_monitor.ex
  40. +1
    -1
      lib/pleroma/keys.ex
  41. +1
    -1
      lib/pleroma/list.ex
  42. +1
    -1
      lib/pleroma/marker.ex
  43. +1
    -1
      lib/pleroma/object_tombstone.ex
  44. +1
    -1
      lib/pleroma/password_reset_token.ex
  45. +1
    -1
      lib/pleroma/plugs/admin_secret_authentication_plug.ex
  46. +1
    -1
      lib/pleroma/plugs/authentication_plug.ex
  47. +1
    -1
      lib/pleroma/plugs/basic_auth_decoder_plug.ex
  48. +1
    -1
      lib/pleroma/plugs/cache.ex
  49. +1
    -1
      lib/pleroma/plugs/digest.ex
  50. +1
    -1
      lib/pleroma/plugs/ensure_authenticated_plug.ex
  51. +1
    -1
      lib/pleroma/plugs/ensure_public_or_authenticated_plug.ex
  52. +1
    -1
      lib/pleroma/plugs/ensure_user_key_plug.ex
  53. +1
    -1
      lib/pleroma/plugs/federating_plug.ex
  54. +1
    -1
      lib/pleroma/plugs/idempotency_plug.ex
  55. +1
    -1
      lib/pleroma/plugs/instance_static.ex
  56. +1
    -1
      lib/pleroma/plugs/legacy_authentication_plug.ex
  57. +1
    -1
      lib/pleroma/plugs/mapped_signature_to_identity_plug.ex
  58. +1
    -1
      lib/pleroma/plugs/oauth_plug.ex
  59. +1
    -1
      lib/pleroma/plugs/session_authentication_plug.ex
  60. +1
    -1
      lib/pleroma/plugs/set_format_plug.ex
  61. +1
    -1
      lib/pleroma/plugs/set_locale_plug.ex
  62. +1
    -1
      lib/pleroma/plugs/set_user_session_id_plug.ex
  63. +1
    -1
      lib/pleroma/plugs/static_fe_plug.ex
  64. +1
    -1
      lib/pleroma/plugs/trailing_format_plug.ex
  65. +1
    -1
      lib/pleroma/plugs/uploaded_media.ex
  66. +1
    -1
      lib/pleroma/plugs/user_fetcher_plug.ex
  67. +1
    -1
      lib/pleroma/registration.ex
  68. +1
    -1
      lib/pleroma/release_tasks.ex
  69. +1
    -1
      lib/pleroma/repo_streamer.ex
  70. +1
    -1
      lib/pleroma/report_note.ex
  71. +1
    -1
      lib/pleroma/reverse_proxy/client.ex
  72. +1
    -1
      lib/pleroma/reverse_proxy/reverse_proxy.ex
  73. +1
    -1
      lib/pleroma/signature.ex
  74. +1
    -1
      lib/pleroma/thread_mute.ex
  75. +1
    -1
      lib/pleroma/upload.ex
  76. +1
    -1
      lib/pleroma/upload/filter.ex
  77. +1
    -1
      lib/pleroma/upload/filter/anonymize_filename.ex
  78. +1
    -1
      lib/pleroma/upload/filter/dedupe.ex
  79. +1
    -1
      lib/pleroma/upload/filter/mogrifun.ex
  80. +1
    -1
      lib/pleroma/upload/filter/mogrify.ex
  81. +1
    -1
      lib/pleroma/user/notification_setting.ex
  82. +1
    -1
      lib/pleroma/user/welcome_message.ex
  83. +1
    -1
      lib/pleroma/user_invite_token.ex
  84. +1
    -1
      lib/pleroma/utils.ex
  85. +1
    -1
      lib/pleroma/web/activity_pub/activity_pub_controller.ex
  86. +1
    -1
      lib/pleroma/web/activity_pub/internal_fetch_actor.ex
  87. +1
    -1
      lib/pleroma/web/activity_pub/mrf.ex
  88. +1
    -1
      lib/pleroma/web/activity_pub/mrf/drop_policy.ex
  89. +1
    -1
      lib/pleroma/web/activity_pub/mrf/ensure_re_prepended.ex
  90. +1
    -1
      lib/pleroma/web/activity_pub/mrf/hellthread_policy.ex
  91. +1
    -1
      lib/pleroma/web/activity_pub/mrf/keyword_policy.ex
  92. +1
    -1
      lib/pleroma/web/activity_pub/mrf/mention_policy.ex
  93. +1
    -1
      lib/pleroma/web/activity_pub/mrf/normalize_markup.ex
  94. +1
    -1
      lib/pleroma/web/activity_pub/mrf/reject_non_public.ex
  95. +1
    -1
      lib/pleroma/web/activity_pub/mrf/tag_policy.ex
  96. +1
    -1
      lib/pleroma/web/activity_pub/views/object_view.ex
  97. +1
    -1
      lib/pleroma/web/activity_pub/views/user_view.ex
  98. +1
    -1
      lib/pleroma/web/activity_pub/visibility.ex
  99. +1
    -1
      lib/pleroma/web/admin_api/report.ex
  100. +1
    -1
      lib/pleroma/web/admin_api/views/account_view.ex

+ 1
- 1
installation/download-mastofe-build.sh Visa fil

@@ -1,6 +1,6 @@
#!/bin/sh
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
project_id="74"
project_branch="rebase/glitch-soc"


+ 1
- 1
lib/jason_types.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

Postgrex.Types.define(


+ 1
- 1
lib/mix/pleroma.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Mix.Pleroma do


+ 1
- 1
lib/mix/tasks/pleroma/benchmark.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Mix.Tasks.Pleroma.Benchmark do


+ 1
- 1
lib/mix/tasks/pleroma/database.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Mix.Tasks.Pleroma.Database do


+ 1
- 1
lib/mix/tasks/pleroma/ecto/ecto.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-onl

defmodule Mix.Tasks.Pleroma.Ecto do


+ 1
- 1
lib/mix/tasks/pleroma/ecto/migrate.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-onl

defmodule Mix.Tasks.Pleroma.Ecto.Migrate do


+ 1
- 1
lib/mix/tasks/pleroma/ecto/rollback.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-onl

defmodule Mix.Tasks.Pleroma.Ecto.Rollback do


+ 1
- 1
lib/mix/tasks/pleroma/relay.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Mix.Tasks.Pleroma.Relay do


+ 1
- 1
lib/mix/tasks/pleroma/uploads.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Mix.Tasks.Pleroma.Uploads do


+ 1
- 1
lib/pleroma/activity/ir/topics.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Activity.Ir.Topics do


+ 1
- 1
lib/pleroma/bbs/authenticator.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.BBS.Authenticator do


+ 1
- 1
lib/pleroma/bbs/handler.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.BBS.Handler do


+ 1
- 1
lib/pleroma/bookmark.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Bookmark do


+ 1
- 1
lib/pleroma/captcha/captcha_service.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Captcha.Service do


+ 1
- 1
lib/pleroma/captcha/kocaptcha.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Captcha.Kocaptcha do


+ 1
- 1
lib/pleroma/clippy.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Clippy do


+ 1
- 1
lib/pleroma/config.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Config do


+ 1
- 1
lib/pleroma/config/deprecation_warnings.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Config.DeprecationWarnings do


+ 1
- 1
lib/pleroma/constants.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Constants do


+ 1
- 1
lib/pleroma/conversation.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Conversation do


+ 1
- 1
lib/pleroma/conversation/participation_recipient_ship.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Conversation.Participation.RecipientShip do


+ 1
- 1
lib/pleroma/delivery.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Delivery do


+ 1
- 1
lib/pleroma/ecto_enums.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

import EctoEnum


+ 1
- 1
lib/pleroma/emails/mailer.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Emails.Mailer do


+ 1
- 1
lib/pleroma/emails/user_email.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Emails.UserEmail do


+ 1
- 1
lib/pleroma/emoji.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Emoji do


+ 1
- 1
lib/pleroma/emoji/formatter.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Emoji.Formatter do


+ 1
- 1
lib/pleroma/emoji/loader.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Emoji.Loader do


+ 1
- 1
lib/pleroma/filter.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Filter do


+ 1
- 1
lib/pleroma/gopher/server.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Gopher.Server do


+ 1
- 1
lib/pleroma/healthcheck.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Healthcheck do


+ 1
- 1
lib/pleroma/helpers/uri_helper.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Helpers.UriHelper do


+ 1
- 1
lib/pleroma/http/connection.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.HTTP.Connection do


+ 1
- 1
lib/pleroma/http/http.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.HTTP do


+ 1
- 1
lib/pleroma/http/request_builder.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.HTTP.RequestBuilder do


+ 1
- 1
lib/pleroma/instances.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Instances do


+ 1
- 1
lib/pleroma/instances/instance.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Instances.Instance do


+ 1
- 1
lib/pleroma/job_queue_monitor.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.JobQueueMonitor do


+ 1
- 1
lib/pleroma/keys.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Keys do


+ 1
- 1
lib/pleroma/list.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.List do


+ 1
- 1
lib/pleroma/marker.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Marker do


+ 1
- 1
lib/pleroma/object_tombstone.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.ObjectTombstone do


+ 1
- 1
lib/pleroma/password_reset_token.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.PasswordResetToken do


+ 1
- 1
lib/pleroma/plugs/admin_secret_authentication_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.AdminSecretAuthenticationPlug do


+ 1
- 1
lib/pleroma/plugs/authentication_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.AuthenticationPlug do


+ 1
- 1
lib/pleroma/plugs/basic_auth_decoder_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.BasicAuthDecoderPlug do


+ 1
- 1
lib/pleroma/plugs/cache.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.Cache do


+ 1
- 1
lib/pleroma/plugs/digest.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.Plugs.DigestPlug do


+ 1
- 1
lib/pleroma/plugs/ensure_authenticated_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.EnsureAuthenticatedPlug do


+ 1
- 1
lib/pleroma/plugs/ensure_public_or_authenticated_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.EnsurePublicOrAuthenticatedPlug do


+ 1
- 1
lib/pleroma/plugs/ensure_user_key_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.EnsureUserKeyPlug do


+ 1
- 1
lib/pleroma/plugs/federating_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.FederatingPlug do


+ 1
- 1
lib/pleroma/plugs/idempotency_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.IdempotencyPlug do


+ 1
- 1
lib/pleroma/plugs/instance_static.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.InstanceStatic do


+ 1
- 1
lib/pleroma/plugs/legacy_authentication_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.LegacyAuthenticationPlug do


+ 1
- 1
lib/pleroma/plugs/mapped_signature_to_identity_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.Plugs.MappedSignatureToIdentityPlug do


+ 1
- 1
lib/pleroma/plugs/oauth_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.OAuthPlug do


+ 1
- 1
lib/pleroma/plugs/session_authentication_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.SessionAuthenticationPlug do


+ 1
- 1
lib/pleroma/plugs/set_format_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.SetFormatPlug do


+ 1
- 1
lib/pleroma/plugs/set_locale_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

# NOTE: this module is based on https://github.com/smeevil/set_locale


+ 1
- 1
lib/pleroma/plugs/set_user_session_id_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.SetUserSessionIdPlug do


+ 1
- 1
lib/pleroma/plugs/static_fe_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.StaticFEPlug do


+ 1
- 1
lib/pleroma/plugs/trailing_format_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.TrailingFormatPlug do


+ 1
- 1
lib/pleroma/plugs/uploaded_media.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.UploadedMedia do


+ 1
- 1
lib/pleroma/plugs/user_fetcher_plug.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Plugs.UserFetcherPlug do


+ 1
- 1
lib/pleroma/registration.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Registration do


+ 1
- 1
lib/pleroma/release_tasks.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.ReleaseTasks do


+ 1
- 1
lib/pleroma/repo_streamer.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.RepoStreamer do


+ 1
- 1
lib/pleroma/report_note.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.ReportNote do


+ 1
- 1
lib/pleroma/reverse_proxy/client.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.ReverseProxy.Client do


+ 1
- 1
lib/pleroma/reverse_proxy/reverse_proxy.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.ReverseProxy do


+ 1
- 1
lib/pleroma/signature.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Signature do


+ 1
- 1
lib/pleroma/thread_mute.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.ThreadMute do


+ 1
- 1
lib/pleroma/upload.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Upload do


+ 1
- 1
lib/pleroma/upload/filter.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Upload.Filter do


+ 1
- 1
lib/pleroma/upload/filter/anonymize_filename.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Upload.Filter.AnonymizeFilename do


+ 1
- 1
lib/pleroma/upload/filter/dedupe.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Upload.Filter.Dedupe do


+ 1
- 1
lib/pleroma/upload/filter/mogrifun.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Upload.Filter.Mogrifun do


+ 1
- 1
lib/pleroma/upload/filter/mogrify.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Upload.Filter.Mogrify do


+ 1
- 1
lib/pleroma/user/notification_setting.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.User.NotificationSetting do


+ 1
- 1
lib/pleroma/user/welcome_message.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.User.WelcomeMessage do


+ 1
- 1
lib/pleroma/user_invite_token.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.UserInviteToken do


+ 1
- 1
lib/pleroma/utils.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Utils do


+ 1
- 1
lib/pleroma/web/activity_pub/activity_pub_controller.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.ActivityPubController do


+ 1
- 1
lib/pleroma/web/activity_pub/internal_fetch_actor.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.InternalFetchActor do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.MRF do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/drop_policy.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.MRF.DropPolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/ensure_re_prepended.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.MRF.EnsureRePrepended do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/hellthread_policy.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.MRF.HellthreadPolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/keyword_policy.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.MRF.KeywordPolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/mention_policy.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.MRF.MentionPolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/normalize_markup.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.MRF.NormalizeMarkup do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/reject_non_public.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.MRF.RejectNonPublic do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/tag_policy.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.MRF.TagPolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/views/object_view.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.ObjectView do


+ 1
- 1
lib/pleroma/web/activity_pub/views/user_view.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.UserView do


+ 1
- 1
lib/pleroma/web/activity_pub/visibility.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.Visibility do


+ 1
- 1
lib/pleroma/web/admin_api/report.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.AdminAPI.Report do


+ 1
- 1
lib/pleroma/web/admin_api/views/account_view.ex Visa fil

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.AdminAPI.AccountView do


Vissa filer visades inte eftersom för många filer har ändrats

Laddar…
Avbryt
Spara