github vikramsoni2/nextExplorer v1.2.0

latest release: v1.2.1
11 hours ago

What's Changed

added OIDC_REQUIRE_EMAIL_VERIFIED flag

optional and by default set to 'false' if user wants to integrate OIDC with verified emails only they can set it to 'true'.

Skip setup if auth mode set to oidc

previously if its a fresh start with OIDC integration with only OIDC mode, it still used to ask to create an admin user. now it just shows the OIDC login button

faster download and cleaned up upload service

it was using js fetch which used to download the files in memory until completed and then used to download it to user's system. Now using native file download which instantly downloads the files.

EDITOR_EXTENSIONS env added

this env flag supports comma separated extensions names which you want to open with default built in editor.
keep in mind that the ONLYOFFICE_FILE_EXTENSIONS take priority over this list. so if you have html in EDITOR_EXTENSIONS and in ONLYOFFICE_FILE_EXTENSIONS both, it will open with OnlyOffice.

Added "New File" option in the create menu.

it was difficult to create new files if the folder is full and has no empty space to click on the background. adding this button makes it simpler

Various bugfixes

drive icon was not respecting app color scheme.
improvement and optimization on uploadService

Full Changelog: v1.1.9...v1.2.0

Don't miss a new nextExplorer release

NewReleases is sending notifications on new releases.