summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] Default language to slx-admin session language for new panelSimon Rettberg2018-04-251-2/+2
|
* [locationinfo] Don't pad with ... but ' 'Simon Rettberg2018-04-251-2/+2
|
* [locationinfo] Activate runmode module before callingSimon Rettberg2018-04-251-1/+3
|
* [locationinfo] davinchi: Reuse curl handleSimon Rettberg2018-04-181-5/+17
|
* [locationinfo] hisinone: Query relevant days only, not whole year/semesterSimon Rettberg2018-04-181-38/+46
| | | | | | | Speed up queries significantly by not going through all the courses for the whole year, but just query those that take place in the next seven days. We also reuse the curl handle now for some additional speedup.
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-3/+8
| | | | This is supposed to prevent unneeded js/css from being pulled in
* [locationinfo] Move save btn to the right (design guidelines)Steffen Ritter2018-04-125-6/+5Star
|
* Update translationsSimon Rettberg2018-04-102-0/+28
|
* [locationinfo] Fix default setting for "select" backend optionsSimon Rettberg2018-04-051-1/+4
|
* [locationinfo] Add exchange backendSimon Rettberg2018-04-05785-203/+67955
| | | | Closes #3170
* [locationinfo] Fix color of seat counter not updating properlySimon Rettberg2018-04-052-6/+5Star
|
* [locationinfo] Delete according runmode entries when a panel gets deletedSimon Rettberg2018-04-031-0/+1
|
* [locationinfo] Use User::assertPermission()Simon Rettberg2018-04-031-2/+1Star
|
* [locationinfo] Properly check permissions when saving new panelSimon Rettberg2018-03-291-1/+7
|
* [locationinfo] Fix permission checking: Add missing return statementSimon Rettberg2018-03-291-0/+1
|
* Update permission translationsSimon Rettberg2018-03-212-0/+16
|
* [locationinfo] Add permissionsSimon Rettberg2018-03-057-34/+221
|
* [locationinfo] Add permission entry to runmode configSimon Rettberg2018-03-041-1/+2
|
* [locationinfo] Fix styling of tooltip btnsSteffen Ritter2018-02-0611-66/+78
| | | | also made the style of two close btns consistent to the rest
* Update translations + add global tagsSimon Rettberg2018-01-112-0/+4
| | | | lang_username, lang_user and lang_password are now global tags
* [locationinfo] URL: Add field to specify reload interval in minutesSimon Rettberg2018-01-113-1/+26
|
* [locationinfo] Update translationsSimon Rettberg2017-12-213-6/+4Star
|
* [locationinfo] Fix infinite reload loopSimon Rettberg2017-12-192-5/+30
|
* [locationinfo] Reload panels when opening times are changedSimon Rettberg2017-12-193-29/+82
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-166-14/+9Star
| | | | | 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-073-157/+87Star
|
* [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
|\