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
!32
Add configuration for sharing emoji packs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add configuration for sharing emoji packs
vaartis/admin-fe:master
into
master
Overview
13
Commits
18
Pipelines
17
Changes
11
All threads resolved!
Hide all comments
Merged
vaartis
requested to merge
vaartis/admin-fe:master
into
master
5 years ago
Overview
13
Commits
18
Pipelines
17
Changes
1
All threads resolved!
Hide all comments
Expand
This adds the configuration interface for the endpoints introduced
here
.
Edited
5 years ago
by
vaartis
0
0
Merge request reports
Compare
version 10
version 16
5786e8df
5 years ago
version 15
7fb50303
5 years ago
version 14
3c1b2d63
5 years ago
version 13
68ba1c02
5 years ago
version 12
5441a894
5 years ago
version 11
40b2d32c
5 years ago
version 10
85fc16dd
5 years ago
version 9
0b14ef62
5 years ago
version 8
80da5e74
5 years ago
version 7
6cb6f67f
5 years ago
version 6
92e0dc0b
5 years ago
version 5
9dcaadfc
5 years ago
version 4
9d9ac8b6
5 years ago
version 3
e3b2736a
5 years ago
version 2
4b5eae34
5 years ago
version 1
4b5eae34
5 years ago
master (base)
and
version 11
latest version
632af4f9
18 commits,
5 years ago
version 16
5786e8df
17 commits,
5 years ago
version 15
7fb50303
17 commits,
5 years ago
version 14
3c1b2d63
15 commits,
5 years ago
version 13
68ba1c02
14 commits,
5 years ago
version 12
5441a894
14 commits,
5 years ago
version 11
40b2d32c
13 commits,
5 years ago
version 10
85fc16dd
12 commits,
5 years ago
version 9
0b14ef62
10 commits,
5 years ago
version 8
80da5e74
8 commits,
5 years ago
version 7
6cb6f67f
7 commits,
5 years ago
version 6
92e0dc0b
6 commits,
5 years ago
version 5
9dcaadfc
3 commits,
5 years ago
version 4
9d9ac8b6
2 commits,
5 years ago
version 3
e3b2736a
2 commits,
5 years ago
version 2
4b5eae34
1 commit,
5 years ago
version 1
4b5eae34
1 commit,
5 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/api/emoji_packs.js
+
1
−
1
Options
@@ -43,7 +43,7 @@ export async function createPack(host, token, name) {
export
async
function
listPacks
(
host
)
{
return
await
request
({
baseURL
:
baseName
(
host
),
url
:
`/api/pleroma/emoji/packs/
list
`
,
url
:
`/api/pleroma/emoji/packs/`
,
method
:
'
get
'
})
}
Loading