marcin mikołajczak
|
1ed8ae2d8e
|
Add changelog
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-01-31 22:55:58 +01:00 |
|
marcin mikołajczak
|
226e53fdd7
|
Merge remote-tracking branch 'origin/develop' into status-notification-type
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-01-31 22:19:33 +01:00 |
|
feld
|
3b9d991514
|
Merge branch 'dialyzer-fixes' into 'develop'
More dialyzer fixes
See merge request pleroma/pleroma!4050
|
2024-01-31 15:37:44 +00:00 |
|
Mark Felder
|
e17441b0ed
|
Changelog
|
2024-01-31 10:13:02 -05:00 |
|
Mark Felder
|
225afe05b3
|
Pleroma.Web.TwitterAPI.UtilController: fix dialyzer errors with replace_params: false
|
2024-01-31 10:13:02 -05:00 |
|
Mark Felder
|
b8db67dafa
|
Pleroma.Web.MastodonAPI.StatusController: fix dialzyer errors with replace_params: false
|
2024-01-31 10:13:02 -05:00 |
|
Mark Felder
|
fb7535ff9a
|
MascotController dialyzer error
lib/pleroma/web/pleroma_api/controllers/mascot_controller.ex:31:call
The function call will not succeed.
Pleroma.Web.ActivityPub.ActivityPub.upload(_file :: atom() | %{:content_type => _, _ => _}, [{:actor, <<_::56, _::size(8)>>}, ...]) ::
:ok
def a() do
:ok
end
will never return since the 2nd arguments differ
from the success typing arguments:
(any(), [
{:activity_type | :description | :filters | :size_limit | :type | :uploader,
atom() | binary() | [atom()] | non_neg_integer()}
])
|
2024-01-31 10:13:02 -05:00 |
|
Mark Felder
|
9760149886
|
Pleroma.Web.PleromaAPI.UserImportController: fix dialyzer errors with replace_params: false
|
2024-01-31 10:13:02 -05:00 |
|
Mark Felder
|
c39e4dd214
|
Pleroma.Web.PleromaAPI.NotificationController: fix dialyzer errors with replace_params: false
|
2024-01-31 10:13:02 -05:00 |
|
Mark Felder
|
e157fd60ee
|
Pleroma.Web.PleromaAPI.MascotController: fix dialyzer errors with replace_params: false
|
2024-01-31 10:13:02 -05:00 |
|
Mark Felder
|
9d16393d8b
|
Pleroma.Web.PleromaAPI.EmojiPackController: fix dialyzer errors with replace_params: false
|
2024-01-31 10:13:02 -05:00 |
|
Mark Felder
|
f1aeb80518
|
Pleroma.Web.PleromaAPI.EmojiFileController: fix dialyzer errors with replace_params: false
|
2024-01-31 10:13:02 -05:00 |
|
Mark Felder
|
4d20fbc6d9
|
Pleroma.Web.PleromaAPI.ChatController: fix dialyzer errors with replace_params: false
|
2024-01-31 10:12:59 -05:00 |
|
Mark Felder
|
fdddba100e
|
Pleroma.Web.MastodonAPI.SearchController: fix dialyzer errors with replace_params: false
|
2024-01-30 18:40:46 -05:00 |
|
Mark Felder
|
324fd08455
|
Pleroma.Web.MastodonAPI.ScheduledActivityController: fix dialyzer errors with replace_params: false
|
2024-01-30 18:33:23 -05:00 |
|
Mark Felder
|
d3c6acd2f2
|
Pleroma.Web.MastodonAPI.PollController: fix dialyzer errors with replace_params: false
|
2024-01-30 18:31:13 -05:00 |
|
Mark Felder
|
0a6b2c9587
|
Pleroma.Web.MastodonAPI.NotificationController: fix dialyzer errors with replace_params: false
|
2024-01-30 18:27:31 -05:00 |
|
Mark Felder
|
90c9f38f40
|
Pleroma.Web.MastodonAPI.MediaController: fix dialyzer errors with replace_params: false
|
2024-01-30 18:09:11 -05:00 |
|
Mark Felder
|
9741f045e4
|
Pleroma.Web.MastodonAPI.ListController: fix dialyzer errors with replace_params: false
|
2024-01-30 18:05:28 -05:00 |
|
Mark Felder
|
14de8376ad
|
Pleroma.Web.MastodonAPI.FollowRequestController: fix dialyzer errors with replace_params: false
|
2024-01-30 17:56:43 -05:00 |
|
Mark Felder
|
f400224a00
|
Pleroma.Web.AdminAPI.UserController: fix dialyzer errors with replace_params: false
|
2024-01-30 17:51:40 -05:00 |
|
Mark Felder
|
dd916e0b4c
|
Pleroma.Web.AdminAPI.ReportController: fix dialyzer errors with replace_params: false
|
2024-01-30 17:24:26 -05:00 |
|
Mark Felder
|
b84a33a101
|
Pleroma.Web.AdminAPI.RelayController: fix dialyzer errors with replace_params: false
|
2024-01-30 17:13:14 -05:00 |
|
Mark Felder
|
fb6f53fc12
|
Pleroma.Web.AdminAPI.MediaProxyCacheController: fix dialyzer errors with replace_params: false
|
2024-01-30 17:11:43 -05:00 |
|
Mark Felder
|
ea26dcd800
|
Pleroma.Web.AdminAPI.InviteController: fix dialyzer errors with replace_params: false
|
2024-01-30 17:06:37 -05:00 |
|
Mark Felder
|
85c9397ec7
|
Pleroma.Web.AdminAPI.InstanceDocumentController: fix dialyzer errors with replace_params: false
|
2024-01-30 17:04:12 -05:00 |
|
Mark Felder
|
ef1f301756
|
Pleroma.Web.AdminAPI.ConfigController: fix dialyzer errors with replace_params: false
|
2024-01-30 16:59:28 -05:00 |
|
Mark Felder
|
dec82a6a36
|
Phoenix.Endpoint.Cowboy2Handler does not exist
This should have always failed as it would not be an existing atom. Unclear how it worked since the upgrade to Phoenix 1.6.
|
2024-01-30 16:58:19 -05:00 |
|
Mark Felder
|
81c8592d69
|
Pleroma.Web.MastodonAPI.AccountController: fix dialyzer errors with replace_params: false
|
2024-01-30 16:50:00 -05:00 |
|
feld
|
1bba02863d
|
Merge branch 'dialyzer-fixes' into 'develop'
Dialyzer fixes, some reverts
See merge request pleroma/pleroma!4049
|
2024-01-30 20:32:32 +00:00 |
|
Mark Felder
|
cfe7438b2f
|
Pleroma.Web.MastodonAPI.DomainBlockController: dialyzer fixes via :replace_params
|
2024-01-30 14:52:15 -05:00 |
|
Mark Felder
|
608466d098
|
Modify our CastAndValidate plug to include the new functionality provided by the :replace_params config option
This allows us to configure Open API Spex to not overwrite the params with the casted versions which violates the Plug.Conn.t() contract
https://github.com/open-api-spex/open_api_spex/issues/92
https://github.com/open-api-spex/open_api_spex/pull/425
|
2024-01-30 14:49:55 -05:00 |
|
Mark Felder
|
91a70ba552
|
Bump open_api_spex
|
2024-01-30 14:48:45 -05:00 |
|
Mark Felder
|
8476eb1842
|
Revert "Pleroma.Web.AdminAPI.MediaProxyCacheController: dialyzer errors"
This reverts commit 8b02c85810 .
|
2024-01-30 14:20:02 -05:00 |
|
Mark Felder
|
88a35b2865
|
Revert "Pleroma.Web.TwitterAPI.UtilController: dialyzer fixes"
This reverts commit 17f4251b19 .
|
2024-01-30 14:19:54 -05:00 |
|
Mark Felder
|
674ae51d6a
|
Revert "Pleroma.Web.PleromaAPI.UserImportController: Dialyzer errors"
This reverts commit 52e18a6249 .
|
2024-01-30 14:19:41 -05:00 |
|
Mark Felder
|
4a80a285d1
|
Revert "Pleroma.Web.PleromaAPI.NotificationController: dialyzer errors"
This reverts commit 26a95e5787 .
|
2024-01-30 14:19:32 -05:00 |
|
Mark Felder
|
1e76ceacd5
|
Revert "Pleroma.Web.AdminAPI.ConfigController: dialyzer error"
This reverts commit 60d89cb404 .
|
2024-01-30 14:19:13 -05:00 |
|
Mark Felder
|
2c8e4f32c6
|
Revert "Pleroma.Web.PleromaAPI.MascotController: dialyzer errors"
This reverts commit 9c8055d4b3 .
|
2024-01-30 14:18:36 -05:00 |
|
Mark Felder
|
b1a6102a85
|
Revert "Pleroma.Web.PleromaAPI.EmojiPackController: dialyzer errors"
This reverts commit 77bf617c4b .
|
2024-01-30 14:15:40 -05:00 |
|
Mark Felder
|
4a9ed4682a
|
Revert "Pleroma.Web.PleromaAPI.EmojiFileController: dialyzer errors"
This reverts commit dc912dc590 .
|
2024-01-30 14:15:17 -05:00 |
|
Mark Felder
|
b709fc4dfe
|
Revert "Pleroma.Web.PleromaAPI.ChatController: Dialyzer error"
This reverts commit 8d64eedbec .
|
2024-01-30 14:15:05 -05:00 |
|
Mark Felder
|
589456f0ba
|
Revert "Pleroma.Web.AdminAPI.InviteController: dialyzer errors"
This reverts commit db87be126e .
|
2024-01-30 14:14:56 -05:00 |
|
Mark Felder
|
4227db0871
|
Revert "Pleroma.Web.AdminAPI.UserController: dialyzer errors"
This reverts commit d92c3d927d .
|
2024-01-30 14:14:39 -05:00 |
|
Mark Felder
|
ac06a47689
|
Revert "Pleroma.Web.AdminAPI.RelayController: dialyzer errors"
This reverts commit 94838ed941 .
|
2024-01-30 14:14:22 -05:00 |
|
Mark Felder
|
da5e0fca4f
|
Revert "Pleroma.Web.AdminAPI.ReportController: dialyzer errors"
This reverts commit bfe626d578 .
|
2024-01-30 14:14:07 -05:00 |
|
Mark Felder
|
39241107d9
|
Revert "Pleroma.Web.AdminAPI.InstanceDocumentController: fix dialyzer error"
This reverts commit a3024dd5ac .
|
2024-01-30 14:13:56 -05:00 |
|
Mark Felder
|
1fa1a93cd6
|
Revert "Pleroma.Web.MastodonAPI.AccountController: dialyzer errors"
This reverts commit e53c20b03c .
|
2024-01-30 14:13:46 -05:00 |
|
Mark Felder
|
41493bd642
|
Revert "Pleroma.Web.MastodonAPI.DomainBlockController: dialyzer errors"
This reverts commit 378edeaf15 .
|
2024-01-30 14:13:23 -05:00 |
|
Mark Felder
|
a3426fcaf3
|
Revert "Pleroma.Web.MastodonAPI.MediaController: dialyzer errors"
This reverts commit 8cd5279857 .
|
2024-01-30 14:13:13 -05:00 |
|