Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Shlee
funkwhale
Commits
b48a4cd0
Commit
b48a4cd0
authored
5 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Plain Diff
Merge branch 'small-fixes-eleos' into 'develop'
Small fixes See merge request
funkwhale/funkwhale!1005
parents
31f12266
e6d66a92
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CONTRIBUTING.rst
+12
-0
12 additions, 0 deletions
CONTRIBUTING.rst
front/src/components/library/Albums.vue
+4
-4
4 additions, 4 deletions
front/src/components/library/Albums.vue
with
16 additions
and
4 deletions
CONTRIBUTING.rst
+
12
−
0
View file @
b48a4cd0
...
@@ -84,6 +84,18 @@ Visit https://dev.funkwhale.audio/funkwhale/funkwhale and clone the repository u
...
@@ -84,6 +84,18 @@ Visit https://dev.funkwhale.audio/funkwhale/funkwhale and clone the repository u
git clone ssh://git@dev.funkwhale.audio/funkwhale/funkwhale.git
git clone ssh://git@dev.funkwhale.audio/funkwhale/funkwhale.git
cd funkwhale
cd funkwhale
.. note::
As of January 2020, the SSH fingerprints of our Gitlab server are the following::
$ ssh-keyscan dev.funkwhale.audio | ssh-keygen -lf -
# dev.funkwhale.audio:22 SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u6
# dev.funkwhale.audio:22 SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u6
# dev.funkwhale.audio:22 SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u6
2048 SHA256:WEZ546nkMhB9yV9lyDZZcEeN/IfriyhU8+mj7Cz/+sU dev.funkwhale.audio (RSA)
256 SHA256:dEhAo+1ImjC98hSqVdnkwVleheCulV8xIsV1eKUcig0 dev.funkwhale.audio (ECDSA)
256 SHA256:/AxZwOSP74hlNKCHzmu9Trlp9zVGTrsJOV+zet1hYyQ dev.funkwhale.audio (ED25519)
A note about branches
A note about branches
^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^
...
...
This diff is collapsed.
Click to expand it.
front/src/components/library/Albums.vue
+
4
−
4
View file @
b48a4cd0
...
@@ -12,6 +12,10 @@
...
@@ -12,6 +12,10 @@
</label>
</label>
<input
type=
"text"
name=
"search"
v-model=
"query"
:placeholder=
"labels.searchPlaceholder"
/>
<input
type=
"text"
name=
"search"
v-model=
"query"
:placeholder=
"labels.searchPlaceholder"
/>
</div>
</div>
<div
class=
"field"
>
<label><translate
translate-context=
"*/*/*/Noun"
>
Tags
</translate></label>
<tags-selector
v-model=
"tags"
></tags-selector>
</div>
<div
class=
"field"
>
<div
class=
"field"
>
<label><translate
translate-context=
"Content/Search/Dropdown.Label/Noun"
>
Ordering
</translate></label>
<label><translate
translate-context=
"Content/Search/Dropdown.Label/Noun"
>
Ordering
</translate></label>
<select
class=
"ui dropdown"
v-model=
"ordering"
>
<select
class=
"ui dropdown"
v-model=
"ordering"
>
...
@@ -20,10 +24,6 @@
...
@@ -20,10 +24,6 @@
</option>
</option>
</select>
</select>
</div>
</div>
<div
class=
"field"
>
<label><translate
translate-context=
"*/*/*/Noun"
>
Tags
</translate></label>
<tags-selector
v-model=
"tags"
></tags-selector>
</div>
<div
class=
"field"
>
<div
class=
"field"
>
<label><translate
translate-context=
"Content/Search/Dropdown.Label/Noun"
>
Ordering direction
</translate></label>
<label><translate
translate-context=
"Content/Search/Dropdown.Label/Noun"
>
Ordering direction
</translate></label>
<select
class=
"ui dropdown"
v-model=
"orderingDirection"
>
<select
class=
"ui dropdown"
v-model=
"orderingDirection"
>
...
...
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