Commit Graph

22807 Commits (e720b5f5b162c422d7d1fa775139684bde40441a)

Author SHA1 Message Date
Jason Antman e720b5f5b1
docs: debian 12 install needs a2enmod cgi 2023-10-13 06:56:17 -04:00
Isaac Connor 0ba0e6d27b Control form elements were renamed from newControl to just Control. Update validateForm to match. 2023-10-11 14:58:54 -04:00
Isaac Connor ad35eba013 Use bootstrap table for user list, giving us sortable columns and we can use mobile table/card 2023-10-11 13:34:38 -04:00
Isaac Connor 7762e882b1 Remove debug 2023-10-11 13:34:09 -04:00
Isaac Connor 69e601d286 Fix failure to save new user due to Snapshots not getting a default value. 2023-10-11 13:34:00 -04:00
Isaac Connor bdc6bb58d6 Add a redirect after user delete so that we don't have form resubmission 2023-10-11 13:33:31 -04:00
Isaac Connor 0fe6dc2997 Fix the second Offline test. Fixes #3766 2023-10-11 11:34:27 -04:00
Isaac Connor feb3d91e8b Remove Tags from Event Data defaults. I don't think it is meant to be there 2023-10-06 14:54:17 -04:00
Isaac Connor 72d021dae9 Remove Tags from Event Data defaults. I don't think it is meant to be there 2023-10-06 14:49:57 -04:00
Isaac Connor 16db44193f Test for data.response being defined and do some logging if not 2023-10-06 14:32:55 -04:00
Isaac Connor 9ff31ab4f5 Only print logged in user name if we are actually logged in, in order to avoid errors in logs 2023-10-05 17:03:42 -04:00
Isaac Connor 38be4feeb8 Servers is a global, don't need to hit the db again 2023-10-05 11:51:33 -04:00
Isaac Connor 58ef8fe509 IF operator is LIKE and there is no %, automatically add them to front and back so that we get a match. 2023-10-05 11:50:29 -04:00
Isaac Connor 651fe2596f Remove debug, add ETAGS subsitution. Fix not doing substitutions on the head of a summary email 2023-10-04 17:08:13 -04:00
Isaac Connor 582245cdaf Rework new and find to properly handle multi-column primary keys 2023-10-04 17:07:50 -04:00
Isaac Connor 69e6c56ac3 Add Objects for Tag, Event_Tag and add functions to Event to load them. 2023-10-04 17:07:19 -04:00
Isaac Connor bc27af71a5 Add Tags and Event_Tags tables to db creation 2023-10-04 16:25:20 -04:00
Isaac Connor 3836e7d2a7 The value will be the Tag ID so compare against T.Id not T.Name 2023-10-04 15:57:54 -04:00
Isaac Connor c78063abd1 If we can edit we should still be able to do view actions 2023-10-04 15:11:14 -04:00
Isaac Connor 44c5c3c70c Introduce new download mode that concats event videos into 1 file per monitor 2023-10-04 12:04:11 -04:00
Isaac Connor f864a29eac Always return an array in getCredentialsDeprecated 2023-10-04 11:12:37 -04:00
Isaac Connor fc2198d375 Update Path after changing Storage Area 2023-10-04 10:07:07 -04:00
Isaac Connor 9b1e98997c fix eslint 2023-10-01 10:28:36 -04:00
Isaac Connor ffb8d68c74 When reading a jpeg, and the dimensions don't match, update the image dimension values so that the image at least looks right. 2023-10-01 10:28:36 -04:00
Isaac Connor e535267c51
Merge pull request #3774 from Simpler1/master
fix(php8): AllowDynamicProperties
2023-10-01 10:00:15 -04:00
Simpler1 2547376c27 fix(php8): AllowDynamicProperties 2023-09-30 19:56:57 -04:00
Isaac Connor bdc1660cc1 Update description for FPS Report Interval 2023-09-29 12:26:43 -04:00
Isaac Connor db390a4861 Merge branch 'fix_hardcoded' 2023-09-29 12:18:23 -04:00
Isaac Connor faaed69335 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2023-09-29 12:09:40 -04:00
Isaac Connor 10cf26fa7b Take FPSReportInterval into account when determining if a monitor is dead. Fixes #3766 2023-09-29 12:09:23 -04:00
Isaac Connor 2d46fc350a Spacing, test for setting of ZM_PATH_IP 2023-09-29 12:07:50 -04:00
Isaac Connor 0e58278461 Add auto-detection code to find ip and ifconfig 2023-09-29 12:07:30 -04:00
Isaac Connor ecec9cb29c Default to 2*keyframe interval for reorder_queue_size 2023-09-28 13:52:14 -04:00
Isaac Connor 7060945e97 Use new ZM_PATH_IP and ZM_PATH_IFCONFIG instead of hard coded paths. Fixes #3670 2023-09-28 13:32:42 -04:00
Isaac Connor 27744a9bc8 ADD ZM_PATH_IP and ZM_PATH_IFCONFIG 2023-09-28 13:31:57 -04:00
Isaac Connor 5a7bd74521 Remove commented out code 2023-09-28 12:59:51 -04:00
Isaac Connor 86e1959378 Use new ZM_PATH_UNAME instead of uname on PATH 2023-09-28 12:59:39 -04:00
Isaac Connor 87d29f10c6 Use new ZM_PATH_UNAME instead of uname on PATH 2023-09-28 12:59:28 -04:00
Isaac Connor 243edcc82f Use new ZM_PATH_RM instead of hard coding path to rm 2023-09-28 12:59:08 -04:00
Isaac Connor cc773eae43 Add ZM_PATH_RM and ZM_PATH_UNAME to config. 2023-09-28 12:58:43 -04:00
Andrew Bauer 413d072e1e rpm specfile changes 2023-09-28 09:51:13 -05:00
Isaac Connor 91c44a4f9a Fix semi colon 2023-09-26 15:17:26 -04:00
Isaac Connor 23b58a2709 Move delteclick and download click into separate functions. Only load delconfirm modal when delete is clicked. 2023-09-26 15:17:01 -04:00
Isaac Connor 51500d494f Add group by when doing advnaced search 2023-09-26 15:15:47 -04:00
Isaac Connor 82aeac076d Fix incorrect var name frameid=>fid in find_virtual_frame 2023-09-26 12:10:36 -04:00
Isaac Connor 29c6a0136f Merge branch 'master' of github.com:ZoneMinder/zoneminder 2023-09-25 17:17:47 -04:00
Isaac Connor 3346a67b94 set zmDbConnected to false before calling zmDbConnect 2023-09-25 17:17:38 -04:00
Isaac Connor 709d08c6c5 Only call jsonDecode when Query_json is non-empty 2023-09-25 16:56:06 -04:00
Isaac Connor 45bcb13045 Add backtrace to errors in json 2023-09-25 16:32:20 -04:00
Isaac Connor 1fdf7f2b31 Remove debug 2023-09-25 16:32:01 -04:00