movary icon indicating copy to clipboard operation
movary copied to clipboard

Self hosted web app to track and rate your watched movies

Results 93 movary issues
Sort by recently updated
recently updated
newest added

### Description After upgrading to 1815eb87 from a367d204, I'm unable to log into my main account. The login page just refreshes. After using network tab of DevTools I was able...

bug

### Description cannot configure jellyfin in movary Authentication disabled - Jellyfin device id required the field server url is not editable docker-compose.yml: ```dockerfile version: "3.5" services: movary: image: leepeuker/movary:latest container_name:...

- add new Server setting page "Email" - add serve settings and environment variable support for SMTP config - add test Button to settings page, which sends a test email...

enhancement

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...

### Description When I started using Movary, I added every movie I could remember to my watch history with their respective watch date as accurate as possible. The movie with...

enhancement

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...