Commit Graph

234 Commits

Author SHA1 Message Date
Xose Pérez
fb6eba57cd Merge branch 'dev' into sensors 2018-10-08 17:35:41 +02:00
Xose Pérez
426aafd5b3 Update custom.js 2018-10-07 12:34:18 +02:00
Marcos Pérez Ferro
f77dd5f860 Admin pass validation condition always failing. Adding hyphen to valid chars. 2018-10-06 15:34:18 +02:00
Max Prokhorov
d69c30aa61 Use specific function to check form 2018-09-29 06:55:49 +03:00
Max Prokhorov
7a8949fd24 Check if password is required before showing alert
Show alert if no input on #password page
Do not fail with empty password when on #layout
Fix password selector
2018-09-29 04:49:15 +03:00
Max Prokhorov
54ec4fa28a attr() is undefined when elem doesnt have it 2018-09-28 08:07:22 +03:00
Xose Pérez
227d641a9b Support for MICS-2710, MICS-5525 and MICS-4514, gas sensors 2018-09-18 18:15:41 +02:00
Max Prokhorov
822837f7b2 Use separate form for each panel 2018-09-17 05:22:21 +03:00
Max Prokhorov
3c91389c20 Update password UI
* revise first-time-use screen
* generate password (policy applies)
* hide/reveal password text for sta/admin settings
* changed autocomplete='...' for some inputs to avoid completion
2018-09-17 05:22:21 +03:00
Xose Pérez
88e2ecccce Improve memory info 2018-09-11 23:40:52 +02:00
Xose Pérez
d476557329 Move string parts to progmem 2018-09-10 10:36:08 +02:00
Max Prokhorov
f59d747af1 do not reset original attr every ws message 2018-09-04 17:48:42 +03:00
Max Prokhorov
0caf7a4aac attr() returns text, do not compare to 0 / 1 2018-09-04 17:48:42 +03:00
Maxim Prokhorov
e326fbe09f hostname/password length requirements
* fix webui regexp and input length limits
* explain requirements in webui and headers
2018-09-03 06:47:36 +03:00
Xose Pérez
01802741f2 Tested encoder support 2018-08-29 08:26:15 +02:00
Rui Marinho
43abc6b9d4 Add support for NewPing
* Works with many different ultrasonic sensor models: HC-SR04, SRF05,
  SRF06, DYP-ME007, JSN-SR04T & Parallax PING)))™.
* Built-in digital filter method ping_median() for easy error correction
  (use SONAR_ITERATIONS build flag to configure).
* Allows setting of a maximum distance where pings beyond that distance
  are read as no ping or clear (use SONAR_MAX_DISTANCE build flag).
2018-08-09 02:22:56 +01:00
Xose Pérez
f9d7390b89 Merge branch 'dev' into sensors 2018-07-26 13:28:30 +02:00
userName
959bb2a598 some socket debugging escaped... sorry) 2018-07-22 09:06:52 +03:00
userName
df9fecd16a removed blind copy/paste console.log....
improved CSS to comply with CODACY rules
2018-07-22 09:00:02 +03:00
userName
4094adbae6 changed the look and feel of the checkboxes to resolve Edge issue and bring disabled state
also minor html fixes
2018-07-21 23:45:48 +03:00
Xose Pérez
fba8a9f45f Handle events in EventSensor 2018-07-14 14:21:15 +02:00
Xose Pérez
35d1d4046e Merge pull request #1035 from mcspr/alert-haschanged
Don't show alert on already set hostname
2018-07-12 09:20:47 +02:00
Maxim Prokhorov
6cf55da375 Don't show alert on already set hostname 2018-07-06 13:19:54 +03:00
Max Prokhorov
712cbe4942 Safari needs -webkit- prefix for clip-path 2018-07-05 17:58:45 +03:00
Xose Pérez
af47959b85 Fix return value for doClearMessage callback 2018-06-28 19:38:34 +02:00
Xose Pérez
7b0d062190 Fix RFM69 message buttons in Web UI 2018-06-28 19:30:41 +02:00
Xose Pérez
0506f97f7b Update to latest RFM69 version 2018-06-28 16:34:26 +02:00
Xose Pérez
a39c4689ec Merge branch 'dev' into rfm69 2018-06-25 13:45:18 +02:00
Xose Pérez
f58f625303 Recover auth code 2018-06-25 13:28:53 +02:00
Xose Pérez
0371a193d6 Check binary flash mode in web upgrade 2018-06-25 12:51:46 +02:00
Xose Pérez
3cd58e7f7c Initial support for RFM69GW board 2018-06-24 22:39:06 +02:00
Maxim Prokhorov
857969b8ff Use relative protocol for deviceip href 2018-06-22 06:06:14 +03:00
Xose Pérez
a6adeb2cd0 Fix relay switching from webui when multiple switches (#956) 2018-06-20 22:29:47 +02:00
Xose Pérez
8e41cd3ad0 Merge branch 'remote-webui' into webui 2018-06-20 10:30:27 +02:00
Xose Pérez
32553192e5 Replaced checkboxes with pure css version 2018-06-20 09:53:50 +02:00
Xose Pérez
510fa636c6 Merge branch 'dev' into remote-webui 2018-06-18 15:01:56 +02:00
Xose Pérez
79cb59b06c Adding filtering code to HTML and JS files 2018-06-16 23:00:15 +02:00
Xose Pérez
b7915c3643 Support connections over HTTPS via proxy (#937) 2018-06-14 11:55:54 +02:00
Maxim Prokhorov
2357b290a5 Use arduinojson to print to weblog 2018-06-13 15:03:07 +03:00
Xose Pérez
a6bd4c3be9 Merge branch 'dev' of https://github.com/Trickx/espurna into Trickx-dev 2018-06-12 23:40:44 +02:00
Xose Pérez
6c87de02a7 Merge branch 'dev' into justwifi2 2018-06-11 22:11:46 +02:00
Trickx
08485f8775 - Moved non-default value for GEIGER_SUPPORT from feature to sensor.
- Integrated Geiger Counter
- Adapted sensor.ino to read and publish values.
- Modified html to add local dose rate into web page.
- Tested with influxDB.
- Tested with MQTT.
2018-06-02 17:51:54 +02:00
Xose Pérez
5db395cffd Enable CORS 2018-05-31 01:05:52 +02:00
Xose Pérez
dff81d6795 Revert WS to ticket-based authentication 2018-05-31 00:29:22 +02:00
Xose Pérez
ad623524f5 Fix password check regexp (#879) 2018-05-28 11:46:18 +02:00
Xose Pérez
a6217a6514 Merge branch 'dev' into justwifi2 2018-05-25 16:39:20 +02:00
Xose Pérez
f37b15cab8 Add telnet link to Web UI, fix mDNS hostname 2018-05-25 16:37:54 +02:00
Xose Pérez
aa585ec2cc Link IP in status page 2018-05-24 09:18:44 +02:00
Xose Pérez
8a02c9fd69 Check hostname does not start or end with an hyphen (#874) 2018-05-21 21:52:30 +02:00
Xose Pérez
bbd323ec79 Check hostname validity (#874) 2018-05-21 21:14:37 +02:00