summaryrefslogtreecommitdiff
path: root/www/js
AgeCommit message (Collapse)Author
2020-11-25specify mjpeg and h264 modes - ZM seems to do itPliable Pixels
2020-10-27#1008 reapply filters in gapless modePliable Pixels
2020-10-26ios doesn't support screen orientationPliable Pixels
2020-10-26try and fix and monkey patch case when monitors is a string...Pliable Pixels
2020-10-26fix screen orientation (shows as undefined)Pliable Pixels
2020-10-23cache_or_http promise cleanupPliable Pixels
2020-10-22show next thumbnail size in in popoverPliable Pixels
2020-10-22#997 manually apply ↵Pliable Pixels
https://github.com/pliablepixels/zmNinja/pull/997/commits/3b5ecacd38a175d34dda728d65c77a4e0fe4fa7a
2020-10-20#997 remove console logPliable Pixels
2020-10-20#997 Manually apply simplified scrollToPliable Pixels
2020-10-20#997 compute rowHeight for all monitorsPliable Pixels
2020-10-18don't act on token expiry broadcast if another login session is in progressPliable Pixels
2020-10-17#997 fix filter reset issuePliable Pixels
2020-10-17apparently I forgot how to return promises #997Pliable Pixels
2020-10-12nits and verPliable Pixels
2020-10-12add appversion to every messagePliable Pixels
2020-10-10Merge pull request #993 from lucasnz/masterPliable Pixels
set event height for all rows
2020-10-10add promise to loadMore and add app versionPliable Pixels
2020-10-10Merge branch 'master' of git@github.com:pliablepixels/zmNinja.gitlucas_nz
2020-10-10eventRowHeight - set all events to the same heightlucas_nz
2020-10-04switch to browser fetch to download media for desktops, use timestamped ↵Pliable Pixels
filenames - should also resolve #989
2020-10-04change logging to add msPliable Pixels
2020-10-04After rotate, scroll the view back to the event we were looking atlucas_nz
2020-10-03#985 fix resize issue. But i may just revert to fixed sizes. Not very happy ↵Pliable Pixels
with perf
2020-10-01various updates related to inconsistent sizing on refresh, also reduced # of ↵Pliable Pixels
expressions to be evaluated in template
2020-09-30make sure we don't go below a min height for row, no matter what for thumbsPliable Pixels
2020-09-30Merge pull request #984 from lucasnz/ui_fixesPliable Pixels
Ui fixes
2020-09-30add xsmall thumbsPliable Pixels
2020-09-30if a monitor filter is applied, expand the monitors (so it's easy to see the ↵lucas_nz
filter)
2020-09-301. If scope.id is not zero, we should show "tick" only the filtered monitors ↵lucas_nz
on the filter view. 2. Make sure we clear the selections properly too
2020-09-22force a monitor reload in montage when NVR.getMonitors(1) is called. Also ↵Pliable Pixels
force reload on resume.
2020-09-20android may have a badge tooPliable Pixels
2020-09-15large thumbs were being cropped a touch.lucas_nz
as they could be wider than the parent div (especially when the window is small). changes to events.html add a little more room for the large thumb. changes to EventCtrl.js ensure the thumb is never wider than the thumb div.
2020-09-13also put large/small thumbs option in event view menuPliable Pixels
2020-09-13force refreshlucas_nz
2020-09-13Base row size on image height and resolve resizing.lucas_nz
2020-09-11#973 don't redraw rows by removing list, kicks in isNative errorPliable Pixels
2020-09-10let resize happen completelyPliable Pixels
2020-09-10handle whitespaces by making sure our row height is never more than devWidthPliable Pixels
2020-09-09#970 comment out pixelRatioPliable Pixels
2020-09-08#970 recompute device w/h on entry into events - needed only when you start ↵Pliable Pixels
in events view on app start. earlier dimensions are not accurate, leading to whitespace till you rotate
2020-09-08#970 reset event loadMore and getInitialEvents code, keep delta and ↵Pliable Pixels
maxEventsToLoad
2020-09-08use stateChange inside EventCtrl to clear filters instead of rootScope ↵Pliable Pixels
https://github.com/pliablepixels/zmNinja/commit/ace86431e16405d5b4e3bb78fab4f82c3cb6f980#commitcomment-42123734
2020-09-08fix device size calculation on startPliable Pixels
2020-09-07#963 persist filter if going to event filterPliable Pixels
2020-09-07#963 add some more space for large thumbnails for buttons to showPliable Pixels
2020-09-07make sure pullup directive cleans up resize listernPliable Pixels
2020-09-07remove global handlers on exitPliable Pixels
2020-09-06ignore pixelratio for video playbackPliable Pixels
2020-09-06#963 show filter text properly, also indicate selective monitorsPliable Pixels