Skip to content

Releases: TheCacophonyProject/management-interface

0.12.1 release

02 Sep 05:06
@mjs mjs
e37bdef
Compare
Choose a tag to compare
Merge pull request #77 from Davo36/show-device-info-on-about-screen

Show device info on about screen

v0.12

02 Sep 05:08
@mjs mjs
e37bdef
Compare
Choose a tag to compare

Changelog

e37bdef Merge pull request #77 from Davo36/show-device-info-on-about-screen
6e1d3b0 Merge branch 'master' into show-device-info-on-about-screen
3fba359 Removed unncessary apiRouter AboutHandler code.
eb8d645 Tidied up AboutHandler. Fixed Lint errors.
dc9f6d4 Merge pull request #78 from CameronRP/update-reregister-api
bffab27 Update go modules
ffb5c0b Update rename to reregister
123adf8 Altered table layouts
842c001 Got device info from API.
bccb223 Clicking navbar goes back to advanced menu.
946e648 Merge remote-tracking branch 'davo36/show-device-info-on-about-screen' into show-device-info-on-about-screen
06a400d Made getRaspberryPiSerialNumber func more robust.
a5c5b37 Merge branch 'master' into show-device-info-on-about-screen
caa599d Removed unneeded struct field.
dcda6e5 Added API ID to about page.
09f56dd Part way through adding device info to about page.

v0.11

21 Aug 04:20
3ceb384
Compare
Choose a tag to compare
  • Added device rename
  • Change service name to 'managementd'

v0.10

22 Jul 01:03
@mjs mjs
5384a72
Compare
Choose a tag to compare
  • New "About" screen which shows installed package versions
  • Small Goreleaser related updates

v0.9

12 Jul 01:12
@mjs mjs
ccc5edf
Compare
Choose a tag to compare

Changelog

ccc5edf Merge pull request #69 from mjs/go-modules
9175e29 Switch from dep to go modules
d2d035d Merge pull request #68 from Davo36/fix-clock-page
fd121bc Fixed clock screen functionality.
bbf0a25 Merge pull request #67 from Davo36/cleanup-wifi-network-page
9ab0dc6 Improved layout of wifi-networks page
29b9f0c Change layout of form.
8888a3c Merge pull request #65 from Davo36/Cleanup-Network-Page
31774d5 Lined up cards with LHS
2c84e31 Merge branch 'master' of https://github.com/TheCacophonyProject/management-interface into Cleanup-Network-Page
8aaac50 Put padding around output text.
d71739f Altered card width.
c4d53ae Merge pull request #66 from gferraro/update-device-info
81176da updated struct for device-info
6c26847 updated device-info to return deviceID from private config
af01126 Put test button on right.
a12aa00 Merge pull request #64 from gferraro/add-device-info-api
e2e2c27 added vendor files
a291379 Got go-api from correct place
1869375 removed comments and constraint to my fork
38d86eb added device-info API
3e00f2e Merge branch 'master' of https://github.com/TheCacophonyProject/management-interface into Cleanup-Network-Page
d8832da Merge pull request #63 from Davo36/clock-screen
a354428 Removed some extraneous logging.
296c945 Updated network page.
44fe164 Using ISO String which contain timezone info.
2367777 Changed the clock screen functionality.
fcfcece Added time settings page.
ffd5020 Added clock screen and time handling

v0.8

09 Jun 23:05
@mjs mjs
a70e25f
Compare
Choose a tag to compare
  • Added timestamp, altitude & precision loc fields
  • Few minor tweaks.
  • Sanity checks for location values
  • Altered validation of values.
  • Changed the word Precision to Accuracy
  • Changed validation for Accuracy location field.
  • Various changes to html screens
  • Slight changes to buttons and navigation

v0.7

29 Apr 04:03
@mjs mjs
b395450
Compare
Choose a tag to compare

Changelog

b395450 Merge pull request #56 from CameronRP/camera-old-browser-support
1d53ffb Add support for older browsers for the camera page.
553715d Merge pull request #53 from Davo36/put-buttons-on-index-page
07e2113 Merge branch 'put-buttons-on-index-page' of https://github.com/Davo36/management-interface into put-buttons-on-index-page
dce14c5 Merge branch 'master' of https://github.com/TheCacophonyProject/management-interface into put-buttons-on-index-page
cd7c8bc Put button styling into head.
c8a15f4 Merge branch 'master' into put-buttons-on-index-page
267553c Adjusted button widths.
009c098 Changed button width. Changed back button.
1dc8696 Navigation formatting.
9af975b Removed navbar and used buttons instead
7f52e6e Removed nabar navigation and added buttons instead

