summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] Fix overriding "show hostnames" not being savedv3.9-indevSimon Rettberg2020-09-081-1/+2
|
* [locationinfo] Clarify auto-reload help textSimon Rettberg2020-08-252-5/+4Star
| | | | Communicate that this only triggers if no user is active.
* [locationinfo] Support styling clients with special runmodeSimon Rettberg2020-07-303-29/+35
| | | | Implemented for remoteaccess runmode for now
* [locationinfo] Add option to show hostnamesSimon Rettberg2020-07-307-19/+69
|
* [locationinfo] Make colors for idle clients more distinct from offlineSimon Rettberg2020-07-301-1/+1
| | | | | Added a little light green bar at the top. This should still make it easy to distinguish from red wrt Red-Blind/Protanopia etc.
* Revert "[locationinfo] Force interactive if split-login"v3.9Simon Rettberg2020-02-091-9/+1Star
| | | | | | | | | | | | | Forcing interactive mode when split-login is enabled is already implemented for slx-browser, but chromium was excluded: It might be desired to have a full screen app that can be exited by Ctrl-W or via javascript. slx-browser simply doesn't support these mechanisms, thus we force interactive mode for it. If chromium should also be forced into interactive mode it would be easier to just change the existing code to be unconditional. This reverts commit b2798e8a80f7a395027c65ea2905a773d45a6be8.
* [locationinfo] Force interactive if split-loginSteffen Ritter2020-02-051-1/+9
| | | | | | | | | If we use split-login, users need the possibility to close the browser session. Chromiums non-interactive kiosk mode is always fullscreen without an clickable breakout. So if split-login is used in combination with chromium, we force interactive mode. slx-browser has no interactive mode, so doesn't make any difference.
* [locationinfo] Fix slx-browser interactive logicSimon Rettberg2020-01-171-3/+1Star
|
* [locationinfo] better calendar event font size scalingUdo Walter2020-01-151-15/+3Star
|
* [locationinfo] SLX_BROWSER_INTERACTIVE handled for slx-browserSimon Rettberg2020-01-132-5/+7
| | | | No bookmark support for slx-browser
* Fix some more typosStefan Weil2019-12-162-11/+11
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Fix some typos (found by codespell)Stefan Weil2019-12-146-7/+7
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [locationinfo] Don't disable SLX_ADDONS in split-login modeSimon Rettberg2019-12-131-1/+2
|
* [locationinfo] fix calendar start date when using a custom start week dayUdo Walter2019-12-111-4/+22
|
* [locationinfo] less lovely javascript more not so lovely phpChristian Hofmaier2019-12-042-51/+61
| | | | - same function just in backend
* [locationinfo] add new kiosk-mode options to url-panelsChristian Hofmaier2019-11-275-2/+184
| | | | | | | - guest / guest+user login - browser selection - interactive mode - bookmarks
* [locationinfo/runmode] Support new infoscreen variablesSimon Rettberg2019-11-121-1/+22
| | | | Interactive mode, autologin, browser type, bookmarks
* [sysconfig/runmode] Remove "noSysconfig" functionalitySimon Rettberg2019-11-123-48/+55
| | | | Was of limited use and not properly implemented anyways.
* [locationinfo] remove scrollbar placeholder in headerChristian Hofmaier2019-11-051-1/+13
| | | | + a small alignment correction
* [locationinfo] fix wrong value shown on config-site for old panelsChristian Hofmaier2019-10-291-2/+2
|
* [locationinfo] generalize mode change functionChristian Hofmaier2019-10-291-27/+9Star
|
* [locationinfo] Make switching per room workChristian Hofmaier2019-10-262-41/+43
|
* [locationinfo] Rework from HTML blocks to Jquery CloneChristian Hofmaier2019-09-261-89/+102
| | | | - generalize code for easier adding of new functions
* [locationinfo] increased cached date span for backends: dummy, davinci and ↵Udo Walter2019-07-183-6/+6
| | | | exchange
* [locationinfo] Add ability to select the start day of the calendarUdo Walter2019-07-166-5/+65
|
* [locationinfo] fix bug 'open for' without timesChristian Hofmaier2019-06-041-2/+2
|
* [locationinfo] fix bug override not loading correctly into edit menuChristian Hofmaier2019-06-041-1/+1
|
* [locationinfo] Update translationsSimon Rettberg2019-04-101-1/+1
|
* [locationinfo] Style checkboxes, use icon in save buttonSimon Rettberg2019-04-032-13/+23
|
* [locationinfo] Update translationsSimon Rettberg2019-04-034-8/+6Star
|
* [locationinfo] rearrange default-panel settings in UIChristian Hofmaier2019-03-283-145/+140Star
|
* [locationinfo] fix overrides reference is null errorChristian Hofmaier2019-03-282-1/+2
| | | | - the switch for activating override for a room is now working correctly
* [locationinfo] add nowrap to clients columnSimon Rettberg2019-03-271-1/+1
|
* [locationinfo] UI reworkChristian Hofmaier2019-03-267-30/+211
| | | | | | | | - add Icons to Buttons - override config for specific room - change roomplanner switch with dropdown menu - new texts for roomplanner dropdown - when roomplanner is empty show empty green box instead of red 0
* Use collapse mode for translations, runmode, rebootcontrolSimon Rettberg2019-03-262-3/+3
| | | | Also shuffle around modules.
* [locationinfo] Change glyphicons for panel listSimon Rettberg2019-03-261-4/+4
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-253-74/+32Star
|
* [locationinfo] Update translationsSimon Rettberg2019-03-152-0/+6
|
* [locationinfo] Purge old log entries form backend logSimon Rettberg2019-03-151-0/+5
|
* [locationinfo] Add black/whitelist stuff for URL panelsSimon Rettberg2019-03-144-20/+55
|
* [locationinfo] Update translationsSimon Rettberg2019-03-074-10/+18
|
* [locationinfo] Introduce timeouts for curl operationsSimon Rettberg2019-03-073-3/+8
|
* [locationinfo] Add error log for backendsSimon Rettberg2019-03-0714-92/+183
|
* [locationinfo] Fix form<->button relation (delete, check, etc.)Simon Rettberg2019-03-071-17/+22
|
* [syslog/locationinfo] Fix install script db refsSimon Rettberg2019-03-051-2/+2
|
* [locationinfo] panel: Shorter dash, empty field if no PCs for roomSimon Rettberg2019-03-011-8/+11
|
* AAAAAnd I'm retardedSimon Rettberg2019-02-201-1/+1
|
* [locationinfo] Don't refresh calendars indefinitelySimon Rettberg2019-02-202-4/+18
| | | | | | | | We try to refresh calendars that have recently been used to coalesce requests, which helps especially with HisInOne. However, this would in turn make the calendar recently refreshed so it would keep going on and on, as long as there is at least one active info panel making actual requests.
* [locationinfo] Fix minor issuesSimon Rettberg2019-02-201-9/+24
| | | | | | | - Potential race with calendar updates - Coalesqing depends on total number of locations, not just additional ones - Copypasta error in date fix function
* [locationinfo] Stoffelsteffen!Simon Rettberg2019-02-201-6/+6
| | | | | | - Enable caching for Exchange backend - Update curl option setting - Proper timestamp formatting