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 Adding the possibility to federate instances using ActivityPub would be great, there's already a similar project to this one but for books (https://github.com/bookwyrm-social/bookwyrm) and in general it would...

enhancement
priority: low

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

This PR moves the `MovieRatingController` to API backend and adds HTTP tests + OpenAPI specs. This PR is based on #575, so that PR has to be merged before this...

Rest API

I have added two API endpoints: - `/api/images/movies/{id}` - `/api/images/person/{id}` They return a 404 if the ID doesn't exist or if the item doesn't have an image. If the image...

Rest API

Besides creating a new API endpoint in `/api/create-user`, I have also refactored some stuff related to the OpenAPI specs and the middleware of creating a new user. Part of #572

Rest API

### Description hi yes indeed, I do defend the idea that language is really really important. Maybe the first reason would be to get film titles in their original version!...

enhancement
priority: low

### Description It would be nice if the admin could go to the settings and add custom CSS code if they don't like the UI of Movary. ### Desired Behavior...

enhancement
priority: low

We should provide a link to movie trailers TMDB endpoint: https://developer.themoviedb.org/reference/movie-videos

enhancement

### Description I would like to be able to follow users from different Movary servers. Currently you can only select local (and visible) users in the web UI to use...

enhancement