summaryrefslogtreecommitdiffstats
path: root/src/loginform.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Handle cow-token on QRCode loginSimon Rettberg2024-05-031-2/+3
|
* Add support for QRCode loginSimon Rettberg2024-03-251-1/+59
|
* Try more random crap to fix layout with larger roomplansSimon Rettberg2023-05-241-0/+2
|
* Only force frame heightSimon Rettberg2023-01-311-1/+1
|
* Try to force roomplan sizeSimon Rettberg2023-01-241-0/+1
|
* Always return to welcome page if only web login is enabledSimon Rettberg2022-09-081-1/+3
|
* Fix msg window overlapping login, fix browser widget resizingSimon Rettberg2022-07-171-2/+8
|
* Fix showing browser immediately if only shib-login is enabledv29r2Simon Rettberg2022-07-011-20/+32
|
* Add user-session-enabled and shib-session-button-textSimon Rettberg2022-05-251-1/+17
|
* Increase login timeout to 20 secondsv29r1Simon Rettberg2022-03-141-1/+1
|
* More size fixing crapSimon Rettberg2021-08-101-0/+3
|
* Don't re-layout mainwindow if nothing changedSimon Rettberg2021-08-101-0/+1
|
* Add shibboleth login via browserSimon Rettberg2021-08-051-26/+142
|
* Clean up loginform UISimon Rettberg2020-08-071-1/+1
|
* LoginRPC: Ignore requests with user or pass emptySimon Rettberg2020-06-261-0/+2
|
* Add simple RPC to remotely trigger loginSimon Rettberg2020-06-051-37/+52
|
* Move createBackground so it actually gets calledSimon Rettberg2020-05-141-1/+1
|
* Reintroduce X background generationSimon Rettberg2020-05-071-0/+3
|
* loginform.cpp: set focus on username field on resetv26Jonathan Bauer2020-02-061-1/+2
|
* Make password placeholder configurableSteffen Ritter2019-11-141-0/+3
|
* remove newlineJonathan Bauer2019-06-121-1/+0Star
|
* rework reset timeout stuffJonathan Bauer2019-06-121-8/+14
|
* always reset input form when user idlesJonathan Bauer2019-06-041-9/+10
| | | | still defaults to 30 or configurable with 'reset-timeout'.
* reset to "chooser" page on inactivityJonathan Bauer2019-06-031-1/+10
| | | | defaults to 30s unless configuration option "session-chooser-reset-timer" (in seconds) is set
* support for guest sessionJonathan Bauer2019-05-161-0/+52
| | | | | | | | | | * 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
* Use Qt5 QObject::connect(), fix caplock message after failed loginSimon Rettberg2019-04-261-6/+11
|
* Add caps lock warningSimon Rettberg2019-04-181-7/+40
|
* Fix: mini-icon might get cropped if > 95pxSimon Rettberg2019-04-181-0/+1
| | | | Layout with Qt is fun...
* Propery scale mini iconv23Simon Rettberg2019-04-091-2/+1Star
|
* Make loginform-icon more flexibleSimon Rettberg2019-03-181-7/+20
| | | | | Scale up to 128x128; honor SVGs preferring a size smaller than 128x128 instead of scaling them up.
* Add second logo key for better migration from old slx-adminSimon Rettberg2019-03-171-2/+2
| | | | | We don't want to invalidate all the old branding config modules which are still only made for single file support.
* [loginform] configurable icon for login formJonathan Bauer2018-10-311-0/+6
| | | | with 'loginform-mini-icon' in config file
* Sanitize C++11Simon Rettberg2018-08-301-2/+2
|
* Make username placeholder configurableSteffen Ritter2018-08-151-0/+3
| | | | | Also make use of conf.d folder for easy overriding of already existing variables
* Trim usernameSimon Rettberg2018-04-101-1/+1
|
* Support regex mangling of username before passing to lightdmSimon Rettberg2018-02-081-1/+9
|
* Set focus on pw input after failed loginSimon Rettberg2017-11-241-2/+1Star
| | | | | (so users don't type their password in the username box)
* Support autologin via guest sessionSimon Rettberg2017-11-141-42/+23Star
|
* Improve style a bit: Pull b-l-logo down, a bit smaller, better dropdown styleSimon Rettberg2017-11-131-0/+2
|
* DurrrrrSimon Rettberg2017-11-131-1/+0Star
|
* Implement log/messages display + logo displaySimon Rettberg2017-11-131-1/+0Star
|
* Fix banner display, gradient parsing, add test mode (--test)Simon Rettberg2017-11-121-31/+44
|
* WORK IN PROGRESS! Add bwlp logo, banner support, log message windowSimon Rettberg2017-11-111-7/+12
|
* Handle multiscreen properly, make background persistentSimon Rettberg2017-08-151-0/+1
|
* Remove more cruft, show error in redSimon Rettberg2017-08-141-22/+34
|
* Strip unneeded stuff, simplify pam dialog handling, add safety timeout of 10 ↵Simon Rettberg2017-08-111-84/+89
| | | | seconds
* Move code to src/, tweak CMakeLists.txtSimon Rettberg2017-08-111-0/+197