Commit Graph

11038 Commits

Author SHA1 Message Date
IgorA100
e94448db8a Run "setRatioForMonitor" before calling "initGridStack()" (montage.js)
Necessary for more correct sorting when calling "initGridStack()"

- Replaced the variable name "objLiveStream" with "objStream" in the "setRatioForMonitor" function
2024-09-15 23:18:10 +03:00
IgorA100
69156f2fb9 Don't specify "sizeToContent: true" when initializing GridStack (montage.js)
Additional verification is required, including on Custom layouts
Possible closure #4127
2024-09-15 01:29:15 +03:00
Isaac Connor
6b036f9e8a Use an actual flag insead of begin and end comparison for when to output partial content because the partial code start from 0 2024-09-14 07:44:22 -04:00
Isaac Connor
c1da5e485f Remove duplication of progressbar and videoFeedStream div 2024-09-14 07:44:22 -04:00
Isaac Connor
0ac755164b Add margin between buttons. 2024-09-13 18:34:17 -04:00
Isaac Connor
6629e27f89 Don't do bulk frame calculation if we already have the exact frame wanted 2024-09-13 18:27:17 -04:00
Isaac Connor
2b1b38007a Allow setting of layout in request 2024-09-13 15:44:32 -04:00
Isaac Connor
0ac7434590 Further deprecate ZM_BASE_URL. Ssee #3761 2024-09-13 09:54:41 -04:00
Isaac Connor
528b155714 Merge blocks of output_link_if_exists 2024-09-12 09:21:19 -04:00
Isaac Connor
9e9d47d8b7 Split xhtmlHeaders into Start and End functions so that views that want to include more css in the head can do so. 2024-09-11 12:02:03 -04:00
Isaac Connor
8120481d96 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-09-09 14:11:44 -04:00
Isaac Connor
d30a0ae3d2 Handle when no videos found a little more gracefully 2024-09-09 14:11:37 -04:00
Isaac Connor
a2e06fe846 Add missing const making js fail when deleting a rule 2024-09-09 11:25:28 -04:00
Isaac Connor
cf7e76e06f Make button have line-height 18.5px, which makes them the same height as a button containing an md-18 material icon. This fixes the All Events button on the watch page not being the same height as the buttons next to it. 2024-09-09 10:58:39 -04:00
DesigNET
19882b0625 Added Japanese translation of placeholders. 2024-09-09 02:10:30 +00:00
Isaac Connor
11ddfc0e49 Fix spelling mistake 2024-09-06 17:19:51 -04:00
Isaac Connor
0f722c11fc Notes can be null and should not be passed to htmlspecialchars 2024-09-06 15:00:46 -04:00
Isaac Connor
fe18e01856 Add title to timeline toggle button 2024-09-06 12:06:51 -04:00
Isaac Connor
80b000cb2a Only start stream on scroll if not already started 2024-09-06 09:34:13 -04:00
Isaac Connor
2ca08fb546 Track started state for RTSP2Web and Janus as well 2024-09-06 09:33:55 -04:00
Isaac Connor
5906896ee1 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-09-06 09:27:05 -04:00
Isaac Connor
e3dfcffd00 When becoming visible, only start visible monitors 2024-09-06 09:27:00 -04:00
Isaac Connor
30e6ad0118 Merge pull request #4126 from designet-inc-oss/translate_lang_ja
Update Japanese translation file.
2024-09-06 09:18:39 -04:00
Isaac Connor
152e77adc0 Apply a max-width of 300px to monitor filters so that they all fit on one line on 1920px monitor 2024-09-05 09:23:12 -04:00
Isaac Connor
c45a2af08b Revert lack of src tag on event image 2024-09-05 09:18:41 -04:00
Isaac Connor
08d2f44613 Allow further query parameters after view in HomeView 2024-09-04 16:52:59 -04:00
Isaac Connor
ade2f2e0c7 Fix eslint 2024-09-03 14:59:16 -04:00
Isaac Connor
7f2b95b387 Implement onscroll and ability to detect when a stream is off-screen. Only start visible monitors. 2024-09-03 14:56:33 -04:00
Isaac Connor
b64461d518 Merge branch 'master' into only_stream_visible 2024-09-03 14:51:36 -04:00
Isaac Connor
2df332a4d0 Use const/let instead of var and apply use strict 2024-09-03 10:14:49 -04:00
Isaac Connor
b0735e22b0 Fix execute text input flow 2024-09-03 10:14:29 -04:00
Isaac Connor
b66e04024f Test for Path being empty to avoid warnings about passing null being deprecated 2024-09-03 09:39:03 -04:00
Isaac Connor
5bf2432b2f Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-09-01 18:00:55 -04:00
Isaac Connor
13042f13bf Fix periods to underscores in cookie and use COOKIE instead of COOKIES. Should fix defaulting pageSize to ZM_WEB_EVENTS_PER_PAGE 2024-09-01 18:00:44 -04:00
DesigNET
2ebdc06405 Update Japanese translation file. 2024-08-30 01:21:04 +00:00
Isaac Connor
e910259db0 Merge pull request #4122 from IgorA100/patch-165
Feat: Added support for full screen when double clicking on Stream on Watch page
2024-08-27 09:55:03 -04:00
IgorA100
713b8f8bce Added style for buttons (skin.css)
For montage page:
button.btn.btn-view-watch
button.btn.btn-fullscreen
2024-08-23 17:34:26 +03:00
IgorA100
7002f11b72 Moved styles for Control button block in the Stream image to global skin.css from montage.css 2024-08-23 17:30:57 +03:00
IgorA100
4d50977274 Moved styles for Control button block in the Stream image to global skin.css from watch.css 2024-08-23 17:23:04 +03:00
IgorA100
0ade8d634a Moved styles for Control button block in the Stream image to global skin.css from event.css 2024-08-23 17:16:54 +03:00
IgorA100
c3ecec057a Moved here styles for Control button block in the Stream image (skin.css) 2024-08-23 17:12:56 +03:00
IgorA100
7956c38e86 Remove extra space (watch.js) 2024-08-23 16:05:45 +03:00
IgorA100
28a1338299 Feat: Added support for full screen when double clicking on Stream on Watch page (watch.js)
Similar to #4120
2024-08-23 16:03:57 +03:00
Isaac Connor
1e4bb4798e Update auth in zms url when scaling as it may have been running for a while and need updating 2024-08-22 14:57:28 -04:00
IgorA100
4f59d15972 Fix: Image scaling for some mobile devices in fullscreen mode (skin.js) 2024-08-22 13:52:03 +03:00
IgorA100
4911e962fa Chore: Fix space & semi (skin.js) 2024-08-22 12:19:11 +03:00
IgorA100
79c8042b85 Added event listener for double click (event.js) 2024-08-22 12:11:09 +03:00
IgorA100
ff0367d3a2 Feat: Added functions for full screen when double clicking on Stream (skin.js) 2024-08-22 11:57:00 +03:00
IgorA100
0717a2d324 Chore: Removed extra spaces (panzoom.js) 2024-08-20 13:07:00 +03:00
IgorA100
f2323426a0 chore: remove console.log (panzoom.js) 2024-08-20 13:03:08 +03:00