summaryrefslogtreecommitdiffstats
path: root/src/settings.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for QRCode loginSimon Rettberg2024-03-251-0/+2
|
* Add black/whitelist feature to browser-based loginSimon Rettberg2024-02-071-0/+2
|
* Fix showing browser immediately if only shib-login is enabledv29r2Simon Rettberg2022-07-011-0/+1
|
* Add user-session-enabled and shib-session-button-textSimon Rettberg2022-05-251-0/+2
|
* This is a bit too new.... Keep deprecated variantSimon Rettberg2021-08-091-2/+2
|
* Add shibboleth login via browserSimon Rettberg2021-08-051-2/+4
|
* Restore accidentally deleted lineSimon Rettberg2020-06-051-0/+1
|
* Add simple RPC to remotely trigger loginSimon Rettberg2020-06-051-1/+1
|
* Make password placeholder configurableSteffen Ritter2019-11-141-0/+1
|
* rework reset timeout stuffJonathan Bauer2019-06-121-1/+1
|
* always reset input form when user idlesJonathan Bauer2019-06-041-1/+1
| | | | still defaults to 30 or configurable with 'reset-timeout'.
* reset to "chooser" page on inactivityJonathan Bauer2019-06-031-0/+1
| | | | defaults to 30s unless configuration option "session-chooser-reset-timer" (in seconds) is set
* Add news panel to the right of the login formSimon Rettberg2019-05-251-0/+1
| | | | | | By pointing the new setting news-html-file to a file containing QTextEdit-compatible html formatted text, you can have a news panel show up on the login screen.
* support for guest sessionJonathan Bauer2019-05-161-0/+5
| | | | | | | | | | * guest sessions are not supported by default * enabled through configuration option 'guest-session-enabled=[true|false]' * button and label texts can be overwritten through configuration options (see code) * transformed the form UI into stacked widget with welcome, login and guest session pages
* Add second logo key for better migration from old slx-adminSimon Rettberg2019-03-171-4/+5
| | | | | We don't want to invalidate all the old branding config modules which are still only made for single file support.
* Simplify SettingsSimon Rettberg2018-08-301-14/+13Star
|
* Make username placeholder configurableSteffen Ritter2018-08-151-0/+16
| | | | | Also make use of conf.d folder for easy overriding of already existing variables
* Restructure clock styling, split background and text so shadows work with ↵Simon Rettberg2018-04-111-1/+2
| | | | bgcolor
* Add clock, refactor settings class to be staticSimon Rettberg2018-04-101-14/+17
|
* Support autologin via guest sessionSimon Rettberg2017-11-141-0/+1
|
* Implement log/messages display + logo displaySimon Rettberg2017-11-131-0/+2
|
* Fix banner display, gradient parsing, add test mode (--test)Simon Rettberg2017-11-121-1/+1
|
* WORK IN PROGRESS! Add bwlp logo, banner support, log message windowSimon Rettberg2017-11-111-24/+7Star
|
* Move code to src/, tweak CMakeLists.txtSimon Rettberg2017-08-111-0/+41