Age | Commit message (Collapse) | Author |
|
|
|
Remove the outdated generic installation guide and point to
platform-specific ones instead, update contact info, protocols we
support, etc.
|
|
Bump pleroma-fe bundle to 044c9ad0562af059dd961d50961a3880fca9c642
See merge request pleroma/pleroma!1956
|
|
|
|
object containment: handle all cases where ID is invalid (missing, nil, non-string)
Closes #1387
See merge request pleroma/pleroma!1955
|
|
non-string)
|
|
Bump fast_sanitize
See merge request pleroma/pleroma!1953
|
|
Fixes build fails on freebsd
|
|
nodeinfo: add multifetch feature (ref pleroma-fe!977).
See merge request pleroma/pleroma!1952
|
|
|
|
Bump fast_sanitize to 0.1.2
See merge request pleroma/pleroma!1951
|
|
Fixes build issues on macOS
|
|
Bump fast_sanitize to 0.1.1
Closes #1378
See merge request pleroma/pleroma!1949
|
|
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.
|
|
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.
|
|
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
|
|
|
|
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
|