summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/inc/locationinfo.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] roomplaner -> roomplannerSimon Rettberg2018-12-051-2/+2
|
* [locationinfo] Prevent undefined index accessSimon Rettberg2018-12-041-5/+7
|
* [locationinfo] add new settings for panels (counter, updaterate)Christian Hofmaier2018-12-031-3/+4
| | | | | | | | - setting: consider only clients in roomplaner, instead of ip range - add option to set update rate in summary panels - directly initialize when mode is "only calendar" - Set counter to "-" if room has ongoing event - fix some spelling / unused code
* [locationinfo] Default language to slx-admin session language for new panelSimon Rettberg2018-04-251-2/+2
|
* [locationinfo] URL: Add field to specify reload interval in minutesSimon Rettberg2018-01-111-0/+3
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-2/+0Star
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [locationinfo] Native panels should ignore SSL errors for now ...Simon Rettberg2017-12-051-5/+2Star
| | | | Until we can push self-signed certs to the client for validation
* [locationinfo] Reworked summary-panel to the new panel uuid stuff.Jannik Schönartz2017-11-301-16/+60
|
* [statistics] Introduce state column to get rid of complicated state ↵Simon Rettberg2017-11-281-9/+3Star
| | | | | | determination This also adds support for the STANDBY state
* [locationinfo] Set SLX_AUTOLOGIN in configSimon Rettberg2017-11-141-0/+1
|
* [locationinfo] Make panel accessible via slxadmin, add URL type panelSimon Rettberg2017-07-251-2/+14
|
* [runmode] Tweaks, support NO_CONFIG and systemd targetSimon Rettberg2017-07-121-0/+8
|
* [locationinfo] Support runmode moduleSimon Rettberg2017-07-061-0/+11
|
* [locationinfo] Frontend mostly working again...Simon Rettberg2017-06-161-9/+1Star
|
* [locationinfo] slxadmin part done, todo: frontend+apiSimon Rettberg2017-06-131-0/+23
|
* [locationinfo] Rename tables to use module name as prefix; room -> locationSimon Rettberg2017-04-201-2/+2
|
* [locationinfo] Use Location helper for getRoomTree, check backend validity ↵Simon Rettberg2017-04-181-0/+24
| | | | in getCalendar
* [locationinfo] Refactor the main viewSimon Rettberg2017-04-131-1/+1
| | | | | | | - Simplify javascript - Remove client count and locationid column from view, not useful for the average user - Remove/simplify queries, use Location helper more to deal with locations
* Changed pc states 0 = IDLE, 1 = OCCUPIED, 2 = OFF, 3 = BROKENJannik Schönartz2017-03-271-4/+4
|
* Locationinfo: Added Comments to the functions.Jannik Schönartz2017-03-211-0/+6
|
* Locationinfo: Reformat code.Jannik Schönartz2017-03-151-2/+2
|
* API: Adde a method for multi handle ids and a method for returning the room ↵Jannik Schönartz2017-01-291-0/+1
| | | | tree.
* [locationinfo] Take lastboot into account when calcing pc stateSimon Rettberg2017-01-201-4/+7
|
* [locationinfo] Fix formattingSimon Rettberg2017-01-181-20/+20
|
* [locationinfo] Remove hack in LocationInfo::getPcState()Simon Rettberg2017-01-181-4/+5
|
* Locationinfo: Fixed a bug where the api was sending the json with wrong ↵Jannik Schönartz2016-12-061-2/+2
| | | | information. Disabled pcState 2/3 because it's not working in the test environment because lastseen does not refresh.
* Locationinfo: Added ServertableJannik Schönartz2016-12-051-0/+28