summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
...
* [locationinfo] Return untranslated tag of backend property if missingSimon Rettberg2017-04-191-1/+1
|
* [locationinfo] Better backend-specific property handling, get rid of URLSimon Rettberg2017-04-191-23/+19Star
| | | | | | | | - The backend URL still had special treatment for legacy reasons, when it would be perfectly fine to make it just another generic property the backend has to define. - Allow for the backend to declare a default value for properties. - Base class will now check and sanitize the setCredentials() input.
* [locationinfo] Use Location helper for getRoomTree, check backend validity ↵Simon Rettberg2017-04-181-25/+2Star
| | | | in getCalendar
* [locationinfo] Remove more dead code, refactor javascript,Simon Rettberg2017-04-141-32/+15Star
| | | | ... and fix a few bugs I introduced
* [locationinfo] page.inc.php: More simplification, error checks, formattingSimon Rettberg2017-04-141-161/+151Star
|
* [locationinfo] Refactor the main viewSimon Rettberg2017-04-131-142/+75Star
| | | | | | | - 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
* [locationinfo] Clean up config.html (and handling in php)Simon Rettberg2017-04-131-31/+33
| | | | | | | - De-javascript where reasonable - Unify repeated calls - Overhaul query builder - ...
* [locationinfo] Don't hardcode languagesSimon Rettberg2017-04-121-0/+1
|
* [locationinfo] Format php filesSimon Rettberg2017-04-121-79/+143
|
* Bugfixes: serversettings option 1 is selected when switching backend type. ↵Jannik Schönartz2017-03-271-4/+17
| | | | Some minor empty array etc. fixes.
* Openingtimes: Fixed a bug where when a field was not filles it caused errors.Jannik Schönartz2017-03-261-19/+28
|
* Server-Settings: Fixed a bug where the selection in the credentials were'nt ↵Jannik Schönartz2017-03-261-2/+2
| | | | displayed
* Save Button is now in the footer. Url preview added in the room settingsJannik Schönartz2017-03-221-3/+3
|
* Backend credentials translation added. Bugfix: Checkboxes instead of bs ↵Jannik Schönartz2017-03-221-4/+6
| | | | switches were shown in the server settings
* Locationinfo: Added Comments to the functions.Jannik Schönartz2017-03-211-1/+64
|
* Admin-panel: Redesigned config. Added helpboxes.Jannik Schönartz2017-03-211-0/+4
|
* Locationinfo: admin-panel: Fixed a Bug where a space in a credentialname ↵Jannik Schönartz2017-03-191-1/+8
| | | | caused errors. Changes the checkbox to bs-switch.
* SetCredentials error message is no longer ignored.Jannik Schönartz2017-03-171-4/+7
|
* Rework of the Server List. Many Bugfixes (see Mail).Jannik Schönartz2017-03-171-61/+104
|
* Locationinfo: Errors from the CourseBackend are now safes in the db and ↵Jannik Schönartz2017-03-091-9/+32
| | | | shown in the Admin-Panel. Refresh-button added for the servers. Install.php needs to be executed!
* API: setCredentials without json_encodeJannik Schönartz2017-03-081-1/+1
|
* Admin-panel: Credentials Button is now red/green if the connection ↵Jannik Schönartz2017-03-051-4/+20
| | | | failed/succeeded. Also an error msg is shown if the connection failed.
* ServerList: Fixed a bug while editing the list would not show the not ↵Jannik Schönartz2017-03-041-0/+1
| | | | selected Servers. Dummy updates to a current-dated date.
* Changed RoomServerID to String instead of intJannik Schönartz2017-03-271-1/+1
|
* API: Calendar rework.Jannik Schönartz2017-02-281-29/+1Star
|
* Admin panel: New server GUI now using the backend types.Jannik Schönartz2017-02-271-17/+64
|
* Database: Changed login/passwd to credentials. install.php needs to be executed.Jannik Schönartz2017-02-211-9/+7Star
|
* Removed hidden from the Insert into's Default 0 should be insertet ↵Jannik Schönartz2017-02-161-6/+6
| | | | automaticly from the db
* [locationinfo] Take lastboot into account when calcing pc stateSimon Rettberg2017-01-201-2/+2
|
* Backend: Added new servertype Frontend. Sends the url/serverroomid.json to ↵Jannik Schönartz2016-12-191-2/+26
| | | | the frontend.
* vergessen eine datei zu speichernDirk Riestere2016-12-141-28/+1Star
|
* Funktion um json von HisInOne abzufragen, es wird aber noch keine neue Datei ↵Dirk Riestere2016-12-121-0/+28
| | | | erstellt
* Locationinfo: Added ServertableJannik Schönartz2016-12-051-28/+80
|
* Locationinfo config: added auto scale mode. Fixed some api bugsJannik Schönartz2016-12-021-5/+5
|
* locationinfo: added easymode to the opening timeJannik Schönartz2016-12-021-48/+98
|
* The Checkboxes in the locationinfo are now working recursively with ↵Jannik Schönartz2016-11-261-11/+59
| | | | parents/childs
* Settings added. All settings can be configured now in the slx-admin panel. ↵Jannik Schönartz2016-11-251-4/+51
| | | | It will load/save from/in the db. Also minor fixes.
* Added new column for the calendar data and edited all insert into.Jannik Schönartz2016-11-241-2/+2
|
* Added a random generator for calendar stuffJannik Schönartz2016-11-231-1/+0Star
|
* Fixed from the Mail applied. Added OpeningTimes and stuff for the admin ↵Jannik Schönartz2016-11-211-21/+169
| | | | panel. new install.php should beexcecuted
* First functions added to the locationinfo AdminPanel. Api is can now return ↵Jannik Schönartz2016-11-171-4/+93
| | | | the infos with or without coordinates.
* [locationinfo] Skeleton for new moduleSimon Rettberg2016-10-271-0/+30