Isaac Connor
|
818cd614eb
|
Merge branch 'multi-server' into storageareas
|
2016-01-08 10:17:37 -05:00 |
Isaac Connor
|
574d94e9b6
|
Merge branch 'master' into multi-server
|
2016-01-08 10:16:26 -05:00 |
Isaac Connor
|
d48ec1cfbe
|
Add AddNewServer and Hostname entries
|
2016-01-08 10:15:41 -05:00 |
Isaac Connor
|
99dfaa97fa
|
User Name instead of ServerName and Hostname instead of ServerHostname
|
2016-01-08 10:15:21 -05:00 |
Isaac Connor
|
d13829c6f3
|
Add Hostname to list of servers, since we have the space for it.
|
2016-01-08 10:15:06 -05:00 |
Isaac Connor
|
5ce26ac4df
|
Change logrotate defaults to daily/rotate 7, which works better with logcheck
|
2016-01-08 09:59:03 -05:00 |
Isaac Connor
|
53bd342f85
|
remove Google open Sans external import
|
2016-01-08 09:46:14 -05:00 |
Isaac Connor
|
bc6ab974c9
|
Merge branch 'master' into storageareas
|
2016-01-06 17:46:06 -05:00 |
Andy Bauer
|
d96757ba13
|
update changelog
|
2016-01-06 12:46:01 -06:00 |
Isaac Connor
|
5cdf352674
|
don't use sphinx
|
2016-01-05 15:36:44 -05:00 |
Isaac Connor
|
b39c0dd292
|
Merge branch 'master' into storageareas
|
2016-01-05 15:35:48 -05:00 |
Isaac Connor
|
3066f66f25
|
add sphinx-rtd-theme
|
2016-01-05 13:21:54 -05:00 |
Isaac Connor
|
5c3c8b68a3
|
Add sphinx rtd theme as a dependency
|
2016-01-05 09:40:31 -05:00 |
Isaac Connor
|
270c737f40
|
Merge branch 'master' into storageareas
|
2016-01-05 09:36:36 -05:00 |
Isaac Connor
|
99c5af6036
|
Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
|
2016-01-05 09:04:21 -05:00 |
Isaac Connor
|
41a8249ed9
|
update my package building script
|
2016-01-05 09:04:04 -05:00 |
Andrew Bauer
|
3a19c3c6e3
|
Merge pull request #1223 from ZoneMinder/multi-server
Multi server
|
2016-01-05 07:04:49 -06:00 |
Isaac Connor
|
f0486e5b5e
|
fix dumb mistake, undefing ZM_SERVBER_ID after setting it.
|
2016-01-04 22:07:07 -05:00 |
Isaac Connor
|
455f6d5b7b
|
have to use ->Path() as {Path} might not be filled in
|
2016-01-04 15:57:35 -05:00 |
Simpler1
|
0d5d43251f
|
Added lines to db/zm_create.sql.in for two cameras
|
2016-01-04 15:51:11 -05:00 |
Isaac Connor
|
88f902ea20
|
Merge branch 'storageareas' of github.com:ZoneMinder/ZoneMinder into storageareas
|
2016-01-04 15:29:10 -05:00 |
Isaac Connor
|
17adc2b4e5
|
Rough in a Monitor class
|
2016-01-04 15:27:42 -05:00 |
Isaac Connor
|
1504b368db
|
Warning to Debug for Storage class with no Id
|
2016-01-04 15:21:23 -05:00 |
Isaac Connor
|
196339b48b
|
Add new object classes to autoconf
|
2016-01-04 15:19:46 -05:00 |
Isaac Connor
|
1819f8ecad
|
Merge branch 'storageareas' of github.com:ZoneMinder/ZoneMinder into storageareas
|
2016-01-04 15:17:43 -05:00 |
Isaac Connor
|
6e685ec8c8
|
add Monitor object class and use it in zmaudit.pl to print out path where monitor should have been
|
2016-01-04 15:13:01 -05:00 |
Isaac Connor
|
f04ba9c87e
|
linefeed when saying that a db monitor doesn't exist in fs
|
2016-01-04 15:05:49 -05:00 |
Isaac Connor
|
44f3b99d24
|
change logic to show server column if any servers are defined. Reason is that once you have setup 1, you want to know which cameras have not been assigned a server yet
|
2016-01-04 14:59:04 -05:00 |
Isaac Connor
|
75f6da3526
|
Merge branch 'multi-server' into storageareas
|
2016-01-04 14:53:52 -05:00 |
Isaac Connor
|
6ae1597671
|
Merge branch 'multi-server' of github.com:ZoneMinder/ZoneMinder into multi-server
|
2016-01-04 14:51:47 -05:00 |
Isaac Connor
|
273ab6c5c6
|
Only show Server column when more than 1 Servers are defined
|
2016-01-04 14:51:24 -05:00 |
Isaac Connor
|
1918b9b576
|
bump
|
2016-01-04 14:44:36 -05:00 |
Isaac Connor
|
69ddc7d34c
|
Merge branch 'storageareas' of github.com:ZoneMinder/ZoneMinder into storageareas
|
2016-01-04 14:38:37 -05:00 |
Isaac Connor
|
fb7b171d6e
|
fix merge
|
2016-01-04 14:37:23 -05:00 |
Andrew Bauer
|
fae3012124
|
Merge pull request #1222 from ZoneMinder/multi-server
Multi server
|
2016-01-04 13:10:28 -06:00 |
Isaac Connor
|
b9f17a18d6
|
Merge branch 'multi-server' into storageareas
|
2016-01-04 14:09:41 -05:00 |
Isaac Connor
|
f5db14d823
|
return empty for the non multi-server case
|
2016-01-04 13:46:05 -05:00 |
Isaac Connor
|
5144d3befb
|
Merge branch 'rotate_dimensions_when_image_is_rotated' into storageareas
|
2016-01-04 13:19:09 -05:00 |
Isaac Connor
|
45fc689203
|
implement Width and Height functions, and test for image rotation and output opposite dimension. Fixes #1220
|
2016-01-04 13:15:50 -05:00 |
Simpler1
|
1432c6ae1f
|
Added profiles for Wanscam-HW0025 and IPCC-7210W
|
2016-01-04 12:30:46 -05:00 |
Isaac Connor
|
f72260733c
|
Only do CORSHeaders if there is more than 1 server
|
2016-01-04 09:38:24 -05:00 |
Isaac Connor
|
d256530896
|
return early if no servers are defined instead of logging a warning
|
2016-01-04 09:36:45 -05:00 |
Isaac Connor
|
33b8405e0d
|
Merge branch 'multi-server' into storageareas
|
2016-01-03 11:57:07 -05:00 |
Isaac Connor
|
c639822d62
|
When Server is not set, us ZM_BASE_PATH
|
2016-01-03 11:55:53 -05:00 |
Andrew Bauer
|
e6340ac4c9
|
Merge pull request #1217 from ZoneMinder/multi-server
Multi server
|
2016-01-02 14:10:42 -06:00 |
Isaac Connor
|
b1205bcaa9
|
Merge branch 'multi-server' into storageareas
Conflicts:
CMakeLists.txt
configure.ac
scripts/zmaudit.pl.in
version
|
2016-01-02 14:45:24 -05:00 |
Isaac Connor
|
4d1f837e6c
|
Merge branch 'master' into multi-server
|
2016-01-02 14:43:36 -05:00 |
Isaac Connor
|
e840eec2a4
|
Merge branch 'storageareas' of github.com:ZoneMinder/ZoneMinder into storageareas
Conflicts:
docs/installationguide/index.rst
|
2016-01-02 14:43:04 -05:00 |
Isaac Connor
|
bf2195828f
|
Merge branch 'multi-server' into storageareas
Conflicts:
docs/installationguide/index.rst
|
2016-01-02 14:42:47 -05:00 |
Isaac Connor
|
bd71c4999d
|
test for Server in servers_by_Id as well as just having a value for ServerId. Fixup export as well.
|
2016-01-02 14:36:37 -05:00 |