|
544f8ad54f
|
Convert to local time on index.hbs, split date and time values. Closes #24, #27
|
2015-07-28 14:07:56 -04:00 |
|
|
5f4a1ccac7
|
Change moment.js invocation to avoid deprecation warning (again), closes issue #13
|
2015-07-28 12:37:30 -04:00 |
|
|
8b460770a7
|
Fix device detail page only showing one message, Device Name still broken, though, related to issue #26.
|
2015-07-26 15:52:29 -04:00 |
|
|
35f34fedbb
|
Split date and time on device detail screen, relates to issue #24.
|
2015-07-24 14:41:00 -04:00 |
|
|
76fd5ef9a1
|
Changes to queries to try and fix coreName/locationDesc display bugs, but still broken. Works slightly better than last broken version though. Relates to issue #26
|
2015-07-24 14:23:34 -04:00 |
|
|
8ae19ac07f
|
Take min() deviceName and location on index; big assumption here that user edits apply to all historical rows; closes #26.
|
2015-07-23 21:09:50 -04:00 |
|
|
dd28b44c19
|
Remove double-quotes from all prev published_at values in DB; now that new published_at values no longer stored with double-quotes, ugly incantation of moment.js no longer needed and warning message in log is avoided; closes issue #13
|
2015-07-21 13:46:06 -04:00 |
|
|
d1e94a6d0d
|
Show current value (if any) from DB on core-edit.hbs; after editing device name or location, redirect back to index.
|
2015-07-19 09:50:18 -04:00 |
|
|
cbf095ead1
|
Basic/working version of device name and location editing, relates to issue #16.
|
2015-07-18 15:13:10 -04:00 |
|
|
5f07c25ade
|
Remove SQL injection on GET /core/:id endpoint with parameterized statement.
|
2015-07-16 14:15:06 -04:00 |
|
|
c1867cc47f
|
Add most recent status message and published_at date to device index.
|
2015-07-16 13:31:21 -04:00 |
|
|
6f856f006c
|
Use .slice() to get rid of leading and trailing double quotes for values going into DB, closes issue #7
|
2015-07-15 12:47:21 -04:00 |
|
|
b5e874235e
|
Make alert email more efficient and case insenstiive; magic word is still 'alert'.
|
2015-07-14 17:54:08 -04:00 |
|
|
e1652a8d90
|
Parse status message out of inner JSON and include value in DB insert; show alert status in email
|
2015-07-14 17:40:23 -04:00 |
|
|
058152aca4
|
Use new alertmonitorfl Gmail addy to send email on any message that includes 'alert', closes issue #10
|
2015-07-13 19:19:46 -04:00 |
|
|
4e36ba07ed
|
Reformat timestamps and display as local times using moment-timezone
|
2015-07-09 12:33:53 -04:00 |
|
|
7658ca5e42
|
add status text; add device name header; closes issue #6
|
2015-07-08 15:20:27 -04:00 |
|
|
28190b1c8f
|
Get rid of extra console logging; test commit/push from inside dev container
|
2015-07-07 18:16:07 +00:00 |
|
|
b11667581d
|
Functional templates to list devices, select device, load device template
|
2015-07-07 10:18:41 -04:00 |
|
|
61df30ae84
|
Begin restructure to handle multiple cores; probably horribly broken...interim commit
|
2015-07-06 22:08:08 -04:00 |
|
|
eea9567b9b
|
Add js reload timer to template; add timestamp to console GET message; temp disable email
|
2015-07-03 21:38:40 -04:00 |
|
|
1aadb08db0
|
Add basic email functionality w/nodemailer.
|
2015-06-27 16:43:53 -04:00 |
|
|
098e4deebb
|
Add basic handlebars view to show what's in DB. No fancy AJAX-style update of page; have to refresh page to see new data.
|
2015-06-25 14:05:20 -04:00 |
|
|
68256ab8e8
|
Interim commit, change db insert to include default fields from POST data. server.js runs under node but havent tested with particle yet.
|
2015-06-22 12:16:56 -04:00 |
|
|
c5a3c152db
|
Basic SQLite functionality; writing JSON into DB table
|
2015-06-21 14:04:07 -04:00 |
|
|
0491df321d
|
initial version capable of receiving POST data from Particle Core
|
2015-06-16 22:52:06 -04:00 |
|