Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] Support styling clients with special runmode | Simon Rettberg | 2020-07-30 | 3 | -29/+35 |
| | | | | Implemented for remoteaccess runmode for now | ||||
* | [locationinfo] Add option to show hostnames | Simon Rettberg | 2020-07-30 | 7 | -19/+69 |
| | |||||
* | [locationinfo] Make colors for idle clients more distinct from offline | Simon Rettberg | 2020-07-30 | 1 | -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.9 | Simon Rettberg | 2020-02-09 | 1 | -9/+1 |
| | | | | | | | | | | | | | 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-login | Steffen Ritter | 2020-02-05 | 1 | -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 logic | Simon Rettberg | 2020-01-17 | 1 | -3/+1 |
| | |||||
* | [locationinfo] better calendar event font size scaling | Udo Walter | 2020-01-15 | 1 | -15/+3 |
| | |||||
* | [locationinfo] SLX_BROWSER_INTERACTIVE handled for slx-browser | Simon Rettberg | 2020-01-13 | 2 | -5/+7 |
| | | | | No bookmark support for slx-browser | ||||
* | Fix some more typos | Stefan Weil | 2019-12-16 | 2 | -11/+11 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Fix some typos (found by codespell) | Stefan Weil | 2019-12-14 | 6 | -7/+7 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | [locationinfo] Don't disable SLX_ADDONS in split-login mode | Simon Rettberg | 2019-12-13 | 1 | -1/+2 |
| | |||||
* | [locationinfo] fix calendar start date when using a custom start week day | Udo Walter | 2019-12-11 | 1 | -4/+22 |
| | |||||
* | [locationinfo] less lovely javascript more not so lovely php | Christian Hofmaier | 2019-12-04 | 2 | -51/+61 |
| | | | | - same function just in backend | ||||
* | [locationinfo] add new kiosk-mode options to url-panels | Christian Hofmaier | 2019-11-27 | 5 | -2/+184 |
| | | | | | | | - guest / guest+user login - browser selection - interactive mode - bookmarks | ||||
* | [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 | 3 | -48/+55 |
| | | | | Was of limited use and not properly implemented anyways. | ||||
* | [locationinfo] remove scrollbar placeholder in header | Christian Hofmaier | 2019-11-05 | 1 | -1/+13 |
| | | | | + a small alignment correction | ||||
* | [locationinfo] fix wrong value shown on config-site for old panels | Christian Hofmaier | 2019-10-29 | 1 | -2/+2 |
| | |||||
* | [locationinfo] generalize mode change function | Christian Hofmaier | 2019-10-29 | 1 | -27/+9 |
| | |||||
* | [locationinfo] Make switching per room work | Christian Hofmaier | 2019-10-26 | 2 | -41/+43 |
| | |||||
* | [locationinfo] Rework from HTML blocks to Jquery Clone | Christian Hofmaier | 2019-09-26 | 1 | -89/+102 |
| | | | | - generalize code for easier adding of new functions | ||||
* | [locationinfo] increased cached date span for backends: dummy, davinci and ↵ | Udo Walter | 2019-07-18 | 3 | -6/+6 |
| | | | | exchange | ||||
* | [locationinfo] Add ability to select the start day of the calendar | Udo Walter | 2019-07-16 | 6 | -5/+65 |
| | |||||
* | [locationinfo] fix bug 'open for' without times | Christian Hofmaier | 2019-06-04 | 1 | -2/+2 |
| | |||||
* | [locationinfo] fix bug override not loading correctly into edit menu | Christian Hofmaier | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Update translations | Simon Rettberg | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Style checkboxes, use icon in save button | Simon Rettberg | 2019-04-03 | 2 | -13/+23 |
| | |||||
* | [locationinfo] Update translations | Simon Rettberg | 2019-04-03 | 4 | -8/+6 |
| | |||||
* | [locationinfo] rearrange default-panel settings in UI | Christian Hofmaier | 2019-03-28 | 3 | -145/+140 |
| | |||||
* | [locationinfo] fix overrides reference is null error | Christian Hofmaier | 2019-03-28 | 2 | -1/+2 |
| | | | | - the switch for activating override for a room is now working correctly | ||||
* | [locationinfo] add nowrap to clients column | Simon Rettberg | 2019-03-27 | 1 | -1/+1 |
| | |||||
* | [locationinfo] UI rework | Christian Hofmaier | 2019-03-26 | 7 | -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, rebootcontrol | Simon Rettberg | 2019-03-26 | 2 | -3/+3 |
| | | | | Also shuffle around modules. | ||||
* | [locationinfo] Change glyphicons for panel list | Simon Rettberg | 2019-03-26 | 1 | -4/+4 |
| | |||||
* | Introduce JS helper for bootstrap confirm dialogs on button-submit | Simon Rettberg | 2019-03-25 | 3 | -74/+32 |
| | |||||
* | [locationinfo] Update translations | Simon Rettberg | 2019-03-15 | 2 | -0/+6 |
| | |||||
* | [locationinfo] Purge old log entries form backend log | Simon Rettberg | 2019-03-15 | 1 | -0/+5 |
| | |||||
* | [locationinfo] Add black/whitelist stuff for URL panels | Simon Rettberg | 2019-03-14 | 4 | -20/+55 |
| | |||||
* | [locationinfo] Update translations | Simon Rettberg | 2019-03-07 | 4 | -10/+18 |
| | |||||
* | [locationinfo] Introduce timeouts for curl operations | Simon Rettberg | 2019-03-07 | 3 | -3/+8 |
| | |||||
* | [locationinfo] Add error log for backends | Simon Rettberg | 2019-03-07 | 14 | -92/+183 |
| | |||||
* | [locationinfo] Fix form<->button relation (delete, check, etc.) | Simon Rettberg | 2019-03-07 | 1 | -17/+22 |
| | |||||
* | [syslog/locationinfo] Fix install script db refs | Simon Rettberg | 2019-03-05 | 1 | -2/+2 |
| | |||||
* | [locationinfo] panel: Shorter dash, empty field if no PCs for room | Simon Rettberg | 2019-03-01 | 1 | -8/+11 |
| | |||||
* | AAAAAnd I'm retarded | Simon Rettberg | 2019-02-20 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Don't refresh calendars indefinitely | Simon Rettberg | 2019-02-20 | 2 | -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 issues | Simon Rettberg | 2019-02-20 | 1 | -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 Rettberg | 2019-02-20 | 1 | -6/+6 |
| | | | | | | - Enable caching for Exchange backend - Update curl option setting - Proper timestamp formatting | ||||
* | [locationinfo] Fix events not showing | Simon Rettberg | 2019-02-19 | 1 | -1/+7 |
| | | | | | HISinOne start and end dates are not reliable - ignore and check individual planned dates. | ||||
* | [locationinfo] HisInOne: Properly handle multiple plannedDates | Simon Rettberg | 2019-01-29 | 1 | -0/+7 |
| | | | | | | If a course has been running for several semesters, older plannedDate entries tend to have no individualDate entries. Ignore those and don't error_log about it. |