Isaac Connor
f3e8a17fd6
Revert "Fix: With "bfcache," always refresh the page without analyzing the content height."
2025-12-16 12:13:19 -05:00
Isaac Connor
1c3f982c82
Merge pull request #4485 from ZoneMinder/dependabot/github_actions/actions/download-artifact-7
...
Bump actions/download-artifact from 6 to 7
2025-12-15 13:41:13 -05:00
Isaac Connor
47a4f09ed2
Merge pull request #4484 from ZoneMinder/dependabot/github_actions/actions/upload-artifact-6
...
Bump actions/upload-artifact from 5 to 6
2025-12-15 13:40:54 -05:00
dependabot[bot]
229ad47c7d
Bump actions/download-artifact from 6 to 7
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-15 17:02:36 +00:00
dependabot[bot]
e9dcea78e2
Bump actions/upload-artifact from 5 to 6
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-15 17:02:30 +00:00
Isaac Connor
13999ab2a3
Unsupported control messages can be debug level. Remove some cruft.
2025-12-15 09:53:34 -05:00
Isaac Connor
ae3e8a86b9
Fix initial status update
2025-12-14 12:43:27 -05:00
Isaac Connor
9699334780
BUmp version to 1.37.74 for triggers update
2025-12-11 18:31:30 -05:00
Isaac Connor
a59f13b9ea
Apply new triggers that only update summary tables if there is a DiskSpace change.
2025-12-11 18:31:30 -05:00
Isaac Connor
b0c46387b8
Merge pull request #4482 from Simpler1/patch-2
...
Update skin.css
2025-12-11 12:36:57 -05:00
Simpler1
f97a69cf43
Update skin.css
...
Better experience on mobile with a narrow display. Keeps the tags field from jumping from a single line to two lines after entering a tag.
2025-12-11 11:58:47 -05:00
Isaac Connor
46e9991272
Merge pull request #4481 from IgorA100/patch-173721
...
Fix: Allow using any character from the "letter" category in the name of the downloaded event archive on Events page
2025-12-11 09:00:54 -05:00
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
0020d29c89
Removed the ":" character from allowed characters (event.php)
2025-12-11 12:39:18 +03:00
IgorA100
b1f65aaabc
Fix: Allow using any character from the "letter" category in the name of the downloaded event archive (event.php)
...
This change will allow the use of any national Unicode alphabet in the file name.
We also allow any numeric character and the characters "-", ".", "(", ")"
The ":" character is prohibited in file names in Windows, so we're excluding it from the list of allowed characters.
2025-12-11 12:15:11 +03: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