Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] Put upgrade/cleanup code in distinct function and extend | Simon Rettberg | 2024-11-14 | 1 | -8/+1 |
| | |||||
* | [locationinfo] BRAINDEAD | Simon Rettberg | 2024-11-13 | 1 | -1/+3 |
| | |||||
* | [locationinfo] Add support for Firefox | Simon Rettberg | 2024-11-13 | 1 | -9/+19 |
| | |||||
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -10/+5 |
| | |||||
* | [locationinfo] Add Slider to configure browser zoom in URL panel | Simon Rettberg | 2022-12-06 | 1 | -0/+3 |
| | | | | Closes #3915 | ||||
* | [locationinfo] Proper handling/setting auf SLX_AUTOLOGIN | Simon Rettberg | 2022-09-30 | 1 | -3/+4 |
| | | | | Enabled should be 'ON', not '1' (even though 1 works for now) | ||||
* | [locationinfo] Disable shutdown timeout if autologin is enabled | Simon Rettberg | 2022-09-30 | 1 | -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 hack | Simon Rettberg | 2021-03-11 | 1 | -1/+0 |
| | | | | | 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 simultaneously | Simon Rettberg | 2020-10-21 | 1 | -2/+21 |
| | | | | References #3790 | ||||
* | [baseconfig_bwlp/locationinfo] Add SLX_TTY_SWITCH | Simon Rettberg | 2020-10-20 | 1 | -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 logic | Simon Rettberg | 2020-01-17 | 1 | -3/+1 |
| | |||||
* | [locationinfo] SLX_BROWSER_INTERACTIVE handled for slx-browser | Simon Rettberg | 2020-01-13 | 1 | -3/+6 |
| | | | | No bookmark support for slx-browser | ||||
* | [locationinfo] Don't disable SLX_ADDONS in split-login mode | Simon Rettberg | 2019-12-13 | 1 | -1/+2 |
| | |||||
* | [locationinfo/runmode] Support new infoscreen variables | Simon Rettberg | 2019-11-12 | 1 | -1/+22 |
| | | | | Interactive mode, autologin, browser type, bookmarks | ||||
* | [sysconfig/runmode] Remove "noSysconfig" functionality | Simon Rettberg | 2019-11-12 | 1 | -0/+53 |
Was of limited use and not properly implemented anyways. |