summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/inc/locationinfohooks.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-10/+5Star
|
* [locationinfo] Add Slider to configure browser zoom in URL panelSimon Rettberg2022-12-061-0/+3
| | | | Closes #3915
* [locationinfo] Proper handling/setting auf SLX_AUTOLOGINSimon Rettberg2022-09-301-3/+4
| | | | Enabled should be 'ON', not '1' (even though 1 works for now)
* [locationinfo] Disable shutdown timeout if autologin is enabledSimon Rettberg2022-09-301-0/+3
| | | | | | | | | This is probably only accidentally enabled (from location), as an info-panel is always idle and would then probably shutdown frequently. It currently didn't happen because we already clear the logout timeout, and the shutdown timeout only starts running at the login screen. But we want to change that for when we use autologin manually, or in case of an exam.
* [locationinfo] Remove insecure SSL hackSimon Rettberg2021-03-111-1/+0Star
| | | | | We now have our own CA for the satellite server that's trusted by clients, so this hack is not required anymore.
* [locationinfo] URLPANEL: Allow black- and whitelist simultaneouslySimon Rettberg2020-10-211-2/+21
| | | | References #3790
* [baseconfig_bwlp/locationinfo] Add SLX_TTY_SWITCHSimon Rettberg2020-10-201-0/+3
| | | | | | | | This will be used (to be implemented client side) to diallow tty switching from within the X session, as the exam mode currently already does. References #3793
* [locationinfo] Fix slx-browser interactive logicSimon Rettberg2020-01-171-3/+1Star
|
* [locationinfo] SLX_BROWSER_INTERACTIVE handled for slx-browserSimon Rettberg2020-01-131-3/+6
| | | | No bookmark support for slx-browser
* [locationinfo] Don't disable SLX_ADDONS in split-login modeSimon Rettberg2019-12-131-1/+2
|
* [locationinfo/runmode] Support new infoscreen variablesSimon Rettberg2019-11-121-1/+22
| | | | Interactive mode, autologin, browser type, bookmarks
* [sysconfig/runmode] Remove "noSysconfig" functionalitySimon Rettberg2019-11-121-0/+53
Was of limited use and not properly implemented anyways.