Sander Vocke
af5a742d7c
Spotify integration works again. Youtube music not yet.
5 years ago
Sander Vocke
8fcc67022d
Further fixes.
5 years ago
Sander Vocke
35cd904a63
A lot of stuff working again. Added export button.
5 years ago
Sander Vocke
bb9a1bdfa6
Major refactoring. It builds again!
5 years ago
Sander Vocke
dbd442d517
Add groundwork for third-party integrations. Spotify is the first. ( #34 )
...
There is now an "integrations context" in the front-end which allows connections to be made to external third-party APIs.
A user settings window is added to edit the integrations for the current user.
The back-end stores secret data for the integration and proxies requests so that the front-end is able to use these APIs pseudo-directly.
The first example is the Spotify API using client credentials, which allows e.g. searching tracks and artists.
5 years ago
Sander Vocke
fc02f57893
Fix api URL for login, logout.
5 years ago
Sander Vocke
2e20f3cb56
Fix memory store and session.
5 years ago
Sander Vocke
f1a5597598
User authentication and per-user data ( #31 )
...
Add basic user registration and login support. Each user has their own private music library.
Reviewed-on: #31
5 years ago
Sander Vocke
a689613a45
Tag management window ( #24 )
...
Add a window to manage tags.
5 years ago
Sander Vocke
26a59e419c
First Dockerfile and build script that yields a working container. No config yet, and all runs in dev mode.
5 years ago
Sander Vocke
ddbfb3a52c
Got all APIs working in Knex, except query.
5 years ago
Sander Vocke
6ad8c3c9b8
Add and fix tests and endpoints.
5 years ago
Sander Vocke
98a01bb3ca
Type filters. Starting drag n drop.
5 years ago
Sander Vocke
b282a002b8
Add more filter controls, type filtering, refactoring
5 years ago
Sander Vocke
77a116938c
Add tags and basic test for it.
5 years ago
Sander Vocke
6a8744e28d
Got song import working again. Nice song list in GUI.
5 years ago
Sander Vocke
6a728ae17b
Got basic query endpoint.
5 years ago
Sander Vocke
74be187db2
Made API more RESTful, got modify working
5 years ago
Sander Vocke
e07a76acc1
Get modification and such working.
5 years ago
Sander Vocke
63ac5b5d84
Refactoring query and details endpoints.
5 years ago
Sander Vocke
e159cfec37
Testing framework up. Endpoint handlers refactored a bit.
5 years ago