Commit Graph

4803 Commits (add_janus_rtsp_user)

Author SHA1 Message Date
Isaac Connor 363c424117 fix every monitor getting the same Janus_Pin 2022-09-12 12:56:46 -04:00
Isaac Connor d32fe1cf55 Add Janus_RTSP_User and related UI code 2022-09-12 10:34:26 -04:00
Isaac Connor d9c0e1dd8f Move RTSPServer options to under Viewing 2022-09-09 11:37:19 -04:00
Isaac Connor c306722a4e Adjust styles on ONVIF tab so that Username and Password are shorter and there is room for the reveal password icon 2022-09-09 11:35:50 -04:00
Isaac Connor 11c2cc1829 Change first entry of Storage Areas to say Unspecified instead of Default. 2022-09-09 09:35:12 -04:00
Isaac Connor 0e2e1903c1 Only init the boostrap events table if we can view Events. 2022-09-08 15:11:39 -04:00
Jonathan Bennett c35bbc8c30 Adds the Janus_pin to shared_memory, and a -j to zmu to fetch it 2022-09-07 15:49:47 -05:00
Isaac Connor 7398fd97d7 Fix eslint 2022-09-07 09:35:03 -04:00
Isaac Connor 11bfdebc72 clean up, give generation options even if viewing. Fix viewing. Add transform option. 2022-09-06 15:44:09 -04:00
Isaac Connor dbf92147d7 setup video.js on the video tag if it exists 2022-09-06 15:42:49 -04:00
Isaac Connor 82fb209e7f include video.js for video view as well as event 2022-09-06 15:42:11 -04:00
Isaac Connor f98f5648d9 Center video obj 2022-09-06 15:41:55 -04:00
Isaac Connor c4b895045b format filesize into human_readable in generate video view 2022-09-06 11:41:53 -04:00
Isaac Connor e6c8081fb6 Convert password fields to hidden fields on submit so that browser doesn't offer to remember passwords 2022-09-06 11:22:47 -04:00
Isaac Connor 70073719e4 use ajax() instead of getJSON so that we can specify no timeout. This prevents log queries from stacking up overloading the db 2022-09-06 11:22:47 -04:00
Isaac Connor 1f20b18100 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2022-09-06 11:22:28 -04:00
Isaac Connor 85278293c2 Make monitor rows in event stats a link if user can view monitors. Include path to event. 2022-09-04 13:54:18 -04:00
Isaac Connor 87e251561d Hide fieldset borders on filter edit. They look weird because the top one is hidden 2022-09-01 07:09:36 -04:00
Isaac Connor 0378023a11 Fix colours on hr to match button blue. 2022-09-01 07:09:27 -04:00
Isaac Connor 382b586986 Fix typo on dateTimeFormater=>dateTimeFormatter. Fixes #3580. Make conversion to integer on Length explicit to remove warning on php8. 2022-08-31 10:08:30 -04:00
Isaac Connor b571c81887 Turn off autocomplete on the monitor form so that browsers don't offer to save the values 2022-08-30 17:42:35 -04:00
Isaac Connor f9f53dd0d2 When there are less than 3 storage areas, just list them in the header instead of making it a dropdown 2022-08-29 14:12:45 -04:00
Isaac Connor d465966069 Add a back to frames button from view 2022-08-26 14:33:46 -04:00
Isaac Connor 3c2db0d53d Remove boot strap class styling and re-implement it in css so as to use semantic html 2022-08-26 09:33:41 -04:00
Isaac Connor d4c817328c Drop severity of log looking for @ because auth gets removed from Path 2022-08-26 09:32:23 -04:00
Isaac Connor 1609051cd2 Add id's so that we can toggle password inputs by id and not use jquery 2022-08-25 20:31:34 -04:00
Isaac Connor fa39983b69 Merge branch 'master' into add_mqtt 2022-08-25 18:41:59 -04:00
Isaac Connor 29750a56e7 Merge branch 'master' into add_mqtt 2022-08-25 18:37:54 -04:00
Isaac Connor 58df355903 Make password fields be passwords fields with a visibility toggle 2022-08-24 20:29:51 -04:00
Isaac Connor 2ee9c0a9d5 Add toggle_password_visibility function 2022-08-24 20:29:27 -04:00
Isaac Connor 3dac07fcfa Make ONVIF_URL be longer so that the flex container has some width 2022-08-24 20:29:08 -04:00
Isaac Connor 1b48f9dc5a log error if Date.parse fails to figure out why 2022-08-22 11:24:30 -04:00
Isaac Connor e7e811df39 Fix eslint 2022-08-22 11:24:05 -04:00
Isaac Connor cf29f4b0a4 Selecting any of the monitor filters causes a reload with no mid specified. So don't log an error if no mid was specified. 2022-08-22 10:37:16 -04:00
Isaac Connor d51a2eb8a5
Merge pull request #3537 from parvit/issue-695
Added configuring of authentication for rstp cameras
2022-08-21 18:08:00 -04:00
Isaac Connor f8af46b92a SCALE_BASE is const now in skin.js.php 2022-08-19 08:56:03 -04:00
Isaac Connor 5563d312dc Fix eslint 2022-08-18 12:22:14 -04:00
Isaac Connor 59c2edfb0a currentTimeSecs is already calculated, so use it instead of parsing string version 2022-08-18 10:38:59 -04:00
Isaac Connor 27ac7a585c If current time is specified, calculate minTime and maxTime from it. 2022-08-18 10:37:17 -04:00
Isaac Connor ff8d549732 Implement binary search functions for finding event based on time. 2022-08-18 10:36:48 -04:00
Isaac Connor 94e622def3 Make a.btn the same line-height as button.btn 2022-08-18 10:36:07 -04:00
Isaac Connor 86a4e967a2 Add a button to jump this event time in montage review 2022-08-18 10:35:47 -04:00
Isaac Connor a31e09f234 Update material icons to v1.11.10 2022-08-18 10:25:32 -04:00
Isaac Connor 9a10568a5d SCALE BASE is already deifned 2022-08-18 09:54:27 -04:00
parvit (Vittorio Parrella) 442d7b1c89
integrated dynamic client and server update of path, user and password values 2022-08-18 05:05:18 -04:00
Isaac Connor 8eab9bc518 Remove SCALE_BASE as it is defined globally already 2022-08-17 15:01:04 -04:00
Isaac Connor 1362207a21 Use const instead of var to flush out duplicates for things that shouldn't change in javascript land 2022-08-17 15:00:42 -04:00
Isaac Connor baa45bff4b Don't setScale after layout, just do setSteamScale because setScale will alter widths and heights 2022-08-15 13:02:55 -04:00
parvit (Vittorio Parrella) 6c2291bd22
Merge branch 'master' into issue-695 2022-08-14 12:10:34 -04:00
Jonathan Bennett 702df653f9
Fix typo in field name 2022-08-10 03:59:18 -05:00