Jin

Results 72 issues of Jin

I have a game two times, one copy on EpicGames and another on Steam. Combined, the play time is roughly 50 hours, so I would like to see that the...

This PR is based on #592 It adds a new job which uses IBM's [OpenAPI validator](https://github.com/IBM/openapi-validator) to check if the OpenAPI specs are valid.

This PR is based on #598 so first merge that PR before merging this one. The new API endpoint is on `/api/users` and it's obviously with GET method. This is...

## Frontend (the new repo) URL to the new repo: https://github.com/leepeuker/movary-frontend ### Movie stuff - [ ] Add the dashboard page - [ ] Add the all movies page -...

enhancement
good first issue
priority: high

I have generated HTTP tests for all endpoints defined in the OpenAPI specs. Used command: ``` docker run --rm \ -v "${PWD}:/local" openapitools/openapi-generator-cli generate \ -i /local/docs/openapi.json \ -g jetbrains-http-client...

This PR adds an endpoint which returns all the data that's shown in the dashboard. Additionally, it also returns the dashboard rows and their properties (e.g. whether they're extended) If...

Rest API

In this PR I have attempted to centralize the authentication process by creating a new ValueObject called `AuthenticationObject`. This object has three properties, namely the token itself, the authentication method...

I haven't tested anything yet, I just moved the files and changed some URLs in JS and HTML templates. Part of #572

Rest API

I have also moved the `Api\MovieSearchController` to `Api\MovieController`, because I thought that made more sense for the movie stuff to be in the same controller. I have added HTTP tests...

Rest API