Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
pleroma
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cevado
pleroma
Commits
8d15d6c3
Commit
8d15d6c3
authored
Mar 16, 2020
by
rinpatch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CHANGELOG.md: Add upgrade notes for 2.0.1
parent
be500f8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
CHANGELOG.md
CHANGELOG.md
+10
-0
No files found.
CHANGELOG.md
View file @
8d15d6c3
...
...
@@ -21,6 +21,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-
BBCode and Markdown formatters will no longer return any
`\n`
and only use
`<br/>`
for newlines
-
Mastodon API: Allow registration without email if email verification is not enabled
### Upgrade notes
#### Nginx only
1.
Remove
`proxy_ignore_headers Cache-Control;`
and
`proxy_hide_header Cache-Control;`
from your config.
#### Everyone
1.
Run database migrations (inside Pleroma directory):
-
OTP:
`./bin/pleroma_ctl migrate`
-
From Source:
`mix ecto.migrate`
2.
Restart Pleroma
## [2.0.0] - 2019-03-08
### Security
-
Mastodon API: Fix being able to request enourmous amount of statuses in timelines leading to DoS. Now limited to 40 per request.
...
...
Write
Preview
Markdown
is supported
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