Share v4.2.0 Release Notes

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

    4.2.0

    • โž• Added tags to uploads which you can add when uploading and or after the fact.
    • โž• Added tags to the API v1 in the body.
    • ๐Ÿ›  Fixed bug where you search for something that is not found it would spam the server.
    • โž• Added link shorter (with features such as link click tracking and limit of clicks.) also can get the link data from the API, delete the link , and create a link.
    • โž• Added Upload file name set via editing it after and also being able to add it while uploading via the API v2.
    • โšก๏ธ v2 API will be taking over API v1 in future updates. Would be good to move over as soon as you can.
    • ๐Ÿ‘ View page is back for support with currently only being images.
    • ๐Ÿ›  Fixed some of the validation.
    • โž• Added support for exporting of your data such as links,uploads, account and other data.
    • โž• Added links to what get removed when you delete your account.
    • โž• Added focus to the modals.
    • โœ‚ Removed old userlist code.
    • โž• Added terms page editer in owner plus a page for it to be displayed if it's enabled.
    • โž• Added a logger for logging the made on the app.
    • โž• Added new env variable for LOGGER so you can enable or disable that feature.
    • โž• Added better stableness due to try catching everything,

    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)

Previous changes from v4.1.0

  • ๐Ÿ”„ 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.