Kyle Johnson
|
17c8b98a41
|
Moved all of the Events table stuff in the Monitors index view to the Events index view
|
2013-05-15 17:53:07 -04:00 |
Kyle Johnson
|
869fb3f626
|
Changed the way that I am looking up monitors
|
2013-05-15 17:52:30 -04:00 |
Kyle Johnson
|
0d004fb588
|
Changed some minor indents
|
2013-05-15 17:51:53 -04:00 |
Kyle Johnson
|
343fd4c3b6
|
Removed the host field from the monitors query
|
2013-05-15 17:51:14 -04:00 |
Kyle Johnson
|
176064343d
|
Moved the events table code frmo the Monitors controller to the Events controller
|
2013-05-15 17:50:46 -04:00 |
Kyle Johnson
|
4022695961
|
Reworked the events paginate function, it now grabs only the needed fields, sorts properly, and limits based on the configured ZM_WEB_EVENTS_PER_PAGE option.
|
2013-05-15 17:46:11 -04:00 |
Kyle Johnson
|
c47f450e41
|
Added the Monitor and Config model to the Events controller
|
2013-05-15 17:42:42 -04:00 |
Kyle Johnson
|
2a3b649341
|
Forgot to pull out the Monitors schema before committing...
|
2013-05-15 08:42:39 -04:00 |
Kyle Johnson
|
7913fbb49f
|
Added a link to the add monitors page
|
2013-05-15 08:36:05 -04:00 |
Kyle Johnson
|
a1aed0ec03
|
First pass at ability to add monitors. Field names do not match database columns so not all values are saved
|
2013-05-15 08:35:49 -04:00 |
Kyle Johnson
|
39e15b48a1
|
Replaced use of querybuilder functionality via find() with prebuilt queries via query(). This fixes #1.
|
2013-05-14 22:52:47 -04:00 |
Kyle Johnson
|
1307ba41c8
|
Changed the event count lookups to use find() instead of custom functions
|
2013-05-08 09:37:56 -04:00 |
Kyle Johnson
|
08f57b6b47
|
Made the footer link legible
|
2013-05-08 08:03:58 -04:00 |
Kyle Johnson
|
0e8a96141e
|
Lack of newlines makes me cry
|
2013-05-08 07:56:11 -04:00 |
Kyle Johnson
|
74008dcb8b
|
Moved some of the logic for determining video streaming options from the controller to the model
|
2013-05-07 11:15:06 -04:00 |
Kyle Johnson
|
b5e15a1708
|
First pass of the Monitors view page with code to determine stream type (mpeg, jpeg), bitrate, fps, etc
|
2013-05-07 10:29:34 -04:00 |
Kyle Johnson
|
a6bcd78e6e
|
Added a link to change the bandwidth
|
2013-05-06 19:53:38 -04:00 |
Kyle Johnson
|
29784fa3d3
|
Set the zmBandwidth variable app-wide
|
2013-05-06 19:53:25 -04:00 |
Kyle Johnson
|
82c14790c5
|
Added the live stream with hardcoded values
|
2013-05-06 19:38:22 -04:00 |
Kyle Johnson
|
49a01a9c28
|
Initial commit of Bandwidth Model, View and Controller.
|
2013-05-06 19:37:22 -04:00 |
Kyle Johnson
|
ac93b8318e
|
Added Cookie and Session components to the entire app, also set the zmBandwidth cookie to low by default
|
2013-05-06 19:36:34 -04:00 |
Kyle Johnson
|
9052b7fda5
|
Added a style to make the header legible
|
2013-05-06 11:34:48 -04:00 |
Kyle Johnson
|
69f9f446a8
|
Added Monitors, Events and Options index view to the header
|
2013-05-06 11:34:17 -04:00 |
Kyle Johnson
|
f35e7cbe73
|
Initial commit of Config Controller and View.
* Allows basic updating of config options
* No validation yet
* All options are rendered as text boxes. Some need to be dropdown, etc.
|
2013-05-06 11:06:58 -04:00 |
Kyle Johnson
|
869b84732d
|
Changed the primaryKey to the actual primary key of the Config table
|
2013-05-06 11:05:33 -04:00 |
Kyle Johnson
|
5f7e4a3471
|
Overriding the primaryKey for the Events and Monitors models
|
2013-05-06 10:36:47 -04:00 |
Kyle Johnson
|
03a9915138
|
Added the Config model
|
2013-05-06 08:42:05 -04:00 |
Kyle Johnson
|
b6bf96b701
|
Added the list of distinct monitors to the monitors variable for later use with filtering
|
2013-05-06 08:40:25 -04:00 |
Kyle Johnson
|
d4b0d05366
|
Added number of archived events per monitor to Monitors index view
|
2013-05-04 22:45:59 -04:00 |
Kyle Johnson
|
3af0600917
|
Limited the number of fields returned when searching for associated events and zones
|
2013-05-04 22:41:27 -04:00 |
Kyle Johnson
|
d681654e56
|
Moved events queries from the Monitors controller to the Monitors model
|
2013-05-04 19:42:37 -04:00 |
Kyle Johnson
|
a56ae4ed42
|
Display last events per hour, day, week, month per monitor
|
2013-05-04 19:22:48 -04:00 |
Kyle Johnson
|
20b024ef02
|
Added queries for last events per hour, day, week and month
|
2013-05-04 19:22:09 -04:00 |
Kyle Johnson
|
c42ae4a91d
|
Moved the Html and Form helpers to the common AppController
|
2013-05-03 07:34:45 -04:00 |
Kyle Johnson
|
cff58441fc
|
Fixed some indents
|
2013-05-02 21:31:05 -04:00 |
Kyle Johnson
|
2cc0620edc
|
Added zone count to monitor index
|
2013-05-02 21:27:55 -04:00 |
Kyle Johnson
|
b7d993839b
|
Added Zone model, as well as Monitor and Zone model association
|
2013-05-02 09:01:27 -04:00 |
Kyle Johnson
|
12642e6c45
|
Added additional table columns as well as total event count per monitor
|
2013-05-02 08:56:51 -04:00 |
Kyle Johnson
|
e782fbe38d
|
Defined associations between the Monitor and Event models
|
2013-05-02 08:55:59 -04:00 |
Kyle Johnson
|
e2751c0597
|
Initial ability to edit limited options of existing monitors
|
2013-05-01 21:03:25 -04:00 |
Kyle Johnson
|
6bc6610542
|
Added Monitors view view
|
2013-05-01 20:57:10 -04:00 |
Kyle Johnson
|
1be91f67e3
|
Added Function and Source columns
|
2013-05-01 18:46:01 -04:00 |
Kyle Johnson
|
055d8f8d0b
|
Initial commit of MVC for Monitors
|
2013-05-01 18:41:59 -04:00 |
Kyle Johnson
|
a5e2f29a4b
|
Specified the specific table name for the Event model
|
2013-05-01 18:21:46 -04:00 |
Kyle Johnson
|
a16054b33f
|
Removed an HTML comment and changed the heading from 1 to 2.
|
2013-05-01 08:24:42 -03:00 |
Kyle Johnson
|
31902af09a
|
Update README.md
|
2013-05-01 08:04:57 -03:00 |
Kyle Johnson
|
9d5243ccab
|
Initial commit of Event Model, View and Controller with basic support for drilling into an event
|
2013-05-01 07:02:12 -04:00 |
Kyle Johnson
|
8322dc390f
|
Initial commit of CakePHP 2.3.4
|
2013-05-01 06:58:31 -04:00 |
Kyle Johnson
|
1ed6462354
|
Removed all of the old web files
|
2013-05-01 06:52:43 -04:00 |
stan
|
4996dd0a51
|
Recreated generated files.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3662 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2012-07-04 09:46:18 +00:00 |
stan
|
be97b244b4
|
Increased size of options window and changed to use debug functions instead of console ones.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3659 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2012-07-04 08:58:19 +00:00 |
stan
|
2c47a15f9b
|
Use event dimensions instead of monitor ones as they may have changed.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3520 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-11-10 22:53:29 +00:00 |
stan
|
8b86c9af58
|
Removed permissions check when creating new log entries. Instead check that request is 'post'ed and moved some other requests to be 'post' only.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3509 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-08-26 10:50:50 +00:00 |
stan
|
e695dfd4dd
|
Allow for level as a minimum when selecting availability criteria for other fields.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3501 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-08-24 13:15:58 +00:00 |
stan
|
b64c506659
|
Added SFTP upload option.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3500 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-08-23 14:10:20 +00:00 |
stan
|
194d8350b4
|
Fixed distribution and install lists
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3497 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-08-05 11:24:24 +00:00 |
stan
|
62df1ba8de
|
Tidier detainting.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3494 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-08-03 17:33:58 +00:00 |
stan
|
aa0ee13afa
|
Detaint further dodgy path varieties.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3488 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-08-03 11:08:40 +00:00 |
stan
|
63589ddee7
|
Don't include postprocessed config.php
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3487 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-07-28 21:26:20 +00:00 |
stan
|
3a399378b2
|
Fixed problem with link to overlay css file
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3485 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-07-27 16:09:09 +00:00 |
stan
|
6035ed211a
|
Detaint some user inputs to avoid malicious file inclusion
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3483 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-07-22 08:37:01 +00:00 |
stan
|
a3ef933f2d
|
Check for json_last_error function existence before invoking.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3482 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-07-22 08:34:35 +00:00 |
stan
|
b40669dc75
|
Updated Spanish translation
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3476 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-07-07 08:30:12 +00:00 |
stan
|
07fca2ad9a
|
Fixed environment fetching when in cli mode and logfile error message.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3471 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-06-27 16:15:59 +00:00 |
stan
|
7e55373b87
|
Fixed incorrect scaling of timeout on select call
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3470 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-06-27 16:15:16 +00:00 |
stan
|
bf90ab8158
|
Added error trapping to log file exports.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3463 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-06-23 22:33:07 +00:00 |
stan
|
1ce54fb0db
|
Enabled alternate selections when a filter has been chosen. Improved
styles for debug entries in log.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3462 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-06-23 21:53:45 +00:00 |
stan
|
6ff385e407
|
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3459 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-06-21 09:19:10 +00:00 |
jaidhar
|
96249db582
|
eyeZm Plugin: Patched functions.php to check for ffmpeg codec support via -formats as well as -codecs
Signed-off-by: Jai Dhar <jdhar@eyezm.com>
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3399 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-06-08 22:37:19 +00:00 |
stan
|
b3d8279dfc
|
Fixed problem with transparency
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3373 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-05-27 10:41:43 +00:00 |
stan
|
a6011b4f93
|
Fixed down/right PTZ image
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3372 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-05-27 08:39:22 +00:00 |
stan
|
d2f5e9623c
|
Added checks for mismatches between system and database versions
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3364 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-05-25 09:15:14 +00:00 |
stan
|
a20180aded
|
Updated to process other sections on top of SLANG
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3362 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-05-25 09:13:47 +00:00 |
stan
|
7b43ac2645
|
Use JSON encoding for language independent serialisation (filters and control commands) rather than PHP serialisation. Removes dependency on rare PHP::Serialization perl module.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3357 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-05-23 16:18:18 +00:00 |
stan
|
87124001ba
|
Added error checking to builtin JSON functions
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3351 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-05-23 15:15:37 +00:00 |
stan
|
1d84fb8f7d
|
Added jsonDecode function and stop encoding single quotes in JSON encoder
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3350 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-05-23 13:17:12 +00:00 |
stan
|
327ae02e9a
|
Regenerated.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3340 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-05-16 14:48:52 +00:00 |
stan
|
24c3c068dd
|
Removed original apache config and merged with new one in misc
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3339 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-05-15 21:16:36 +00:00 |
stan
|
47e8d6112a
|
Do not ignore return status of unlink
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3326 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-04-19 11:47:25 +00:00 |
stan
|
249b53ec7e
|
When creating a monitor add it to the current group if any
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3325 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-04-19 11:46:55 +00:00 |
stan
|
27fedec37b
|
Reordered monitor deletion to do primary activities first in case of deletions timing out
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3324 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-04-19 10:56:39 +00:00 |
stan
|
bf101660b4
|
Added deletePath function and changed deleteEvent to use it.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3323 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-04-19 10:54:41 +00:00 |
stan
|
e46acf74b0
|
Fixed broken previous commit.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3322 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-04-19 09:53:33 +00:00 |
stan
|
40dfb5abde
|
Fixed potential issues with monitor deletion
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3321 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-04-19 09:50:28 +00:00 |
stan
|
6a5f649092
|
Improved process control options, guesses less.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3320 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-04-19 09:35:39 +00:00 |
jaidhar
|
d0f8e7e1aa
|
eyeZm Plugin: Changed text on H264 splash page
Signed-off-by: Jai Dhar <jdhar@eyezm.com>
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3317 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-04-19 00:10:17 +00:00 |
jaidhar
|
7c430cd7a5
|
eyeZm Plugin: Changed loading text for H264 splash screen
Signed-off-by: Jai Dhar <jdhar@eyezm.com>
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3316 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-04-19 00:10:03 +00:00 |
jaidhar
|
6645cd0a8f
|
eyeZm Plugin: Removed -s tag from ffmpeg to allow it to automatically pick size, and added viewport meta-tag to h264 splash page
Signed-off-by: Jai Dhar <jdhar@eyezm.com>
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3315 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-04-19 00:09:50 +00:00 |
jaidhar
|
f2caca6f2f
|
added single-shot when fps=0 for vcodec=mjpeg
Signed-off-by: Jai Dhar <jdhar@eyezm.com>
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3314 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-04-19 00:09:34 +00:00 |
jaidhar
|
923fd832e5
|
Incremented to p2fs3, added rescaling support for 'vframe' action, added viewport tag to vfeed for mjpeg mode
Signed-off-by: Jai Dhar <jdhar@eyezm.com>
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3313 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-04-19 00:09:20 +00:00 |
stan
|
a1ccff276f
|
Auto-updated.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3310 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-03-02 12:35:17 +00:00 |
stan
|
0327f0f751
|
Added Spanish translation
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3309 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-03-02 12:34:58 +00:00 |
stan
|
0ff4e53832
|
Allow FPS reporting to be disabled by setting valure to zero
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3308 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-03-02 12:23:10 +00:00 |
stan
|
f0a012ebfd
|
Fixed bug to do with V4L versions and monitor settings
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3307 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-03-02 12:04:52 +00:00 |
jaidhar
|
e3f8bdb6cd
|
XML (eyeZm) plugin: Now renamed plugin to eyeZm, along with all database variables. Note that this must still reside in the skins/xml path until iPhone apps can be moved over at a later point in time
Signed-off-by: Jai Dhar <jdhar@eyezm.com>
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3306 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-02-19 20:25:54 +00:00 |
jaidhar
|
15de28e665
|
XML Plugin: Securing code by escaping SQL strings, and validating input parameters
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3305 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-02-19 20:25:22 +00:00 |
stan
|
8048c1c355
|
Updated to allow the versions of video4linux to existed independently of each other. Ubuntu 11.04 oalyn has V4L2.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3302 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-02-15 21:59:06 +00:00 |
stan
|
efa583aed0
|
Fixed JSON request queueing issue.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3299 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-02-15 11:17:44 +00:00 |
stan
|
f4ee181a1b
|
Removed redundant overloaded code, now implmented directly in MooTools
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3298 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-02-15 11:17:30 +00:00 |
stan
|
3b149bf552
|
Fixed JSON encoding bug
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3292 e3e1d417-86f3-4887-817a-d78f3d33393f
|
2011-02-11 14:48:03 +00:00 |