Sander Vocke
e8c043b08d
Fix tag queries.
4 years ago
Sander Vocke
df60e91bf3
Fix album patch
4 years ago
Sander Vocke
9a19bf3cc2
Fix patch request for track.
4 years ago
Sander Vocke
b27176ae66
Finished a refactoring of the resource type system. Runs again. Patch requests fail though.
4 years ago
Sander Vocke
0758ae2564
At least it builds and runs again, now getting request errors.
4 years ago
Sander Vocke
c19fcbf9d6
Don't remember what I was doing here
4 years ago
Sander Vocke
600a8ced5d
Got Youtube Music scraper working again.
5 years ago
Sander Vocke
af5a742d7c
Spotify integration works again. Youtube music not yet.
5 years ago
Sander Vocke
dfd8549bf0
Tag merge working and tested.
5 years ago
Sander Vocke
7e3b593c68
Patch and put requests' tests are working, some bugs were fixed.
5 years ago
Sander Vocke
40e3ba2203
Stuck in some recursivity problems.
5 years ago
Sander Vocke
cd26f79e4b
Add deletions.
5 years ago
Sander Vocke
299342824c
Ironed out issues with creation endpoints and ID mappings.
5 years ago
Sander Vocke
44ebc7b15d
Add some creation functions for other objects. Exposed one or more bugs.
5 years ago
Sander Vocke
495c125c55
Randomized track tests succeeding for the first time. Added comments.
5 years ago
Sander Vocke
9af9b55d39
Almost have randomized track tests working.
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
02f6ea1a84
Have reasonable batch linking working for YouTube.
5 years ago
Sander Vocke
342c4f0579
Basic search implemented.
5 years ago
Sander Vocke
c51c8cd691
Add a confirm dialog.
5 years ago
Sander Vocke
c28db21b18
Expand query to support different levels of response detail.
5 years ago
Sander Vocke
1148bc6bff
Change storeLinks storage to text. Make it queriable.
5 years ago
Sander Vocke
cd9ee9bbb1
Add a YouTube Music web scraper.
5 years ago
Sander Vocke
9c661d67ee
Edit dialog can now search and select Spotify links. No save or close button yet.
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
6b89e618ce
Details pages for Song, Artist, Album, Tag and back-end PUT fixes ( #21 )
...
Details pages for Song, Artist, Album, Tag and back-end PUT fixes
Reviewed-on: #21
5 years ago
Sander Vocke
0193e42b51
Fix test errors.
5 years ago
Sander Vocke
0dc6b889bb
Add song, album windows
5 years ago
Sander Vocke
d4d4c67672
Fetches artist and shows name
5 years ago
Sander Vocke
659c395752
Basic tag support.
5 years ago
Sander Vocke
b78f84ffd0
Add tags display.
5 years ago
Sander Vocke
ff1ec095e1
Add album query.
5 years ago
Sander Vocke
f85f3b62b1
Fix test script help, add requirements.txt
5 years ago
Sander Vocke
e852fc2c4a
Fix knex error.
5 years ago
Sander Vocke
981393b7a4
Try combinatorial logic.
5 years ago
Sander Vocke
f861abe0af
Server supports album included in songs query.
...
Correct display on client.
5 years ago
Sander Vocke
9c9d1b6dd8
Interactive queries seem to work!
5 years ago
Sander Vocke
9f16723798
Initial mock.
5 years ago
Sander Vocke
440a03396c
postgres ( #14 )
...
Make codebase compatible with Postgres. Add test scripts for it and a CI pipeline test.
Reviewed-on: #14
5 years ago
Sander Vocke
a9c1f84426
Fix tests for new API URL code.
5 years ago
Sander Vocke
0e5295d10a
Small changes to get_knex.
5 years ago
Sander Vocke
6cfae4ebe5
Fix database config parsing.
5 years ago
Sander Vocke
055ed3e86d
Working container with PostgreSQL support.
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