Yetishare - File Hosting Script

Yetishare - File Hosting Script v5.6.0

No permission to download
- Front-end:
- Added support for toggling between video sizes (4k, 2k, HD, 720p, 480p, 360p) when using in conjunction with the media converter
- Added expiry date and access password options when creating sharing links. Available on hashed external links, internal sharing and email sharing
- Added prompt for password when accessing sharing URLs, if set
- Files downloaded by admin users are no longer counted towards file download stats
- Improvements to edit file/folder popups to ensure browsers don't autofill password elements
- File history entry no longer added when admin copies a file into their account
- Fixed "Permanently Delete" right-click menu option not working for files in trash
- Added delete key shortcut to permanently delete files in trash
- Removed "Upload" menu items and button on homepage when user account has uploading disabled
- Fixed issue on "View All Links" popup with file URLs not clearing when re-uploading with "Remote URL Upload"
- Removed delete hashes on the end of API generated file info URLs
- Added redirect to originally requested account page when prompted to login
- Admin Area:
- Added dedicated file "Artifacts" tab in file edit popup. Provides visibility on all Artifacts relating to a file, such as resized videos, thumbnails or (later) versioned files
- Added option to download artifacts
- Added option to delete artifacts
- New admin area option to randomise upload server per upload request
- Added link expiry date and status to "Manage Sharing" view
- Added option to set expiry date when added sharing URL
- Added site setting to restrict the maximum download zip file size (default 4G)
- Added site setting to control the download zip purge period for tmp files on the local server (default 72 hours)
- Ensured translation placeholders (within square brackets) are not translated when using Google Translate
- Various fixes and improvements on "Scan for missing Translations" functionality
- Docker:
- Added Docker container files for local development/testing
- Includes PHP8.3, Apache and the necessary dependencies
- See /docker/README.md for more information
- Translations:
- Language packs regenerated for Arabic, Bengali, Chinese, Dutch, French, German, Hindi, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish and Vietnamese
- Download via https://yetishare.com/yetishare_translations.html
- Refactored core session support to httponly and samesite properties
- Added support to set the values from _config.inc.php as environment variables. If set, these override the _config.inc.php file. See docker/PHP8.3/common/.env for the available variables
- Fixed issue with related files not displaying as expected when previewing a file
- Fixed issue with downgrade accounts emails not being sent on later PHP versions (create_email_notifications.cron.php)

Plugins:

- New Browser Extension
- Quickly search & access files, copy multiple file & folder links and download files directly
- New admin area section to manage the plugin settings and preview the extension
- New front-end pages for users to download the extensions and view installation documentation
- Support for Chrome, Edge, FireFox and Opera browsers
- Backblaze, Contabo, DigitalOcean, Filebase, Minio, S3 Storage, Wasabi
- Added support for artifact storage and retrieval
- Fixed issue where files with special characters caused the direct download URLs to error
- Media Converter
- Added support to convert to multiple video sizes, including 720p, 1080p, 2k and 4k
- Added different bitrate depending on video size, results in much lower file sizes on smaller videos
- Added "threads" option in plugin settings to speed up video conversion
- Added "framerate" option in plugin settings
- Added support for video watermarks greater than 65kb in length
- Moved video poster storage to artifact storage for multi-server support
- Fixed issue in some video posters/thumbs which caused top and bottom black bands to be converted white
- Refactored process_converter_queue.cron.php script to use core file content get/setters
- Removed dependency on direct PDO usage, now using core Database class
- Various performance improvements
- Voucher Reseller
- Added missing translations
- Various performance and UI improvements
- Rewards
- Changed all user drop-down filters to dynamic lookups within the admin area. Improves page performance with a large volume of users

Release notes:
- There are database changes with this release. Please apply the SQL in /install/resources/upgrade_sql_statements/v5.6.0.sql
- Fix to payment_manage admin page 500 error
- Fix to demo mode checker which sometimes caused plugins to be hidden
- Support for server pooling via the API /file/upload endpoint

Release notes:
- There are no database changes in this release.
- To apply the upgrade from v5.5.0, simply upload the files detailed in /install/resources/upgrade_file_diffs/v5.5.0_to_v5.5.1_DIFF.txt
- PHP 8.3 support
- Admin area:
- Added admin area theme editor for Spirit theme. Control the styling of the front-end website and file manager via the UI
- Admin area templates can now be overridden at the theme level by creating the same twig file in /themes/spirit/views/admin/. Changes will be retained between script releases
- Added option to set custom admin area CSS via the theme settings
- Added option within site settings to distribute files uploaded at the same time over separate storage servers. See "Use Server Upload Pooling" to enable
- Added option within site settings to block downloading based on country
- Added support for admin users to restrict download URLs by IP via the API
- Added support to monitor server resource usage on additional local file servers
- Fix to editing storage path and improved downloads setting for local file servers
- Admin area translations:
- All admin area text content can now be translated into your own language (LTR languages)
- Removal of hardcoded casing for all translations (for example, Twig templates upper-casing translated text)
- Filter added to manage translations screen to separate front-end and admin translations for easier management
- Fix to 500 error when displaying translation keys for debug purposes
- API:
- Added 'email_address' param to /account/info API endpoint
- Added '/file/url_upload_add' endpoint so remote URL downloading can be scheduled via the API (requires background downloading enabled)
- Added '/file/url_upload_status' endpoint to check the status of scheduled remote downloads (requires background downloading enabled)
- Resolved issues in certain environments around background remote URL uploading
- Improved performance of stats logging on bigger databases
- Fixed issue where uploaded files may not be deleted on certain cloud providers (i.e Wasabi)
- Ensured test_sanity_check_files.php can only be run via CLI and resolved some minor issues relating to artifact paths
- Various other small UI improvements and fixes

Plugins:

- Media Converter
- Added option to retain original MP4 and simply make it streamable using qt-faststart

Release notes:
- There are database changes with this release. Please apply the SQL in /install/resources/upgrade_sql_statements/v5.5.0.sql
- This will be the last release with PHP 7.x support. We'd recommend upgrading to PHP 8.x so future releases of the script will continue to function as expected
Back
Top