Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] Fix davinci backend connection test, minor tweaks to web view | Simon Rettberg | 2017-08-16 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Make panel accessible via slxadmin, add URL type panel | Simon Rettberg | 2017-07-25 | 5 | -1/+2568 |
| | |||||
* | [locationinfo] Support runmode module | Simon Rettberg | 2017-07-06 | 2 | -11/+21 |
| | |||||
* | [locationinfo] Make panel names links that open panel again | Simon Rettberg | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Remove configupdate field | Simon Rettberg | 2017-06-21 | 1 | -16/+0 |
| | |||||
* | [locationinfo] slxadmin part done, todo: frontend+api | Simon Rettberg | 2017-06-13 | 6 | -412/+555 |
| | |||||
* | [locationinfo] Location edit part done so far | Simon Rettberg | 2017-06-12 | 2 | -11/+19 |
| | |||||
* | [locationinfo] Started rewrite for panel-based approach | Simon Rettberg | 2017-06-10 | 7 | -481/+389 |
| | |||||
* | [locationinfo] Add fake password fields to prevent autofill | Simon Rettberg | 2017-05-08 | 1 | -0/+2 |
| | |||||
* | [locationinfo] Fix initial selection of backend type when creating server | Simon Rettberg | 2017-05-08 | 1 | -4/+10 |
| | | | | Fixes #3130 | ||||
* | [locationinfo] Open panel in new window | Simon Rettberg | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Clean up translations | Simon Rettberg | 2017-04-21 | 2 | -7/+5 |
| | |||||
* | [locationinfo] Generate credentials in server-settings server side | Simon Rettberg | 2017-04-21 | 5 | -141/+119 |
| | | | | | | | There's no need to generate parameters server side that get passed to the template engine which generates javascript code that generates html snippets in the browser. We now generate everything server side right away. | ||||
* | [locationinfo] Remove URL from server list, style checkboxes | Simon Rettberg | 2017-04-20 | 1 | -4/+11 |
| | |||||
* | [locationinfo] Rename tables to use module name as prefix; room -> location | Simon Rettberg | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | DO NOT NEED | Simon Rettberg | 2017-04-19 | 1 | -1/+0 |
| | |||||
* | [locationinfo] Better backend-specific property handling, get rid of URL | Simon Rettberg | 2017-04-19 | 1 | -17/+0 |
| | | | | | | | | - 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 Rettberg | 2017-04-14 | 1 | -85/+65 |
| | | | | ... and fix a few bugs I introduced | ||||
* | [locationinfo] page.inc.php: More simplification, error checks, formatting | Simon Rettberg | 2017-04-14 | 1 | -4/+4 |
| | |||||
* | [locationinfo] Refactor the main view | Simon Rettberg | 2017-04-13 | 3 | -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 Rettberg | 2017-04-13 | 2 | -216/+223 |
| | |||||
* | [locationinfo] Clean up config.html (and handling in php) | Simon Rettberg | 2017-04-13 | 1 | -449/+267 |
| | | | | | | | - De-javascript where reasonable - Unify repeated calls - Overhaul query builder - ... | ||||
* | [locationinfo] Sanitize html | Simon Rettberg | 2017-04-13 | 1 | -12/+12 |
| | |||||
* | [locationinfo] Don't hardcode languages | Simon Rettberg | 2017-04-12 | 1 | -4/+4 |
| | |||||
* | [locationinfo] Format templates | Simon Rettberg | 2017-04-12 | 4 | -311/+361 |
| | |||||
* | Bugfixes: serversettings option 1 is selected when switching backend type. ↵ | Jannik Schönartz | 2017-03-27 | 1 | -1/+1 |
| | | | | Some minor empty array etc. fixes. | ||||
* | Added a no Server option in the room config | Jannik Schönartz | 2017-03-24 | 1 | -0/+1 |
| | |||||
* | Save Button is now in the footer. Url preview added in the room settings | Jannik Schönartz | 2017-03-22 | 4 | -28/+100 |
| | |||||
* | Backend credentials translation added. Bugfix: Checkboxes instead of bs ↵ | Jannik Schönartz | 2017-03-22 | 1 | -3/+10 |
| | | | | switches were shown in the server settings | ||||
* | Locationinfo: Added Comments to the functions. | Jannik Schönartz | 2017-03-21 | 4 | -4/+79 |
| | |||||
* | Admin-panel: Redesigned config. Added helpboxes. | Jannik Schönartz | 2017-03-21 | 3 | -147/+416 |
| | |||||
* | Locationinfo: admin-panel: Fixed a Bug where a space in a credentialname ↵ | Jannik Schönartz | 2017-03-19 | 1 | -4/+5 |
| | | | | caused errors. Changes the checkbox to bs-switch. | ||||
* | Rework of the Server List. Many Bugfixes (see Mail). | Jannik Schönartz | 2017-03-17 | 5 | -184/+156 |
| | |||||
* | Locationinfo: Reformat code. | Jannik Schönartz | 2017-03-15 | 4 | -579/+607 |
| | |||||
* | Locationinfo: Admin-panel auto size cell for the Credentials button. In the ↵ | Jannik Schönartz | 2017-03-09 | 1 | -6/+6 |
| | | | | German language the buttons were wrapped. | ||||
* | Locationinfo: Errors from the CourseBackend are now safes in the db and ↵ | Jannik Schönartz | 2017-03-09 | 2 | -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önartz | 2017-03-05 | 1 | -1/+1 |
| | | | | failed/succeeded. Also an error msg is shown if the connection failed. | ||||
* | Changed RoomServerID to String instead of int | Jannik Schönartz | 2017-03-27 | 1 | -1/+1 |
| | |||||
* | API: Fixed Calendar function. | Jannik Schönartz | 2017-03-01 | 1 | -2/+1 |
| | |||||
* | API: Calendar rework. | Jannik Schönartz | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | Admin panel: New server GUI now using the backend types. | Jannik Schönartz | 2017-02-27 | 3 | -13/+44 |
| | |||||
* | Deleted the pcsubtable. Bugs/Usability fixes. | Jannik Schönartz | 2017-01-19 | 3 | -58/+8 |
| | |||||
* | Backend: Added new servertype Frontend. Sends the url/serverroomid.json to ↵ | Jannik Schönartz | 2016-12-19 | 2 | -5/+20 |
| | | | | the frontend. | ||||
* | Locationinfo: Added Servertable | Jannik Schönartz | 2016-12-05 | 3 | -3/+210 |
| | |||||
* | Locationinfo config: added auto scale mode. Fixed some api bugs | Jannik Schönartz | 2016-12-02 | 1 | -4/+23 |
| | |||||
* | locationinfo: added easymode to the opening time | Jannik Schönartz | 2016-12-02 | 4 | -67/+217 |
| | |||||
* | Rotation but fixed. | Jannik Schönartz | 2016-11-26 | 1 | -3/+3 |
| | |||||
* | Fixed a coordination bug which caused rotation bugs. Deleted the ↵ | Jannik Schönartz | 2016-11-26 | 1 | -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önartz | 2016-11-26 | 1 | -6/+3 |
| | | | | parents/childs | ||||
* | Settings added. All settings can be configured now in the slx-admin panel. ↵ | Jannik Schönartz | 2016-11-25 | 3 | -12/+174 |
| | | | | It will load/save from/in the db. Also minor fixes. |