| Commit message (Expand) | Author | Age | Files | Lines |
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -7/+7 |
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -2/+1 |
* | [statistics] Per-location usage stats; include active lecture count | Simon Rettberg | 2022-12-02 | 1 | -67/+1 |
* | [locationinfo] Add types | Simon Rettberg | 2022-05-23 | 1 | -1/+1 |
* | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -1/+1 |
* | [locationinfo] Support styling clients with special runmode | Simon Rettberg | 2020-07-07 | 1 | -1/+1 |
* | [locationinfo] Add error log for backends | Simon Rettberg | 2019-03-07 | 1 | -1/+1 |
* | [locationinfo] roomplaner -> roomplanner | Simon Rettberg | 2018-12-05 | 1 | -1/+1 |
* | [locationinfo] add new settings for panels (counter, updaterate) | Christian Hofmaier | 2018-12-03 | 1 | -6/+17 |
* | [locationinfo] Reload panels when opening times are changed | Simon Rettberg | 2017-12-19 | 1 | -11/+15 |
* | [locationinfo] Fix handling of invalid backends, remove dummy-backend in prod... | Simon Rettberg | 2017-12-07 | 1 | -3/+3 |
* | [locationinfo] Added standby to the summary panel | Jannik Schönartz | 2017-11-30 | 1 | -1/+2 |
* | [locationinfo] Reworked summary-panel to the new panel uuid stuff. | Jannik Schönartz | 2017-11-30 | 1 | -48/+4 |
* | [locationinfo] Make panel accessible via slxadmin, add URL type panel | Simon Rettberg | 2017-07-25 | 1 | -210/+39 |
* | [locationinfo] Try working around messy time handling (timezones etc), CSS | Simon Rettberg | 2017-07-07 | 1 | -1/+1 |
* | [locationinfo] Detect config changes, tweak display colors | Simon Rettberg | 2017-06-21 | 1 | -28/+26 |
* | [locationinfo] Implement room-specific overrides (no config GUI yet) | Simon Rettberg | 2017-06-21 | 1 | -1/+1 |
* | [locationinfo] Use styled DIVs instead of SVGs for PC icons | Simon Rettberg | 2017-06-20 | 1 | -0/+1 |
* | [locationinfo] Couple minor tweks/fixes/comments for doorsign.html | Simon Rettberg | 2017-06-20 | 1 | -2/+10 |
* | [locationinfo] Frontend mostly working again... | Simon Rettberg | 2017-06-16 | 1 | -141/+178 |
* | [locationinfo] slxadmin part done, todo: frontend+api | Simon Rettberg | 2017-06-13 | 1 | -24/+1 |
* | [locationinfo] Change order of status bars in overview frontend | Simon Rettberg | 2017-06-07 | 1 | -1/+1 |
* | [locationinfo] Tweak and clean up overview panel | Simon Rettberg | 2017-05-11 | 1 | -12/+15 |
* | [locationinfo] Fix array oob access | Simon Rettberg | 2017-05-09 | 1 | -14/+16 |
* | [locationinfo] API: Fix phpdoc type annotation, simplify getPcStates() | Simon Rettberg | 2017-04-20 | 1 | -23/+17 |
* | [locationinfo] API: Return arrays from get* methods, json encode in handler | Simon Rettberg | 2017-04-20 | 1 | -37/+39 |
* | [locationinfo] Simplify getLocationInfo() queries, make dorrsign work properl... | Simon Rettberg | 2017-04-20 | 1 | -86/+65 |
* | [locationinfo] Rename tables to use module name as prefix; room -> location | Simon Rettberg | 2017-04-20 | 1 | -48/+48 |
* | [locationinfo] Better backend-specific property handling, get rid of URL | Simon Rettberg | 2017-04-19 | 1 | -4/+3 |
* | [locationinfo] Query openingtimes using Location helper | Simon Rettberg | 2017-04-18 | 1 | -90/+38 |
* | [locationinfo] Use Location helper for getRoomTree, check backend validity in... | Simon Rettberg | 2017-04-18 | 1 | -78/+43 |
* | [locationinfo] Format php files | Simon Rettberg | 2017-04-12 | 1 | -9/+20 |
* | Added a default config for rooms that have not saved a config yet. | Jannik Schönartz | 2017-04-03 | 1 | -11/+34 |
* | Changed pc states 0 = IDLE, 1 = OCCUPIED, 2 = OFF, 3 = BROKEN | Jannik Schönartz | 2017-03-27 | 1 | -4/+4 |
* | Bugfixes: serversettings option 1 is selected when switching backend type. So... | Jannik Schönartz | 2017-03-27 | 1 | -7/+8 |
* | Added a no Server option in the room config | Jannik Schönartz | 2017-03-24 | 1 | -1/+1 |
* | Locationinfo: Added Comments to the functions. | Jannik Schönartz | 2017-03-21 | 1 | -4/+75 |
* | API: Fixed a Bug where every server iteration the result array was initialized. | Jannik Schönartz | 2017-03-20 | 1 | -2/+0 |
* | SetCredentials error message is no longer ignored. | Jannik Schönartz | 2017-03-17 | 1 | -1/+5 |
* | Locationinfo: Reformat code. | Jannik Schönartz | 2017-03-15 | 1 | -36/+49 |
* | API: filtered Hidden room added. Deleted some redundant code. Reorganised som... | Jannik Schönartz | 2017-03-14 | 1 | -295/+224 |
* | API: Fixed some php warnings. | Jannik Schönartz | 2017-03-09 | 1 | -11/+14 |
* | API: Send an empty array if the overlay is null | Jannik Schönartz | 2017-03-09 | 1 | -0/+3 |
* | API: Reworked getRoomInfo with isset and added overlay if coords = true | Jannik Schönartz | 2017-03-09 | 1 | -17/+12 |
* | Locationinfo: Errors from the CourseBackend are now safes in the db and shown... | Jannik Schönartz | 2017-03-09 | 1 | -4/+8 |
* | API: Fixed calendar. Backend hisinone fixed setCredentials where a = was insi... | Jannik Schönartz | 2017-03-08 | 1 | -33/+16 |
* | API: setCredentials without json_encode | Jannik Schönartz | 2017-03-08 | 1 | -1/+1 |
* | API: Moved all echo command in the Handle Parameters function. | Jannik Schönartz | 2017-03-07 | 1 | -4/+4 |
* | API: Fixed Calendar json decode was missing on the calendar part. | Jannik Schönartz | 2017-03-07 | 1 | -2/+1 |
* | API: getRoomTree recursive childs are now filtered out if the id is a duplica... | Jannik Schönartz | 2017-03-06 | 1 | -14/+23 |