Sander Vocke
bb9a1bdfa6
Major refactoring. It builds again!
5 years ago
Sander Vocke
342c4f0579
Basic search implemented.
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
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
0193e42b51
Fix test errors.
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
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
5b1a2064ce
Fix tests.
5 years ago
Sander Vocke
f98e9d5764
Fix tests.
5 years ago
Sander Vocke
1a8d5dc525
Fix tag associations
5 years ago
Sander Vocke
9d9b2e3ee0
Add tag modification test.
5 years ago
Sander Vocke
77a116938c
Add tags and basic test for it.
5 years ago
Sander Vocke
e2a4d8bc24
Fix unit tests.
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
e159cfec37
Testing framework up. Endpoint handlers refactored a bit.
5 years ago