Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] fix panel being closed all day long | Christian Hofmaier | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Fix color of seat counter not updating properly | Simon Rettberg | 2018-04-05 | 1 | -1/+1 |
| | |||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -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] Moved some shared functions to the frontendscript.js | Jannik Schönartz | 2017-12-07 | 1 | -0/+83 |
| | |||||
* | [locationinfo] Make panel accessible via slxadmin, add URL type panel | Simon Rettberg | 2017-07-25 | 5 | -5764/+0 |
| | |||||
* | [locationinfo] weekcalendar: Fix hourline timer handle being global | Simon Rettberg | 2017-07-18 | 1 | -2/+5 |
| | |||||
* | [locationinfo] Better support for old webkit | Simon Rettberg | 2017-07-17 | 2 | -36/+49 |
| | |||||
* | [locationinfo] Try working around messy time handling (timezones etc), CSS | Simon Rettberg | 2017-07-07 | 2 | -11/+35 |
| | | | | | | | | | | | | 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] Detect config changes, tweak display colors | Simon Rettberg | 2017-06-21 | 1 | -44/+89 |
| | |||||
* | [locationinfo] Merge some tweaks and fixes for weekcalendar | Simon Rettberg | 2017-06-21 | 1 | -17/+14 |
| | |||||
* | [locationinfo] Implement room-specific overrides (no config GUI yet) | Simon Rettberg | 2017-06-21 | 1 | -4/+8 |
| | |||||
* | [locationinfo] Use styled DIVs instead of SVGs for PC icons | Simon Rettberg | 2017-06-20 | 9 | -473/+80 |
| | |||||
* | [locationinfo] Couple minor tweks/fixes/comments for doorsign.html | Simon Rettberg | 2017-06-20 | 1 | -88/+92 |
| | |||||
* | [locationinfo] Finish doorsign.html | Simon Rettberg | 2017-06-20 | 1 | -1395/+1364 |
| | |||||
* | [locationinfo] Frontend mostly working again... | Simon Rettberg | 2017-06-16 | 2 | -648/+558 |
| | |||||
* | [locationinfo] Change order of status bars in overview frontend | Simon Rettberg | 2017-06-07 | 1 | -9/+9 |
| | |||||
* | [locationinfo] Tweak and clean up overview panel | Simon Rettberg | 2017-05-11 | 1 | -256/+98 |
| | |||||
* | [locationinfo] frontend: einkmode -> eco, just like it's named in config | Simon Rettberg | 2017-05-02 | 1 | -3/+3 |
| | |||||
* | [locationinfo] Fix css float setting, simplify parameter handling | Simon Rettberg | 2017-05-02 | 1 | -78/+76 |
| | | | | | Improper assignment of the css float property lead to invisible room layout in certain display modes. | ||||
* | [locationinfo] Simplify getLocationInfo() queries, make dorrsign work ↵ | Simon Rettberg | 2017-04-20 | 1 | -14/+7 |
| | | | | properly for locations without config | ||||
* | [locationinfo] Rename tables to use module name as prefix; room -> location | Simon Rettberg | 2017-04-20 | 2 | -3/+3 |
| | |||||
* | [locationinfo] Use Location helper for getRoomTree, check backend validity ↵ | Simon Rettberg | 2017-04-18 | 1 | -58/+6 |
| | | | | in getCalendar | ||||
* | [locationinfo] frontend: fix indentation, convert to LF only | Simon Rettberg | 2017-04-18 | 2 | -2216/+2222 |
| | |||||
* | frontend fixed switchtime not working | Michael Scherle | 2017-04-03 | 1 | -9/+6 |
| | |||||
* | frontend: doorsign added font scaling for calendar | Michael Scherle | 2017-03-28 | 1 | -2/+16 |
| | |||||
* | frontend: panel added basic arraning alg | Michael Scherle | 2017-03-28 | 1 | -7/+119 |
| | |||||
* | frontend: panel comments and fixes | Michael Scherle | 2017-03-28 | 1 | -56/+208 |
| | |||||
* | frontend: changed pc states the new one, panel now updates properly | Michael Scherle | 2017-03-27 | 2 | -371/+502 |
| | |||||
* | fronted: added JSDoc for doorsign.html | Michael Scherle | 2017-03-24 | 1 | -1230/+1360 |
| | |||||
* | frontend: fixed freitrag, fixed language, fixed vertical parameter bug | Michael Scherle | 2017-03-23 | 2 | -24/+42 |
| | |||||
* | frontend fixed scrolling | Michael Scherle | 2017-03-22 | 2 | -6/+9 |
| | |||||
* | frontend: fixed roomupdate & removed 10 sec delay | Michael Scherle | 2017-03-22 | 1 | -15/+7 |
| | |||||
* | frontend: -calendar scrolls to actual time, if space is to small to show ↵ | Michael Scherle | 2017-03-20 | 2 | -50/+68 |
| | | | | full calendar, -changed querymethods to query dependend on each rooms update time | ||||
* | frontend: fixed loading bar in mode 4, mode 4 now supports up to 4 rooms, ↵ | Michael Scherle | 2017-03-15 | 1 | -25/+60 |
| | | | | font scaling for 1-4 rooms | ||||
* | frontend: fixed vertical mode in doorsign | Michael Scherle | 2017-03-08 | 1 | -2/+3 |
| | |||||
* | frontend: doorsing supports now multible overlays, overlay name has to be ↵ | Michael Scherle | 2017-03-08 | 2 | -30/+69 |
| | | | | send from backend | ||||
* | frontend: fixed scaling issue when there was only one pc | Michael Scherle | 2017-03-07 | 1 | -1/+5 |
| | |||||
* | Merge branch 'location-info-panel' of git.openslx.org:openslx-ng/slx-admin ↵ | Michael Scherle | 2017-03-07 | 1 | -4/+4 |
|\ | | | | | | | into location-info-panel | ||||
| * | API: getRoomTree recursive childs are now filtered out if the id is a ↵ | Jannik Schönartz | 2017-03-06 | 1 | -4/+4 |
| | | | | | | | | duplicate. Frontendpanel: Some url fixes due to reworked api. | ||||
* | | frontend: doorsing has now the ability to show overlays, but backend ↵ | Michael Scherle | 2017-03-07 | 3 | -6/+166 |
|/ | | | | functionallity is required | ||||
* | frontend: fixed calendar | Michael Scherle | 2017-02-20 | 2 | -38/+55 |
| | |||||
* | frontend: removed multidoorsign | Michael Scherle | 2017-03-03 | 2 | -2020/+703 |
| | |||||
* | code reformat | Michael Scherle | 2017-03-03 | 1 | -239/+206 |
| | |||||
* | frontend: added calendar support back in | Michael Scherle | 2017-03-03 | 1 | -61/+47 |
| | |||||
* | frontend: more bugfixes, added design change to seperate rooms | Michael Scherle | 2017-02-28 | 1 | -9/+49 |
| | |||||
* | frontend: bug fixes | Michael Scherle | 2017-02-25 | 1 | -136/+139 |
| | |||||
* | frontend: added multidoorsing to not orverwrite doorsing.html since it's not ↵ | Michael Scherle | 2017-02-22 | 1 | -0/+1497 |
| | | | | fully function for now. Usage: just add id's seperated with a clloum Known issuses: - calendar date not working, waiting for backend. -scaling not working. -mode 4 statusbar on top. - 4 ids not scling correctly | ||||
* | frontend: panel stuff | Michael Scherle | 2017-02-10 | 1 | -2/+0 |
| | |||||
* | frontend: panel now shows current calendar events and a countdown, opening ↵ | Michael Scherle | 2017-02-06 | 1 | -12/+40 |
| | | | | times still missing | ||||
* | frontend: more stuff on panel | Michael Scherle | 2017-02-05 | 1 | -53/+92 |
| |