Releases: alfg/openencoder
Releases · alfg/openencoder
0.7.1 - Bug fixes.
- API: Add return if role check validation fails.
- SQL: Add active column to users schema
0.7.0 - User Management
-
SQL
- Database schema, presets, settings and a master user is automatically created and setup when Docker creates the DB for the first time.
- New
force_password_reset
column tousers
table to prompt user to update password on next login.
-
API
- New API routes, handlers and DB operations for managing users as an admin role.
- New API routes, handlers and DB operations for updating the current user settings and password.
- If
force_password_reset
field is set inusers
, then user is required to update password on next login.
-
Web
- New routes, views and components for managing users as an admin role.
- New routes, views and components for updating a user password and profile settings.
- New Footer UI for displaying project links and current API version.
- Update user dropdown menu to display only if user is authenticated.
-
Update
.editorconfig
preferences
0.6.0 - FFmpeg Preset Parsing
- worker: add functions for parsing the ffmpeg preset json format.
- web: fix login redirect. presetform editor sizing update.
- db/sql: various db and schema updates to support saving ffmpeg options passed to encode job
0.5.0 - More encode progress data
- api: add encode speed and fps data mappings.
- sql: update encode_data schema
- web: updated jobs table to include encode speed and fps
0.4.1
0.4.0
0.0.4
- Worker: Add option to cancel running ffmpeg job.
- API: New endpoints for cancelling, restarting and checking job status and re-submitting to queue.
- DB: New database methods for getting job statuses.
- Web: New "Action" buttons for cancelling and restarting jobs.