Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
api
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
funkwhale
api
Graph
develop
Select Git revision
Branches
2
develop
default
master
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
25
Jun
23
Jun
19
18
14
12
11
Mar
10
12
Feb
25
Dec
19
2
Nov
20
Sep
19
14
13
23
Jun
19
15
13
4
1
29
May
25
22
21
19
16
2
30
Apr
29
28
2
Jan
1
31
Dec
28
27
26
22
14
13
12
11
9
7
6
3
2
1
Fixed outdated references
develop
develop
Added media directory to dockerignore
Merge branch 'develop' of ssh://code.eliotberriot.com:2222/funkwhale/api into develop
Added music to gitignore
More production like docker-compose, tweaked static_url so it does not clash with the frontend
Added necessary scripts and tweaks to make demo work
Moved docker compose file to dev.yml and version '2'
Can now import OGG files from filesystem
Added basic metadata getter thanks to mutagen
Removed useless name param
FIxed broken import
Should now download org vorbis files
Added date_joined field on user serializer
Implemented a basic API endpoint to fetch user data and relevant permissions
Fixed failing tests
Added missing cover on simple album serializer
Added favorite endpoint to easily delete favorite with only track id
Merge branch 'feature/9' into develop
Fixed #9: added playlists
WIP
Ensure the migration script of doom will never be run again...
Use shutil instead of os.rename
Now store artist, album and track title in file name
Celery was disabled
Fixed #2: can now import whole artist albums using API
Fixed bad named celery job
Now order artists by name instead of creation date on index view
Moved entrypoint path
Modified entrypoint path
Now include lyrics url in api results
Fixed #8: can now fetch and store lyrics
Faster Search endpoint (less DB queries)
Added sample track, can now return sample track URL for track files
Can now filter tracks by favorites
Reduced number of query in album / tracks / artists api views
Fixed debug toolbar not showing
Force update of youtube-dl to avoid failing import
Added example environment file, commented buggy playlist app
Fixed #4: added API endpoint to register
Fixed #3: can now require authentication via environment variable
Loading