Markus Heberling
Markus Heberling
fixes #798 **Summary** **Tests and Documentation**
Currently using a snapshot version of https://github.com/LWJGLX/lwjgl3-awt since MacOS Support is not released yet. Work in Progress! Just opened the PR to be able to discuss issues I encounter. Fixes...
**Describe the bug** The mirth RPM is build with Install4J version 8.x. This version creates rpm files, that can't be read by certain rpm versions (https://github.com/rpm-software-management/rpm/issues/1635) **To Reproduce** Steps to...
Squashfs
Added support for the SquashFS filesystem. Based on the SqashFS Superblock from @abitrolly from #308. Sample application using this structure: https://github.com/tisoft/jsquashfs Replaces #308
Fixes #221
The pom.xml states that dom4j is using the BSD-3-Clause license, but the license text does not match that statement. The license text matches the "Plexus Classworlds License". The SPDX identifier...
Attach the source of the nodes jar, so that it gets included in the maven repository. This allows IDEs to autodownload the source for better debugging and code completion support.
Oracle JDK 8 is preinstalled in trusty, but isn't in xenial anymore. So for the time beeing fix the distribution to trusty.
Create a static PIN for each room, to be able to send the SIP dial in data to participants before the meeting is started. ## Description The SIP PIN is...
Add support for specifing a file, to replace the CVS author names with "real" ones. Supports the file format from [git-cvsimport](https://git-scm.com/docs/git-cvsimport#Documentation/git-cvsimport.txt--Altauthor-conv-filegt). This needs a bit cleanup I think, but works...