Sander Vocke
e257c135be
Links window shows total linking stats.
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
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
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
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
ff1ec095e1
Add album query.
5 years ago
Sander Vocke
f861abe0af
Server supports album included in songs query.
...
Correct display on client.
5 years ago
Sander Vocke
4d20c72889
All tests working again.
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
ff42bda8d2
Add POST API for albums.
5 years ago
Sander Vocke
3e82549307
Fix client-side warnings.
5 years ago
Sander Vocke
5b1a2064ce
Fix tests.
5 years ago
Sander Vocke
f98e9d5764
Fix tests.
5 years ago
Sander Vocke
fa64c9f8b4
Add ordering, output types
5 years ago
Sander Vocke
2bf21aa28f
Add ordering.
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
678228d223
Fix pagination and song / artist search via URL query.
5 years ago
Sander Vocke
7a137d7012
Instant song query.
5 years ago
Sander Vocke
1a8d5dc525
Fix tag associations
5 years ago
Sander Vocke
77a116938c
Add tags and basic test for it.
5 years ago
Sander Vocke
535ff867a9
Add GPM links.
5 years ago
Sander Vocke
aa4478b937
Almost there with testing, some concurrency issues
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
b7279dfdef
Working on a refactor that allows multiple-to-multiple relations between songs, albums and artists.
5 years ago
Sander Vocke
7b20f62c36
Able to add artists and songs.
5 years ago
Sander Vocke
d7af28d802
Getting closer to artist, song creation
5 years ago