Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] Move save btn to the right (design guidelines) | Steffen Ritter | 2018-04-12 | 5 | -6/+5 |
| | |||||
* | [locationinfo] Fix color of seat counter not updating properly | Simon Rettberg | 2018-04-05 | 1 | -5/+4 |
| | |||||
* | [locationinfo] Add permissions | Simon Rettberg | 2018-03-05 | 4 | -10/+17 |
| | |||||
* | [locationinfo] Fix styling of tooltip btns | Steffen Ritter | 2018-02-06 | 10 | -66/+68 |
| | | | | also made the style of two close btns consistent to the rest | ||||
* | [locationinfo] URL: Add field to specify reload interval in minutes | Simon Rettberg | 2018-01-11 | 1 | -1/+21 |
| | |||||
* | [locationinfo] Update translations | Simon Rettberg | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Fix infinite reload loop | Simon Rettberg | 2017-12-19 | 1 | -3/+29 |
| | |||||
* | [locationinfo] Reload panels when opening times are changed | Simon Rettberg | 2017-12-19 | 1 | -0/+6 |
| | |||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 2 | -8/+7 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [locationinfo] Cleared the old timeout before calling the new one. | Jannik Schönartz | 2017-12-07 | 1 | -0/+2 |
| | |||||
* | [locationinfo] Moved some shared functions to the frontendscript.js | Jannik Schönartz | 2017-12-07 | 2 | -157/+4 |
| | |||||
* | [locationinfo] Fixing openingtime in the Summary panel | Jannik Schönartz | 2017-12-07 | 1 | -4/+83 |
| | |||||
* | [locationinfo] Fix handling of invalid backends, remove dummy-backend in ↵ | Simon Rettberg | 2017-12-07 | 1 | -1/+1 |
| | | | | production | ||||
* | [locationinfo] Improve font size scaling for calendar | Simon Rettberg | 2017-12-06 | 1 | -7/+8 |
| | |||||
* | [locationinfo] Calling the update function after the timetable arrived from ↵ | Jannik Schönartz | 2017-12-05 | 1 | -1/+1 |
| | | | | the backend | ||||
* | [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 |
| |