Andrea Vezzali
|
4b4152b837
|
Update it_it translation (#3350)
|
2021-09-25 20:56:33 -04:00 |
Isaac Connor
|
292b3c1d37
|
add an ajax request for querying the available models
|
2021-09-25 20:49:53 -04:00 |
Isaac Connor
|
c66489fb30
|
rough in api support for Models and Manufacturers
|
2021-09-25 20:49:30 -04:00 |
Isaac Connor
|
d98d20958c
|
fixup the Manufacturer and Model ddms and text inputs
|
2021-09-25 20:48:43 -04:00 |
Isaac Connor
|
fe72056d73
|
fixup populating Models dropdown after Manufacturer select
|
2021-09-25 20:48:14 -04:00 |
Isaac Connor
|
34d9f87d6d
|
remove cruft from ServersController.php
|
2021-09-25 20:44:16 -04:00 |
Isaac Connor
|
12783f6edf
|
Add manufacturers, models and servers routes
|
2021-09-25 20:43:53 -04:00 |
Isaac Connor
|
2f12615f08
|
assign REQUEST['newMonitor'] to a variable to simplify code. Fixup ModelId and ManufacturerId saving.
|
2021-09-25 10:33:16 -04:00 |
Isaac Connor
|
7ca7d40b6f
|
Add defaults for ModelId and ManufacturerId. Fixes the methods for loading them
|
2021-09-25 10:32:04 -04:00 |
Isaac Connor
|
15adc47c61
|
Merge branch 'master' into add_manufacturer_model_to_monitors
|
2021-09-10 18:24:44 -04:00 |
Isaac Connor
|
009b3ceffc
|
Fix version of Crud
|
2021-09-09 13:28:25 -04:00 |
Isaac Connor
|
e18f8019b0
|
canView takes a user object, not a string
|
2021-09-08 19:07:51 -04:00 |
Isaac Connor
|
227e5794fa
|
Merge branch 'master' into add_manufacturer_model_to_monitors
|
2021-09-08 18:32:46 -04:00 |
Isaac Connor
|
b2415643f6
|
Add missing Importance member
|
2021-09-08 13:57:46 -04:00 |
Peter Keresztes Schmidt
|
6e96cbe14a
|
Misc: Merge ZM_HAS_V4L with ZM_HAS_V4L2
|
2021-09-08 00:19:08 +02:00 |
Isaac Connor
|
d102732a7e
|
add autoplay tag. Fixes #3343
|
2021-08-29 09:44:04 -04:00 |
Isaac Connor
|
dbe16a9cb4
|
Don't use AUTH_HASH_IPS when talking to zmu as it doesn't support that at this time.
|
2021-08-26 10:45:36 -04:00 |
Isaac Connor
|
2640791b89
|
spacing
|
2021-08-23 18:13:19 -04:00 |
r01k
|
79e041d0f0
|
Fixed bug that caused 'Call to undefined function Error()' in control_functions.php. Exception was being raised due to logger.php not being included in control_functions.php.
|
2021-08-20 22:42:57 -04:00 |
Isaac Connor
|
4a5bc88882
|
Always set image width to 100%. it should fill it's div and we will set the width of the div.
|
2021-08-19 18:57:00 -04:00 |
Isaac Connor
|
68a7635d9b
|
Only show thumbnail if Function is != None
|
2021-08-19 18:40:50 -04:00 |
Isaac Connor
|
7a6c244aa7
|
spacing. When the selected layout is not freeform, calculate the ratio of computed size to stream source size to calculate a value for scale.
|
2021-08-19 16:05:43 -04:00 |
Isaac Connor
|
44823e0c94
|
spacing remove dead code
|
2021-08-18 18:40:25 -04:00 |
Isaac Connor
|
8ddec91870
|
Allow snapshot downloading
|
2021-08-18 10:53:59 -04:00 |
Isaac Connor
|
7127a944a1
|
Use event->canView so that events in snapshots can be exported
|
2021-08-18 10:53:59 -04:00 |
Isaac Connor
|
ba9a871daf
|
Move CSP stuff down to view parsing. ajax requests only output json, so CSP shouldn't be relevant. Only end output buffer if there is one. archive view for example clears all output buffers.
|
2021-08-18 10:53:59 -04:00 |
Isaac Connor
|
eb1124c406
|
Spacing and quotes
|
2021-08-18 10:53:59 -04:00 |
Isaac Connor
|
b9efe627f3
|
implement Event->canView
|
2021-08-18 10:53:59 -04:00 |
Isaac Connor
|
e7e8996060
|
Can export events if canView Snapshots. Event->canView will filter events that are not in a snapshot
|
2021-08-18 10:53:59 -04:00 |
Isaac Connor
|
c12d88d874
|
Use canView.Snapshots for snapshot permissions instead of canView.Events
|
2021-08-18 10:53:59 -04:00 |
Isaac Connor
|
301d8fa5fa
|
Change monitor->canView semantics so that a specified monitorId trumps the Monitors:None setting. This is so that the console can be hidden, but the group dropdown still gets populated.
|
2021-08-18 10:53:59 -04:00 |
Isaac Connor
|
92a924044a
|
turn Save, SaveAs and Execute into submit buttons. Put Id into the form action so that it shows up in the url bar. Disable putting the form contents into the url bar in parse_rows.
|
2021-08-12 13:44:49 -04:00 |
Isaac Connor
|
a311455526
|
clean up code logic so that if we are executing an unchanged filter we don't do the unecessary save.
|
2021-08-12 13:42:36 -04:00 |
Isaac Connor
|
cd3359c3eb
|
spacing. Add defaults for AutoMoveTo and AutoCopyTo so that we don't get false changes. redirect is a global, so make it so. Re-null the Id of the filter object after temp execute so that we don't reference a no longer existing filter.
|
2021-08-12 12:53:46 -04:00 |
Isaac Connor
|
066bb891af
|
Fix url to ajax endpoint for deleting snapshots.
|
2021-08-06 19:18:27 -04:00 |
Isaac Connor
|
f0b2f75d91
|
Cleanup, split export and download functions in snapshot.
|
2021-08-06 19:18:02 -04:00 |
Isaac Connor
|
672de6e84f
|
event may have changed (have endtime set) between load and saving Archived bit. Lock the event which now also reloads it.
|
2021-08-06 19:15:22 -04:00 |
Isaac Connor
|
500ced2dc5
|
When locking, use the results to reload the object fields fresh as they may have changed since the object was loaded
|
2021-08-06 19:14:43 -04:00 |
Isaac Connor
|
f2a1d06f64
|
Snapshot exports are now flat, without frame images
|
2021-08-06 13:18:31 -04:00 |
Isaac Connor
|
eecf568041
|
Pass exportStructure around so that it can be used to put the right filename to the jpg in the html. Fix flat zips. Fix video files being included if exportMisc is true.
|
2021-08-06 13:18:06 -04:00 |
Isaac Connor
|
105851b70c
|
Actually delete the snapshot record, not just the event connection
|
2021-08-06 13:17:02 -04:00 |
Isaac Connor
|
f236e25e22
|
Fix deleting snapshots
|
2021-08-06 13:11:04 -04:00 |
Isaac Connor
|
1f1678064e
|
Allow specifying export Structure to get a flat zip
|
2021-08-06 13:10:44 -04:00 |
Isaac Connor
|
222909feb3
|
zmu may still output results even if it encounters errors, so continue even if we have an error return status from zmu.
|
2021-08-05 14:48:14 -04:00 |
Isaac Connor
|
7db25a5e1b
|
Continue to work even if opener isn't defined, which it isn't anymore because we got rid of popups. Fixes save button on monitorprobe.
|
2021-08-05 14:48:14 -04:00 |
Isaac Connor
|
acdd8bb08b
|
Merge script sections just to remove bytes per view.
|
2021-08-05 14:48:14 -04:00 |
Isaac Connor
|
7dc36f67db
|
output an error message image when we can't load a jpeg
|
2021-08-05 13:30:52 -04:00 |
Isaac Connor
|
0bcbff5dd5
|
Turn on export functionality for snapshots
|
2021-08-05 13:30:52 -04:00 |
Isaac Connor
|
bed41ca44b
|
Support specifying the export filename by passing the export_root
|
2021-08-05 13:30:52 -04:00 |
Isaac Connor
|
5bc9cfaa6a
|
Fix styling of the shutdown button
|
2021-08-05 13:30:52 -04:00 |