1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-06-10 07:13:38 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
James Hillyerd 47cba08c33 Add a Link button to messages
Allows users to copy the URL for a specific message and send it to
another person.
2013-10-25 13:29:26 -07:00
James Hillyerd 7b91a667a1 Reorganize URI routes to be more RESTful 2013-10-11 17:16:23 -07:00
James Hillyerd 27015b3c58 Update github link in integral templates 2013-10-10 15:26:33 -07:00
James Hillyerd 97a2016177 Add customizable greeting to index page
Allow an organization to copy the greeting.html file out of the themes
directory, customize it, then point the greeting.file config option at
it so that it will survive Inbucket upgrades.
2013-10-10 14:04:22 -07:00
James Hillyerd dcc5d240cb Add listener configuration details to status page 2013-10-09 16:20:13 -07:00
James Hillyerd 19794a7e26 Point footer at website instead of github page 2012-11-17 15:22:51 -08:00
James Hillyerd 1dc7a9707f Fix status page title 2012-11-17 15:19:59 -08:00
James Hillyerd cabc5f0d2b Metrics: rename Delivered to Received, closes #10 2012-11-14 17:36:39 -08:00
James Hillyerd afe14da506 Metrics improvements
- Label graphs by their duration, not update period
- Extend to 60 units so they are either 10 minutes or an hour of data
- Improvements to retention information
- Change javascript calculations, fixes #9 (I hope)
2012-11-14 17:22:25 -08:00
James Hillyerd 1da98a9f7e Attachment display & downloading! 2012-11-05 21:35:34 -08:00
James Hillyerd a4ad7b13cc Wire in retention
- Update README
- Add retention metrics
- Start retention scanner if configured
2012-10-26 13:38:59 -07:00
James Hillyerd 81bb394755 More metrics, better logging 2012-10-24 12:40:17 -07:00
James Hillyerd 606fb124a6 Rename about page to status 2012-10-24 09:48:56 -07:00
James Hillyerd bf0d6a6be5 Add some metric history
The count of connections and count of delivered messages now have 50
minutes of history available in the /about sparklines.
2012-10-23 19:48:59 -07:00
James Hillyerd 3b956a5341 Add sparklines to metrics 2012-10-23 16:41:54 -07:00
James Hillyerd 30d7cbc2a4 Metrics on about page are working 2012-10-23 13:43:40 -07:00
James Hillyerd 2c7419c661 Gorilla is fully operational
- All mailbox actions working: index, list, show, html, source and delete
 - Cleaned up extra files from Revel
 - Took a guess at install process for README.md

This closes #4
2012-10-21 13:42:34 -07:00
James Hillyerd 71bb52a64a Added partial templates
mailbox/list now renders
2012-10-21 12:42:54 -07:00
James Hillyerd 9c94bb2ab1 The main index template renders now! 2012-10-21 09:57:42 -07:00
James Hillyerd 3dd0206b48 New directory layout - DOES NOT COMPILE 2012-10-20 16:40:25 -07:00