Releases: codam-coding-college/codam-web-greeter
Releases · codam-coding-college/codam-web-greeter
codam-web-greeter v0.7.4
- Added Ctrl + Alt + Delete keybind to reboot from the greeter
Full Changelog: v0.7.3...v0.7.4
codam-web-greeter v0.7.3
- Fixed scaling and performance issues on HiDPI screens
Full Changelog: v0.7.2...v0.7.3
codam-web-greeter v0.7.2
- Fixed unlock button being disabled in the exam mode's lock screen
- Fixed "Failed to login with username exam" error being displayed on the regular (non exam-mode) login screen when entering invalid credentials
Full Changelog: v0.7.1...v0.7.2
codam-web-greeter v0.7.1
- Releases from now on also contain the systemd services folder in the attached codam-web-greeter.zip
Please note: the version number displayed in the greeter remains 0.7.0
Full Changelog: v0.7.0...v0.7.1
codam-web-greeter v0.7.0
- Users now get logged out after 42 minutes of inactivity, both on the lock screen (by performing a reboot) and in a session (by calling
gnome-session-quit
from a systemd user service) - New APT package dependency: xprintidle
Full Changelog: v0.6.0...v0.7.0
codam-web-greeter v0.6.0
- Added support for user wallpapers on lock screens (fetched automatically from Gnome by a systemd service in the user environment)
Full Changelog: v0.5.0...v0.6.0
codam-web-greeter v0.5.0
- Added special UI during exams to prevent students from signing in with their regular accounts
- Added support for different hostname schemes in back-end server
- Added list of ongoing exams to exam_mode_hosts endpoint in back-end server
- Fixed a bug that caused hostnames to be added to a list of known hostnames for every request to the back-end server, even if the hostname was already known
- Fixed a bug that made the back-end server unable to find ongoing exams for hosts
- Removed exam login details from data.json requests (now using 42's default exam credentials)
Full Changelog: v0.4.2...v0.5.0
codam-web-greeter v0.4.2
- Fixed data.json permissions for the systemd service upon first installation
- Changed login/unlock button to an arrow
- Changed network online/offline text to an icon (or no icon when offline)
- Fixed login/unlock button being enabled after a failed login attempt (even with an empty password input)
Full Changelog: v0.4.1...v0.4.2
codam-web-greeter v0.4.1
- Changed login button to white
- Debugging and error messages are now displayed in the debug-info element in the bottom infobar
- Ongoing events and exams are now also displayed in the events calendar
- Limited events and exams displayed in the events calendar by up to 3 weeks
- Fixed bug where the padding of the calendar wrapper was not taken into account for the leftover space calculation that decides whether or not events can still get added to the calendar
- Events without a location now don't display the location at all, instead of saying "Unknown location"
- Changed "About ... days" text to just "... days" in the events calendar
- The placeholder event is no longer displayed before events are fetched from the data.json file
- Added route to back-end to fetch all hosts currently in exam mode (useful for codam-coding-college/internal-clustermap)
Full Changelog: v0.4.0...v0.4.1
codam-web-greeter v0.4.0
- Events and exams from 42's Intranet are now displayed by the greeter in the top right corner. As many events as fit on the screen will be displayed.
- Added back-end server for fetching events and exams (see server/README.md)
- Added systemd service to fetch data from the back-end server every 5 minutes
- Added date to info bar
- Fixed Makefile's install tasks: added build task as a requirement
Full Changelog: v0.3.0...v0.4.0