Arne Wilken
Arne Wilken
A new feature is currently in development for the new editor - a subtitle editor. It will allow editing or creating subtitle tracks in the new editor UI and then...
Adds comment reason, text and resolvedStatus to the events index. This allows for filtering events by certain comments in the Admin UI by using the searchbar. For example, if you...
A new feature is currently in development for the new editor - a subtitle editor. It will allow editing or creating subtitle tracks in the new editor UI and then...
Resolves (the very detailed and nicely written) issue #3768. Does what is described in the title. @KatrinIhler, you removed the presenter filter (among others) some months ago for performance reasons...
Adds a new endpoint to the External API Events endpoints. It allows uploading a track to an event by sending the updated media package to the archive. It also allows...
The user role display in the Admin UI is inconsistent/incomplete. When looking at the table of users, the 'roles' column will not display any 'effective roles'. Furthermore, when looking at...
Modifies the editor-service to support thumbnails. The editor service sends exisiting thumbnails to the frontend, and gets newly generated thumbnails from the frontend to save in the archive. It does...
Attempt at finally getting rid of entwine dependencies in the asset manager. WIP, I'll see how far I can take this.
Helps with #5265. Goes through all workflow operation handler that use another method from MediaPackageElementSelector, and replaces their method with MediaPackageElementSelector. This should result in no functional changes, this change...
The ltitools are already on React 18, but the type definitions were not quite there yet. Also replaces the deprecated ReactDOM.render.