-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
118 lines (83 loc) · 4 KB
/
ChangeLog
File metadata and controls
118 lines (83 loc) · 4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
monitor (1.3) stable; urgency=low
* Improved dashboard.
* Hourly graph added to day overview page.
* Setup module added.
-- Hugo Leisink <hugo@leisink.net> Thu, 3 Sep 2015 14:15:29 +0200
monitor (1.2) stable; urgency=low
* Banshee framework updated to 5.0.
* Design made responsive.
* Database changes:
CREATE TABLE `organisations` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), UNIQUE KEY `name_2` (`name`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `users` ADD `organisation_id` INT UNSIGNED NOT NULL AFTER `id`, ADD INDEX ( `organisation_id` );
ALTER TABLE `users` ADD `cert_serial` INT UNSIGNED NULL AFTER `one_time_key`;
ALTER TABLE `users` CHANGE `password` `password` VARCHAR( 128 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
Run 'database/private_pages' to update the table 'roles'.
Run 'database/fix_settings' to add missing settings.
* Small improvements.
-- Hugo Leisink <hugo@leisink.net> Sun, 21 Jun 2015 11:53:02 +0200
monitor (1.1) stable; urgency=low
* Support for failed login logging.
* Hostname selection in CMS per user.
* Improved XML output filter. Add JSON output filter.
* Reports use median instead of average.
* Database changes:
ALTER TABLE `webservers` CHANGE `ssl` `tls` TINYINT(1) NOT NULL;
ALTER TABLE `host_statistics` ADD `failed_logins` INT UNSIGNED NOT NULL AFTER `exploit_attempts`;
* Small bugfixes.
-- Hugo Leisink <hugo@leisink.net> Sun, 10 May 2015 09:47:41 +0200
monitor (1.0) stable; urgency=low
* Added script for sending daily reports.
* Support for Notify My Android notifications.
* Small improvements.
* Bugfix: wrong details per day for server statistics.
-- Hugo Leisink <hugo@leisink.net> Sun, 12 Oct 2014 09:50:07 +0200
monitor (0.8) stable; urgency=low
* Access restrictions per webserver added.
* Added support for CGI errors.
* Server statistics replaced with connection and bad request graphs.
-- Hugo Leisink <hugo@leisink.net> Sat, 31 May 2014 20:07:55 +0200
monitor (0.7) stable; urgency=low
* Graph layout adepts to amount of monitor days.
* Added CGI statistics module.
* Dropped support for request monitoring.
* Support for Prowl notifications.
* Improved menu library.
* Account activity overview added to profile module.
* Small improvements.
-- Hugo Leisink <hugo@leisink.net> Wed, 23 Apr 2014 21:10:07 +0200
monitor (0.6) stable; urgency=low
* Host statistics module made faster.
* Pages module added.
* IP-Country conversion table updated.
* Small bugfixes.
-- Hugo Leisink <hugo@leisink.net> Sun, 13 Dec 2013 8:01:07 +0100
monitor (0.5) stable; urgency=low
* Renamed actions to events.
* Error while downloading webserver data logged as event.
* Generic messages, like high server load, logged as event.
* Removed unnecessary files and Banshee features.
* Small improvements and bugfixes.
-- Hugo Leisink <hugo@leisink.net> Sat, 31 May 2012 15:54:23 +0200
monitor (0.4) stable; urgency=low
* Banshee framework updated to version 3.0.
* Improved User-Agent parsing.
* Browser version filter in 'Web browsers' and 'Browsers with OSes' page.
* Detailed information for 'Host statistics' page.
* Server statistics list for each webserver.
* Session Manager added.
* Settings via CMS.
* Small improvements.
-- Hugo Leisink <hugo@leisink.net> Sat, 3 Mar 2012 14:39:44 +0100
monitor (0.3) stable; urgency=low
* Banshee framework updated to version 2.1.
* Improved Google referer handling.
* Count filter for Origins and Referer pages.
-- Hugo Leisink <hugo@leisink.net> Mon, 7 Jun 2010 20:47:21 +0200
monitor (0.2) stable; urgency=low
* Improved database setup script.
* Banshee bugfixes applied.
* Bugfix: using port number while fetching log.
-- Hugo Leisink <hugo@leisink.net> Mon, 19 Apr 2010 23:30:54 +0200
monitor (0.1) stable; urgency=low
* Initial release
-- Hugo Leisink <hugo@leisink.net> Fri, 12 Feb 2010 9:07:37 +0100