Skip to content

Releases: emcodem/ffastrans_webui

1.0.4.118_beta

21 Dec 09:54
Compare
Choose a tag to compare
1.0.4.118_beta Pre-release
Pre-release

Still overhauling job viewer page and the new uploader needs to be tested toroughly

1.4.0.116 New Jobviewer and Upload

16 Dec 00:40
Compare
Choose a tag to compare
Pre-release

Jobviewer page is completely overhauled, please check if everything you need works. Anything can happen.

Upload is also new, instead of multipart form upload, we now use html5 upload powered by Uppy and TUS. A single file can be uploaded in multiple parts paralell which can greatly improve upload speed.

If you use upload, make sure you copy the tools/tusd folder to your exsiting installation. Check out webint admin settings for upload configuration. Make sure to clean the upload folder on a regular basis if you use chunks they are left behind for longer time.

1.4.0.108 Rework Jobviewer

09 Dec 00:24
Compare
Choose a tag to compare
Pre-release

So i am going to overhaul the job viewer Page. The reasons for that is that the technologies i chose initially for the Grids turns out to be extremely hard to use and unflexible.
Thus, we change from fancytree (grid) to dhtmlx 8 Grid which makes the code much cleaner and as a consequence it gives much more flexibility.

Finally we can re-order Grid columns and also hide them.

It seems to work already nothing speaks against using this prerelease but as i did not yet rework the Active Jobs grid, History and Active Job grid look and feel a little bit different.

Into the dark

03 Dec 23:01
Compare
Choose a tag to compare

A lot of fine tuning style was done especially for dark mode, making everything look more smooth and professional.

Removed dependency:

  • the node_modules folder seems not to be needed anymore
  • finalized the dependency to FFAStrans API

New Features:

  • Variable Job Columns (custom columns in history job view)
  • Job Detail Page was re-visited, sub-wf enhancements and view path of single branches
  • You can display jobs from multiple FFAStrans systems by just specifying multiple paths in config, comma separated

Features from Pre-releases now finished:

  • Azure single sign on
  • If you forgot, player can now submit segments into workflows

please test me

27 Nov 00:16
Compare
Choose a tag to compare
please test me Pre-release
Pre-release

Azure proxy
variable columns in history viewer
upload filenames utf8
minor "stability" fixes

Prerelease, fix memory leak and support multiple ffastranses

17 Nov 19:37
Compare
Choose a tag to compare

Fixed: After optimizing the job cache, we forgot to clean up memory resources. This led to huge memory consumption after some hours/days.
Fixed: Azure Auth general error

Experimental new feature: if multiple API hosts (comma sep) are configured, jobs from multiple ffastrans can be feteched. Note that you actually enter hostnames of webinterface installations (with API on port 3003), not ffastrans hosts.

Performance

12 Nov 09:41
Compare
Choose a tag to compare
Performance Pre-release
Pre-release

Performance optimisation for NAS based installations, restructure logging, added Azure login

important fix wrong jobid generated when submitting jobs

03 Nov 11:42
Compare
Choose a tag to compare

Fixes Mr. stef's problems were a job with many splits prevents history jobs from being updated at all
Fixes wrong jobid being generated when manually submitting jobs

1.4.0.67 security updates and patches

21 Oct 22:28
Compare
Choose a tag to compare
Pre-release

Try to fix "cannot get queued" from 1.4.0.40 issue with nodejs update and ignore double jobid
Massive internal updates of used modules that had known vulnerabilities

I use "prerelease" status because of the mass of module updates.

1.4.0.40

07 Oct 11:54
Compare
Choose a tag to compare

Fixes issues:
webui vars cannot be saved: #79
Audio VU Meter faded: https://ffastrans.com/frm/forum/viewtopic.php?p=9134#p9134

Note, you need to configure the FFAStrans installation directory in admin settings
Changed Player from VLC to MPV
Support for segment and concat job submission
Dark Skin (check "Options" Window)
Support LDAPS auth
Support PFX cert
Various small fixes

Internal changes:
Remove connections to FFAStrans API, the internal rest_api reads/writes directly from/to FFAStrans db folder