Isaac Connor
|
5c867aa5f5
|
Merge branch 'fix_auth_timeout' into storageareas
|
2016-09-29 10:10:38 -04:00 |
Isaac Connor
|
8bc7b9562f
|
introduce config option ZM_AUTH_HASH_TTL which is the # of hours to make an auth hash valid for
|
2016-09-29 10:04:53 -04:00 |
Isaac Connor
|
07ae6b6aa2
|
commit authhash to session
|
2016-09-28 11:49:00 -04:00 |
Isaac Connor
|
09f7c9ddf9
|
Merge pull request #1633 from bhaal2/storageareas
Storageareas
|
2016-09-28 09:43:00 -04:00 |
Isaac Connor
|
994f1d566e
|
fix [
|
2016-09-28 09:09:01 -04:00 |
Isaac Connor
|
9bf48d27b1
|
implement caching the authhash in the session
|
2016-09-28 09:08:49 -04:00 |
Isaac Connor
|
1ae23b49bf
|
generateAuthHash early when session is active, it will get cached in session
|
2016-09-28 09:08:36 -04:00 |
Isaac Connor
|
02a196d98b
|
add missing ]
|
2016-09-28 08:30:22 -04:00 |
Isaac Connor
|
e217ca17cd
|
Merge branch 'fix_auth_timeout' into storageareas
|
2016-09-27 11:57:53 -04:00 |
Isaac Connor
|
303a2c6c5f
|
re-open session if neccessary to save AuthHashGeneratedAt
|
2016-09-27 11:56:31 -04:00 |
Isaac Connor
|
6840031ee3
|
fix auth timeout and user session[username] when checking auth hash for speedup
|
2016-09-27 11:51:55 -04:00 |
Isaac Connor
|
e04266600e
|
Merge branch 'fix_auth_timeout' into storageareas
|
2016-09-27 11:04:12 -04:00 |
Isaac Connor
|
4ce531099c
|
add an auth field to request=stream results to give the client a new auth hash to use
|
2016-09-27 11:03:12 -04:00 |
Isaac Connor
|
167214cb01
|
Merge branch 'cookie_scale' into storageareas
|
2016-09-27 10:05:16 -04:00 |
Isaac Connor
|
6c3a3d3d50
|
store the scale value for watch and event views in a cookie, differentiated by monitorId.
|
2016-09-27 09:46:04 -04:00 |
Isaac Connor
|
0580ef0c88
|
whitespace changes
|
2016-09-26 20:09:09 -04:00 |
Isaac Connor
|
3dcc1c3697
|
fix php outputting extra newlines after content
|
2016-09-22 10:37:32 -04:00 |
Isaac Connor
|
d96febd967
|
when ZM_DIR_EVENTS is relative, append ZM_PATH_WEB
|
2016-09-21 16:00:23 -04:00 |
Isaac Connor
|
091459004c
|
ServerId can be 0
|
2016-09-21 10:30:31 -04:00 |
bhaal2
|
b9b1dd144c
|
@connortechnology changed the selectName back to Id from filterId in filter.php, this had a flowon effect in filtersave.php as well.
|
2016-09-21 21:41:22 +10:00 |
Isaac Connor
|
364a80fb94
|
don't output jpeg header unless there is some kind of success
|
2016-09-20 15:55:28 -04:00 |
Isaac Connor
|
33ab9d3098
|
instead of filterId, use Id so that the object in is properly filled out. Add object=filter to hidden fields
|
2016-09-20 12:19:44 -04:00 |
Isaac Connor
|
5ce2e95fb7
|
replace getDiskPercent call with code to show percent for all storageareas
|
2016-09-20 12:18:50 -04:00 |
Isaac Connor
|
fb610ba87d
|
fix getDiskPercent to take a StorageArea as a param and use it's disk_usage_percent function. When parsing filter, DiskPercent requires a storagearea now, so look for it in the terms
|
2016-09-20 12:18:20 -04:00 |
Isaac Connor
|
1add270b72
|
fixup saving Filters and executing them
|
2016-09-20 12:17:19 -04:00 |
Isaac Connor
|
f06723a178
|
add disk_usage_percent and fix whitespace
|
2016-09-20 12:16:49 -04:00 |
Isaac Connor
|
5604fe5610
|
add more debugging and fix LinkPath -> LinkPath
|
2016-09-20 12:16:07 -04:00 |
bhaal2
|
c74af40ffb
|
Had file open with old stuff. Fixed now.
|
2016-09-17 02:20:17 +10:00 |
bhaal2
|
aee6ae956d
|
Moved '%' to getDiskPercent() where it should have been.
|
2016-09-17 02:13:33 +10:00 |
bhaal2
|
c95e449bbd
|
Modifications to getDiskPercent():
Moved '%' to this function instead of at end of html in skins/classing/include/functions.php
Changed from SQL query to Storage area object model.
|
2016-09-17 02:11:07 +10:00 |
Isaac Connor
|
5f46b8f942
|
Merge pull request #1621 from connortechnology/fix_1620
ptzControl expects a monitor object instead of a dbrow array.
|
2016-09-15 10:18:26 -04:00 |
Isaac Connor
|
2c21fe80e7
|
Merge pull request #1626 from bhaal2/storageareas
Storageareas
|
2016-09-15 10:18:11 -04:00 |
bhaal2
|
181339a2dd
|
Nearly forgot its possible to have no "default" storage area, have wrapped the defaults space check in an if()
|
2016-09-15 19:49:58 +10:00 |
bhaal2
|
76beaf281a
|
Changed "Disk" to "Storage" which looked better when showing disk space for all storage areas.
|
2016-09-15 19:44:13 +10:00 |
bhaal2
|
d5337a08a8
|
Modify getDiskPercent() to report disk space for all storage areas.
|
2016-09-15 19:41:16 +10:00 |
Isaac Connor
|
37c559ba3d
|
Merge branch 'storageareas' of github.com:ZoneMinder/ZoneMinder into storageareas
|
2016-09-14 12:49:55 -04:00 |
Isaac Connor
|
cf45feea66
|
quiet the logs on initial view load
|
2016-09-14 12:49:47 -04:00 |
Isaac Connor
|
fb8b2f2490
|
Merge pull request #1625 from bhaal2/storageareas
Storageareas
|
2016-09-14 12:08:55 -04:00 |
bhaal2
|
01ae4de123
|
Modified so deleting a filter is done by table Id instead of Name
|
2016-09-15 01:59:31 +10:00 |
bhaal2
|
17555bf623
|
Added extra argument 'id' to deleteFilter function to send to delete action for deleting a filter.
|
2016-09-15 01:57:31 +10:00 |
bhaal2
|
67f2ddc404
|
Changed filter list order back to Name
Added extra argument 'Id' to delete button onClick call
|
2016-09-15 01:55:58 +10:00 |
bhaal2
|
cd626a54ee
|
Converted filter action to use table Id's instead of filterName's when editing existings and creating new filters.
|
2016-09-15 01:29:44 +10:00 |
bhaal2
|
99a212803a
|
Converted filter action to use table Id's instead of filterName's when editing existings and creating new filters.
|
2016-09-15 01:29:35 +10:00 |
bhaal2
|
0d83fc5be7
|
Converted filter action to use table Id's instead of filterName's when editing existings and creating new filters.
|
2016-09-15 01:27:59 +10:00 |
Isaac Connor
|
a0eaea00a5
|
fix relative paths to jquery and bootstrap fixes #1618
|
2016-09-14 10:06:15 -04:00 |
bhaal2
|
cd0e6ba285
|
StorageId now defaults to 0 and database column now set to NOT NULL. Changed default Id in php to match
|
2016-09-14 23:56:05 +10:00 |
bhaal2
|
33fc47c4b1
|
StorageId now defaults to 0 (NOT NULL) in the Monitors table, updates to filter.php set the default Id for the default storage area to 0
|
2016-09-14 23:53:52 +10:00 |
Isaac Connor
|
0bc50810de
|
only add the development h3 if it has contents, otherwise it pushes the header size down
|
2016-09-13 10:25:49 -04:00 |
Isaac Connor
|
2b4bad86cb
|
Merge branch 'master' into storageareas
|
2016-09-13 10:21:10 -04:00 |
Isaac Connor
|
a80881bb98
|
Merge branch 'fix_1620' into storageareas
|
2016-09-13 10:03:02 -04:00 |