summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
AgeCommit message (Collapse)Author
2015-09-16added API to get PATH_ZMSArjun Roychowdhury
2015-09-15Fixed the colossal crap that was PIN code auth. Still need to clean up rough ↵PliablePixels
edges but overall looks good now
2015-09-15default refresh is 2 secPliablePixels
2015-09-14makes montage re-order work for larger lists ↵PliablePixels
https://github.com/pliablepixels/zmNinja/issues/28
2015-09-14Added feature to pin lock appPliablePixels
2015-09-11Enabled a run time debug mode so I can see more details when testers report ↵PliablePixels
quirky bugs. It's in developer options.
2015-09-10You can now modify frame change delay - to take control in spotty/slow ↵PliablePixels
network conditions
2015-09-01Added code that checks if google reCaptcha is enabled in ZM - if so, ↵PliablePixels
displays error (zmNinja won't work with reCaptcha)
2015-08-28Implemented auth key into the app so each image refresh in Montage and ↵PliablePixels
Monitor view does not hit the ZM DB and generate a million records. Solves the log pings of https://github.com/pliablepixels/zmNinja/issues/26
2015-08-23upgraded to ionic content 1.0.1PliablePixels
2015-08-21never mind - stuff that was done for testingPliablePixels
2015-08-21adjusted http large timeout for long apisPliablePixels
2015-08-21ionic content banner is being used for useful status displaysPliablePixels
2015-08-13showing loader for event pages - sometimes take timePliablePixels
2015-08-11API auth tied into ZM auth, enabled client to work in both auth and non-auth ↵PliablePixels
mode honoring ZM's auth system
2015-08-07Fixed a bug in doLogin --> q.defer was returning success before it was ↵PliablePixels
successfull as it was out of doLogi
2015-08-07Lots of refactoring - API is not tied into Portal Auth - bugs may need to be ↵PliablePixels
ironed out
2015-08-05Timeline feature (Experimental)PliablePixels
2015-07-24integrated event scrubbing with direct image access - need to clean up codePliablePixels
2015-07-15Updated with functionality to save feed snapshots to camera rollPliablePixels
2015-07-10You can now rerrange and hide monitors in montagePliablePixels
2015-07-03fixed a nasty scaling bug -- size was getting corrupted because I was adding ↵PliablePixels
strings
2015-07-02We can now see what is the current run state name and change ZM to a custom ↵PliablePixels
run state as well (uses isActive)
2015-06-27passwords and urls are now masked out before emailing logsPliablePixels
2015-06-27Added ability to log key events to file and email (useful for release debugging)PliablePixels
2015-06-26Added option to keep screen on when viewing footage, also cleaned up ↵PliablePixels
invocation of cordova plugins when in desktop - it now checks so spurious errors don't show in logs
2015-06-24Cleaned up code, commented, preparing for HTTPS via CordovaHTTPPliablePixels
2015-06-21remove simulation code completely to keep things easy to understand.PliablePixels
2015-06-04whoops - broke live view auth when adding montage view optimizations - fixedPliablePixels
2015-06-04Created new screen for developer options, removed simulation mode (its ↵PliablePixels
practically useless)
2015-05-24added PTZ support (well, P for now, but framework with a cool menu is in place)PliablePixels
2015-05-18quashed infinite scrolling bug (was being called too many times) and also ↵PliablePixels
now displaying events latest first
2015-05-12Added ZM state control - start/stop/restartARC
2015-05-10updated testARC
2015-05-10noneARC
2015-05-10JSHinted everything, added dependency arrays in all controllers for future ↵ARC
minification
2015-05-09Added support to limit maximum monitors in Montage View and also added a ↵ARC
portal alias - those who many not be using one can keep this empty
2015-05-03added infinite scrolling - now retrieving all eventsARC
2015-05-02Android Users Rejoice! Major updates: Android port works like a charm now. ↵ARC
Integrated Crosswalk for good performance for Android phones, reworked Montage view to step around Chrome's problem of getting stuck in pending state for HTTP requests that don't close soon and more.
2015-05-01Made various tweaks to config files and code to make things work on Android. ↵ARC
Using crosswalk for Android for better performance
2015-04-29need to fix only page 1 loadingARC
2015-04-27You can now view events footage from the events listARC
2015-04-26Added simulation for events graphs and some other simulation tweaksARC
2015-04-26added event simulation to DataModel as well.ARC
2015-04-26add simulation mode via settings and in montage view. Events pendingARC
2015-04-26Integrated login check for viewsARC
2015-04-25Comments addedARC
2015-04-25First CommitARC