mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
webdav/http file upload support
This commit is contained in:
parent
3ecbea5097
commit
a3147eaa1a
9 changed files with 21 additions and 4 deletions
|
@ -104,6 +104,7 @@ The following html5 applications are allowed to read local files referred by &am
|
|||
VPN
|
||||
Wait for network msg
|
||||
Certificate info
|
||||
upload to box.com
|
||||
Web fullscreen
|
||||
Long pressing the bookmark button in uweb browser will popup menus defined in file "default.link". The file format is as follows:
|
||||
[Menu name]:[url][space][javascript code]
|
||||
|
|
|
@ -49,7 +49,8 @@
|
|||
<p><a href="https://releases.pagure.org/uweb/">pagure</a></p>
|
||||
<p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p>
|
||||
<h4 id="change-logs">Change logs</h4>
|
||||
<p>956: Search engines (.search file) to apply same folder "home.css". Use POST type search engine as bookmark for auto login.<br>
|
||||
<p>958: Add webdav/http file upload support with <a href="../links/index.html">"i:0u" links</a>.<br>
|
||||
956: Search engines (.search file) to apply same folder "home.css". Use POST type search engine as bookmark for auto login.<br>
|
||||
955: Address bar: <a href="../acmd/index.html">":!" or "!"</a> for command line support (.js/.sh files as executables).<br>
|
||||
953: hardware keyboard: ":", "!" to set focus on address bar<br>
|
||||
949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size<br>
|
||||
|
|
|
@ -84,7 +84,8 @@ uweb, termux &amp; history versions
|
|||
github
|
||||
pagure
|
||||
sourceforge
|
||||
Change logs 956: Search engines (.search file) to apply same folder &quot;home.css&quot;. Use POST type search engine as bookmark for auto login.
|
||||
Change logs 958: Add webdav/http file upload support with &quot;i:0u&quot; links.
|
||||
956: Search engines (.search file) to apply same folder &quot;home.css&quot;. Use POST type search engine as bookmark for auto login.
|
||||
955: Address bar: &quot;:!&quot; or &quot;!&quot; for command line support (.js/.sh files as executables).
|
||||
953: hardware keyboard: &quot;:&quot;, &quot;!&quot; to set focus on address bar
|
||||
949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size</description>
|
||||
|
@ -165,6 +166,7 @@ Note: "Engines" needs file "engine.search",whose format is sam
|
|||
VPN
|
||||
Wait for network msg
|
||||
Certificate info
|
||||
upload to box.com
|
||||
Web fullscreen
|
||||
Long pressing the bookmark button in uweb browser will popup menus defined in file &quot;default.link&quot;. The file format is as follows:
|
||||
[Menu name]:[url][space][javascript code]
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
<a href="i:0gdefault.link::vpn:i:1dandroid.net.vpn.SETTINGS:::%0A">VPN</a></p>
|
||||
<p><a href="i:0gdefault.link::Wait msg:i:1c%0A">Wait for network msg</a></p>
|
||||
<p><a href="i:0gdefault.link::Certificate info:i:1b%0A">Certificate info</a></p>
|
||||
<p><a href="i:0gdefault.link::up2Box: {let path=`%f`;let iSlash=path.lastIndexOf('/',path.length-2);let f;if('/'!=path[path.length-1])let f=path.substring(iSlash+1);else f=path.substring(iSlash+1,path.length-1)+'.tgz';location.href='i:0u'+path+':https://dav.box.com/dav/'+f;%0A">upload to box.com</a></p>
|
||||
<p><a href="i:0gdefault.link::web fullscreen: location.href='i:5fsetTimeout(()=>document.documentElement.requestFullscreen(),50);';%0A">Web fullscreen</a></p>
|
||||
<p>Long pressing the bookmark button in <a href="../index.html">uweb browser</a> will popup menus defined in file "default.link". The file format is as follows:<br>
|
||||
[Menu name]:[url][space][javascript code]</p>
|
||||
|
|
|
@ -17,7 +17,8 @@ uweb, termux &amp; history versions
|
|||
github
|
||||
pagure
|
||||
sourceforge
|
||||
Change logs 956: Search engines (.search file) to apply same folder &quot;home.css&quot;. Use POST type search engine as bookmark for auto login.
|
||||
Change logs 958: Add webdav/http file upload support with &quot;i:0u&quot; links.
|
||||
956: Search engines (.search file) to apply same folder &quot;home.css&quot;. Use POST type search engine as bookmark for auto login.
|
||||
955: Address bar: &quot;:!&quot; or &quot;!&quot; for command line support (.js/.sh files as executables).
|
||||
953: hardware keyboard: &quot;:&quot;, &quot;!&quot; to set focus on address bar
|
||||
949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size</description>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue