<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Audit trail for users]]></title><description><![CDATA[<p dir="auto">Some sort of audit trail (that is a bit more human-readable than the log) would be useful in systems with many users.</p>
<p dir="auto">It would just show a chronological list of user activity where anything is viewed, added or changed - for example:</p>
<pre><code>12:01:00 - "User1" Logs in from IP 123.123.123.123
12:02:00 - "User1" Vews datasource "datasource" with XID 2323
12:02:00 - "User1" Adds point "pointname"  with XID 123123 to "datasource" with XID 2323
12:03:30 - "User2" Logs in from IP 123.123.123.123
12:04:00 - "User2" Vews point "pointname" with XID 123123
12:05:30 - "User2" Modifies property "unit" of point "pointname" with XID 123123
12:06:00 - "User1" Logs Out
12:06:01 -  "User2" Adds Event Handler "Alias-here" with XID EH_321321 to point event "Event name here"
</code></pre>
<p dir="auto">.. And so on. It could be further refined with search filters for user, date, XID which would make it very useful indeed.</p>
<p dir="auto">Realistically, I understand this is probably a very complex feature to implement, so I'm just throwing the suggestion out there for future consideration.</p>
<p dir="auto">Cheers<br />
Jeremy</p>
]]></description><link>https://forum.mango-os.com/topic/1873/audit-trail-for-users</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 17:55:24 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/1873.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Apr 2015 02:51:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Audit trail for users on Tue, 28 Apr 2015 03:24:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joelhaggar" aria-label="Profile: JoelHaggar">@<bdi>JoelHaggar</bdi></a> said:</p>
<blockquote>
<p dir="auto">Actually this already mostly exists.</p>
</blockquote>
<p dir="auto">Nice!</p>
<p dir="auto">I just had a look - you are right, it's definitely not easily readable, but I guess with the base audit event  functionality there, wrapping it in a nice page is relatively straightforward.</p>
<p dir="auto">It's not an urgent need for me, but I think it would add a lot of value to Mango.</p>
]]></description><link>https://forum.mango-os.com/post/9958</link><guid isPermaLink="true">https://forum.mango-os.com/post/9958</guid><dc:creator><![CDATA[jeremyh]]></dc:creator><pubDate>Tue, 28 Apr 2015 03:24:50 GMT</pubDate></item><item><title><![CDATA[Reply to Audit trail for users on Tue, 28 Apr 2015 03:09:19 GMT]]></title><description><![CDATA[<p dir="auto">Actually this already mostly exists.  Do this query in your SQL condole:</p>
<pre><code>SELECT * from events WHERE typeName = 'AUDIT'
</code></pre>
<p dir="auto">Mango makes audit events for everything.  All that is missing is a page to display these in a nice readable method.  It's something we have been talking about doing at some point.</p>
]]></description><link>https://forum.mango-os.com/post/9957</link><guid isPermaLink="true">https://forum.mango-os.com/post/9957</guid><dc:creator><![CDATA[JoelHaggar]]></dc:creator><pubDate>Tue, 28 Apr 2015 03:09:19 GMT</pubDate></item></channel></rss>