pleroma/lib/pleroma/web/api_spec/operations
Mark Felder 26a95e5787 Pleroma.Web.PleromaAPI.NotificationController: dialyzer errors
lib/pleroma/web/pleroma_api/controllers/user_import_controller.ex:53:call
The function call will not succeed.

Phoenix.Controller.json(
  _conn :: %{
    :assigns => %{:user => _, _ => _},
    :body_params => %{:list => _, _ => _},
    _ => _
  },
  <<106, 111, 98, 32, 115, 116, 97, 114, 116, 101, 100>>
)

breaks the contract
(Plug.Conn.t(), term()) :: Plug.Conn.t()
2024-01-27 16:15:03 -05:00
..
admin Pleroma.Web.AdminAPI.MediaProxyCacheController: dialyzer errors 2024-01-27 15:41:14 -05:00
account_operation.ex Fix some more typos 2023-12-28 00:17:04 +01:00
announcement_operation.ex Force spec for every operation to have a listed tag 2023-01-15 18:31:37 -05:00
app_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
chat_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
conversation_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
custom_emoji_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
directory_operation.ex Force spec for every operation to have a listed tag 2023-01-15 18:31:37 -05:00
domain_block_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
emoji_reaction_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
filter_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
follow_request_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
instance_operation.ex Fix some more typos 2023-12-28 00:17:04 +01:00
list_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
marker_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
media_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
notification_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
pleroma_account_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
pleroma_app_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
pleroma_backup_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
pleroma_conversation_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
pleroma_emoji_file_operation.ex Add names to additionalProperties 2023-01-15 17:28:32 -05:00
pleroma_emoji_pack_operation.ex Fix tests 2023-01-15 21:39:05 -05:00
pleroma_instances_operation.ex Force spec for every operation to have a listed tag 2023-01-15 18:31:37 -05:00
pleroma_mascot_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
pleroma_notification_operation.ex Pleroma.Web.PleromaAPI.NotificationController: dialyzer errors 2024-01-27 16:15:03 -05:00
pleroma_report_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
pleroma_scrobble_operation.ex Fix some more typos 2023-12-28 00:17:04 +01:00
pleroma_settings_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
pleroma_status_operation.ex Count and display post quotes 2023-11-12 13:38:08 +00:00
poll_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
report_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
scheduled_activity_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
search_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
status_operation.ex Fix some more typos 2023-12-28 00:17:04 +01:00
streaming_operation.ex Fix duplicated schema names 2023-10-15 17:20:26 -04:00
subscription_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
timeline_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
twitter_util_operation.ex Pleroma.Web.TwitterAPI.UtilController: dialyzer fixes 2024-01-27 15:47:07 -05:00
user_import_operation.ex Pleroma.Web.PleromaAPI.UserImportController: Dialyzer errors 2024-01-27 15:57:21 -05:00