updating fork from source - #13
Open
Ozzyminted wants to merge 400 commits into
Open
Conversation
Check If the "flash" directory exists, If it does not exist, then it will create the "flash" folder, to prevent script error. see closed issue #1487
Update unpacker.py
[UI] Add multi selection for delete in sdcard files
Merging conf
[UI] Flip image
[UI] Bug fix OSD
[UI] RTSP + Autoupdate
Correct bug while setting maxSameScenCut from v4l2rtspserver-master.ini
The intermediate certificates are required for client to validate the ssl connection
Use the full chain instead of only the host certificate
Adding a motion events graph for the images saved on SD card
[MQTT] mqtt-control script update
using find is a bit heavy handed but works. might have to do with different busybox version running. run.sh's bin/sh is BusyBox v1.22.1 (2017-06-29 11:15:20 CST) after mount bind bin/busybox /bin/sh is BusyBox v1.32.0.git (2020-04-05 20:30:22 UTC) that version handles the if just fine
hard crash on if [[ ${i: -3}... replaced with find
hard crash on if [[ ${i: -3}... replaced with find
* New binaries:
- lighttpd
- openssl
- busybox
- v4l2rtspserver-master
latest live libs included
bug correction for motion detection at startup
MJPG is back (there is still an issue with the OSD: it is
flickering)
* Manage FPS for MJPG
* Dropbear new version (#1348)
* Dropbear new bin
* New version of Dropbear (v2019.78)
* New version of dropbear
- Use v2019.78 from https://secure.ucc.asn.au/hg/dropbear
- Change default path to "/usr/bin:/bin:/system/bin:/system/sdcard/bin/"
* Merge dropbearmulti
* New version of server:
According to PR: Dafang-Hacks/Main#54
- Reduce video buffers per channel to two
- And enable poolsize fix by default
* Add mod_alias to lighttpd
* New binaries:
- lighttpd
- openssl
- busybox
- v4l2rtspserver-master
latest live libs included
bug correction for motion detection at startup
MJPG is back (there is still an issue with the OSD: it is
flickering)
* Manage FPS for MJPG
* Dropbear new version (#1348)
* Dropbear new bin
* New version of Dropbear (v2019.78)
* New version of dropbear
- Use v2019.78 from https://secure.ucc.asn.au/hg/dropbear
- Change default path to "/usr/bin:/bin:/system/bin:/system/sdcard/bin/"
* New version of server:
According to PR: Dafang-Hacks/Main#54
- Reduce video buffers per channel to two
- And enable poolsize fix by default
* Add mod_alias to lighttpd
* Add directory listing of DCIM directory via lighttpd mod_alias, needs lighttpd.conf reset.
* Motion detection was not working if reduce pool was activated
* Update openRTSP according to last version of Live555 libs (#1383)
* Add night mode on/off options for the Telegram bot (#1386)
Co-authored-by: Jelle Posthuma <jelle@beyonit.nl>
* Bump bulma 0.8.2
* Merge stuff into beta that should have went there all along (#1393)
* PTZpresets.sh should not use inverted logic for motor control. (#1366)
* Allow example userscripts, with calibratePTZ example script. (#1371)
* PTZpresets.sh should not use inverted logic for motor control.
* Allow example userscripts, calibrate at boot example.
This commit changes run.sh to only execute files in /system/sdcard/config/userscripts/startup/
if they do not end with .dist. This allows example scripts to be included in the repository.
This commit also includes an example script calibratPTZ.sh.dist that will perform a PTZ calibration at boot
and if a /system/sdcard/config/cameraposition file exists it will also move the camera to the position it defines.
To enable the calibratePTZ.sh.dist demo, or any other script, copy or rename it to NOT end in .dist.
Example:
cp /system/sdcard/config/userscripts/startup/calibratePTZ.sh.dist /system/sdcard/config/userscripts/startup/calibratePTZ.sh
* enable zram by default as per the original firmware (#1323)
* enable zram by default as per the original firmware
this prevents crashes due to memory exhaustion on xiaofeng and other
64mb models
* Keep old swap variable names for backwards compatability
* Use zram swap with higher priority than sd-card swapfile
* Add configuration option for zram size
Co-authored-by: jmtatsch <jmtatsch@users.noreply.github.com>
* Update README.md
mention pull request should be against beta branch
* Add documentation about ram (#1375)
* Autoupgrade (#1374)
* New menu organisation
* Improve upgrade process by creation a VERSION file
* Add commit info in status overview
* Improve update process with VERSION file
* Typo fixies
* Fix typo in status_overview.cgi (#1388)
Latest commit leads to blank content on Overview page under the Information tab. Based on below, I think it is a typo.
/var/log/lighttpd-cgi-stderr.log
/system/sdcard/www/cgi-bin/status_overview.cgi: line 59: syntax error: unexpected "else" (expecting ")")
* remove no original f/w note from Neos SmartCam (#1389)
2 versions are available
* Minor changes / correcting labeling (#1391)
* Minor changes / correcting labeling
run.sh: blue_led also off by default
common_functions.sh: fix typo
api.cgi, system_led.cgi, index.html: Correct display of cut_ir to IR Filter
sw_night.css: make some text easier to read
index.html.js: remove blank line
Co-authored-by: Steven McCombie <smccombie@fugnet.servegame.com>
* PTZ Presets - go home (#1387)
* Complete rewrite of PTZpresets.sh
Rewrite PTZpresets.sh to have better PID handling and full posix compatibility.
* left and right ptz presets where flipped
* Fix creation of PID file
Overly aggressive search and replace error, switch out logger to echo so PID is written to fille.
* Use full path to jq
Use full path to jq so that it still works when called from action.cgi and api.cgi
* Create Xiaomi.pm
Updated Xiaomi.pm that includes basic PTZ presets support.
* Update zoneminder.md
Co-authored-by: Solomon S <slm4996@users.noreply.github.com>
Co-authored-by: Yannik Sembritzki <yannik@sembritzki.me>
Co-authored-by: Yannik Sembritzki <yannik.sembritzki@gmail.com>
Co-authored-by: Gysmo <frederic@leroux.im>
Co-authored-by: fhl206 <fhl206@gmail.com>
Co-authored-by: Combie81 <classified_one@hotmail.com>
Co-authored-by: Steven McCombie <smccombie@fugnet.servegame.com>
* Hide dpad if camera have no PTZ
* Add topic update to start update from mqtt (#1399)
Co-authored-by: gysmo38 <frederic@leroux.im>
* Viewer (#1401)
* Add html page to show files in Recording directory
* more generic code and add timelapse files
* Rebased on latest version on https://github.com/mpromonet/v4l2rtspserver
- No more memory leak (hopefully)
- latest version of live555
* Add test for update process (#1405)
* Add test for update process
* Update action.cgi
* Bug fix for Fimware commit on status overview page (#1406)
Co-authored-by: root <nicolas.ebele@gmail.com>
Co-authored-by: nik0 <1867654+nik0@users.noreply.github.com>
Co-authored-by: J Posthuma <jposthuma25@gmail.com>
Co-authored-by: Jelle Posthuma <jelle@beyonit.nl>
Co-authored-by: gysmo38 <frederic@leroux.im>
Co-authored-by: Solomon S <slm4996@users.noreply.github.com>
Co-authored-by: Yannik Sembritzki <yannik@sembritzki.me>
Co-authored-by: Yannik Sembritzki <yannik.sembritzki@gmail.com>
Co-authored-by: fhl206 <fhl206@gmail.com>
Co-authored-by: Combie81 <classified_one@hotmail.com>
Co-authored-by: Steven McCombie <smccombie@fugnet.servegame.com>
* Squashed commit of the following: commit 0cde105 Author: Aaron Carson <aaron@aaroncarson.co.uk> Date: Sun Dec 5 16:25:16 2021 +0000 Update WyzeCam v1.2 `sha3sum -a 256` (#1791) commit f1cf7da Author: timstanley1985 <6829542+timstanley1985@users.noreply.github.com> Date: Sun Oct 24 09:57:50 2021 +0100 Merge beta into master (#1786) commit d2fa6d7 Author: timstanley1985 <6829542+timstanley1985@users.noreply.github.com> Date: Sun Oct 24 07:57:17 2021 +0100 Change Telegram ico (#1785) commit b6a93e9 Author: Stephan Fuchs <sfuchs@fastmail.com> Date: Mon Jun 21 18:50:37 2021 +0800 Added clarification for LOCATION and DEVICE_NAME (#1747) commit adbaffb Author: Nicholas FitzRoy-Dale <nicholas.github@fitzroydale.org> Date: Sat May 22 17:33:17 2021 +0100 install_cfw: update Wyzecam V2 firmware version (#1735) commit 62c8990 Author: fhl206 <fhl206@gmail.com> Date: Mon May 17 03:56:08 2021 +0100 Update install_cwf_t20l.md (#1734) commit c33bb63 Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Tue May 11 15:11:35 2021 +0200 Update README.md commit c153709 Merge: a4a8bdc 90076db Author: Julian Tatsch <julian@tatsch.it> Date: Tue May 11 06:23:18 2021 +0200 Merge branch 'master' into beta commit 90076db Author: McNutnut <mcnutnut90@gmail.com> Date: Mon May 10 21:19:16 2021 -0700 Updated cfw for newest wyzev2 (#1729) commit 1090a1f Author: Will Freeman <github@inwr.com> Date: Thu Apr 29 09:14:39 2021 -0600 Root CA updates and more cron fixes (#1726) * Fix source of missing cron directories At some point, the root crontab was added to the git source, but the original script that added them was not updated to reflect. * Update root ca and updater commit 799c2a4 Author: Will Freeman <github@inwr.com> Date: Tue Apr 27 08:35:00 2021 -0600 Letsencrypt fix path (#1725) commit 6bfe58e Author: Will Freeman <github@inwr.com> Date: Mon Apr 26 20:20:59 2021 -0600 Fix missing directory structure on letsencrypt (#1724) commit 1de5ae1 Author: maxemoose <maxemoose@users.noreply.github.com> Date: Thu Apr 22 17:59:23 2021 +0100 Fix update w3.css (#1721) The previous PR I submitted was supposed to make the footer object stick to the bottom of the page but it did not work. This was because I missed a comma when adding the relevant changes. This PR changes one comma in w3.css to a semi-colon, fixing the desired footer behaviour. commit 0ded516 Author: Ian <ian@apocrathia.com> Date: Thu Apr 22 10:58:15 2021 -0600 Typo fix (#1723) I know this is stupid but it was annoying me. commit a4a8bdc Author: Joey Babcock <joeybab3@users.noreply.github.com> Date: Tue Apr 20 20:05:28 2021 -0700 Fix small typo in OSD save log (#1722) commit 3935ddf Author: Nazim-ua <38263368+Nazim-ua@users.noreply.github.com> Date: Tue Apr 13 22:36:05 2021 +0300 Fix: waiting for all background jobs to finish before send snapshot (#1720) commit 116c1ad Author: psallandre <psallandre@gmail.com> Date: Tue Mar 23 13:11:43 2021 +0100 Fix wifi (re)connection when available SSID is not the first one in wpa_supplicant.conf (#1717) commit 7aa86b9 Author: timstanley1985 <6829542+timstanley1985@users.noreply.github.com> Date: Sun Mar 21 19:06:38 2021 +0000 Add web server control script (#1714) commit 90b8a89 Author: maxemoose <maxemoose@users.noreply.github.com> Date: Sun Mar 21 12:40:40 2021 +0000 Update w3.css (#1713) Make html, body & w3-auto elements 100% height. Add flex and flex direction to w3-auto. Make the content element grow to fill available space. commit a163f44 Author: timstanley1985 <6829542+timstanley1985@users.noreply.github.com> Date: Sun Mar 21 08:09:52 2021 +0000 SSH Control script (#1711) commit 55a85cc Author: timstanley1985 <6829542+timstanley1985@users.noreply.github.com> Date: Fri Mar 19 11:24:16 2021 +0000 Remove audio and convert to mp4 so videos play in Telegram app (#1709) commit 00ffa10 Author: timstanley1985 <6829542+timstanley1985@users.noreply.github.com> Date: Mon Mar 15 18:31:26 2021 +0000 Add LD_LIBRARY_PATH to .profile (#1704) * Add sdcard libs to LD_LIBRARY_PATH Add sdcard libs to LD_LIBRARY_PATH * Update .profile fix typo Co-authored-by: jmtatsch <jmtatsch@users.noreply.github.com> commit f7c4a0e Merge: fbb903d bae6374 Author: Julian Tatsch <julian@tatsch.it> Date: Sat Mar 13 20:13:59 2021 +0100 Merge branch 'master' into beta commit fbb903d Author: timstanley1985 <6829542+timstanley1985@users.noreply.github.com> Date: Sat Mar 13 14:43:59 2021 +0000 Fix changing dropbox folders (#1705) commit 4a2af3a Author: timstanley1985 <6829542+timstanley1985@users.noreply.github.com> Date: Fri Mar 12 13:27:37 2021 +0000 Add dropbox uploads on motion detection (#1703) commit bae6374 Author: yerlandinata <yudhistira.erlandinata@ui.ac.id> Date: Tue Mar 9 02:54:02 2021 +0700 Fix controlscripts/rtsp (#1701) - stopping rtsp will stop its dependents properly commit 7457537 Author: Fietspomp86 <senne_baars@hotmail.com> Date: Mon Mar 8 20:52:23 2021 +0100 Update mqtt-autodiscovery.sh (#1700) Replaced value_template with position_template, for Home Assistant 2021.3.x and newer commit 5ef8548 Author: timstanley1985 <6829542+timstanley1985@users.noreply.github.com> Date: Mon Mar 8 09:26:34 2021 +0000 Refactor dtectionOn.sh (#1698) commit 1e393e1 Author: aque0us <barronpdonovan@gmail.com> Date: Mon Mar 8 04:25:38 2021 -0500 Update install_cfw.md (#1673) commit 8065bd5 Author: Julian Tatsch <julian@tatsch.it> Date: Mon Mar 8 10:16:34 2021 +0100 Added nano binary commit d79a153 Author: timstanley1985 <6829542+timstanley1985@users.noreply.github.com> Date: Sun Mar 7 17:16:03 2021 +0000 SSH management panel (#1692) * SSH management panel - initial commit * Add ssh.conf.dist * Tweaks * Update firmware_mod/www/cgi-bin/ui_system.cgi Co-authored-by: fhl206 <fhl206@gmail.com> * Add configure SSH pub key to web ui * Tweak wording * Change logic for SSH paasword Co-authored-by: fhl206 <fhl206@gmail.com> commit 972ba9d Author: Matthias Pfefferle <pfefferle@users.noreply.github.com> Date: Fri Feb 26 05:55:03 2021 +0100 the bot should only answer to commands that starts with "/" (#1664) If a bot is in a group it can be very noisy otherwise. commit 174b2d5 Author: Chris Knight <cdk-github@accessoft.org> Date: Thu Feb 25 20:54:24 2021 -0800 fix #1674 - typo in ui_motion.cgi (#1676) Co-authored-by: Chris Knight <cdknight@hotcat.org> commit 0b6a19a Author: Chris Knight <cdk-github@accessoft.org> Date: Thu Feb 11 20:55:24 2021 -0800 typo fix (#1685) commit e5520d0 Author: fhl206 <fhl206@gmail.com> Date: Wed Feb 10 02:44:51 2021 +0000 Update technical.md (#1683) commit fe18a97 Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Fri Jan 1 15:24:11 2021 +0100 Update motion.html fix typo commit 67794f2 Merge: 5fc16fb 7d2eeba Author: Julian Tatsch <julian@tatsch.it> Date: Sun Dec 27 11:12:08 2020 +0100 Merge branch 'master' into beta commit 5fc16fb Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Sun Dec 27 10:11:57 2020 +0100 Update ui_motion.cgi fix typo commit ccdfd4d Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Sun Dec 27 10:09:52 2020 +0100 Update motion.html fix typo commit 7d2eeba Author: Justin Goette <53531335+jcgoette@users.noreply.github.com> Date: Sat Dec 26 04:40:53 2020 -0500 Update camera.html (#1656) * Update camera.html Typo * Update camera.html Typo commit 69e0126 Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Wed Dec 23 22:02:13 2020 +0100 Update control.js Add friendly name for mdns-responder commit 8eb23eb Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Wed Dec 23 21:54:20 2020 +0100 Update motion.html fix some grammar & clarify night mode delay commit 90173ea Author: Julian Tatsch <julian@tatsch.it> Date: Wed Dec 23 18:27:12 2020 +0100 add mDNSResponder binary commit e7c84dd Author: Greg Thornton <xdissent@me.com> Date: Tue Dec 22 10:13:50 2020 -0600 Network config web ui and fallback wifi hotspot (#1655) commit 43d73c3 Author: Greg Thornton <xdissent@me.com> Date: Tue Dec 22 00:48:59 2020 -0600 Allow custom firmware repositories (#1651) * Add repo option to autoupdate.sh * Fix repo option in autoupdate.sh * Use local repo when checking for updates * Use default repo if non given in VERSION file in autoupdates.sh * Pass custom repo to web ui and update cgi * Add custom firmware update to web ui * Fix update messages * Fix update start arguments * Fix update input labels * Add custom upgrade button when on custom firmware commit 4f30404 Author: Greg Thornton <xdissent@me.com> Date: Mon Dec 21 06:00:24 2020 -0600 Mdns responder (#1649) * Add mDNSResponder * Add mDNSResponder to web ui * Fix mDNSResponder pid location commit 3fa69c9 Author: Greg Thornton <xdissent@me.com> Date: Mon Dec 21 05:57:23 2020 -0600 GitHub token for updates (#1650) * Add github token option to autoupdate.sh * Use github token to check updates * Add github token to web ui * Use github token in web updates * Add github tab in web ui * Fix curl in autoupdate.sh * Fix github curl auth commit 74360b8 Author: Greg Thornton <xdissent@me.com> Date: Mon Dec 21 05:56:32 2020 -0600 Ignore motion events when night mode is switched on/off (#1648) * Ignore motion events if night mode has recently changed. * Add night mode motion delay to web ui * Change night_delay config to night_mode_event_delay commit 6a13b28 Author: Greg Thornton <xdissent@me.com> Date: Mon Dec 21 05:55:30 2020 -0600 Fix select elements in safari (#1647) commit 49d1e33 Author: drkdoesgit <67248496+drkdoesgit@users.noreply.github.com> Date: Mon Dec 21 00:20:46 2020 +0800 Save snapshots/videos on motion vales are not saved. (#1645) * #1588 ###Description: Save snapshots/videos on motion vales are not saved. ###To Reproduce: 1. SET **Motion Settings** > **Storage** > **Local Storage** > "Save snapshots on motion" to **Activate** 2. Reload the configuration. 3. Changes are not reflected or remains to be **Deactivate** ###Changes: ui_motion.cgi 1. Changed the variable `saveSnaphot` to `saveSnapshot` 2. Added ` echo "saveVideo#:#${save_video}"` for command `get_config`. 2. Added the the code below for the `save_config` command. ``` if [ -n "${F_saveVideo+x}" ]; then F_saveVideo=$(printf '%b' "${F_saveVideo//%/\\x}") rewrite_config /system/sdcard/config/motion.conf save_video $F_saveVideo echo "Save video set to $F_saveVideo<br/>" fi ``` motion.html 1. Renamed `saveSnaphot` to `saveSnapshot` to reflect the changes done in ui_motion.cgi. * Update .gitignore remove vsc files Co-authored-by: Brian Frianeza <bf@dewise.com> Co-authored-by: jmtatsch <jmtatsch@users.noreply.github.com> commit 50a937c Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Sun Dec 13 10:18:08 2020 +0100 Update install_cfw.md add filename hint for wyzecam v3 commit d43eb62 Author: Coby Fleener <coby@users.noreply.github.com> Date: Thu Dec 10 14:45:49 2020 -0700 Update Readme (#1642) Minor spelling correction. commit be44026 Author: Ben Russell <ben@benru.co.uk> Date: Tue Dec 8 20:58:38 2020 +0000 Fix differences between Web UI services and MQTT (#1640) * Change descriptions of MQTT topics to match Web UI (#1637) * Allow MQTT to start/stop the "timelapse" service (#1637) * Add manual switch for Night Mode to the sidebar (#1637) * Add friendly names to the current list of services (#1637) This adds a list of more user-friendly names to the services page. If a new service is added in the future this list should be updated, or the display name will default to the filename just as it did before. commit 04edd48 Merge: 7b88be2 1c92630 Author: Julian Tatsch <julian@tatsch.it> Date: Tue Dec 8 19:10:57 2020 +0100 Merge branch 'beta' commit 1c92630 Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Tue Dec 8 15:05:52 2020 +0100 Full master fixes also into beta (#1639) * Fixed the timezone: Europe/Amsterdam * Fix 'rtsp-h264' still set as an autostart entry when 'rtsp' is now the (#1636) service to use In 1e2f966 the services 'rtsp-h264' and 'rtsp-mjpeg' were combined into a single 'rtsp' service, however an entry for 'rtsp-h264' still remained in the autostart folder. This is a problem for the user because this entry does not appear in the Web UI which means it cannot be easily removed, and also appears as if an RTSP server is not running when it is. * Added button to the live page that downloads a JPEG screenshot (#1638) * Fixed a missing line break and spelling mistake * Added button to the live page that downloads a JPEG screenshot Co-authored-by: OhMyGuus <info@guus.ninja> Co-authored-by: Ben Russell <ben@benru.co.uk> commit 7b88be2 Author: Ben Russell <ben@benru.co.uk> Date: Tue Dec 8 14:00:19 2020 +0000 Added button to the live page that downloads a JPEG screenshot (#1638) * Fixed a missing line break and spelling mistake * Added button to the live page that downloads a JPEG screenshot commit 00ae38f Author: Ben Russell <ben@benru.co.uk> Date: Tue Dec 8 10:31:42 2020 +0000 Fix 'rtsp-h264' still set as an autostart entry when 'rtsp' is now the (#1636) service to use In 1e2f966 the services 'rtsp-h264' and 'rtsp-mjpeg' were combined into a single 'rtsp' service, however an entry for 'rtsp-h264' still remained in the autostart folder. This is a problem for the user because this entry does not appear in the Web UI which means it cannot be easily removed, and also appears as if an RTSP server is not running when it is. commit f299b6c Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Sat Nov 14 12:17:04 2020 +0100 Update osd.conf make osd text white by default and slighly smaller commit b590eef Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Sat Nov 14 12:14:26 2020 +0100 Update index.html make light blue the default theme commit ede5abe Merge: 02d5523 cc3c060 Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Sat Nov 14 11:26:49 2020 +0100 Merge pull request #1620 from OhMyGuus/Fixes Fixed the timezone: Europe/Amsterdam commit 853a392 Author: Julian Tatsch <julian@tatsch.it> Date: Sat Nov 14 11:25:08 2020 +0100 fix autostart of rtsp commit 61a02ea Author: Julian Tatsch <julian@tatsch.it> Date: Sat Nov 14 11:18:25 2020 +0100 Remove traces of distinction between rtsp_h264 and rtsp_mjpeg because everything is handled now by rtsp service and both cant run at the same time anyhow. commit 914b46e Author: Julian Tatsch <julian@tatsch.it> Date: Thu Nov 12 08:56:23 2020 +0100 Fix a typo in camera.cgi so that setconf is called correctly when saving OSD. Thanks @thehijacker commit cc3c060 Author: OhMyGuus <info@guus.ninja> Date: Sat Nov 7 01:58:24 2020 +0100 Fixed the timezone: Europe/Amsterdam commit 17095b7 Merge: 74480c8 02d5523 Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Fri Nov 6 22:10:57 2020 +0100 Merge pull request #1618 from EliasKotlyar/master Merge the fixes from master to beta commit 02d5523 Merge: 064aff2 ac7e2ba Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Fri Nov 6 21:28:46 2020 +0100 Merge pull request #1592 from josephdouce/patch-1 Update mqtt-control.sh commit ac7e2ba Merge: 1e71c66 064aff2 Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Fri Nov 6 21:28:29 2020 +0100 Merge branch 'master' into patch-1 commit 064aff2 Merge: 2948300 b0d51be Author: jmtatsch <jmtatsch@users.noreply.github.com> Date: Fri Nov 6 21:25:24 2020 +0100 Merge pull request #1612 from dewi-ny-je/master Merge beta and master branches commit 1e71c66 Author: joseph douce <josephdouce@gmail.com> Date: Thu Oct 1 12:55:55 2020 +0100 Update mqtt-control.sh changed compression to increase processing speed. -S 25k takes much longer then -m 50, reduced processing time from 10s to 2s * Corrected detection of night mode Fixes #1777 "Always getting "sh: bad number" in detectionOn.sh" * Fixes "sh: bad number" in detectionOn.sh #1777 * Fix for #1814 added xterm-256 color
Fix previous machine translation errors
'firmware' doesn't get an 's'
* Update faq.md * Update faq.md
* Create a modified firmware image based on the original neos firmware so people can boot back to the Neos firmware instead of booting to the Wyze firmware.
run markdown lint
* Add Push To Talk (#1743) * Fix video recording when using FTP or Dropbox (#1744) (#1745) * This adds a new feature "Dropbox URL" so you can specify the URL to be used for (#1746) * Change all absolute URL's to relative (#1748) * Fix deleteFile in sdcard.js (#1749) * Imporove security of Dropbox emulating web script (#1765) Limit maximum file size and only allow certain file types * Add full support for Matrix image and video #1756 (#1766) * More robust Telegram video handling (#1769) * Some cleanup in detectionOn.sh (#1764) Co-authored-by: Steven <36535597+StevenJonSmith@users.noreply.github.com> Co-authored-by: Chris Osgood <chris_github@functionalfuture.com> Co-authored-by: Nick Kaijaks <Nick.Kaijaks@warwick.ac.uk>
No remark about proto=WPA2 in the previous example was confusing as the camera would not connect to the Wi-Fi network
* Add Push To Talk (#1743) * Fix video recording when using FTP or Dropbox (#1744) (#1745) * This adds a new feature "Dropbox URL" so you can specify the URL to be used for (#1746) * Change all absolute URL's to relative (#1748) * Fix deleteFile in sdcard.js (#1749) * Imporove security of Dropbox emulating web script (#1765) Limit maximum file size and only allow certain file types * Add full support for Matrix image and video #1756 (#1766) * More robust Telegram video handling (#1769) * Some cleanup in detectionOn.sh (#1764) Co-authored-by: Steven <36535597+StevenJonSmith@users.noreply.github.com> Co-authored-by: Chris Osgood <chris_github@functionalfuture.com> Co-authored-by: Nick Kaijaks <Nick.Kaijaks@warwick.ac.uk>
This is helpful for when a host is connected over an ssh tunnel, and sends "localhost" for the HOST header. If it is an ssh tunnel, it is already secured. And browsers have trouble with redirects to https://localhost
* Merge beta into master (#1835) * Add Push To Talk (#1743) * Fix video recording when using FTP or Dropbox (#1744) (#1745) * This adds a new feature "Dropbox URL" so you can specify the URL to be used for (#1746) * Change all absolute URL's to relative (#1748) * Fix deleteFile in sdcard.js (#1749) * Imporove security of Dropbox emulating web script (#1765) Limit maximum file size and only allow certain file types * Add full support for Matrix image and video #1756 (#1766) * More robust Telegram video handling (#1769) * Some cleanup in detectionOn.sh (#1764) Co-authored-by: Steven <36535597+StevenJonSmith@users.noreply.github.com> Co-authored-by: Chris Osgood <chris_github@functionalfuture.com> Co-authored-by: Nick Kaijaks <Nick.Kaijaks@warwick.ac.uk> * Update ui_motion.cgi (#1858) * Update Gitter URLs as old ones returned a HTTP 404 Not Found (#1874) * Improve install_sdcard.md documentation (#1865) --------- Co-authored-by: Steven <36535597+StevenJonSmith@users.noreply.github.com> Co-authored-by: Chris Osgood <chris_github@functionalfuture.com> Co-authored-by: Nick Kaijaks <Nick.Kaijaks@warwick.ac.uk> Co-authored-by: Nemesis24 <guillaumejonquiere@gmail.com> Co-authored-by: numericOverflow <numericOverflow@users.noreply.github.com> Co-authored-by: jcplaza <cuenta.registros.web@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.