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
Merge requests
!138
Add to MRF settings and update Pleroma.Upload.Filter.Mogrify setting
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add to MRF settings and update Pleroma.Upload.Filter.Mogrify setting
feature/add-missing-mrf-settings
into
develop
Overview
0
Commits
4
Pipelines
2
Changes
6
Merged
feld
requested to merge
feature/add-missing-mrf-settings
into
develop
4 years ago
Overview
0
Commits
4
Pipelines
2
Changes
6
Expand
Adds MRF Activity Expiration setting
Displays labels of groups of setttings
Ability to add custom values in Pleroma.Upload.Filter.Mogrify setting
Edited
4 years ago
by
Angelina Filippova
0
0
Merge request reports
Compare
develop
version 1
6c359739
4 years ago
develop (base)
and
latest version
latest version
92ede0a3
4 commits,
4 years ago
version 1
6c359739
3 commits,
4 years ago
6 files
+
33
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
src/views/settings/components/inputComponents/SpecificMultipleSelect.vue
+
2
−
0
Options
@@ -16,6 +16,8 @@
:value=
"data[setting.key]"
:data-search=
"setting.key || setting.group"
multiple
filterable
allow-create
class=
"input"
@
change=
"updateSetting($event, settingGroup.group, settingGroup.key, setting.key, setting.type)"
>
<el-option
value=
"strip"
label=
"strip"
/>
Loading