summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* [locationinfo] Remove URL from server list, style checkboxesSimon Rettberg2017-04-201-4/+11
|
* [locationinfo] Rename tables to use module name as prefix; room -> locationSimon Rettberg2017-04-201-1/+1
|
* DO NOT NEEDSimon Rettberg2017-04-191-1/+0Star
|
* [locationinfo] Better backend-specific property handling, get rid of URLSimon Rettberg2017-04-191-17/+0Star
| | | | | | | | - 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] Remove more dead code, refactor javascript,Simon Rettberg2017-04-141-85/+65Star
| | | | ... and fix a few bugs I introduced
* [locationinfo] page.inc.php: More simplification, error checks, formattingSimon Rettberg2017-04-141-4/+4
|
* [locationinfo] Refactor the main viewSimon Rettberg2017-04-133-67/+68
| | | | | | | - 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] Two column view for location settings (for md and lg)Simon Rettberg2017-04-132-216/+223
|
* [locationinfo] Clean up config.html (and handling in php)Simon Rettberg2017-04-131-449/+267Star
| | | | | | | - De-javascript where reasonable - Unify repeated calls - Overhaul query builder - ...
* [locationinfo] Sanitize htmlSimon Rettberg2017-04-131-12/+12
|
* [locationinfo] Don't hardcode languagesSimon Rettberg2017-04-121-4/+4
|
* [locationinfo] Format templatesSimon Rettberg2017-04-124-311/+361
|
* Bugfixes: serversettings option 1 is selected when switching backend type. ↵Jannik Schönartz2017-03-271-1/+1
| | | | Some minor empty array etc. fixes.
* Added a no Server option in the room configJannik Schönartz2017-03-241-0/+1
|
* Save Button is now in the footer. Url preview added in the room settingsJannik Schönartz2017-03-224-28/+100
|
* Backend credentials translation added. Bugfix: Checkboxes instead of bs ↵Jannik Schönartz2017-03-221-3/+10
| | | | switches were shown in the server settings
* Locationinfo: Added Comments to the functions.Jannik Schönartz2017-03-214-4/+79
|
* Admin-panel: Redesigned config. Added helpboxes.Jannik Schönartz2017-03-213-147/+416
|
* Locationinfo: admin-panel: Fixed a Bug where a space in a credentialname ↵Jannik Schönartz2017-03-191-4/+5
| | | | caused errors. Changes the checkbox to bs-switch.
* Rework of the Server List. Many Bugfixes (see Mail).Jannik Schönartz2017-03-175-184/+156Star
|
* Locationinfo: Reformat code.Jannik Schönartz2017-03-154-579/+607
|
* Locationinfo: Admin-panel auto size cell for the Credentials button. In the ↵Jannik Schönartz2017-03-091-6/+6
| | | | German language the buttons were wrapped.
* Locationinfo: Errors from the CourseBackend are now safes in the db and ↵Jannik Schönartz2017-03-092-7/+10
| | | | shown in the Admin-Panel. Refresh-button added for the servers. Install.php needs to be executed!
* Admin-panel: Credentials Button is now red/green if the connection ↵Jannik Schönartz2017-03-051-1/+1
| | | | failed/succeeded. Also an error msg is shown if the connection failed.
* Changed RoomServerID to String instead of intJannik Schönartz2017-03-271-1/+1
|
* API: Fixed Calendar function.Jannik Schönartz2017-03-011-2/+1Star
|
* API: Calendar rework.Jannik Schönartz2017-02-281-1/+1
|
* Admin panel: New server GUI now using the backend types.Jannik Schönartz2017-02-273-13/+44
|
* Deleted the pcsubtable. Bugs/Usability fixes.Jannik Schönartz2017-01-193-58/+8Star
|
* Backend: Added new servertype Frontend. Sends the url/serverroomid.json to ↵Jannik Schönartz2016-12-192-5/+20
| | | | the frontend.
* Locationinfo: Added ServertableJannik Schönartz2016-12-053-3/+210
|
* Locationinfo config: added auto scale mode. Fixed some api bugsJannik Schönartz2016-12-021-4/+23
|
* locationinfo: added easymode to the opening timeJannik Schönartz2016-12-024-67/+217
|
* Rotation but fixed.Jannik Schönartz2016-11-261-3/+3
|
* Fixed a coordination bug which caused rotation bugs. Deleted the ↵Jannik Schönartz2016-11-261-1/+1
| | | | locationinfo db and added a setting_location_info all in the install.php
* The Checkboxes in the locationinfo are now working recursively with ↵Jannik Schönartz2016-11-261-6/+3Star
| | | | parents/childs
* Settings added. All settings can be configured now in the slx-admin panel. ↵Jannik Schönartz2016-11-253-12/+174
| | | | It will load/save from/in the db. Also minor fixes.
* Api openingtime is now returning the parent times if the current has no own ↵Jannik Schönartz2016-11-231-1/+1
| | | | times. Api action=config now returns the value from the database. New colum has to be added.
* Fixed from the Mail applied. Added OpeningTimes and stuff for the admin ↵Jannik Schönartz2016-11-213-135/+103Star
| | | | panel. new install.php should beexcecuted
* First functions added to the locationinfo AdminPanel. Api is can now return ↵Jannik Schönartz2016-11-173-4/+225
| | | | the infos with or without coordinates.
* [locationinfo] Skeleton for new moduleSimon Rettberg2016-10-271-0/+4