Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [locationinfo] Fix timezone offset on QWebView in summary panel | Simon Rettberg | 2017-12-05 | 1 | -15/+40 | |
| | | | | Copy cleanDate function from weekcalendar | |||||
* | [locationinfo] summary: min-width 90px for child nodes | Simon Rettberg | 2017-12-04 | 1 | -0/+1 | |
| | ||||||
* | [locationinfo] summary: CSS compat for older clients, disable hiding feature | Simon Rettberg | 2017-12-04 | 1 | -5/+17 | |
| | | | | Hiding should consider parent/child nodes accordingly | |||||
* | [locationinfo] Fix room scaling | Simon Rettberg | 2017-12-01 | 1 | -36/+16 | |
| | ||||||
* | [locationinfo] Month is 0-based in js | Simon Rettberg | 2017-12-01 | 1 | -1/+1 | |
| | ||||||
* | [locationinfo] removed seconds from the time. More than 4 locations are ↵ | Jannik Schönartz | 2017-11-30 | 1 | -1/+7 | |
| | | | | allowed for the summary panel | |||||
* | [locationinfo] Added standby to the summary panel | Jannik Schönartz | 2017-11-30 | 1 | -11/+17 | |
| | ||||||
* | [locationinfo] Fix prettytime, fix standby, check dependency on weekcalendar | Simon Rettberg | 2017-11-30 | 1 | -12/+14 | |
| | ||||||
* | [locationinfo] Reworked summary-panel to the new panel uuid stuff. | Jannik Schönartz | 2017-11-30 | 2 | -16/+235 | |
| | ||||||
* | [statistics] Introduce state column to get rid of complicated state ↵ | Simon Rettberg | 2017-11-28 | 1 | -2/+2 | |
| | | | | | | determination This also adds support for the STANDBY state | |||||
* | [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 | |
| |