summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/inc/infopanel.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] Fix machine state updatingSimon Rettberg2023-12-141-2/+2
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-13/+10Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-2/+1Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* Moderize Database handlingSimon Rettberg2021-05-111-2/+2
| | | | | | | * 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] 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.
* [locations] Migrate openingtimes from infoscreen to locations moduleChristian Hofmaier2020-09-081-1/+1
| | | | | - move openingtimes from infoscreen db to locations db - read-only openingtimes in infoscreen
* [locationinfo] Support styling clients with special runmodeSimon Rettberg2020-07-071-1/+2
| | | | Implemented for remoteaccess runmode for now
* [locationinfo] Add option to show hostnamesSimon Rettberg2020-06-291-4/+22
|
* Fix some typos (found by codespell)Stefan Weil2019-12-141-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [locationinfo] Add black/whitelist stuff for URL panelsSimon Rettberg2019-03-141-5/+3Star
|
* [locationinfo] set roomplanner default on false for existing panelsChristian Hofmaier2019-01-081-0/+3
| | | | - if panel is already existing without roomplanner value in database
* [locationinfo] Fix infinite loop with malformed backend dataSimon Rettberg2018-11-211-0/+6
|
* [locationinfo] Fix infinite reload loopSimon Rettberg2017-12-191-2/+1Star
|
* [locationinfo] Return all openingtimes for SUMMARY panel (recursively)Simon Rettberg2017-12-041-9/+19
| | | | TODO: Actually use them in frontend-summary.html
* [runmode] Fix client filter logicSimon Rettberg2017-12-011-1/+1
|
* [statistics, roomplanner, locationinfo] Ignore machines with runmode:isclient==0Simon Rettberg2017-12-011-1/+9
|
* [locationinfo] Reworked summary-panel to the new panel uuid stuff.Jannik Schönartz2017-11-301-0/+3
|
* [statistics] Introduce state column to get rid of complicated state ↵Simon Rettberg2017-11-281-2/+2
| | | | | | determination This also adds support for the STANDBY state
* [locationinfo] Make panel accessible via slxadmin, add URL type panelSimon Rettberg2017-07-251-0/+219