Server v1.1.0-C
·
40 commits
to master
since this release
Server v1.1.0-C addresses numerous bugs and, most notably, revokes sudo privileges previously granted to the server user.
Changes
- chore: increase default maximum amount of bytes a file sent by client can be
- chore: add warning about potential bugs when binding server to 0.0.0.0
- refactor: major overhaul of voice call WebRTC connection logic which resolves numerous issues
- fix: add check to ensure session is not null
- fix: duplicate ByteBuf before passing it to writeAndFlush to ensure read/write indices are preserved
- fix: add check ensuring the evaluation of client status does not fail
- fix: proactively enable and debut postgresql service in postinst
- fix: modify permissions of /etc/nginx to 755 during postinst
- fix: correct 'ermis' user account creation in postinst
- refactor: remove sudo usage from ermis user scripts - instead back up only non-root directories
- refactor: change default SMPT port used by server emailer
- fix: replace raw IP with 'IP_ADDRESS' placeholder
- fix: ensure device UUID is read correctly by server
- remove unnecessary code
Full Changelog: server-v1.0.0...server-v1.1.0-C