Share v4.1.0 Release Notes

Release Date: 2020-04-28 // almost 4 years ago
  • ๐Ÿ”„ Changelog

    4.1.0

    • ๐Ÿ›  Fixed bug in pm2 echosystem file.
    • ๐Ÿ›  Fixed missing UPLOAD_LIMIT env.
    • ๐Ÿ›  Fixed bug where it shows dev even in prod in footer.
    • ๐Ÿ›  Fixed signup disabled middleware.
    • โœ‚ Removed the display of signup links on all pages if they are disabled.
    • You can now disable the /owner route to make it return a 404.
    • ๐Ÿ›  Fixed front-end bug where it wont display the right token created date.
    • ๐Ÿ›  Fixed the tests bug due to not removing mfa on the test account.
    • ๐Ÿ›  Fixed bug where if you edited yourself in the admin panel it will make you a user.
    • ๐Ÿ›  Fixed bug where the last login date wont show the right one.
    • โž• Added account space used. WIth rate limited requests.
    • โž• Added admin dashboard space used. And removed the users count.
    • ๐Ÿ‘ When logged in you can now make config files for supported uploads by pasting your token in and then picking a uploader.
    • โž• Added tests for the config.
    • ๐Ÿ›  Fixed bug on check for username or email when signing up.

    4.0.1

    • ๐Ÿ›  Fixed a bug where users can still create accounts even when signups are disabled (Hotfix)

    4.0.0

    โšก๏ธ This is a fair big of a update but this is a list "all" changes that have been made

    • Made a lot of the code cleaner and easier to mange for developers
    • โž• Added last login date and location
    • โž• Added logo and favicon support
    • โž• Added Service worker and PWA support (this is in very beta).
    • Switched to bower for frameworks (Must npm i again).
    • โž• Added transfer ownership.
    • โž• Added MFA.
    • โž• Added a verify checkmark.
    • Redesigned and redo of the upload,token and user lising pages.
    • โž• Added Tests.
    • โœ‚ Removed avatars.
    • โž• Added new docs.
    • Switched to sendgrid official mailer
    • ๐Ÿ”„ Changed from csurf to lusca.
    • ๐Ÿ”„ Changed the routes.
    • ๐Ÿ”„ Changed from passport-local-mongoose to passport-local.
    • โ†” Integrated Docker both for development and production modes. Thanks to @exia for adding this.
    • โž• Adding a better way to handle the emails. As there is so many templates that are just reused. For easier reuse.
    • โž• Added Streamer mode. It will stop leaks for both the user and if they have admin others as well.
    • Now you can make yourself owner by going to /owner. If the email matches the one in the env then it will change the account to owner (This is safe as the email has to be verified anyways which makes sure its yours.).
    • API route has been changed file and image route to just be as one.
    • All upload lists have been reworked to be faster.
    • 0๏ธโƒฃ You can now limit the size of each upload by default its 100M.
    • ๐Ÿ›  Fixed dashboard so it will add a 's' when there is more the one user or upload.
    • โž• Added suspend users 24 hours , a week, and even a month. With unsuspend.
    • โž• Added ban and unban users. Confirm the ban of a user has been added.
    • ๐Ÿ”„ Changed text from 'Create user' to 'Create new user' in admin users.
    • ๐Ÿ›  Fixed the link in the admin nav gallery. Now it links to the gallery.
    • ๐Ÿ›  Fixed the navbar in admin gallery as it was linking the wrong one.