summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo
Commit message (Collapse)AuthorAgeFilesLines
...
* [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-077-20/+38
| | | | production
* [locationinfo] Improve font size scaling for calendarSimon Rettberg2017-12-061-7/+8
|
* Merge branch 'master' of dnbd3:openslx-ng/slx-adminSimon Rettberg2017-12-061-1/+1
|\
| * [locationinfo] Calling the update function after the timetable arrived from ↵Jannik Schönartz2017-12-051-1/+1
| | | | | | | | the backend
* | [locationinfo] Fix typo in varnameSimon Rettberg2017-12-061-1/+1
|/
* [locationinfo] Native panels should ignore SSL errors for now ...Simon Rettberg2017-12-051-5/+2Star
| | | | Until we can push self-signed certs to the client for validation
* [locationinfo] Fix timezone offset on QWebView in summary panelSimon Rettberg2017-12-051-15/+40
| | | | Copy cleanDate function from weekcalendar
* [locationinfo] Fix formatting of calendar starttime/endtime, remove if not ↵Simon Rettberg2017-12-052-6/+43
| | | | | | | | possible The weekcalendar plugin chokes on badly formatted timestamps, so either fix or remove dates which don't match the expectation. Fixes #3192
* [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] Return all openingtimes for SUMMARY panel (recursively)Simon Rettberg2017-12-041-9/+19
| | | | TODO: Actually use them in frontend-summary.html
* [locationinfo] Expand locationds columSimon Rettberg2017-12-031-1/+4
|
* Fix several PHP notices about undefined indexes, variables, not-arraysSimon Rettberg2017-12-011-3/+5
|
* [runmode] Fix client filter logicSimon Rettberg2017-12-011-1/+1
|
* [statistics, roomplanner, locationinfo] Ignore machines with runmode:isclient==0Simon Rettberg2017-12-011-1/+9
|
* [locationinfo] Fix room scalingSimon Rettberg2017-12-011-36/+16Star
|
* [locationinfo] Month is 0-based in jsSimon Rettberg2017-12-011-1/+1
|
* Update translationsSteffen Ritter2017-11-304-2/+16
|
* [locationinfo] removed seconds from the time. More than 4 locations are ↵Jannik Schönartz2017-11-302-4/+7
| | | | allowed for the summary panel
* [locationinfo] Added standby to the summary panelJannik Schönartz2017-11-302-12/+19
|
* [locationinfo] Fix prettytime, fix standby, check dependency on weekcalendarSimon Rettberg2017-11-301-12/+14
|
* [locationinfo] Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminJannik Schönartz2017-11-304-43/+58
|\
| * english text for backend-hisinone en temlpateJonathan Bauer2017-11-301-3/+3
| |
| * [main] Detect clock mismatch, fix translationsSimon Rettberg2017-11-301-2/+2
| |
| * Update translationsSteffen Ritter2017-11-292-38/+53
| |
* | [locationinfo] Reworked summary-panel to the new panel uuid stuff.Jannik Schönartz2017-11-307-88/+342
|/
* [statistics] Introduce state column to get rid of complicated state ↵Simon Rettberg2017-11-283-13/+7Star
| | | | | | determination This also adds support for the STANDBY state
* [locationinfo] Set SLX_AUTOLOGIN in configSimon Rettberg2017-11-141-0/+1
|
* [locationinfo] Fix misspelled class, typedef in phpdocSimon Rettberg2017-11-141-2/+2
|
* [locationinfo] Disable exchangeSimon Rettberg2017-11-141-0/+0
|
* [locationinfo] Add backend for Microsoft Exchange ServerSteffen Ritter2017-08-292-0/+210
| | | | We use the php-ews library which can be easily integrated via composer
* [locationinfo] Fix davinci backend connection test, minor tweaks to web viewSimon Rettberg2017-08-163-4/+12
|
* [locationinfo] Make panel accessible via slxadmin, add URL type panelSimon Rettberg2017-07-2517-3666/+687Star
|
* [locationinfo] Better error handling in hisinone backendSimon Rettberg2017-07-252-29/+43
|
* [locationinfo] Set proper systemd targetSimon Rettberg2017-07-251-1/+1
|
* [locationinfo] weekcalendar: Fix hourline timer handle being globalSimon Rettberg2017-07-181-2/+5
|
* [locationinfo] Better support for old webkitSimon Rettberg2017-07-172-36/+49
|
* [runmode] Tweaks, support NO_CONFIG and systemd targetSimon Rettberg2017-07-122-1/+12
|
* [locationinfo] Improve dummy backend data generatorSimon Rettberg2017-07-121-4/+9
|
* [locationinfo] Try working around messy time handling (timezones etc), CSSSimon Rettberg2017-07-077-25/+66
| | | | | | | | | | | | Webkit/Presto and Blink/Gecko (or rather the corresponding JS engine) disagree about how to handle certain date format strings wrt. time zones. This leads to nasty discrepancies of events being displayed in the calendar. (Unfortunately the students working on this project could not be convinced that properly handling time zones when dealing with time information should be considered important.) Also, some tweaks to CSS/layout have been implemented so the design isn't as messed up on old webkits that don't support flex layout.
* [locationinfo] Support runmode moduleSimon Rettberg2017-07-065-12/+44
|
* [locationinfo] Make panel names links that open panel againSimon Rettberg2017-06-211-1/+1
|
* [locationinfo] Remove configupdate fieldSimon Rettberg2017-06-212-22/+0Star
|
* [locationinfo] Update install scriptSimon Rettberg2017-06-211-4/+31
|
* [locationinfo] Detect config changes, tweak display colorsSimon Rettberg2017-06-212-72/+115
|
* [locationinfo] Merge some tweaks and fixes for weekcalendarSimon Rettberg2017-06-211-17/+14Star
|
* [locationinfo] Implement room-specific overrides (no config GUI yet)Simon Rettberg2017-06-212-5/+9
|
* [locationinfo] Use styled DIVs instead of SVGs for PC iconsSimon Rettberg2017-06-2010-473/+81Star
|
* [locationinfo] Couple minor tweks/fixes/comments for doorsign.htmlSimon Rettberg2017-06-202-90/+102
|