Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] Support runmode module | Simon Rettberg | 2017-07-06 | 1 | -1/+8 |
| | |||||
* | [locationinfo] Remove configupdate field | Simon Rettberg | 2017-06-21 | 1 | -6/+0 |
| | |||||
* | [locationinfo] Frontend mostly working again... | Simon Rettberg | 2017-06-16 | 1 | -8/+10 |
| | |||||
* | [locationinfo] slxadmin part done, todo: frontend+api | Simon Rettberg | 2017-06-13 | 1 | -47/+150 |
| | |||||
* | [locationinfo] Location edit part done so far | Simon Rettberg | 2017-06-12 | 1 | -8/+78 |
| | |||||
* | [locationinfo] Started rewrite for panel-based approach | Simon Rettberg | 2017-06-10 | 1 | -299/+306 |
| | |||||
* | [locationinfo] Allow setting a location's server to "none" | Simon Rettberg | 2017-05-10 | 1 | -2/+1 |
| | |||||
* | [locationinfo] Fix undefined variable 'openingtimes' | Steffen Ritter | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Fix more undefined offset access | Simon Rettberg | 2017-05-09 | 1 | -8/+9 |
| | | | | Fixes #3133 | ||||
* | [locationinfo] Fix initial selection of backend type when creating server | Simon Rettberg | 2017-05-08 | 1 | -1/+2 |
| | | | | Fixes #3130 | ||||
* | [locationinfo] Check for valid serverid when saving location config | Simon Rettberg | 2017-04-27 | 1 | -1/+5 |
| | |||||
* | [locationinfo] Regression: Fix editing location with no previous config | Simon Rettberg | 2017-04-27 | 1 | -1/+4 |
| | |||||
* | [locationinfo] Generate credentials in server-settings server side | Simon Rettberg | 2017-04-21 | 1 | -71/+23 |
| | | | | | | | 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] Set default options properly when adding new server | Simon Rettberg | 2017-04-20 | 1 | -6/+4 |
| | |||||
* | [locationinfo] Apply lower bound to refresh timeouts when saving config | Simon Rettberg | 2017-04-20 | 1 | -1/+7 |
| | |||||
* | [locationinfo] Rename tables to use module name as prefix; room -> location | Simon Rettberg | 2017-04-20 | 1 | -22/+22 |
| | |||||
* | [locationinfo] CourseBackend: Rename some methods to be more descriptive | Simon Rettberg | 2017-04-19 | 1 | -2/+2 |
| | |||||
* | [locationinfo] Return untranslated tag of backend property if missing | Simon Rettberg | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Better backend-specific property handling, get rid of URL | Simon Rettberg | 2017-04-19 | 1 | -23/+19 |
| | | | | | | | | - 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 Rettberg | 2017-04-18 | 1 | -25/+2 |
| | | | | in getCalendar | ||||
* | [locationinfo] Remove more dead code, refactor javascript, | Simon Rettberg | 2017-04-14 | 1 | -32/+15 |
| | | | | ... and fix a few bugs I introduced | ||||
* | [locationinfo] page.inc.php: More simplification, error checks, formatting | Simon Rettberg | 2017-04-14 | 1 | -161/+151 |
| | |||||
* | [locationinfo] Refactor the main view | Simon Rettberg | 2017-04-13 | 1 | -142/+75 |
| | | | | | | | - 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 Rettberg | 2017-04-13 | 1 | -31/+33 |
| | | | | | | | - De-javascript where reasonable - Unify repeated calls - Overhaul query builder - ... | ||||
* | [locationinfo] Don't hardcode languages | Simon Rettberg | 2017-04-12 | 1 | -0/+1 |
| | |||||
* | [locationinfo] Format php files | Simon Rettberg | 2017-04-12 | 1 | -79/+143 |
| | |||||
* | Bugfixes: serversettings option 1 is selected when switching backend type. ↵ | Jannik Schönartz | 2017-03-27 | 1 | -4/+17 |
| | | | | Some minor empty array etc. fixes. | ||||
* | Openingtimes: Fixed a bug where when a field was not filles it caused errors. | Jannik Schönartz | 2017-03-26 | 1 | -19/+28 |
| | |||||
* | Server-Settings: Fixed a bug where the selection in the credentials were'nt ↵ | Jannik Schönartz | 2017-03-26 | 1 | -2/+2 |
| | | | | displayed | ||||
* | Save Button is now in the footer. Url preview added in the room settings | Jannik Schönartz | 2017-03-22 | 1 | -3/+3 |
| | |||||
* | Backend credentials translation added. Bugfix: Checkboxes instead of bs ↵ | Jannik Schönartz | 2017-03-22 | 1 | -4/+6 |
| | | | | switches were shown in the server settings | ||||
* | Locationinfo: Added Comments to the functions. | Jannik Schönartz | 2017-03-21 | 1 | -1/+64 |
| | |||||
* | Admin-panel: Redesigned config. Added helpboxes. | Jannik Schönartz | 2017-03-21 | 1 | -0/+4 |
| | |||||
* | Locationinfo: admin-panel: Fixed a Bug where a space in a credentialname ↵ | Jannik Schönartz | 2017-03-19 | 1 | -1/+8 |
| | | | | caused errors. Changes the checkbox to bs-switch. | ||||
* | SetCredentials error message is no longer ignored. | Jannik Schönartz | 2017-03-17 | 1 | -4/+7 |
| | |||||
* | Rework of the Server List. Many Bugfixes (see Mail). | Jannik Schönartz | 2017-03-17 | 1 | -61/+104 |
| | |||||
* | Locationinfo: Errors from the CourseBackend are now safes in the db and ↵ | Jannik Schönartz | 2017-03-09 | 1 | -9/+32 |
| | | | | shown in the Admin-Panel. Refresh-button added for the servers. Install.php needs to be executed! | ||||
* | API: setCredentials without json_encode | Jannik Schönartz | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | Admin-panel: Credentials Button is now red/green if the connection ↵ | Jannik Schönartz | 2017-03-05 | 1 | -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önartz | 2017-03-04 | 1 | -0/+1 |
| | | | | selected Servers. Dummy updates to a current-dated date. | ||||
* | Changed RoomServerID to String instead of int | Jannik Schönartz | 2017-03-27 | 1 | -1/+1 |
| | |||||
* | API: Calendar rework. | Jannik Schönartz | 2017-02-28 | 1 | -29/+1 |
| | |||||
* | Admin panel: New server GUI now using the backend types. | Jannik Schönartz | 2017-02-27 | 1 | -17/+64 |
| | |||||
* | Database: Changed login/passwd to credentials. install.php needs to be executed. | Jannik Schönartz | 2017-02-21 | 1 | -9/+7 |
| | |||||
* | Removed hidden from the Insert into's Default 0 should be insertet ↵ | Jannik Schönartz | 2017-02-16 | 1 | -6/+6 |
| | | | | automaticly from the db | ||||
* | [locationinfo] Take lastboot into account when calcing pc state | Simon Rettberg | 2017-01-20 | 1 | -2/+2 |
| | |||||
* | Backend: Added new servertype Frontend. Sends the url/serverroomid.json to ↵ | Jannik Schönartz | 2016-12-19 | 1 | -2/+26 |
| | | | | the frontend. | ||||
* | vergessen eine datei zu speichern | Dirk Riestere | 2016-12-14 | 1 | -28/+1 |
| | |||||
* | Funktion um json von HisInOne abzufragen, es wird aber noch keine neue Datei ↵ | Dirk Riestere | 2016-12-12 | 1 | -0/+28 |
| | | | | erstellt | ||||
* | Locationinfo: Added Servertable | Jannik Schönartz | 2016-12-05 | 1 | -28/+80 |
| |