Releases: codam-coding-college/codam-web-greeter
Releases · codam-coding-college/codam-web-greeter
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
codam-web-greeter v0.3.0
- Applied wallpapers from Codam wallpapers directory (/usr/share/codam/wallpapers)
Please note that for this functionality to work, the directory needs to be set asbackground_images_dirin the branding section of /etc/lightdm/web-greeter.yml:For 42 schools, link the ft_lock_bkg.jpg and login-screen.jpg files from /usr/share/42/ to this directory.branding: background_images_dir: /usr/share/codam/wallpapers logo_image: /usr/share/codam/logo.png user_image: /usr/share/codam/user.png
Full Changelog: v0.2.1...v0.3.0
codam-web-greeter v0.2.1
- Added more styling to login form elements
- Split up authentication and UI code for login and lock screens
Full Changelog: v0.2.0...v0.2.1
codam-web-greeter v0.2.0
- Added lock screen functionality (requires lightdm's
allow-user-switchingconfig to be set totrue) - Fixed automatic release naming
Full Changelog: v0.1.1...v0.2.0
codam-web-greeter v0.1.1
Initial pre-release
Full Changelog: v0.1.0...v0.1.1