|
179430f6b8
|
Bugfix: Correct SQL. Fixes #63
|
2020-05-15 18:23:53 +01:00 |
|
|
5f3dc49802
|
Merge branch 'dev'
|
2020-05-07 19:21:52 +01:00 |
|
|
cdb656b4b3
|
Bugfix: Fix duplicated items in list-devices-near.
Fixes #61.
|
2020-05-01 23:41:31 +01:00 |
|
|
0b19464678
|
Don't show devices that have visible set to 0
|
2020-05-01 23:34:34 +01:00 |
|
|
5f8ea064b7
|
Fix smartsettings version
|
2020-04-28 00:33:19 +01:00 |
|
|
2d3c32e870
|
Add disclaimer again....
This is really killing any motivation I might have had to work on this
project.
|
2020-04-27 23:57:37 +01:00 |
|
|
8f6057913b
|
Revert "UI: fix smartsettings and add diclaimer again"
This reverts commit 42e683929b .
|
2020-04-27 23:56:36 +01:00 |
|
|
ea14f29a96
|
Revert "tweak smartsettings again"
This reverts commit d81510e6b2 .
|
2020-04-27 23:56:34 +01:00 |
|
|
d81510e6b2
|
tweak smartsettings again
|
2020-04-27 23:46:12 +01:00 |
|
|
42e683929b
|
UI: fix smartsettings and add diclaimer again
......it's really killing my motivation to work on this.
|
2020-04-27 23:34:12 +01:00 |
|
|
872834917f
|
Add disclaimer is 'attribution' on map
|
2020-04-27 20:13:01 +01:00 |
|
|
126e55991a
|
Add link to disclaimer
|
2020-04-27 19:01:48 +01:00 |
|
|
ba9370a935
|
Update dependencies
|
2020-04-27 19:00:46 +01:00 |
|
|
37191b1a8f
|
Add disclaimer to README
|
2020-04-27 18:59:07 +01:00 |
|
|
e686444200
|
Update dependencies
|
2020-04-05 21:12:22 +01:00 |
|
|
b91794fa61
|
Implement a colourizer algorithm, but there's a better way of doing it with SVG.
Plan:
- Fetch SVG
- Find + replace special marker with colour
- Generate data URL (See btoa())
- Use it in a Marker in Leaflet
|
2020-04-02 22:13:46 +01:00 |
|
|
ef9424650e
|
Disable the tour, since it's causing a crash on startup
|
2020-04-02 20:26:48 +01:00 |
|
|
3ece5cb718
|
Merge pull request #60 from ConnectedHumber/dependabot/npm_and_yarn/acorn-7.1.1
Bump acorn from 7.0.0 to 7.1.1
|
2020-03-19 12:33:20 +00:00 |
|
dependabot[bot]
|
f7ac83beec
|
Bump acorn from 7.0.0 to 7.1.1
Bumps [acorn](https://github.com/acornjs/acorn) from 7.0.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.0.0...7.1.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-03-13 22:21:53 +00:00 |
|
|
4e3009a4df
|
Bugfix: Don't unwind the ./beta symlink
|
2020-03-08 18:16:21 +00:00 |
|
|
7a346e3deb
|
Update dependencies
|
2020-03-06 11:55:48 +00:00 |
|
|
4c61f662cc
|
Bugfix: Fix error in list-devices-near error
|
2020-03-05 18:52:53 +00:00 |
|
|
9ec570afff
|
Update dependencies
|
2019-12-06 18:03:46 +00:00 |
|
|
93edfcde5b
|
Docs: URL update
|
2019-12-04 14:46:50 +00:00 |
|
|
b00d3e6c5c
|
We're back to development again, bump version version to reflect this
|
2019-11-14 19:04:00 +00:00 |
|
|
9867287f55
|
Bump version
|
2019-11-14 19:02:49 +00:00 |
|
|
099b68388c
|
Layout in changelog
|
2019-11-12 22:28:38 +00:00 |
|
|
35c65f4b81
|
Improve device last seen time performance via new DB column.
Fixes #58
|
2019-11-12 22:03:35 +00:00 |
|
|
6425f31743
|
Update changelog
|
2019-11-07 21:32:20 +00:00 |
|
|
e52c136406
|
Fix bugs in performance improvement
|
2019-11-07 19:04:05 +00:00 |
|
|
c8174f47be
|
Merge branch 'bugfix/performance' into dev
|
2019-11-07 18:45:33 +00:00 |
|
|
33d2227924
|
Merge branch 'dev' of github.com:ConnectedHumber/Air-Quality-Web into dev
|
2019-11-07 18:44:52 +00:00 |
|
|
7398260a57
|
Improve SQL statements for getting device reading types
|
2019-11-07 18:43:28 +00:00 |
|
|
0038ba8814
|
Update db connection info
|
2019-11-07 18:43:01 +00:00 |
|
|
6baab6a73b
|
Merge branch 'master' of github.com:ConnectedHumber/Air-Quality-Web
|
2019-11-02 16:15:55 +00:00 |
|
|
76c1f13f78
|
Bugfix: Correct ln -s filepath
|
2019-10-29 21:23:47 +00:00 |
|
|
f3d7f92cbe
|
Bugfix: Conditionally create the beta/ symlink on the master branch
|
2019-10-29 21:22:14 +00:00 |
|
|
d7acfd9861
|
Update version and changelog
|
2019-10-29 21:10:02 +00:00 |
|
|
10f136cec3
|
Bugfix: Fix the firstrun tour for the new version of shepard.js. Fixes #55.
|
2019-10-29 20:58:47 +00:00 |
|
|
91eb5859fc
|
Small formatting tweak
|
2019-10-29 20:47:26 +00:00 |
|
|
842a14d21f
|
Bump version
|
2019-10-17 18:56:21 +01:00 |
|
|
af2547ffeb
|
Dummy commit to trigger build system
|
2019-10-10 21:53:14 +01:00 |
|
|
4c3def2d11
|
Update changelog
|
2019-10-10 21:35:02 +01:00 |
|
|
209fcd7926
|
Add short-term caching header to list-devices and list-devices-near.
|
2019-10-10 21:25:40 +01:00 |
|
|
ff1d784e6a
|
Merge branch 'dev' of github.com:ConnectedHumber/Air-Quality-Web into dev
|
2019-10-10 21:16:23 +01:00 |
|
|
26faeb7726
|
Update documentation - air quality - sensor
|
2019-10-10 21:16:12 +01:00 |
|
|
e635986781
|
Air Quality -> Sensor in main UI
|
2019-10-10 21:13:40 +01:00 |
|
|
6aadef2b70
|
Update deployment server domain name
|
2019-09-19 18:30:50 +01:00 |
|
|
c7333b4da2
|
Add leaflet-easyprint
|
2019-09-18 22:41:42 +01:00 |
|
|
a678a89b95
|
Add last_seen to list_devices_near
|
2019-08-14 13:00:30 +01:00 |
|