summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/api.inc.php
Commit message (Expand)AuthorAgeFilesLines
* [locationinfo] Better backend-specific property handling, get rid of URLSimon Rettberg2017-04-191-4/+3Star
* [locationinfo] Query openingtimes using Location helperSimon Rettberg2017-04-181-90/+38Star
* [locationinfo] Use Location helper for getRoomTree, check backend validity in...Simon Rettberg2017-04-181-78/+43Star
* [locationinfo] Format php filesSimon Rettberg2017-04-121-9/+20
* Added a default config for rooms that have not saved a config yet.Jannik Schönartz2017-04-031-11/+34
* Changed pc states 0 = IDLE, 1 = OCCUPIED, 2 = OFF, 3 = BROKENJannik Schönartz2017-03-271-4/+4
* Bugfixes: serversettings option 1 is selected when switching backend type. So...Jannik Schönartz2017-03-271-7/+8
* Added a no Server option in the room configJannik Schönartz2017-03-241-1/+1
* Locationinfo: Added Comments to the functions.Jannik Schönartz2017-03-211-4/+75
* API: Fixed a Bug where every server iteration the result array was initialized.Jannik Schönartz2017-03-201-2/+0Star
* SetCredentials error message is no longer ignored.Jannik Schönartz2017-03-171-1/+5
* Locationinfo: Reformat code.Jannik Schönartz2017-03-151-36/+49
* API: filtered Hidden room added. Deleted some redundant code. Reorganised som...Jannik Schönartz2017-03-141-295/+224Star
* API: Fixed some php warnings.Jannik Schönartz2017-03-091-11/+14
* API: Send an empty array if the overlay is nullJannik Schönartz2017-03-091-0/+3
* API: Reworked getRoomInfo with isset and added overlay if coords = trueJannik Schönartz2017-03-091-17/+12Star
* Locationinfo: Errors from the CourseBackend are now safes in the db and shown...Jannik Schönartz2017-03-091-4/+8
* API: Fixed calendar. Backend hisinone fixed setCredentials where a = was insi...Jannik Schönartz2017-03-081-33/+16Star
* API: setCredentials without json_encodeJannik Schönartz2017-03-081-1/+1
* API: Moved all echo command in the Handle Parameters function.Jannik Schönartz2017-03-071-4/+4
* API: Fixed Calendar json decode was missing on the calendar part.Jannik Schönartz2017-03-071-2/+1Star
* API: getRoomTree recursive childs are now filtered out if the id is a duplica...Jannik Schönartz2017-03-061-14/+23
* ServerList: Fixed a bug while editing the list would not show the not selecte...Jannik Schönartz2017-03-041-1/+0Star
* API: Fixed Calendar function.Jannik Schönartz2017-03-011-2/+10
* Dummy modificationJannik Schönartz2017-02-281-2/+1Star
* API: Calendar rework.Jannik Schönartz2017-02-281-52/+65
* Admin panel: New server GUI now using the backend types.Jannik Schönartz2017-02-271-73/+101
* API: Fixed a bug where parent locations werent added if the location didn't h...Jannik Schönartz2017-02-211-1/+8
* Database: Changed login/passwd to credentials. install.php needs to be executed.Jannik Schönartz2017-02-211-6/+6
* API: fixed pcStates function because of the roomInfo reworkJannik Schönartz2017-02-211-21/+18Star
* API: roominfo is now supporting mutliple id.Jannik Schönartz2017-02-211-33/+48
* Openingtime fix. Forgot to format parent openingtimeJannik Schönartz2017-02-201-1/+1
* API combined openingtimes and openingtime in one smarter function. Reduced am...Jannik Schönartz2017-02-171-95/+120
* API: Opening times multi id support added.Jannik Schönartz2017-02-141-7/+22
* API added method for getting calendar info (unfiltered for now) with multiple...Jannik Schönartz2017-02-061-3/+19
* API: Method added for returning the count of the pc states of (a) location(s).Jannik Schönartz2017-02-041-0/+39
* API: Adde a method for multi handle ids and a method for returning the room t...Jannik Schönartz2017-01-291-0/+45
* [locationinfo] Take lastboot into account when calcing pc stateSimon Rettberg2017-01-201-4/+3Star
* Deleted the pcsubtable. Bugs/Usability fixes.Jannik Schönartz2017-01-191-1/+17
* [locationinfo] Add missing column to querySimon Rettberg2017-01-191-2/+3
* Backend: Added new servertype Frontend. Sends the url/serverroomid.json to th...Jannik Schönartz2016-12-191-36/+15Star
* Die funktion ist jetzt in der api und gibt ein leeres json zurück falls serv...Dirk Riestere2016-12-141-0/+28
* LocationInfo: Calendar informations get updated every 15 mins if there is a r...Jannik Schönartz2016-12-091-2/+34
* Locationinfo: Fixed a bug where the api was sending the json with wrong infor...Jannik Schönartz2016-12-061-1/+1
* Locationinfo: Added ServertableJannik Schönartz2016-12-051-5/+1Star
* Locationinfo config: added auto scale mode. Fixed some api bugsJannik Schönartz2016-12-021-4/+4
* locationinfo: added easymode to the opening timeJannik Schönartz2016-12-021-4/+6
* Fixed a coordination bug which caused rotation bugs. Deleted the locationinfo...Jannik Schönartz2016-11-261-2/+4
* Config db is now returning the roomname even if there is no db entry in locat...Jannik Schönartz2016-11-231-1/+4
* Added a random generator for calendar stuffJannik Schönartz2016-11-231-0/+37