summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] increased cached date span for backends: dummy, davinci and ↵Udo Walter2019-07-183-6/+6
| | | | exchange
* [locationinfo] Add ability to select the start day of the calendarUdo Walter2019-07-166-5/+65
|
* [locationinfo] fix bug 'open for' without timesChristian Hofmaier2019-06-041-2/+2
|
* [locationinfo] fix bug override not loading correctly into edit menuChristian Hofmaier2019-06-041-1/+1
|
* [locationinfo] Update translationsSimon Rettberg2019-04-101-1/+1
|
* [locationinfo] Style checkboxes, use icon in save buttonSimon Rettberg2019-04-032-13/+23
|
* [locationinfo] Update translationsSimon Rettberg2019-04-034-8/+6Star
|
* [locationinfo] rearrange default-panel settings in UIChristian Hofmaier2019-03-283-145/+140Star
|
* [locationinfo] fix overrides reference is null errorChristian Hofmaier2019-03-282-1/+2
| | | | - the switch for activating override for a room is now working correctly
* [locationinfo] add nowrap to clients columnSimon Rettberg2019-03-271-1/+1
|
* [locationinfo] UI reworkChristian Hofmaier2019-03-267-30/+211
| | | | | | | | - 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
* Use collapse mode for translations, runmode, rebootcontrolSimon Rettberg2019-03-262-3/+3
| | | | Also shuffle around modules.
* [locationinfo] Change glyphicons for panel listSimon Rettberg2019-03-261-4/+4
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-253-74/+32Star
|
* [locationinfo] Update translationsSimon Rettberg2019-03-152-0/+6
|
* [locationinfo] Purge old log entries form backend logSimon Rettberg2019-03-151-0/+5
|
* [locationinfo] Add black/whitelist stuff for URL panelsSimon Rettberg2019-03-144-20/+55
|
* [locationinfo] Update translationsSimon Rettberg2019-03-074-10/+18
|
* [locationinfo] Introduce timeouts for curl operationsSimon Rettberg2019-03-073-3/+8
|
* [locationinfo] Add error log for backendsSimon Rettberg2019-03-0714-92/+183
|
* [locationinfo] Fix form<->button relation (delete, check, etc.)Simon Rettberg2019-03-071-17/+22
|
* [syslog/locationinfo] Fix install script db refsSimon Rettberg2019-03-051-2/+2
|
* [locationinfo] panel: Shorter dash, empty field if no PCs for roomSimon Rettberg2019-03-011-8/+11
|
* AAAAAnd I'm retardedSimon Rettberg2019-02-201-1/+1
|
* [locationinfo] Don't refresh calendars indefinitelySimon Rettberg2019-02-202-4/+18
| | | | | | | | We try to refresh calendars that have recently been used to coalesce requests, which helps especially with HisInOne. However, this would in turn make the calendar recently refreshed so it would keep going on and on, as long as there is at least one active info panel making actual requests.
* [locationinfo] Fix minor issuesSimon Rettberg2019-02-201-9/+24
| | | | | | | - Potential race with calendar updates - Coalesqing depends on total number of locations, not just additional ones - Copypasta error in date fix function
* [locationinfo] Stoffelsteffen!Simon Rettberg2019-02-201-6/+6
| | | | | | - Enable caching for Exchange backend - Update curl option setting - Proper timestamp formatting
* [locationinfo] Fix events not showingSimon Rettberg2019-02-191-1/+7
| | | | | HISinOne start and end dates are not reliable - ignore and check individual planned dates.
* [locationinfo] HisInOne: Properly handle multiple plannedDatesSimon Rettberg2019-01-291-0/+7
| | | | | | If a course has been running for several semesters, older plannedDate entries tend to have no individualDate entries. Ignore those and don't error_log about it.
* [locationinfo] Suppress XML parsing error spamSimon Rettberg2019-01-291-1/+1
| | | | | | The SimpleXML constructor is quite verbose if you pass it e.g. an HTML error page instead of the expected XML. Suppress those errors, we'll do our own (more concise) logging in the exception handler.
* [locationinfo] use set config language for panelsChristian Hofmaier2019-01-221-2/+2
|
* [locationinfo] some design reworkChristian Hofmaier2019-01-224-11/+15
| | | | | | | - Change "free" to "open" - h/min display in summary - do not display colors of unused states in summary - change seatcounter to emDash when room has current event
* [locationinfo] set roomplanner default on false for existing panelsChristian Hofmaier2019-01-082-0/+6
| | | | - if panel is already existing without roomplanner value in database
* [locationinfo] make colors consistent for summary and default panelChristian Hofmaier2019-01-081-3/+3
| | | | | - black is now status 'offline' - grey is now status 'broken'
* [locationinfo] fix summary panel showing "closed" when room without opening ↵Christian Hofmaier2018-12-111-68/+44Star
| | | | times
* [locationinfo] fix summary pannel always in germanChristian Hofmaier2018-12-081-4/+42
|
* Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminChristian Hofmaier2018-12-088-18/+18
|\
| * [locationinfo] roomplaner -> roomplannerSimon Rettberg2018-12-058-18/+18
| |
* | [locationinfo] fix header not detecting events in only room modeChristian Hofmaier2018-12-081-3/+31
|/ | | | - fix redundant initialize when only calendar mode
* [locationinfo] fix panel being closed all day long in summaryChristian Hofmaier2018-12-041-1/+1
|
* [locationinfo] fix panel being closed all day longChristian Hofmaier2018-12-041-1/+1
|
* [locationinfo] Prevent undefined index accessSimon Rettberg2018-12-041-5/+7
|
* [locationinfo] add new settings for panels (counter, updaterate)Christian Hofmaier2018-12-039-72/+139
| | | | | | | | - 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] HiS: Check if event has any planned datesSimon Rettberg2018-12-031-0/+2
|
* [locationinfo] Fix infinite loop with malformed backend dataSimon Rettberg2018-11-211-0/+6
|
* [locationinfo] show overlapping eventsChristian Hofmaier2018-10-301-3/+10
| | | | | - when events overlap by time, show them separately - when two events dont differ in title, start and end, merge them
* [locationinfo] scale calender if no events in timetableChristian Hofmaier2018-10-161-1/+2
| | | | | | - scale the calender even without events in the timetable for a better view when multiple rooms selected - hide scrollbar for calenders (!important is neccessary!)
* [locationinfo] apply design guidelines / table stylingChristian Hofmaier2018-10-117-68/+114
| | | | | | | | | | - move buttons to the right hand side - use modals for confirmation check - table styling/adjustment -- add missing headers -- remove text from buttons in table -- center buttons / header-text - improve language-tags
* [locationinfo] disable add location when 4 rooms in list in default-panel-configChristian Hofmaier2018-10-111-5/+20
| | | | | | | - don't close dropdown selection when room selected - if 4 rooms selected disable the add button - if 4 rooms selected, close the dropdown selection - re enable the button when a room gets removed
* [inc/User] Fix access to Page if class is not loadedSimon Rettberg2018-08-073-20/+32
|