Age | Commit message (Collapse) | Author |
|
The parser C-Node has been completely rewritten to not use the deprecated
`erl_interface` api.
Closes #1378 since Nodex was ripped out and the replacement randomizes
master node name.
|
|
Mastodon API: Add the `recipients` parameter to `GET /api/v1/conversations`
See merge request pleroma/pleroma!1948
|
|
|
|
Fetcher: fix local check returning unwrapped object
See merge request pleroma/pleroma!1947
|
|
This resulted in error messages about failed refetches being logged.
|
|
Fix TrailingFormatPlug not being active for /api/oauth_tokens
Closes #1385
See merge request pleroma/pleroma!1944
|
|
Removed duplicate Changed entry in Unreleased section of CHANGELOG.md
See merge request pleroma/pleroma!1945
|
|
Set better Cache-Control header for static content
Closes #1382
See merge request pleroma/pleroma!1943
|
|
|
|
|
|
Closes #1382
|
|
Force password reset for multiple users
Closes admin-fe#46
See merge request pleroma/pleroma!1928
|
|
|
|
Object Fetcher: set cache after reinjecting
See merge request pleroma/pleroma!1942
|
|
Probably fixes the issue hj had, where polls would have different
counters between endpoints.
|
|
CI: Remove the docs-build job
See merge request pleroma/pleroma!1941
|
|
The artifacts it produces were no longer used since we switched to
mkdocs.
|
|
|
|
Release/1.1.4 - user.info fix plus NOT NULL for user.info
See merge request pleroma/pleroma!1927
|
|
Bump HtmlEntities to 0.5
See merge request pleroma/pleroma!1939
|
|
This release brings a major performance imrovement, see
https://github.com/martinsvalin/html_entities/pull/17
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
User Search: Remove superfluous setweight and random test.
See merge request pleroma/pleroma!1935
|
|
Add `pleroma.direct_conversation_id` to the `conversation` event payload
See merge request pleroma/pleroma!1925
|
|
The test tested for a behavior that isn't actually enforced anymore.
|
|
`conversation` stream event payload.
|
|
object in an activity
We call Object.normalize/1 to get the child object for situations like Announce.
However, the check is flawed and immediately fails if Object.normalize/1 fails.
Instead, we should use the activity itself in those cases to allow activities which
never have a child object to pass through the filter.
Closes #1291
|
|
capture test log where errors are expected
See merge request pleroma/pleroma!1915
|
|
add missing tesla mocks
See merge request pleroma/pleroma!1879
|
|
|
|
mix: update fast_sanitize dependency to 1af67547
Closes #1372
See merge request pleroma/pleroma!1934
|
|
|
|
This sets info->muted_notifications to an emtpy array if it is explicitly set
to null before. This can happen when safe_jsonb_set coalesces to a jsonb null,
which will make ecto not use the default value of [] anymore because it has been
explicitly overwritten.
|
|
User: Don't pull remote users follower count immediately after deactivating.
Closes #1369
See merge request pleroma/pleroma!1933
|
|
Store status data inside flag activity
See merge request pleroma/pleroma!1849
|
|
The other instance doesn't necessarily know that anything changed yet, and it
will be fixed up at the next user pull anyway.
Closes #1369
|
|
update fast sanitize dependency
See merge request pleroma/pleroma!1932
|
|
|
|
streamer: use direct object for filter checks when there is no valid child object in an activity
Closes #1291
See merge request pleroma/pleroma!1931
|
|
AdminAPI: Omit relay user from users list
Closes #1349
See merge request pleroma/pleroma!1924
|
|
Switching to FastSanitize
See merge request pleroma/pleroma!1916
|
|
object in an activity
We call Object.normalize/1 to get the child object for situations like Announce.
However, the check is flawed and immediately fails if Object.normalize/1 fails.
Instead, we should use the activity itself in those cases to allow activities which
never have a child object to pass through the filter.
Closes #1291
|
|
Fix bookmark migration using a query with a schema
See merge request pleroma/pleroma!1923
|
|
|