Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] Fix machine state updating | Simon Rettberg | 2023-12-14 | 1 | -2/+2 |
| | |||||
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -13/+10 |
| | |||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -2/+1 |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
* | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -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 location | Simon Rettberg | 2021-03-04 | 1 | -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 module | Christian Hofmaier | 2020-09-08 | 1 | -1/+1 |
| | | | | | - move openingtimes from infoscreen db to locations db - read-only openingtimes in infoscreen | ||||
* | [locationinfo] Support styling clients with special runmode | Simon Rettberg | 2020-07-07 | 1 | -1/+2 |
| | | | | Implemented for remoteaccess runmode for now | ||||
* | [locationinfo] Add option to show hostnames | Simon Rettberg | 2020-06-29 | 1 | -4/+22 |
| | |||||
* | Fix some typos (found by codespell) | Stefan Weil | 2019-12-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | [locationinfo] Add black/whitelist stuff for URL panels | Simon Rettberg | 2019-03-14 | 1 | -5/+3 |
| | |||||
* | [locationinfo] set roomplanner default on false for existing panels | Christian Hofmaier | 2019-01-08 | 1 | -0/+3 |
| | | | | - if panel is already existing without roomplanner value in database | ||||
* | [locationinfo] Fix infinite loop with malformed backend data | Simon Rettberg | 2018-11-21 | 1 | -0/+6 |
| | |||||
* | [locationinfo] Fix infinite reload loop | Simon Rettberg | 2017-12-19 | 1 | -2/+1 |
| | |||||
* | [locationinfo] Return all openingtimes for SUMMARY panel (recursively) | Simon Rettberg | 2017-12-04 | 1 | -9/+19 |
| | | | | TODO: Actually use them in frontend-summary.html | ||||
* | [runmode] Fix client filter logic | Simon Rettberg | 2017-12-01 | 1 | -1/+1 |
| | |||||
* | [statistics, roomplanner, locationinfo] Ignore machines with runmode:isclient==0 | Simon Rettberg | 2017-12-01 | 1 | -1/+9 |
| | |||||
* | [locationinfo] Reworked summary-panel to the new panel uuid stuff. | Jannik Schönartz | 2017-11-30 | 1 | -0/+3 |
| | |||||
* | [statistics] Introduce state column to get rid of complicated state ↵ | Simon Rettberg | 2017-11-28 | 1 | -2/+2 |
| | | | | | | determination This also adds support for the STANDBY state | ||||
* | [locationinfo] Make panel accessible via slxadmin, add URL type panel | Simon Rettberg | 2017-07-25 | 1 | -0/+219 |