Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | .... if viewport is wide enouh, it will be a sidebar, otherwise, it will be displayed above the actual list. | ||||
* | [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 |
| | | | | | | | Saving/loading works, but no entry is generated for pvs.ini. Also this approach fails to meaningfully handle rooms with two removable walls where you also want to use both possible combinations of two combined rooms and a single one. | ||||
* | [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 |
| | | | | | | If a UUID for a machine is passed that maps into a location by its IP address, but doesn't have a position in it, don't render a SVG for that location, unless the locationid is explicitly specified too. | ||||
* | [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 |
| | | | | Show in machine details if machine is part of some location's room plan. | ||||
* | [exams/roomplanner] Hybrid PVS managers become dedicated in exam mode | Simon Rettberg | 2018-02-08 | 1 | -1/+0 |
| | | | | Hopefully fixes #3066 | ||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -1/+0 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | 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 |
| | | | | | Don't hide a non-leaf room if at least one its leafs doesn't have a valid room plan (but the non-leaf in question does). | ||||
* | [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 ↵ | Simon Rettberg | 2016-09-07 | 1 | -4/+7 |
| | | | | location_roomplanner table, add to install.inc.php | ||||
* | Added a pvs.ini file generator. | Christian Klinger | 2016-09-05 | 1 | -0/+154 |