simpleimage

A simple image hosting service implemented using Node.js + Express + MongoDB + Redis

Stars
9

Bot releases are hidden (Show)

simpleimage - v1.5.6 Latest Release

Published by Coteh almost 2 years ago

What's Changed

Full Changelog: https://github.com/Coteh/simpleimage/compare/v1.5.5...v1.5.6

simpleimage - v1.5.5

Published by Coteh almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Coteh/simpleimage/compare/v1.5.4...v1.5.5

simpleimage - v1.5.4

Published by Coteh almost 2 years ago

What's Changed

Full Changelog: https://github.com/Coteh/simpleimage/compare/v1.5.3...v1.5.4

simpleimage - v1.5.3

Published by Coteh almost 2 years ago

What's Changed

Full Changelog: https://github.com/Coteh/simpleimage/compare/v1.5.2...v1.5.3

simpleimage - v1.5.2

Published by Coteh over 2 years ago

What's Changed

Full Changelog: https://github.com/Coteh/simpleimage/compare/v1.5.1...v1.5.2

simpleimage - v1.5.1

Published by Coteh over 2 years ago

What's Changed

Dependency Upgrades

New Contributors

Full Changelog: https://github.com/Coteh/simpleimage/compare/v1.5.0...v1.5.1

simpleimage - v1.5.0

Published by Coteh over 2 years ago

What's Changed

Full Changelog: https://github.com/Coteh/simpleimage/compare/v1.4.0...v1.5.0

simpleimage - v1.4.0

Published by Coteh over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Coteh/simpleimage/compare/v1.3.1...v1.4.0

simpleimage - v1.3.1

Published by Coteh about 3 years ago

  • Fix missing CSRF token with image delete (#280)
simpleimage - v1.3.0

Published by Coteh about 3 years ago

New Features

  • Add username check to signup form (#257) - @Coteh
  • Add Signup to Upload Images mode (#253) (#267) - @mayankbucha

Bug Fixes

  • Fix user dropdown on desktop nav for long and short usernames by locking its position to the right (#263) - @mayankbucha
  • Ensure a session secret is provided in production environment. (#270) - @Coteh

Other Additions/Fixes

  • Change Upload icon (#255) - @Coteh
  • Update footer for 2021 (#260) - @Coteh
  • Set username limit, with 24 as the default (#261) - @mayankbucha
  • Replace html encoding function with html-entities library. (#271) - @Coteh
  • fix: package.json & package-lock.json to reduce vulnerabilities (ejs) (#275) - @snyk-bot
simpleimage - v1.2.2

Published by Coteh over 3 years ago

  • Fix garbled "Return to Homepage" text in error page (#254)
  • Bump dotenv from 4.0.0 to 9.0.2 (#229)
simpleimage - v1.2.1

Published by Coteh over 3 years ago

New Features

  • Add Google Analytics (Universal Analytics) to track website visits (#232)

Bug Fixes

  • Fix crash when exiftran not found (#189)

Other Additions/Fixes

  • Add debugger config (#189)
  • Update MongoDB version in docker-compose stack to match MongoDB Atlas (#231)
  • Update run command in heroku.yml (d228c71)
  • Various other dependency upgrades (see here)
simpleimage - v1.2.0 Release

Published by Coteh about 4 years ago

New Features

  • Add User Images section to user profile (#137)

Bug Fixes

  • Add missing csrf field in settings view (#177)

Other Additions/Fixes

  • Add secure attribute to cookie (#183)
  • Remove fromUrl from settings-view endpoint (#139)
  • Disable OWASP password strength check in dev (#175)
  • Add test for new password being same as old password (#176)
  • Add Settings button on mobile menu (#178)
  • Use development HTTPS server in dev (#184)
  • Add heroku.yml for automated Heroku deployment (#185)
  • Bump bcrypt version to v5.0.0 (#148)
  • Update collecticons to v3.0.0 (#181)
  • Various other dependency upgrades (see here)
simpleimage - v1.1.0

Published by Coteh over 4 years ago

New Features

  • Add Change Password feature (#88)

Bug Fixes

  • Fix passwords over 72 characters truncated (#22)
  • Fix NoSQL injection with user login (#51)

Other Additions/Fixes

  • Added auth module
  • Add CSRF middleware (#58)
  • Add rate limiting (#64)
  • Replace logging system with winston (#72)
  • Fix misc issues reported by lgtm (#66)
  • Add CircleCI and fix all current failing tests (#91)
  • Add more restrictions to getRedirectPath (#67)
  • Update footer for 2020 (#71)
  • Update webpack v3 to v4 (#46)
  • Fix missing variable declarations and semicolons (#50)
  • Various npm vulnerabilities fixed (ie. bcrypt, bson, etc. had their security updates applied)
simpleimage - Initial Release

Published by Coteh about 6 years ago