rejetto forum

version 2.4

rejetto · 474 · 310334

0 Members and 1 Guest are viewing this topic.

Offline LeoNeeson

  • Tireless poster
  • ****
    • Posts: 842
  • Status: On hiatus (sporadically here)
    • View Profile
    • twitter.com/LeoNeeson
template corrected http://www.rejetto.com/hfsfiles/hfs24rc4.exe
(Sorry, I had no time to check this yesterday)

Cool! 8) now everything seems to be working OK!...
At first sight, I didn't found anything wrong to report.
I will do more in-depth tests on the next days.
HFS in Spanish (HFS en Español) / How to compile HFS (Tutorial)
» Currently taking a break, until HFS v2.4 get his stable version.


Offline dj

  • Tireless poster
  • ****
    • Posts: 291
  • 👣 🐾
    • View Profile
    • PWAs
Select 🎉 songs for playlist (same as in mobil-light_V5.4.1)


Offline LeoNeeson

  • Tireless poster
  • ****
    • Posts: 842
  • Status: On hiatus (sporadically here)
    • View Profile
    • twitter.com/LeoNeeson
Since HFS v2.4 is oriented to modern standards, I was surprised when I've found that HFS v2.4 has missing MIME support for SVG files (in default hfs.ini, it should have declared in 'mime-types=' setting "*.svg|image/svg+xml").

Without this, on some browsers .svg files are open 'as download', and NOT directly viewed on browser (as is meant). Even if the setting 'open-in-browser=' has '*.svg' on it, those files are not opened (viewed) directly on the browser (it ask for download). The same happens with .swf files (Flash files), which without having the MIME type declared, the browser open it 'as download', when it's meant to be opended directly. So, I suggest to add those two MIME types (or at least only SVG, since Flash is getting deprecated). See the text marked in red for .swf and on green for .svg:

Quote
mime-types=*.htm;*.html|text/html|*.jpg;*.jpeg;*.jpe|image/jpeg|*.gif|image/gif|*.png|image/png|*.bmp|image/bmp|*.ico|image/x-icon|*.mpeg;*.mpg;*.mpe|video/mpeg|*.avi|video/x-msvideo|*.txt|text/plain|*.css|text/css|*.js|text/javascript|*.swf|application/x-shockwave-flash|*.svg|image/svg+xml

What do you think about adding it as default?...
HFS in Spanish (HFS en Español) / How to compile HFS (Tutorial)
» Currently taking a break, until HFS v2.4 get his stable version.


Offline LeoNeeson

  • Tireless poster
  • ****
    • Posts: 842
  • Status: On hiatus (sporadically here)
    • View Profile
    • twitter.com/LeoNeeson
As promised, I did some more tests this weekend, including a review of changes in the new RC4's template (see the attachment with the results from DiffNow.com).

Obviously, RC4 dropped support for old browsers (like Chrome 40, 31 and older), which were supported on RC2/RC3 (but don't worry, at least for me that's not a problem anymore, since I've upgraded most of my browsers). Tested on Chrome 48 and Chrome v75.0.3770.80 (64-bit), and on both they work well.

I encourage everyone (anyone who reads this topic), to leave some comment and opinion about the latest v2.4 RC4 (especially those who lately reported some bug, error or had some issue).

So far, everything is working as expected...

Cheers,
Leo.-
« Last Edit: February 25, 2020, 05:38:35 AM by LeoNeeson »
HFS in Spanish (HFS en Español) / How to compile HFS (Tutorial)
» Currently taking a break, until HFS v2.4 get his stable version.


Offline dj

  • Tireless poster
  • ****
    • Posts: 291
  • 👣 🐾
    • View Profile
    • PWAs
sets dark mode by OS

Code: [Select]
[+]
<script>
if(window.matchMedia('(prefers-color-scheme:dark)').matches) document.body.classList.add('dark-theme')  //light remove
</script>


a better dark theme (with sufficiently high contrast ratio)

Code: [Select]
[+]
<style>
body.dark-theme .item-props {color:#8A8A8A}
body.dark-theme #title-bar {color:#C9C9C9}
body.dark-theme a.pure-button {color:#303030}
body.dark-theme .item .comment {color:#B3B3B3 }
</style>
increase Lighthouse Accessibility 7%
other todo to increase Accessibility: add alt to img, add title to all buttons


Easter bunny will bring's lazyimages (thumbs) with picviewer 🐇
🆕 also works with the current Firefox
« Last Edit: April 08, 2020, 03:39:10 AM by dj »


Offline giggy

  • Occasional poster
  • *
    • Posts: 26
    • View Profile
latest version http://www.rejetto.com/hfsfiles/hfs24rc4.exe

there's a new default template, mobile friendly and responsive.
i'm almost finished.
Would you start to give it a try?

I love the script. :-)
Question: How can I log out? I was trying to log in as another user but I can't find an option to log out of the current user.
Thank you.


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
there is no logout linked to the login of hfs, to die a connection you have to close the navigator


Offline dj

  • Tireless poster
  • ****
    • Posts: 291
  • 👣 🐾
    • View Profile
    • PWAs
I love the script. :-)
Question: How can I log out? I was trying to log in as another user but I can't find an option to log out of the current user.
Thank you.

Logout is possible with IE and Edge, but
you need to add a addon (diff tpl)


Offline giggy

  • Occasional poster
  • *
    • Posts: 26
    • View Profile
there is no logout linked to the login of hfs, to die a connection you have to close the navigator
I either have to clear cash or use another browser. Just closing and reopening a browser did not work. Thanks.


Offline giggy

  • Occasional poster
  • *
    • Posts: 26
    • View Profile
Logout is possible with IE and Edge, but
you need to add a addon (diff tpl)
Thank you. * I wanted to use firefox or chrome.


Offline NateBR

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
Any suggestion when this will become final version?
I noticed this beta contacts 2 or 3 IP addresses daily, is that normal?


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
a finalized version is a version that will no longer evolve, this would mean that the hfs project stops or restarts on other bases, what is most lacking in the current version is to be able to communicate directly with the SSL protocol without having to use Stunnel.

regularly, hfs sends a request to the rejetto site to check if there is not a new version, it also connects to different addresses allowing to retrieve the external ip address for updating the DNS, that's why hfs connects to various ip daily


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
1) Any suggestion when this will become final version?
2) I noticed this beta contacts 2 or 3 IP addresses daily, is that normal?

1) nope, i'm stuck on a problem now, can't say when i'm done
2) there are few features that contact other servers, but you can disable or not use them. One is the "auto check every day" for new versions. Another is the "find external ip address".


ah, only now i saw mars' reply :)


Offline nightpurrer

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
I'm sorry if I'm repeating the subject, but the thread is too big to review.
Will there be a terminal version for Linux?


Offline SilentPliz

  • Operator
  • Tireless poster
  • *****
    • Posts: 1298
  • ....... chut ! shh!
    • View Profile
Welcome nightpurrer.  :)

I'm sorry if I'm repeating the subject, but the thread is too big to review.Will there be a terminal version for Linux?

No, sorry.
« Last Edit: May 03, 2020, 04:19:57 PM by SilentPliz »