Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
7495beeb
Commit
7495beeb
authored
Jul 27, 2021
by
feld
Browse files
Merge branch 'errorview-json-fix' into 'develop'
Fix errors in ErrorView See merge request
!3489
parents
7acdab1f
3d8ce61f
Pipeline
#36888
passed with stages
in 84 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
7495beeb
...
...
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-
Remote users can no longer reappear after being deleted.
-
Deactivated users may now be deleted.
-
Mix task
`pleroma.database prune_objects`
-
Fixed rendering of JSON errors on ActivityPub endpoints.
-
Linkify: Parsing crash with URLs ending in unbalanced closed paren, no path separator, and no query parameters
### Removed
...
...
config/config.exs
View file @
7495beeb
...
...
@@ -460,7 +460,7 @@
enabled:
true
,
limit:
5_000
config
:phoenix
,
:format_encoders
,
json:
Jason
config
:phoenix
,
:format_encoders
,
json:
Jason
,
"activity+json"
:
Jason
config
:phoenix
,
:json_library
,
Jason
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment