Skip to content

Releases: Toomas633/FileShare

Release 1.8

29 May 13:31
413533a

Choose a tag to compare

What's Changed

Update by @Toomas633 in #15

  • Migration to PHP-based Docker Environment
  • Workflow Modernization
  • Codebase Cleanup and Refactoring
  • Documentation Updates
  • Configuration Enhancements

Full Changelog: v1.7...v1.8

Release 1.7

14 Jun 10:45

Choose a tag to compare

What's Changed

  • Custom file preview generation (text, image, svg).
  • More custom preview image templates.
  • Custom .ini support and startup scripts.
  • Custom scrollbars.
  • Upload status bar (uploading, done, error).
  • Bugfixes

Full Changelog: v1.6...v1.7

Release 1.6

18 Apr 20:49

Choose a tag to compare

What's Changed

  • Update check.
  • Make webpage responsive with css.
  • Add max file size display from php.ini
  • Add log files and view popups in settings page.
  • Update database creation and checks.
  • Create running bash and batch scripts.
  • Display images as previews instead of static image for all.
  • Add icon in front of page name.
  • Remove unused timezones - keep only main timezones.
  • Make upload drag box clickable and hide the small select button.

Full Changelog: v1.5...v1.6

Release 1.5

03 Apr 19:13

Choose a tag to compare

What's Changed

IMPORTANT!!! DO NOT USE EARLIER VERSIONS AS THEY MIGHT NOT WORK (except v1.0, and non docker images might also work, old docker images unlisted)

  • Fix major bugs.
  • Fix docker image database creation.
  • Fix timezone offset on file delete.

Full Changelog: v1.4...v1.5

v1.4

28 Mar 14:56
6f3d27f

Choose a tag to compare

What's Changed

  • Fix dateTime formatting
  • Fix timezone reading
  • Fix file downloads
  • Make database persistent on image pulls
  • Add database and uploads folder generation
  • Remove test placeholder files
  • Add PASSWORD env variable for first time install custom password

Full Changelog: v1.3...v1.4

Release v1.3

26 Mar 13:55
dc2ccaa

Choose a tag to compare

What's Changed

  • Added docker image
  • Added docker instructions

Full Changelog: v1.2...v1.3

Release v1.2

25 Mar 20:46
fdbf3b4

Choose a tag to compare

What's Changed

  • Added default password to README.md.
  • Fixed settings page popups.
  • Fixed logout redirect.
  • Added password hashing.
  • Changed toggle switch positions.
  • Added config.php
  • Moved txt files and json database to sqlite3 database
  • Update cleanup script

Full Changelog: v1.1...v1.2

Release v1.1

24 Mar 17:35
a9fb67b

Choose a tag to compare

What's Changed

  • Add direct link switch and change name generation.
  • Add documentation to changing the allowed file upload size.
  • Change index.html to index.php
  • Fix database file name when download page is added to link

Full Changelog: v1.0...v1.1

Release v1.0

23 Mar 15:32

Choose a tag to compare

First base release

  • Fully functioning file sharing webpage.
    • Web server files.
    • Json database.
    • txt config files.