summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] Relative paths for assets in rewrite modeSimon Rettberg2020-10-221-2/+2
| | | | | | In conjunction with the proper reqrite rule, this makes it possible to entirely server the info panel from a dedicated virtual directory, in our case, /panel/
* [locationinfo] URLPANEL: Allow black- and whitelist simultaneouslySimon Rettberg2020-10-211-4/+12
| | | | References #3790
* [baseconfig_bwlp/locationinfo] Add SLX_TTY_SWITCHSimon Rettberg2020-10-201-0/+2
| | | | | | | | This will be used (to be implemented client side) to diallow tty switching from within the X session, as the exam mode currently already does. References #3793
* [locations] Migrate openingtimes from infoscreen to locations moduleChristian Hofmaier2020-09-081-87/+10Star
| | | | | - move openingtimes from infoscreen db to locations db - read-only openingtimes in infoscreen
* [locationinfo] Fix overriding "show hostnames" not being savedSimon Rettberg2020-09-081-1/+2
|
* [locationinfo] His: Switch from SOAP to iCalSimon Rettberg2020-09-081-1/+2
| | | | | | | | | iCal downloads are much faster in more revent HisInOne versions, while the SOAP API will make cobbling together a time table for a specific room even more complicated in the next release (2020.12). Switch to iCal for now and see how it goes. TODO: Create a generic iCal backend module based on this.
* [locationinfo] Add option to show hostnamesSimon Rettberg2020-06-291-1/+3
|
* [locationinfo] less lovely javascript more not so lovely phpChristian Hofmaier2019-12-041-2/+18
| | | | - same function just in backend
* [locationinfo] add new kiosk-mode options to url-panelsChristian Hofmaier2019-11-271-0/+19
| | | | | | | - guest / guest+user login - browser selection - interactive mode - bookmarks
* [locationinfo] fix wrong value shown on config-site for old panelsChristian Hofmaier2019-10-291-2/+2
|
* [locationinfo] Make switching per room workChristian Hofmaier2019-10-261-1/+2
|
* [locationinfo] Add ability to select the start day of the calendarUdo Walter2019-07-161-0/+3
|
* [locationinfo] UI reworkChristian Hofmaier2019-03-261-2/+22
| | | | | | | | - add Icons to Buttons - override config for specific room - change roomplanner switch with dropdown menu - new texts for roomplanner dropdown - when roomplanner is empty show empty green box instead of red 0
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-251-10/+14
|
* [locationinfo] Add black/whitelist stuff for URL panelsSimon Rettberg2019-03-141-0/+4
|
* [locationinfo] Add error log for backendsSimon Rettberg2019-03-071-5/+38
|
* [locationinfo] use set config language for panelsChristian Hofmaier2019-01-221-2/+2
|
* [locationinfo] set roomplanner default on false for existing panelsChristian Hofmaier2019-01-081-0/+3
| | | | - if panel is already existing without roomplanner value in database
* [locationinfo] roomplaner -> roomplannerSimon Rettberg2018-12-051-4/+4
|
* [locationinfo] add new settings for panels (counter, updaterate)Christian Hofmaier2018-12-031-2/+16
| | | | | | | | - setting: consider only clients in roomplaner, instead of ip range - add option to set update rate in summary panels - directly initialize when mode is "only calendar" - Set counter to "-" if room has ongoing event - fix some spelling / unused code
* [locationinfo] Don't pad with ... but ' 'Simon Rettberg2018-04-251-2/+2
|
* [locationinfo] Activate runmode module before callingSimon Rettberg2018-04-251-1/+3
|
* [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
|
* [locationinfo] Add permissionsSimon Rettberg2018-03-051-24/+104
|
* [locationinfo] URL: Add field to specify reload interval in minutesSimon Rettberg2018-01-111-0/+2
|
* [locationinfo] Reload panels when opening times are changedSimon Rettberg2017-12-191-18/+61
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-1/+1
| | | | | 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] Fix handling of invalid backends, remove dummy-backend in ↵Simon Rettberg2017-12-071-1/+2
| | | | production
* Fix several PHP notices about undefined indexes, variables, not-arraysSimon Rettberg2017-12-011-3/+5
|
* [locationinfo] removed seconds from the time. More than 4 locations are ↵Jannik Schönartz2017-11-301-3/+0Star
| | | | allowed for the summary panel
* [locationinfo] Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminJannik Schönartz2017-11-301-2/+2
|\
| * [main] Detect clock mismatch, fix translationsSimon Rettberg2017-11-301-2/+2
| |
* | [locationinfo] Reworked summary-panel to the new panel uuid stuff.Jannik Schönartz2017-11-301-8/+39
|/
* [locationinfo] Fix misspelled class, typedef in phpdocSimon Rettberg2017-11-141-2/+2
|
* [locationinfo] Make panel accessible via slxadmin, add URL type panelSimon Rettberg2017-07-251-40/+138
|
* [locationinfo] Support runmode moduleSimon Rettberg2017-07-061-1/+8
|
* [locationinfo] Remove configupdate fieldSimon Rettberg2017-06-211-6/+0Star
|
* [locationinfo] Frontend mostly working again...Simon Rettberg2017-06-161-8/+10
|
* [locationinfo] slxadmin part done, todo: frontend+apiSimon Rettberg2017-06-131-47/+150
|
* [locationinfo] Location edit part done so farSimon Rettberg2017-06-121-8/+78
|
* [locationinfo] Started rewrite for panel-based approachSimon Rettberg2017-06-101-299/+306
|
* [locationinfo] Allow setting a location's server to "none"Simon Rettberg2017-05-101-2/+1Star
|
* [locationinfo] Fix undefined variable 'openingtimes'Steffen Ritter2017-05-091-1/+1
|
* [locationinfo] Fix more undefined offset accessSimon Rettberg2017-05-091-8/+9
| | | | Fixes #3133
* [locationinfo] Fix initial selection of backend type when creating serverSimon Rettberg2017-05-081-1/+2
| | | | Fixes #3130
* [locationinfo] Check for valid serverid when saving location configSimon Rettberg2017-04-271-1/+5
|
* [locationinfo] Regression: Fix editing location with no previous configSimon Rettberg2017-04-271-1/+4
|