summaryrefslogtreecommitdiff
path: root/www/js/app.js
AgeCommit message (Collapse)Author
2017-01-09attempt to mask u:p if u:p@domain #363Pliable Pixels
2017-01-06zone editing UI framework sort of done - no backend code, so hiding for now #423Pliable Pixels
2016-12-30initial support - motion shows in alarm frames, falls back to no motion ↵Pliable Pixels
frames if analysis images are not found. Scrub and playback don't show motion outlines (yet) #417
2016-12-24If API access errors, notify the user with a link to the FAQ #415Pliable Pixels
2016-12-12inital code - custom url scheme for #411. zmninja:// launches the app. ↵Pliable Pixels
zmninja://<mid> takes us to live view for mid. needs more testing.
2016-12-10added translations for buttons #410Pliable Pixels
2016-12-04updated lang python script to a common onePliable Pixels
2016-12-03fixed blog check date and also internationlized "new post" textPliable Pixels
2016-12-02updated to use chunk writing (#398)Pliable Pixels
2016-11-30make sure we don't re-auth when downloading - window stop is called #398Pliable Pixels
2016-11-30major rewrite of GIF creation - memory handling much better #398 - moved to ↵Pliable Pixels
Stream based support
2016-11-28modifications for picking up feeds from new zmNinja medium blogPliable Pixels
2016-11-26various updates to video downloads, including device compatibility (android) ↵Pliable Pixels
#383
2016-11-242nd try to commitfxrnando
2016-11-22Added cue points time matched with video player scrub bar #381Pliable Pixels
2016-11-19tweaked sampling quality, changed frames from 50-70Pliable Pixels
2016-11-19restricted gif size to max 50 images. If larger, it will keep deleting ↵Pliable Pixels
subsequent frames till <=50 is reached. Otherwise memory consumption can go nuts. #379
2016-11-18Experimental and initial version - still has work to go - #379Pliable Pixels
2016-11-18mass formatting and normalization - tweaked JSBeautify optionsPliable Pixels
2016-11-15integrated polish language into app #372 #368 #370Pliable Pixels
2016-11-09Adding Russian language in AppYuriy Baskakov
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-10-28if desktop state was not created, I was not loading services #357Pliable Pixels
2016-10-28#357 - remember last view in desktops (already supported in mobiles)Pliable Pixels
2016-10-23running as webserverPliable Pixels
Former-commit-id: f72ca891d089981217705a2baf5775a619c433d2
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-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-10initial event montage jazzPliable Pixels
Former-commit-id: 2f061e5e198abdc0dcbc92b85193b6a96cc82d37
2016-10-06various fixesPliable Pixels
Former-commit-id: 65da1a95c353a401b6ca13798916db77173b72a2
2016-10-02#201 - initial framework - still buggyPliable Pixels
Former-commit-id: 06b81da17f62a04219cba920d3997c3040e76d94
2016-10-01nitsPliable Pixels
Former-commit-id: 0ed7d481b05dd46cc907c561354151cef8f7f9b0
2016-09-28switched to "scroll-sista" for sqeezing headersPliable Pixels
Former-commit-id: 55992626fea99156d7d1531efaa830c11186d8ca
2016-09-28initial experimentsPliable Pixels
Former-commit-id: 811ab2e0e405a95529493afd49a43581576fc169
2016-09-28dont call mobile accessory if on desktopPliable Pixels
Former-commit-id: 331a307d23a208b5fadb1b29c296c35802e6aab5
2016-09-26#339 - row sizes scaled to text scale factorPliable Pixels
Former-commit-id: 3c1cc2b4c617591aa74a6315de615dc194d1aa0f
2016-09-12option to disable alarm APIs and language support tweaksPliable Pixels
Former-commit-id: d2e2280b8d2a4e2bb57bbb4fd9ad7f7c317cebd5
2016-09-12#325 - force english for pathsPliable Pixels
Former-commit-id: b73fba3555d38c0215b2bcf97348debcbea0113b
2016-09-10#321 lowBW val correctedPliable Pixels
Former-commit-id: 5ecc03dc0f3c76db6b54a9dad71262715f1ac18a
2016-09-10#321 - lowBW for event history viewPliable Pixels
Former-commit-id: ac7014e53c46300ed2f3a1dd322a7e6a4fe3cc72
2016-09-09#321 - set correct bandwidth on first loadPliable Pixels
Former-commit-id: 52d7ad809e1e0513a90ba64a544256655a4fe3e2
2016-09-09#321 - add ability to automatically switch based on network connectionPliable Pixels
Former-commit-id: bad04bbef6839c949aad05fb34eee61c64947070
2016-09-07#321 - initial code - needs cleanup and better structure. Values are ↵Pliable Pixels
littered around at the moment Former-commit-id: a5913367e5075e9b3e6eba774798d281decd4ffb
2016-09-04#319 - you can now cycle monitors. Time Interval can be specified in ↵Pliable Pixels
developer settings. Former-commit-id: 401b429cdd914fab7f6399551e4bc9083e803c0b
2016-09-04#318 - ZM<->NVRPliable Pixels
Former-commit-id: 36a54d3203893c7b240ba458a927b259cb6b5141
2016-09-02speed optimization - disable-login portal slide inPliable Pixels
Former-commit-id: 5da15096a0cc2be174c81158ff9513da2fe27bcd
2016-09-01mostly formatting and removal of console.logsPliable Pixels
Former-commit-id: 5cbac40ad5ccb7096fb7b9f58696e923ba282232
2016-09-01blog date was never really being recovered, only stored, therefore always ↵Pliable Pixels
showing new post indications Former-commit-id: 113885c1d55adbbb4d758b0acaf535189e944767
2016-08-27minor tweaksPliable Pixels
Former-commit-id: 1de87422a79f63d8ddbbed4ac4705b11ae382dae
2016-08-25fixed app version plugin changePliable Pixels
Former-commit-id: de8dc6fec144cf994824d5f0f8005d7fc8a4b994
2016-08-23#310 - option to disable native transPliable Pixels
Former-commit-id: 62daeae024d9633c5caa11562fd3782d84d7d58f