summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] Fix machine state updatingSimon Rettberg2023-12-141-2/+2
|
* Fix more type errors, stricter typingSimon Rettberg2023-11-152-5/+2Star
|
* [locationinfo] Fix infoscreen after type annotation updateSimon Rettberg2023-11-151-2/+2
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-1413-88/+82Star
|
* [locationinfo] Fix crash with null-deref in exchange backendSimon Rettberg2023-11-141-13/+15
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-026-59/+41Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [locationinfo] text-muted for "inherited" up-arrowSimon Rettberg2023-10-065-288/+308
|
* [locationinfo] HiS: ID-regex for title was apparently to shortSimon Rettberg2023-04-171-1/+1
|
* [locationinfo] Fix: Panels with deleted rooms are invisible in listSimon Rettberg2023-03-291-4/+15
|
* [locationinfo] Change "broken" timeout from 21 to 30 daysSimon Rettberg2023-01-051-1/+1
|
* [locationinfo] Add Slider to configure browser zoom in URL panelSimon Rettberg2022-12-066-4/+39
| | | | Closes #3915
* [locationinfo] Minor JS tweaksSimon Rettberg2022-12-051-6/+6
|
* [locationinfo] Workaround calendar scrolling to wrong daySimon Rettberg2022-12-021-3/+11
|
* [statistics] Per-location usage stats; include active lecture countSimon Rettberg2022-12-022-67/+101
|
* [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] Better explanation of "interactive mode" (URL panel)Simon Rettberg2022-06-032-4/+4
|
* [locationinfo] Add typesSimon Rettberg2022-05-239-79/+68Star
|
* [locationinfo] His: Remove lecture IDs from event namesSimon Rettberg2022-05-132-3/+13
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-021-1/+1
|
* Moderize Database handlingSimon Rettberg2021-05-114-11/+11
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [locationinfo] Add missing default keys for panelsSimon Rettberg2021-05-061-0/+2
|
* [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] Ignore position of machines with mismatching locationSimon Rettberg2021-03-041-2/+5
| | | | | If locationid != fixedlocationid, something must be off, and we better ignore that machine's position in the room.
* [locationinfo] Fix conversion of time zone argument to DateTimeSimon Rettberg2021-02-051-2/+4
| | | | | | | Now we properly always convert time zone strings to DateTimeZone instances before passing them to the DateTime(Immutable) constructor as the second argument. The timeZoneStringToDateTimeZone() was made idempotent, to simplify code using it.
* [locationinfo] Add generic ical backendSimon Rettberg2021-01-196-103/+252
| | | | Closes #3824
* [locationinfo] his: Change error_log to GUI errorSimon Rettberg2021-01-151-1/+1
|
* [locationinfo] Allow seconds in prettytime mode, change eco mode textSimon Rettberg2020-11-044-3/+7
| | | | | Eco mode doesn't change any colors anymore currently, it merely lowers the update rate and hides seconds from the countdown.
* [locationinfo] "show hostname" cannot be overridden per locationSimon Rettberg2020-11-042-18/+17Star
|
* [locationinfo] Change header layoutSimon Rettberg2020-11-041-32/+29Star
| | | | | Location name is now first row, event name second row, centered, with remaining time breaking into third row if necessary.
* [locationinfo] Fix: api.php access in redirect mode not workingSimon Rettberg2020-11-043-15/+19
| | | | | | | Also get rid of slx-admin prefix / {{dirprefix}}. We now have only one variable to be filled in the template, namely {{api}}, which should also make sure that accessing other module's API is not possible. Matching rewrite rules should land in setup-scripts soon.
* [locationinfo] ical: Fix undefined index accessSimon Rettberg2020-11-041-1/+2
|
* [locationinfo] Remove unused javascriptSimon Rettberg2020-11-0311-333/+114Star
| | | | | | | Most javascript was needed for editing the opening times of locations. Some javascript was still used to fill the now disabled input forms for display only. This is now done server-side, and the input fields have been replaced by a simple table.
* [locationinfo] Clean up styling a bit moreSimon Rettberg2020-11-0313-576/+527Star
|
* [locationinfo] remove unused codeChristian Hofmaier2020-11-022-4/+0Star
|
* [locationinfo] remove tooltip buttons and use direct textChristian Hofmaier2020-11-024-189/+128Star
|
* [locationinfo] Relative paths for assets in rewrite modeSimon Rettberg2020-10-221-2/+2
| | | | | | In conjunction with the proper reqrite rule, this makes it possible to entirely server the info panel from a dedicated virtual directory, in our case, /panel/
* [locationinfo] URLPANEL: Allow black- and whitelist simultaneouslySimon Rettberg2020-10-216-32/+51
| | | | References #3790
* [baseconfig_bwlp/locationinfo] Add SLX_TTY_SWITCHSimon Rettberg2020-10-208-10/+39
| | | | | | | | 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] real fix of bootstrap switchesChristian Hofmaier2020-10-191-23/+3Star
|
* [locationinfo] fix bootstrap-switches override always "on"Christian Hofmaier2020-10-191-1/+4
|
* [locationinfo] add forward link to location moduleChristian Hofmaier2020-10-135-65/+15Star
| | | | + delete some unused code
* [locationinfo] Always use cached data if backend failsSimon Rettberg2020-09-111-10/+9Star
| | | | | | | Previously, we'd only deliver calendar data to the panel if the cache timeout hasn't been reached yet. In case fetching fresh data from the backend fails, go ahead and deliver the old cached data, no matter how old it is.
* [locations] Migrate openingtimes from infoscreen to locations moduleChristian Hofmaier2020-09-087-157/+69Star
| | | | | - move openingtimes from infoscreen db to locations db - read-only openingtimes in infoscreen
* [locationinfo] Fix overriding "show hostnames" not being savedSimon Rettberg2020-09-081-1/+2
|
* [locationinfo] His: Switch from SOAP to iCalSimon Rettberg2020-09-087-304/+2373
| | | | | | | | | iCal downloads are much faster in more revent HisInOne versions, while the SOAP API will make cobbling together a time table for a specific room even more complicated in the next release (2020.12). Switch to iCal for now and see how it goes. TODO: Create a generic iCal backend module based on this.
* [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-073-29/+35
| | | | Implemented for remoteaccess runmode for now
* [locationinfo] Add option to show hostnamesSimon Rettberg2020-06-297-19/+69
|
* [locationinfo] Make colors for idle clients more distinct from offlineSimon Rettberg2020-05-191-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.