openverse
openverse copied to clipboard
Openverse is a search engine for openly-licensed media. This monorepo includes all application code.
## Fixes Fixes #4676 by @krysal Fixes #4677 by @obulat ## Description This reduces the number of `pixels-per-second` required for tracks with 100 milliseconds of duration or less. Also, it...
## Description This PR fixes an issue in our `CODEOWNERS` file where the directories were ambiguous and thus matching on any part of the path. As an example, `api/api/templates/admin/api/media_report/change_form.html` matched...
## Fixes Fixes #4644 by @AetherUnbound ## Description This PR adds an additional layer of filtering during the "tags cleanup" step of the (current) ingestion server which filters out tags...
## Fixes Fixes #4594 by @stacimc ## Description > [!WARNING] > This **should not** be merged until a deployment can be made immediately after, since it introduces new dependencies. This...
## Description Very short audio (in the order of less than a second) fails the waveform generation due to the high "pixels-per-second" required. When trying to generate it locally for...
## Fixes Fixes #3842 by @stacimc Fixes #3843 by @stacimc Fixes #3844 by @stacimc ## Description 1. This PR adds a filter by decision ID to the sidebar of the...
## Description Blocked by #3636 Create a Django admin ListView for the ModerationDecision model, for viewing historical ModerationDecisions. In the list view we should sort decisions by creation date and...
## Problem We do not currently have unit tests for any of the API serializers (`api/catalog/api/serializers/*`). ## Description We should add thorough unit tests to these serializers, focusing on the...
## Current Situation https://github.com/WordPress/openverse/issues/3266 It's possible to add insecure links to the documentation and easy to miss. ## Suggested Improvement We can add a check of some sort (linter or...
## Description The UI component assumes that users need to go back to the top part of Openverse interface, and this change would help us to understand whether that is...