rejetto forum

version 2.4

rejetto · 474 · 310385

0 Members and 2 Guests are viewing this topic.

Offline NaitLee

  • Tireless poster
  • ****
    • Posts: 203
  • Computer-brain boy
    • View Profile
Windows Defender reported Beta 09 as potentialy unwanted app PUA:Win32/Pearfoos.A!ml
Windows/Microsoft Defender/SmartScreen almost always reports exes without a developer signature unwanted/non-trivial.

Some reports by Defender I had met:
 The beta version 2.4rc4 also gets a virus detection (Trojan:Win32/Fuery.C!cl)
 SilentPliz's translation version of HFS was reported a Trojan:Win32/Wacatac.C!ml
But all of them have no problems :) and seems that the trojan types are random...

So, do not care that report, ignore it and allow HFS or add HFS to whitelist :D
"Computation is not forbidden magic."
Takeback Template | PHFS


Offline NaitLee

  • Tireless poster
  • ****
    • Posts: 203
  • Computer-brain boy
    • View Profile
new version is out and unicode problem is fixed

https://github.com/rejetto/hfs2/releases/tag/v2.4-beta09

Oh yeah, that's almost perfect! :D

I see in default template the file actions are done by adding a <form> element to page, edit and submit it with jQuery,
 and the traditional ajax method of deleting a file from default template of 2.3m in Takeback cannot work (loaded with change of [unauth] and dj's adaption).
What should be done to this :D
"Computation is not forbidden magic."
Takeback Template | PHFS


Offline dj

  • Tireless poster
  • ****
    • Posts: 291
  • 👣 🐾
    • View Profile
    • PWAs
Oh yeah, that's almost perfect! :D

I see in default template the file actions are done by adding a <form> element to page, edit and submit it with jQuery,
 and the traditional ajax method of deleting a file from default template of 2.3m in Takeback cannot work (loaded with change of [unauth] and dj's adaption).
What should be done to this :D
now I realized
what rejetto meant by:
- 'selection' was renamed to 'files

fixed in my template
« Last Edit: June 02, 2020, 06:30:23 PM by dj »


Offline NaitLee

  • Tireless poster
  • ****
    • Posts: 203
  • Computer-brain boy
    • View Profile
I found that in Wine/Linux, after minimizing HFS beta9 to tray, I cannot call it up.
It serves files normally.
"Computation is not forbidden magic."
Takeback Template | PHFS


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
by the way, minimizing to tray is no longer the default option for HFS.


Offline MelkiyProd.

  • Occasional poster
  • *
    • Posts: 70
  • Languages: English, Русский, Українська.
    • View Profile
When you move mouse to file's icon at list of VFS


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
When you move mouse to file's icon at list of VFS

thanks, fixed in next release


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
i waited a bit to see if there were more bug reports, but since the last bug can be quite annoying i'm releasing this just for it
https://github.com/rejetto/hfs2/releases/tag/v2.4-beta10


Offline MarkV

  • Tireless poster
  • ****
    • Posts: 764
    • View Profile
Small note regarding the representation of IPv6 in address lines and logs. As you know, IPv6 uses colons as separators, unless IPv4, which uses dots. In order to solve the ambiguity that arises with appended ports (which, stupidly, also use a colon as separator), literal IPv6 addresses are written inside of square brackets "[" and "]".

HFS shows the IPv6 correctly in its address line, but incorrectly in the log. The square brackets need to be added to logged IPv6 addresses, too. Otherwise, serious confusion might arise while analyzing the HFS log, especially with shorted IPv6 addresses.


Example: 2001:db8::7:2:8080 is bad to read, as you won't know if the port is part of the IPv6 address or not. Showing [2001:db8::7:2]:8080 is much better, and, by the way, the only correct syntax.


That's my 2 cents for today.  ;)


Edit: Btw, does the Boru_V1 theme have a few image errors or is it my browser?

https://rejetto.com/forum/Themes/Boru_v1/images/useron.gif

The image above will only display an error message.
« Last Edit: June 04, 2020, 10:37:35 PM by MarkV »
http://worldipv6launch.org - The world is different now.


Offline Chris Harris

  • Occasional poster
  • *
    • Posts: 38
    • View Profile
I have loaded beta 9 and I found Windows 10 Defender said it had a virus and took it off my system. I have seen this on earlier versions.

Is here anything I can do to stop hfs being quarantined?
Chris


Offline NaitLee

  • Tireless poster
  • ****
    • Posts: 203
  • Computer-brain boy
    • View Profile
Is here anything I can do to stop hfs being quarantined?

Click: Windows Defender in tray -> Virus & threat Protection (the shield on the left side) -> Below the "virus & threat protection settings" header, "Manage Settings" -> scroll down, see "exclusions" header, click "add or delete exclusions" -> add an exclusion, Process, input "hfs.exe" "hfs"; or add a folder you want to download/use hfs.exe every time -> Done ;)

Edit: seems the 2.4 process name is "hfs" rather than "hfs.exe". Please use that.

After this seems SmartScreen still reports something.  You can ignore them as they are easy to deal.
« Last Edit: June 06, 2020, 03:26:43 PM by NaitLee »
"Computation is not forbidden magic."
Takeback Template | PHFS


Offline NaitLee

  • Tireless poster
  • ****
    • Posts: 203
  • Computer-brain boy
    • View Profile
Files with commas in its name cannot be downloaded in Google Chrome, with the error ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION.

In most other servers this is an already-solved problem. Please refer to here in Stack Overflow for the solution.
"Computation is not forbidden magic."
Takeback Template | PHFS


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
under firefox the file name is truncated from the semicolon when download it,
on the other hand this phenomenon is not present with hfs 2.3m


Offline NaitLee

  • Tireless poster
  • ****
    • Posts: 203
  • Computer-brain boy
    • View Profile
How about having a encryption when we change our password?
(This can be put off, since HFS is open source, and the method we use should be careful.)

(@rejetto: seems that you're busy these days, or feeling hard to deal things mentioned my me. just do what you want, be patient, try not feel stressed about these things, be your best!)
"Computation is not forbidden magic."
Takeback Template | PHFS


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
sorry for the explanations of the link which are in french

https://benjamin-balet.info/developpement/chiffrement-rsa-partiel-en-golang-javascript/

you can use a subterfuge by encrypting the transmission of the password using a private key and a public key

encoding will be done on the client side in javascrypt

on the server side you have to see if it is feasible from macro in a specialized script or using an external program, otherwise it could study an additional macro to include in the exe