1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-03 13:12:44 +02:00

Pull changes from master into beta (#1880)

* 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 commit is contained in:
jmtatsch
2023-11-05 12:55:47 +01:00
committed by GitHub
parent 688b320ac4
commit b848ff641c
4 changed files with 80 additions and 10 deletions

View File

@@ -137,7 +137,7 @@ if [ -n "$F_cmd" ]; then
if [ -n "${F_smbPassword+x}" ]; then
F_smbPassword=$(printf '%b' "${F_smbPassword//%/\\x}" | sed 's/\//\\\//g')
rewrite_config /system/sdcard/config/motion.conf smb_password "\"$F_smbPassword\""
echo "Samba passward set<br/>"
echo "Samba password set<br/>"
fi
if [ -n "${F_smbStillsDir+x}" ]; then
F_smbStillsDir=$(printf '%b' "${F_smbStillsDir//%/\\x}" | sed 's/\//\\\//g')