summaryrefslogtreecommitdiff
path: root/www/js
AgeCommit message (Collapse)Author
2015-09-16remove stripping of /zm from cgi path as well as added log for path_zmsArjun Roychowdhury
2015-09-16added API to get PATH_ZMSArjun Roychowdhury
2015-09-15updatesPliablePixels
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-15Added pindialog pluginPliablePixels
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-11debug logs enabledPliablePixels
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-11make sure global replaces are done if the string is not null - avoids ↵PliablePixels
<deleted> every 2nd char when empt
2015-09-10You can now modify frame change delay - to take control in spotty/slow ↵PliablePixels
network conditions
2015-09-02display message while graph is renderingPliablePixels
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-28display current run-state in state control listPliablePixels
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-27API check added https://github.com/pliablepixels/zmNinja/issues/25PliablePixels
2015-08-27checking if API worksPliablePixels
2015-08-23upgraded to ionic content 1.0.1PliablePixels
2015-08-21never mind - stuff that was done for testingPliablePixels
2015-08-21editsPliablePixels
2015-08-21adjusted http large timeout for long apisPliablePixels
2015-08-21ionic content banner is being used for useful status displaysPliablePixels
2015-08-21Added moveRel support (not tested)PliablePixels
2015-08-19Fixed monitor view and montage performance - nph-zms instances were building ↵PliablePixels
up at the server killing it after repeated use. phew
2015-08-18This is a HOLY SHIT update. I broke something, really bad in montage view. I ↵PliablePixels
hope I fixed it.
2015-08-17shows icon if no video connection - hopefully also fixes android bouncing imagesPliablePixels
2015-08-17no video error handling (experimental)PliablePixels
2015-08-13auth error dialog box is auto removed after 5 secondsPliablePixels
2015-08-13code cleanupPliablePixels
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-11expiremental swipe to size - not enabled yetPliablePixels
2015-08-08Reversed log order so you can see latest on topPliablePixels
2015-08-08making sure we re-authenticate when resuming from backgroundPliablePixels
2015-08-08ellipsis fix in textPliablePixels
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-07re-introduced touch/pan with vis-devPliablePixels
2015-08-07Removed force page reloads - now when you exit/resume the page should not flashPliablePixels
2015-08-06timeline now has a joystick button that is easier to use, also removed ↵PliablePixels
dependencies
2015-08-06timeline now has a radial button for easier usePliablePixels
2015-08-05removed large dotPliablePixels
2015-08-05Timeline feature (Experimental)PliablePixels
2015-08-05Experimental timelinePliablePixels
2015-07-31modified image access to route through index.php and fixed cookie intercept ↵PliablePixels
and insert
2015-07-29switched back to cordovahidesplashscreen to take control of splash and ↵PliablePixels
remove white screen
2015-07-29fixed back button behavior for Android - it first opens the main menu, then ↵PliablePixels
exits
2015-07-29slideshow changed to not proceed till image fully loadsPliablePixels
2015-07-27fixed bug with spinner loading not updating dynamic url changesPliablePixels