Skip to content

Releases: codam-coding-college/codam-web-greeter

codam-web-greeter v0.4.1

21 Nov 15:11

Choose a tag to compare

Pre-release
  • 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

18 Nov 13:11

Choose a tag to compare

Pre-release
  • 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

24 Oct 16:08

Choose a tag to compare

Pre-release
  • Applied wallpapers from Codam wallpapers directory (/usr/share/codam/wallpapers)
    Please note that for this functionality to work, the directory needs to be set as background_images_dir in the branding section of /etc/lightdm/web-greeter.yml:
    branding:
       background_images_dir: /usr/share/codam/wallpapers
       logo_image: /usr/share/codam/logo.png
       user_image: /usr/share/codam/user.png
    
    For 42 schools, link the ft_lock_bkg.jpg and login-screen.jpg files from /usr/share/42/ to this directory.

Full Changelog: v0.2.1...v0.3.0

codam-web-greeter v0.2.1

23 Oct 16:13

Choose a tag to compare

Pre-release
  • 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

20 Oct 14:48

Choose a tag to compare

Pre-release
  • Added lock screen functionality (requires lightdm's allow-user-switching config to be set to true)
  • Fixed automatic release naming

Full Changelog: v0.1.1...v0.2.0

codam-web-greeter v0.1.1

20 Oct 09:22

Choose a tag to compare

Pre-release

Initial pre-release

Full Changelog: v0.1.0...v0.1.1