Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
admin-fe
Commits
be337251
Commit
be337251
authored
5 years ago
by
Angelina Filippova
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
86777def
8f5d36ee
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!125
WIP: Release/2.0.3
,
!119
Hide Invites from menu when invites are disabled
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+8
-1
8 additions, 1 deletion
CHANGELOG.md
config/prod.env.js
+1
-1
1 addition, 1 deletion
config/prod.env.js
with
9 additions
and
2 deletions
CHANGELOG.md
+
8
−
1
View file @
be337251
...
...
@@ -4,19 +4,26 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
.
##
Unreleased
##
[2.0.2] - 2020-04-01
### Added
-
Ability to see local statuses in Statuses by instance section
-
Ability to configure Oban.Cron settings and settings for notifications streamer
-
Settings search
-
Ability to set user's password and email on user's page
-
Display status count by scope on Statuses page
### Changed
-
Link to Pleroma docs when a non-admin user tries to log in
### Fixed
-
Fix parsing tuples in Pleroma.Upload.Filter.Mogrify and Pleroma.Emails.Mailer settings
-
Fix settings submit button position on wide screens when sidebar menu is open
-
Updates links for downloading remote emoji packs
-
Fix parsing emails that have symbols in it
## [2.0] - 2020-02-27
...
...
This diff is collapsed.
Click to expand it.
config/prod.env.js
+
1
−
1
View file @
be337251
...
...
@@ -2,6 +2,6 @@ module.exports = {
NODE_ENV
:
'
"production"
'
,
ENV_CONFIG
:
'
"prod"
'
,
BASE_API
:
'
"https://api-prod"
'
,
DISABLED_FEATURES
:
'
[""]
'
,
DISABLED_FEATURES
:
'
["
emoji-packs
"]
'
,
ASSETS_PUBLIC_PATH
:
'
/pleroma/admin/
'
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment