| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implicitly nullable types are deprecated in PHP 8.3, make explicit | Simon Rettberg | 2025-08-01 | 1 | -1/+1 |
| * | [roomplanner] Add type annotations, change falsable -> nullable | Simon Rettberg | 2025-07-24 | 1 | -16/+18 |
| * | [locations] Cleanup Location class | Simon Rettberg | 2025-07-07 | 1 | -1/+1 |
| * | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -8/+6 |
| * | [statistics] Listview: Display roomlayout and unique properties in a sidebar | Simon Rettberg | 2023-01-18 | 1 | -2/+5 |
| * | [roomplanner] Disable logout timeout for dedicated manager | Simon Rettberg | 2020-05-07 | 1 | -0/+1 |
| * | [roomplanner] Support creating recursive/composed rooms | Simon Rettberg | 2019-07-23 | 1 | -171/+35 |
| * | [roomplanner] First prototype of composed room editor | Simon Rettberg | 2019-07-17 | 1 | -3/+4 |
| * | [roomplanner] Fix svg rotate logic | Simon Rettberg | 2019-04-23 | 1 | -9/+7 |
| * | [roomplanner] Don't generate roomplan if pointless | Simon Rettberg | 2019-04-16 | 1 | -4/+6 |
| * | [roomplanner] Implement (auto)rotating SVG, make SVG pretty | Simon Rettberg | 2019-03-18 | 1 | -14/+77 |
| * | [statistics/roomplanner] Add SVG roomplan generator | Simon Rettberg | 2019-03-15 | 1 | -39/+53 |
| * | [exams/roomplanner] Hybrid PVS managers become dedicated in exam mode | Simon Rettberg | 2018-02-08 | 1 | -1/+0 |
| * | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -1/+0 |
| * | Fix several PHP notices about undefined indexes, variables, not-arrays | Simon Rettberg | 2017-12-01 | 1 | -2/+1 |
| * | [statistics, roomplanner, locationinfo] Ignore machines with runmode:isclient==0 | Simon Rettberg | 2017-12-01 | 1 | -2/+11 |
| * | [roomplanner] Set SLX_AUTOLOGIN for dedicated managers | Simon Rettberg | 2017-11-30 | 1 | -1/+1 |
| * | [roomplanner] Refactor to use runmode | Simon Rettberg | 2017-11-30 | 1 | -1/+34 |
| * | [roomplanner] Make hiding of rooms in api more clever | Simon Rettberg | 2017-02-13 | 1 | -1/+18 |
| * | [roomplanner] Show if PC is already placed in another room | Simon Rettberg | 2016-12-06 | 1 | -0/+3 |
| * | [roomplanner] Update locationid -> fixedlocationid | Simon Rettberg | 2016-12-06 | 1 | -1/+1 |
| * | skip rooms without manager ip because that trips pvsmgr. | Christian Klinger | 2016-09-12 | 1 | -1/+2 |
| * | use the new pvs.ini format (using md5 right now). | Christian Klinger | 2016-09-12 | 1 | -2/+4 |
| * | [roomplanner] Filter non-leaf locations without extra query per location | Simon Rettberg | 2016-09-08 | 1 | -5/+13 |
| * | [roomplanner] Move pvs generator to api; skip empty rooms; add phpdoc | Simon Rettberg | 2016-09-08 | 1 | -19/+36 |
| * | [roomplanner] Fix formatting | Simon Rettberg | 2016-09-08 | 1 | -144/+144 |
| * | [roomplanner] Add managerip field, move mgr/tutor fields to location_roomplan... | Simon Rettberg | 2016-09-07 | 1 | -4/+7 |
| * | Added a pvs.ini file generator. | Christian Klinger | 2016-09-05 | 1 | -0/+154 |