summaryrefslogtreecommitdiff
path: root/www/js
AgeCommit message (Collapse)Author
2016-11-10video automatically fits to screen #358Pliable Pixels
2016-11-09Merge pull request #365 from BoskSpb/masterPliable Pixels
Adding Russian language in App
2016-11-09some more tweaks to h264 video display given its all the rage nowPliable Pixels
2016-11-09Added event time progression to video #362Pliable Pixels
2016-11-09Adding Russian language in AppYuriy Baskakov
2016-11-08Added timezone to graph - for some reason it was crashing in iOS - need to ↵Pliable Pixels
keep a watch
2016-11-08added initial code for scale saving, but commented out - doesn't work well - ↵Pliable Pixels
it zooms in, but need to think on zoom into what timespan. Need to think about it more. Will do it later. #361
2016-11-07Added a cache=false for all state routes - it was caching data only for ↵Pliable Pixels
TimeLine View - no idea why. This was causing the monitor array to retain old values even after you did a server switch. Curiously it worked well in all others. Hopefully this puts it to rest.
2016-11-07Moved to 4.17 built in zoom function of visPliable Pixels
2016-11-06Fixes bug of indefinite loading after resetting custom timeline #360Pliable Pixels
2016-11-05dynamic update on/off is now persistent #356Pliable Pixels
2016-11-05took care of continuous events - they will show in orange while recording ↵Pliable Pixels
and then when completed, they will either show in regular color, or if you are only viewing alarmed events, they may disappear if the alarm count is not what you specified. #356
2016-11-05Seems in some installs, pagecount doesn't come in, which is odd. I'm ↵Pliable Pixels
defaulting to 1.
2016-11-04adds time of event in display bottom #356Pliable Pixels
2016-11-04automatic playback with timeout hack enabled for #359Pliable Pixels
2016-11-04Displays latest events (for last 2-3 minutes) and other tweaks. #356 should ↵Pliable Pixels
be mostly working - the only caveat is long running event recordings in mocord/record -- they won't keep getting updated till the currently recorded event is over.
2016-11-03Initial updates for #356 - various issues and bugs pending. Don't update ↵Pliable Pixels
yet. For now, you need to be in day mode and zoomed in.
2016-11-03Added callback handlers to display messages on video play. Also removed auto ↵Pliable Pixels
play
2016-11-03make sure monitor show/hide is enabled if packery positions doesn't exist. ↵Pliable Pixels
Also make sure its loaded in getMonitors
2016-10-30very initial code for timeline tracking - not to be used for nowPliable Pixels
2016-10-29beautifyPliable Pixels
2016-10-28if desktop state was not created, I was not loading services #357Pliable Pixels
2016-10-28updated visPliable Pixels
2016-10-28#357 - remember last view in desktops (already supported in mobiles)Pliable Pixels
2016-10-28relayout after re-order windowPliable Pixels
2016-10-28#353 - show abbreviated timezones to avoid confusion when switching, ↵Pliable Pixels
broadcast tz change if APIs update late
2016-10-27if coming from monitors, don't hide events where IDs are hiddenPliable Pixels
2016-10-27cleaning up the entire montage reorder ugliness. TBD - when you navigate ↵Pliable Pixels
from monitor view.
2016-10-25rethinking packeryPliable Pixels
2016-10-24dont fall through to android specific codePliable Pixels
2016-10-23running as webserverPliable Pixels
Former-commit-id: f72ca891d089981217705a2baf5775a619c433d2
2016-10-23removed extra draggie initPliable Pixels
Former-commit-id: b0affa47d8a1a178e83b594dccbb144fbe2ef757
2016-10-23#354 removed debugsPliable Pixels
Former-commit-id: d401ddff835299231a89af31dbb91e166c9f1263
2016-10-23fixes #354Pliable Pixels
Former-commit-id: c91962ed5b156e0e60fa2ee57621cf34182404c1
2016-10-23#353 - allow toggling of server time, also resolves #346 gracefullyPliable Pixels
Former-commit-id: bd82b1be1e0157eed5531c2d05d6de199308d7a4
2016-10-22mods for fastLogin, but disabled - doesn't work there is cookie and ↵Pliable Pixels
authsession I need to recover Former-commit-id: df47478de70d69afec006f3c0b2ce1244b152182
2016-10-22#353 - more timezone tweaks, especially making sure humanizeTime is ALWAYS ↵Pliable Pixels
using local time irrespective of setting Former-commit-id: d28f076eb0a780a83466f259d17563b8d2d34a0d
2016-10-21#353 - when using relative time in montage history, make sure its in server timePliable Pixels
Former-commit-id: b635b016178e33f28dacc8e8feee532782b93b50
2016-10-21#353 - display server time zonePliable Pixels
Former-commit-id: 444e179d5c12d1bbdafbb0f6cd5da70bd1254a76
2016-10-21adding returns after state.go --> seems it takes time to go and code ↵Pliable Pixels
continues to execute below it - WTF! Former-commit-id: f1f7e2d62f47f9528d163db43fa166d088b0a819
2016-10-21#353 - help textPliable Pixels
Former-commit-id: 104d01c126fd6120291b2d250b699aa0eac0def6
2016-10-18well what do you know, low version check was not working. Now folks using ↵Pliable Pixels
lower than my recommended version will be harangued at each app start Former-commit-id: 927c8478a9bcbf7f7cef60862932f6ca3a958491
2016-10-18#353 - more updates - need to check how it behaves with Montage CtrlPliable Pixels
Former-commit-id: 1e61637ba0bc6897b5c7d08c7a04c1243766f8d4
2016-10-18#353 - inital code (also requires ZM API patch) to support local and server ↵Pliable Pixels
timezones Former-commit-id: bbee60cc64cb521c0f7d7fc75437a9f427c58b5a
2016-10-17flow in real tinePliable Pixels
Former-commit-id: 04c71e98440ff32d8e1b5dcfd72ec91a1b10556f
2016-10-17moved init code to onEnterPliable Pixels
Former-commit-id: 0db93b4b0009ab5c58e294516be5fe4d3718e5cf
2016-10-17scroll to top on orientation change as sometimes it can go out of screenPliable Pixels
Former-commit-id: 02253383b97e482a3bda833663deddd268f4803c
2016-10-17more tweaks for #350 - removed the image pause divs - initied packery only ↵Pliable Pixels
after auth token is received - imagesLoaded seems to be correct now Former-commit-id: 9730031f045c8aae1d7a65d4da0b04e32a177ecc
2016-10-15took out 70% limit to montagePliable Pixels
Former-commit-id: 385477928d59d9e9ee8edac9e91ac8f0c5089b06
2016-10-13packery hammer for event history tooPliable Pixels
Former-commit-id: 6f5d55b96038f4c80e6b6afb1c4849dae2132e02