v0.6

28 Mar 22:54
@mjs mjs
563b3ea
Compare
Choose a tag to compare

Changelog

563b3ea Merge pull request #55 from gferraro/add-release-make
a33a6e4 added release to make file and changed deploy to use make file
70a5256 Merge pull request #52 from mjs/readme-update
6f66cb1 Merge branch 'master' into readme-update
03f2ca4 updated travis to install packr before deploy (#54)
611f8b6 Actually ignore managementd binary
ac14df9 Document creation of releases
6e8621b Merge pull request #49 from gferraro/add-signal-strength
bc8abf5 Merge branch 'master' into add-signal-strength
ffd0d57 Merge pull request #50 from mjs/travis-releases
11732ec changed constants to be nammed millis instead of seconds
184a487 added line for signal strength of 0 and red line for no modem
ec5b1da updated css
bea3a4c added slash to signal icon when unavailable
84842bd Have Travis build releases if revision is tagged
c94bbec Test with more recent Go versions
7841952 camelcased function
327eb38 renamed recheck signal function
5d7e289 put script at bottom of navbar
9321942 added window load event
f883b8d added signal svg
7722ca3 updated formatting
9c30a72 added signal strength to the navbar
7a32d7d Merge pull request #48 from mjs/speaker-cleanup
94992a9 Moved speaker test code to it's own source file
788d8f5 Embed test audio file using packr
4d3e4a9 Make the test audio file an actual wav
6004665 Merge pull request #47 from mjs/location-tidy
b603021 Clean up docstring
8f6968f Added functionality for clearing the current location
b1b9b7a Extracted clientError & various form helpers into own files
f136dd7 Extract location code into it's own file
368fc45 Simplify location handling
c5ca2c2 Make location file world readable
c670d1a Remove unnecessary ErrorEncountered field from location template
4f937fe Trim whitespace around lat/lon form values
7062d79 Removed unnecessary retrieval of lat/lon elements
1669f1f Merge pull request #36 from gferraro/wifiDetails
24e5b26 Merge branch 'master' into wifiDetails
fdde07b removed extra ssid line
e942976 added full sentences to describe methods, used automatic variable creation where possible
cb580df changed js to use jquery, and used fmt.ErrorF for making errors also test on pi
b0b4697 Merge pull request #37 from Davo36/add-location-page-and-API
3245b94 removed printing logs and returned to user changed deleteNetwork to do a full post back renamed acronyms to be uppercase
e5dd679 Changed field placeholders on form.
95e15fc Changed the way location requests are handled.
672b6e5 Changed the way the location.html form submits
2832489 Merge pull request #4 from NickMolloy/add-location-page-and-API
58129e0 Submit location form using ajax. Show success/error message as needed.
2fd44cc Removed git tracking of managementd executable
d277285 Added location page and API
687d78e fixed string formatting error
90afdad Deleted extra foler
bc57593 Changed the way the device name is inserted into the html files.
0f9d763 merged with upstream
2280f84 Merge remote-tracking branch 'upstream/master' into wifiDetails
89e493a added popup to wifi interfaces with an error message
682feda Merge pull request #35 from Davo36/add-online-checkbox
f89ab06 Push error messages to user.
711a176 Better error handling.
80ebd9d Few code improvements
d92dc16 added checking for same ssid
a536f10 Merge pull request #3 from NickMolloy/add-online-check
a5461ce Toggle online state when checkbox used
41973e0 Merge pull request #2 from NickMolloy/add-online-check
9b03256 Add a control to represent current online/offline status. Read and store status from '/etc/cacophony/network.yaml'
f6b08a6 tidied up code and added proper error printing / hadnling
4f72a39 using wpa_cli to save and delete networks
2722902 used wpa_cli to alter networks
412420b wifi networks file
c92ba1c Merge pull request #34 from Davo36/add-device-name
d0b9704 Change Unkown Device to Unknown
3bf5d80 Tidied up code around device name.
2056132 Changed the way the device name is inserted into the html files.
4640863 Added device name to navbar. Changed network-interfaces page to network
650e2ce added html template for networks
afa2ee9 added wifi netowrks page
46e999b Merge pull request #33 from Davo36/add-speaker-test
db677cd Removed commented out code
0be2b27 Few changes to make the code more accurate.
6be00f5 Restructured code.
3cc031a Improvements to speaker test functionality
f96bcb3 Improvements to speaker test functionality
e00252c Addes speaker test
a2ffae4 Added speaker test
41006a5 Merge pull request #32 from Davo36/rearrange-network-interfaces-page
e5eae48 Fixed typos
de23408 Shifted struct location
9fbc0ef Merge branch 'rearrange-network-interfaces-page' of https://github.com/Davo36/management-interface into rearrange-network-interfaces-page
364159d Corrected netmask display
34afe7b Corrected netmask info
ee3e9fd Merge branch 'master' into rearrange-network-interfaces-page
5047fdd Added IP address and netmask to network-interfaces page.
b67b0e2 Show IP address and netmask on network-interfaces page.
e82c375 Merge pull request #31 from CameronRP/add-modem-signal-strenght
74c32ad fix type and other small changes
1034ff0 Rename variable and add comment
3824ce5 Add signal-strenght to the API
66cde0a Build binary to check signal strenght
b0e8049 Add package to check the signal strenght of the usb modem
392d6f0 Merge pull request #30 from Davo36/tidy-up-code
0ae87fb Removed 1 unused source file and 2 unused html files.
726e22f Merge pull request #29 from Davo36/network-interface-page-upgrade
ba2b758 Use GET method to retrieve data.
5e8d079 Merge branch 'network-interface-page-upgrade' of https://github.com/Davo36/management-interface into network-interface-page-upgrade
d88f47b Merge branch 'master' of https://github.com/TheCacophonyProject/management-interface into network-interface-page-upgrade
84b8bad Merge pull request #1 from NickMolloy/network-interface-page-upgrade
9264bac Implement ping check for interfaces to be used via ajax requests.
5b25dd0 Formatting of disk-memory page and working on network-interfaces page.
5fafd58 Merge pull request #27 from CameronRP/include-failed-uploads-in-api
ea15fa0 Check that a file is a CPTV file when downloading and deleting
122200f Make 'failed-uploads' a const.
523c579 Merge branch 'master' of https://github.com/TheCacophonyProject/management-interface into include-failed-uploads-in-api
fe6e94a Merge pull request #26 from Davo36/format-disk-memory-page
961350b Merge branch 'master' of https://github.com/TheCacophonyProject/management-interface into format-disk-memory-page
fba2d1d Merge branch 'master' of https://github.com/TheCacophonyProject/management-interface into include-failed-uploads-in-api
ff1100d Add failed uploads to API
0b87338 Nicer formatting for disk-memory page.
c515c5a Merge pull request #25 from TheCacophonyProject/readme-typo
ac4125b Fix typo in systemctl stop command
13b317d Merge pull request #24 from mjs/build-instructions
8be0e28 Add Makefile and developer documentation

v0.5

25 Oct 05:43
9436882
Compare
Choose a tag to compare

Changelog

9436882 Merge pull request #22 from CameronRP/disable-unfinished-pages
56170f8 Include bootstrap javascritp file, fixing a navbar dropdown issue.
656bdfc Merge branch 'master' of https://github.com/TheCacophonyProject/management-interface into disable-unfinished-pages
9b03095 Disable unfinished pages in navbar.

v0.4

14 Sep 04:10
@mjs mjs
57abab9
Compare
Choose a tag to compare

Changelog

57abab9 Merge pull request #21 from mjs/advertise-ipv4-only
e3393a6 Merge branch 'master' into advertise-ipv4-only
a8e4bea Advertise as IPv4 only
371167a Merge pull request #20 from CameronRP/basic-authentication
9748118 Use the 'Basic' Http Authentication scheme.
ba53ee5 Merge branch 'master' of https://github.com/TheCacophonyProject/management-interface into basic-authentication
1ebb86f Added basic authentication for the API


Automated with GoReleaser
Built with go version go1.11 linux/amd64