Commit Graph

26315 Commits

Author SHA1 Message Date
Isaac Connor
8acb9be4b5 Merge pull request #4480 from IgorA100/patch-545508
Fix: With "bfcache," always refresh the page without analyzing the content height.
2025-12-11 09:00:02 -05:00
IgorA100
0e91388d16 Removed extra space (skin.js) 2025-12-11 10:35:53 +03:00
IgorA100
f2cf0dd962 Fix: With "bfcache," always refresh the page without analyzing the content height. (skin.js)
Because in addition to Firefox, the problem occurs on some Linux (Chromium) and Android (Chrome) devices.
2025-12-11 10:24:49 +03:00
Isaac Connor
f0daaaba5f Merge pull request #4477 from Simpler1/lint
chore(skin.css): lint
2025-12-10 08:40:00 -05:00
Isaac Connor
e1f0435c77 Merge pull request #4478 from IgorA100/patch-719705
Fix: The table row denoting "catalog" should occupy the entire width of the table on Files page
2025-12-10 08:38:57 -05:00
Isaac Connor
5661572d52 Merge pull request #4479 from IgorA100/patch-140429
Fix: "Toolbar" styling on the Files page
2025-12-10 08:38:05 -05:00
IgorA100
96c4ed3a25 Drag the "Delete" button to the right side (files.php) 2025-12-10 14:45:08 +03:00
IgorA100
30ad5d7294 Добавил стиль для ".path" (files.css) 2025-12-10 14:42:03 +03:00
IgorA100
5454bdfd53 Added a class that allows you to align an element inside a FLEX container to the right side. (skin.css) 2025-12-10 14:14:35 +03:00
IgorA100
0a62bac040 Fix: The table row denoting "catalog" should occupy the entire width of the table(files.php) 2025-12-10 13:28:56 +03:00
Isaac Connor
24cdd2dfaf Fix eslint 2025-12-09 08:59:11 -05:00
Isaac Connor
04998f8900 We actually want stop. Pause does buffering. 2025-12-09 08:58:50 -05:00
Simpler1
d25db1f448 chore(filter.js): Lint 2025-12-08 21:16:18 -05:00
Simpler1
285841404a chore(skin.css): lint 2025-12-08 21:09:04 -05:00
Isaac Connor
c325610aba Change structure of availableTags to be an array of objects so that we don't lose sorting. Sort alphabetically. Use json_decode instead of explode, but use isset instead of empty since empty('0') == true 2025-12-08 17:46:46 -05:00
Isaac Connor
0d46701910 Merge pull request #4476 from Simpler1/tags
Fix(tags):  "No Tag" filter now works properly.
2025-12-08 17:42:21 -05:00
Simpler1
c393083f8c array('0'=>translate('No Tag')) 2025-12-08 15:59:53 -05:00
Simpler1
3a0d8d7c8f Fix(tags): "No Tag" filter now works properly. 2025-12-08 15:09:01 -05:00
Isaac Connor
063dfa6376 Use eaf46c0207df24853a238d4499e7f4426d9d234c instead of 0.3 for CxxUrl 2025-12-08 12:27:13 -05:00
Isaac Connor
359dc796b4 Allow nlohmann-json-dev as well for bionic 2025-12-08 12:20:57 -05:00
Isaac Connor
d4be5f7f61 Need to build static lib, but NOT shared_lib for Cxx. Add it to linked libraries 2025-12-08 12:02:53 -05:00
Isaac Connor
3151f0ab16 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2025-12-08 11:52:43 -05:00
Isaac Connor
db59c08862 Always start clean with CxxUrl 2025-12-08 11:52:15 -05:00
Isaac Connor
36be7ae962 Revert "Need to build static lib, but NOT shared_lib for Cxx. Add it to linked libraries"
This reverts commit 002cf2dbdf.
2025-12-08 11:47:18 -05:00
Isaac Connor
c87640e03f Use rm -r instad of rmdir 2025-12-08 11:35:44 -05:00
Isaac Connor
f13a0eb2a5 Handle the fact that the dir in the .tar.gz doesn't have the v 2025-12-08 10:22:48 -05:00
Isaac Connor
c47f06535f Merge branch 'master' of github.com:ZoneMinder/zoneminder 2025-12-08 10:05:34 -05:00
Isaac Connor
0d96383fb2 Fix typo preventing packpack builds 2025-12-08 10:05:28 -05:00
Isaac Connor
d9fb9b2408 Merge pull request #4473 from IgorA100/patch-730463
Fix: Added id="content" to the main content block to ensure a consistent design (login.php)
2025-12-06 12:04:29 -05:00
IgorA100
28b8a30936 Added id="content" to the main content block to ensure a consistent design (login.php) 2025-12-06 19:31:47 +03:00
Isaac Connor
002cf2dbdf Need to build static lib, but NOT shared_lib for Cxx. Add it to linked libraries 2025-12-06 10:30:34 -05:00
Isaac Connor
43f281c005 Add ZM_WEB_ANIMATIONS so that we can decide to turn off ui css animations 2025-12-05 14:13:52 -05:00
Isaac Connor
82be257741 Only use animate when ZM_WEB_ANIMATIONS is true. Also add .length to j(#btn-collapse because jquery always returns a truthy thing. 2025-12-05 14:13:15 -05:00
Isaac Connor
d68c41b8ac Addmore SOAP response code error strings. Add CssUrl to generate a default onvif endpoint based on info in path 2025-12-05 12:05:02 -05:00
Isaac Connor
a3205e6b29 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2025-12-04 16:34:49 -05:00
Isaac Connor
071d968bc8 Only output file if the path is under a storage area. Fixes #4472. Also use storage_area->DiskSpace instead of calculating directory space for a speedup. 2025-12-04 16:34:43 -05:00
Isaac Connor
8381a09eb0 Add net-tools as a package dep so that we get arp. Fixes #4468 2025-12-03 14:55:16 -05:00
Isaac Connor
bbb08fcbb3 Improve STD getting/setting code so as to not log errors when the device just doesn't support that. Fix PrimeCapture being called twice and so failing to queue the same buffers twice. Use mIsPrimed in addition to static primed 2025-12-03 13:32:22 -05:00
Isaac Connor
6d55e889cb standard and palette are actually unsigned in v4l2, so let's use that instead of int. Fixes some build warnings 2025-12-03 08:45:12 -05:00
Isaac Connor
7da3eecc2c Move setting input STD before format and don't set input. It will be set in Prime 2025-12-02 18:55:10 -05:00
Isaac Connor
3cb9539405 If we fail to get events, set healthy=false so that we reconnect. HikVision cam reports soap_fault_string=the parameter value is illegal detail=<env:Text>No pullmsg manager</env:Text> but a restart fixes it. 2025-12-02 18:49:06 -05:00
Isaac Connor
0e688c55cb Only call S_FMT if we will actually be changing anything. Make Failed to set input an error instead of fatal. For webcams there likely is only 1 input so we can likely just continue. 2025-12-02 18:00:05 -05:00
Isaac Connor
7c42215f2c Alter event_update_trigger to only update summary tables if there is a diskspace diff 2025-12-02 15:08:06 -05:00
Isaac Connor
988bab6dcb Handle when there are no frame records 2025-12-02 13:58:00 -05:00
Isaac Connor
2cfed3d8f1 headers must be an array ref aparently. 2025-11-25 09:01:32 -05:00
Isaac Connor
2e3faf4a01 Add fix for nginx api rewriting 2025-11-24 17:46:51 -05:00
Isaac Connor
847b791f58 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2025-11-24 16:23:54 -05:00
Isaac Connor
5bb4caab8f Fixup taking content as a hash. Use URI to convert it to a string. Add headers support in post. 2025-11-24 16:23:28 -05:00
Isaac Connor
7f054f651f Merge pull request #4469 from ZoneMinder/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2025-11-24 13:12:10 -05:00
dependabot[bot]
44206f8f49 Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 17:40:27 +00:00