summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] Fix styling of tooltip btnsSteffen Ritter2018-02-0610-66/+68
| | | | also made the style of two close btns consistent to the rest
* [locationinfo] URL: Add field to specify reload interval in minutesSimon Rettberg2018-01-111-1/+21
|
* [locationinfo] Update translationsSimon Rettberg2017-12-211-1/+1
|
* [locationinfo] Fix infinite reload loopSimon Rettberg2017-12-191-3/+29
|
* [locationinfo] Reload panels when opening times are changedSimon Rettberg2017-12-191-0/+6
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-162-8/+7Star
| | | | | 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önartz2017-12-071-0/+2
|
* [locationinfo] Moved some shared functions to the frontendscript.jsJannik Schönartz2017-12-072-157/+4Star
|
* [locationinfo] Fixing openingtime in the Summary panelJannik Schönartz2017-12-071-4/+83
|
* [locationinfo] Fix handling of invalid backends, remove dummy-backend in ↵Simon Rettberg2017-12-071-1/+1
| | | | production
* [locationinfo] Improve font size scaling for calendarSimon Rettberg2017-12-061-7/+8
|
* [locationinfo] Calling the update function after the timetable arrived from ↵Jannik Schönartz2017-12-051-1/+1
| | | | the backend
* [locationinfo] Fix timezone offset on QWebView in summary panelSimon Rettberg2017-12-051-15/+40
| | | | Copy cleanDate function from weekcalendar
* [locationinfo] summary: min-width 90px for child nodesSimon Rettberg2017-12-041-0/+1
|
* [locationinfo] summary: CSS compat for older clients, disable hiding featureSimon Rettberg2017-12-041-5/+17
| | | | Hiding should consider parent/child nodes accordingly
* [locationinfo] Fix room scalingSimon Rettberg2017-12-011-36/+16Star
|
* [locationinfo] Month is 0-based in jsSimon Rettberg2017-12-011-1/+1
|
* [locationinfo] removed seconds from the time. More than 4 locations are ↵Jannik Schönartz2017-11-301-1/+7
| | | | allowed for the summary panel
* [locationinfo] Added standby to the summary panelJannik Schönartz2017-11-301-11/+17
|
* [locationinfo] Fix prettytime, fix standby, check dependency on weekcalendarSimon Rettberg2017-11-301-12/+14
|
* [locationinfo] Reworked summary-panel to the new panel uuid stuff.Jannik Schönartz2017-11-302-16/+235
|
* [statistics] Introduce state column to get rid of complicated state ↵Simon Rettberg2017-11-281-2/+2
| | | | | | determination This also adds support for the STANDBY state
* [locationinfo] Fix davinci backend connection test, minor tweaks to web viewSimon Rettberg2017-08-161-1/+1
|
* [locationinfo] Make panel accessible via slxadmin, add URL type panelSimon Rettberg2017-07-255-1/+2568
|
* [locationinfo] Support runmode moduleSimon Rettberg2017-07-062-11/+21
|
* [locationinfo] Make panel names links that open panel againSimon Rettberg2017-06-211-1/+1
|
* [locationinfo] Remove configupdate fieldSimon Rettberg2017-06-211-16/+0Star
|
* [locationinfo] slxadmin part done, todo: frontend+apiSimon Rettberg2017-06-136-412/+555
|
* [locationinfo] Location edit part done so farSimon Rettberg2017-06-122-11/+19
|
* [locationinfo] Started rewrite for panel-based approachSimon Rettberg2017-06-107-481/+389Star
|
* [locationinfo] Add fake password fields to prevent autofillSimon Rettberg2017-05-081-0/+2
|
* [locationinfo] Fix initial selection of backend type when creating serverSimon Rettberg2017-05-081-4/+10
| | | | Fixes #3130
* [locationinfo] Open panel in new windowSimon Rettberg2017-04-271-1/+1
|
* [locationinfo] Clean up translationsSimon Rettberg2017-04-212-7/+5Star
|
* [locationinfo] Generate credentials in server-settings server sideSimon Rettberg2017-04-215-141/+119Star
| | | | | | | 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 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
|