Isaac Connor
|
51c7f0b73f
|
shuffle lines
|
2019-08-16 14:12:52 -04:00 |
Isaac Connor
|
1d0ee227d7
|
fix mUser to username, etc.
|
2019-08-16 14:12:37 -04:00 |
Isaac Connor
|
4108495a7d
|
Add session storage if stateful query param is on, but only for LEGACY_API_AUTH
|
2019-08-16 14:12:14 -04:00 |
Isaac Connor
|
376b8af889
|
Make links in donate text actual links
|
2019-08-16 11:40:38 -04:00 |
Isaac Connor
|
f813741730
|
Add maxage 7 to logrotate config so that it will clear out all the zms_e logs.
|
2019-08-16 11:31:27 -04:00 |
Isaac Connor
|
efa264e0c7
|
Fix playing in reverse. Fix not sending first frame. Fix sql problem with backticks. Not being able to open a frame image is now non-fatal.
|
2019-08-16 10:24:51 -04:00 |
Isaac Connor
|
fdb66aaa72
|
Merge branch 'master' into fix_token_auth_sessions
|
2019-08-15 16:22:09 -04:00 |
Isaac Connor
|
336f45219b
|
fix object caching
|
2019-08-15 16:04:56 -04:00 |
Isaac Connor
|
68052368f7
|
use backticks on table and column names. Use data-on-change-this in group dropdown
|
2019-08-15 16:04:37 -04:00 |
Isaac Connor
|
1103928ed7
|
only call check_timezone on console for efficiency in all other requests
|
2019-08-15 15:16:20 -04:00 |
Isaac Connor
|
f09941ed48
|
timezone errors shouldn't be fatal
|
2019-08-15 15:16:02 -04:00 |
Isaac Connor
|
7c54ac85a0
|
remove debugging
|
2019-08-15 15:05:37 -04:00 |
Isaac Connor
|
618e6816ef
|
Rework auth. login using username and password only occurs on login action now. Including auth.php should not touch the session. auth_hash logins no longer touch the session. replace userLogin with a function called validateUser which matches the semantics of validateToken.
|
2019-08-15 14:59:15 -04:00 |
Isaac Connor
|
0ec6e8d635
|
Merge branch 'master' into fix_token_auth_sessions
|
2019-08-15 12:05:07 -04:00 |
Isaac Connor
|
81dadc17dc
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2019-08-14 16:18:31 -04:00 |
Isaac Connor
|
c7b6db9be7
|
Put backticks around all columns and tables in sql to deal with mysql 8
|
2019-08-14 16:18:21 -04:00 |
Isaac Connor
|
e390195ebb
|
Merge branch 'storageareas'
|
2019-08-13 15:34:38 -04:00 |
Isaac Connor
|
ed9175b4ad
|
Merge branch 'master' of github.com:/ZoneMinder/zoneminder
|
2019-08-13 15:34:11 -04:00 |
Isaac Connor
|
74e414eb00
|
Clean up ugly hack in CopyTo. Do not modify the object resulting in cached crap
|
2019-08-13 15:33:38 -04:00 |
Isaac Connor
|
4140d51e9f
|
database.php cleanup. remove dbFetchMonitor and dbFetchGroup. Their usage has been replaced with the Object::find_one usage. Also more quoting of table and colume names to fix #2659
|
2019-08-13 11:45:50 -04:00 |
Isaac Connor
|
9da10abca9
|
Move APIEnabled check to the api from auth.php
|
2019-08-13 11:29:32 -04:00 |
Isaac Connor
|
a63b6486b9
|
Remove Session from App Components list.
|
2019-08-12 15:36:40 -04:00 |
Isaac Connor
|
c2e1293472
|
spacing
|
2019-08-12 15:10:58 -04:00 |
Isaac Connor
|
0bf036fc55
|
Remove Session from the components list
|
2019-08-12 15:06:46 -04:00 |
Isaac Connor
|
2320ab4d66
|
update HostController. Use config constants, don't use sessions
|
2019-08-12 15:01:40 -04:00 |
Isaac Connor
|
4922861d1d
|
Merge branch 'master' into fix_token_auth_sessions
|
2019-08-12 13:59:11 -04:00 |
Isaac Connor
|
29fc63dd15
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2019-08-11 20:21:50 -04:00 |
Isaac Connor
|
c1984ad7cb
|
Fix problem calculating mem_size using an int from ImageSize. With camera resolutions going up, width*height*colour could exceed 32bits. So use a guarnteed 53bit type, which fixes the memsize calculations. Fixes #2682
|
2019-08-11 20:21:37 -04:00 |
Andrew Bauer
|
d75d64280d
|
Update zoneminder.spec
|
2019-08-11 15:03:15 -05:00 |
Isaac Connor
|
5b62c91cc2
|
Improve some debugging to try to diagnose recent segfault report
|
2019-08-10 14:46:05 -04:00 |
Isaac Connor
|
0cdb43e165
|
make dump_video_frame a define instead of a function, fix linesize
|
2019-08-10 14:45:45 -04:00 |
Isaac Connor
|
38a09bbd18
|
Don't auto-add default storage area to header. If someone wants to see it's space in the header they can add it to storage areas
|
2019-08-08 15:34:07 -04:00 |
Isaac Connor
|
3368f94c1a
|
Add code to handleDelay to cancel identical delayed actions. Fixes #2619 (#2681)
|
2019-08-08 14:38:27 -04:00 |
Isaac Connor
|
2e9d72ed63
|
spacing and extra ()
|
2019-08-08 14:11:24 -04:00 |
Isaac Connor
|
5f77634aca
|
Update Group object to use shared code in Object.php. Should fix #2659
|
2019-08-08 13:51:56 -04:00 |
Isaac Connor
|
702cb65d2a
|
Merge branch 'storageareas'
|
2019-08-08 13:38:36 -04:00 |
Isaac Connor
|
45b970fb09
|
fix spacing
|
2019-08-08 13:34:28 -04:00 |
Isaac Connor
|
df285006d2
|
change sortHeader to include eid if it is in the request
|
2019-08-08 13:34:10 -04:00 |
Isaac Connor
|
d3ba0ce129
|
Merge branch 'storageareas' of github.com:connortechnology/ZoneMinder into storageareas
|
2019-08-08 13:16:40 -04:00 |
Isaac Connor
|
a9de537e01
|
Merge branch 'master' into storageareas
|
2019-08-08 09:27:27 -04:00 |
Isaac Connor
|
bb6d2631c9
|
Fix hwaccel compile on pi
|
2019-08-08 09:26:40 -04:00 |
Isaac Connor
|
1892528679
|
quotes
|
2019-08-08 09:26:15 -04:00 |
Isaac Connor
|
5b0509e000
|
When invalid operator terms, use print_r on the term instead of just the operator
|
2019-08-08 09:26:00 -04:00 |
Tsaukpaetra
|
c5d2aab80a
|
Update faq.rst (#2680)
Add new entry for timezone-related issue
|
2019-08-08 08:47:23 -04:00 |
Isaac Connor
|
b23a1d0955
|
Merge branch 'master' into storageareas
|
2019-08-07 15:51:21 -04:00 |
Isaac Connor
|
3a142df14f
|
Only send zmdc.pl commands for filters to running servers
|
2019-08-07 15:51:01 -04:00 |
Isaac Connor
|
bf6170bf61
|
Test for values in aws url and give better errors if Url empty. Don't append events dir to S3 bucket path
|
2019-08-07 15:47:12 -04:00 |
Isaac Connor
|
fb414b3f19
|
remove debug statements
|
2019-08-07 15:34:45 -04:00 |
Isaac Connor
|
fb7ab993b5
|
Have to include the --daemon param when telling zmdc.pl what to do with zmfilter.pl
|
2019-08-07 15:34:30 -04:00 |
Isaac Connor
|
d4b59211cd
|
Merge branch 'master' into storageareas
|
2019-08-07 11:21:19 -04:00 |