Isaac Connor
c4c0732eb1
Bump version to 1.34.25 fix ppa issue
2021-04-14 11:26:28 -04:00
Isaac Connor
af025db758
Release 1.34.24
2021-04-11 17:33:24 -04:00
Isaac Connor
73c1264771
bump version for release
2021-01-23 17:31:19 -05:00
Isaac Connor
8a6aaa019f
Bump version for release to 1.34.22
2020-10-19 14:29:18 -04:00
Isaac Connor
89913adfa3
Bump version to 1.34.21 for release
2020-09-16 14:23:23 -04:00
Isaac Connor
977dee29f1
bump for release 1.34.20
2020-08-23 11:48:00 -04:00
Isaac Connor
6918461c3e
Bump version to 1.34.19 for release
2020-08-11 11:03:20 -04:00
Isaac Connor
6b9ffb505d
Bump version to 1.34.18 for Rrelease
2020-08-06 10:38:39 -04:00
Isaac Connor
916d566390
bump version to 1.34.17 for release
2020-07-30 17:22:37 -04:00
Isaac Connor
c79c65e72e
spacing fixes
2020-07-07 16:14:57 -04:00
Isaac Connor
402ab9ad9f
Bump version to 1.34.16 for release
2020-06-05 16:38:20 -04:00
Isaac Connor
2c347d0518
Bump version to 1.34.15 for release
2020-05-20 10:41:22 -04:00
Isaac Connor
f79a17f302
Bump version to 1.34.14 for release
2020-05-15 11:35:59 -04:00
Isaac Connor
4fed2d6d26
bump version to 1.34.13 for release
2020-05-14 12:20:14 -04:00
Isaac Connor
8d74a973fc
Bump version to 1.34.12 for release
2020-05-08 18:00:49 -04:00
Isaac Connor
3f680e11fa
Bump version for release
2020-05-01 19:23:37 -04:00
Isaac Connor
6e38a820bd
Bump version to 10.34.10 for release
2020-04-23 18:28:26 -04:00
Isaac Connor
28e21fb0b1
Bump version to 1.34.9
2020-04-04 12:13:07 -04:00
Isaac Connor
a555e09cad
Bump version to 1.34.8. Please note that the lack of zm-update-1.34.8.sql is intentional. It is not needed as there are no db updates
2020-03-27 13:15:11 -04:00
Isaac Connor
c880793fdc
bump version to 1.34.7
2020-03-26 15:34:36 -04:00
Isaac Connor
6d787fd77e
Bump version for 1.34.6
2020-03-06 14:52:38 -05:00
Isaac Connor
52cb2441f0
Bump version to 1.34.5 for release
2020-02-25 20:46:59 -05:00
Isaac Connor
e630550d0f
bump version for release 1.34.4
2020-02-24 14:44:19 -05:00
Isaac Connor
ea2eba4110
bump version to 1.34.3
2020-02-19 13:50:27 -05:00
Isaac Connor
b7ad7ab1fc
release 1.34.2
2020-02-04 16:47:39 -05:00
Isaac Connor
fb5111ffe4
bump version to 1.34.1 for release
2020-01-24 17:01:47 -05:00
Isaac Connor
d4bc0bf72b
bump version for release to 1.34.0
2020-01-15 17:31:06 -05:00
Isaac Connor
34354f5871
Add Notes field to monitors to store random info in. Bump version to 1.33.16. use htmlSElect for savejpegs. Move storage area under Storage tab.
2019-12-18 12:13:00 -05:00
Isaac Connor
a49d97a526
bump version
2019-11-29 14:07:50 -05:00
Isaac Connor
26720192ea
bumpv ersion for copy to filtet code
2019-08-06 20:30:06 -04:00
Isaac Connor
90cb5d018a
Fix 2673 ( #2675 )
...
* Change MaxFPS to DECIMAL(5,3) to handle values like 1/60 = 0.017
* When fps < 1 we may need to wait longer than 10s. Also, we cannot sleep for a long time, because we may need to send a keep alive or check the command queue. So limit the sleep to 1s
* Bump version
* Update MaxFPS to Decimal(5,3)
* Fix missing ;
2019-07-31 11:42:38 -04:00
Andrew Bauer
8c735856f8
bump version
...
required by #2653
2019-07-07 07:32:12 -05:00
Isaac Connor
0103df9781
bump verison
2019-06-25 15:35:09 -04:00
Isaac Connor
6ed0074077
End continuous events on alarm ( #2644 )
...
* Reference /run/zm instead of /var/run/zm because systemd-tmpfiles complains about it
* Spacing, google code style and tabs to spaces
* add update script to add MinSectionLength
* Add min_section_length to enforce a minimum event length when closing continuous events on alarm
2019-06-24 11:29:00 -04:00
Pliable Pixels
ae14be916c
initial plumbing to introduce token expiry and API bans per user
2019-05-11 13:39:40 -04:00
Isaac Connor
75b4f4f2b3
Add a few missing GREATESTs in the triggers.
2019-04-30 17:29:18 -04:00
Isaac Connor
3c56b32b08
Use GREATEST function prevent negative values in event counts
2019-04-24 10:38:08 -04:00
Isaac Connor
d776f63bd8
Change MonitorIds from TinyText to TEXT. Fixes #2569
2019-04-07 17:23:39 -04:00
Isaac Connor
3ab1c9983a
Update Controls INSERTS to match new column count. Add a db update script to update the Controls table with the new CanReboot column
2019-04-02 09:05:52 -04:00
Isaac Connor
d737e81e21
bump version for DefaultCodec in monitors
2019-03-06 14:57:05 -05:00
Isaac Connor
92ded81e26
bump version
2019-02-27 09:29:27 -05:00
Isaac Connor
512a6e19de
bump version
2019-02-13 16:55:55 -05:00
Andrew Bauer
151c7677d8
add WebSite type to enum ( #2382 )
...
* add WebSite type to enum
* add website enum to update script
* update enum
* bump the version
2019-01-03 17:06:44 -05:00
Andrew Bauer
af6b709ae1
bump to 1.33.0 development
2018-12-11 09:28:48 -06:00
Andrew Bauer
077c643da0
1.32.3 release
2018-12-08 08:22:36 -06:00
Andy Bauer
5b93b77499
bump verion to 1.32.2
2018-10-13 13:36:15 -05:00
Andy Bauer
5c6cf88d93
bump version to 1.32.1
2018-10-02 07:37:55 -05:00
Andrew Bauer
002bb67ccc
bump version to 1.32.0 release
2018-09-12 07:09:25 -05:00
Isaac Connor
c271948f3d
bump version to 1.31.47
2018-08-24 12:26:44 -04:00
Isaac Connor
4e30a9e71c
Stats.EventId must be a bigint too
2018-08-21 12:50:33 -04:00