Skip to content

Releases: NordicSoft/express-template

v3.0.1

30 Apr 15:35
f43d4a9
Compare
Choose a tag to compare
  • example deploy shell scripts added;
  • example pm2 configs added;
  • Facade/Gallery - go to prev/next photo with swipe;
  • TODO.md added;

v3.0.0

19 Apr 10:16
841698d
Compare
Choose a tag to compare
  • dynamic content blocks with Quill WYSIWYG editor in Dashboard;
  • Dashboard:
    • app toolbar made responsive;
    • redirect to error page when initial auth request failed;
  • Facade - SCSS themes support initialized;
  • readme updated;

v2.3.1

10 Apr 18:30
6275c6d
Compare
Choose a tag to compare
  • readme updated;
  • Facade:
    • js refactored (options dropped, core split into logger, loader);
    • Homepage changed;
    • consider LOG_LEVEL environment variable;
    • cleanup;
  • API:
    • consider LOG_LEVEL environment variable;

v2.3.0

10 Apr 11:34
ce3c0ae
Compare
Choose a tag to compare
  • authentication refactored (DRYing);
  • authenticate with Facebook;
  • proper redirection after sign in;
  • consider REGISTRATION_MODE option in new auth pages;
  • handle errors when using Google and Facebook auth;
  • architecture diagram added;

v2.2.0

08 Apr 16:25
eda21a6
Compare
Choose a tag to compare
  • authenticate with Google;
  • authentication forms appearance adjusted;

v2.1.1

08 Apr 09:40
3772df4
Compare
Choose a tag to compare
  • Dashboard - browsers list adjusted (IE support dropped);
  • Facade:
    • Sign In and Register dropped;
    • Privacy Policy and Terms and Conditions pages added;
    • About page changed;

v2.1.0

07 Apr 16:58
f063281
Compare
Choose a tag to compare
  • API - REGISTRATION_MODE option added (possible values are open and invite);
  • Facade - show Slick header slideshow only on homepage;
  • Dashboard:
    • check user authentication before rendering page;
    • user authentication & registration implemented inside Dashboard;
  • Gallery:
    • GALLERY_NEW_PHOTOS_FIRST option added;
    • resize photoset cover;
    • jimp support dropped;
    • refresh photoset's cover after changing it;
    • view photo set - load the smallest thumbnails by default;
    • Facade - consider GALLERY_IMAGE_SIZES and GALLERY_PHOTOSET_COVER_SIZES options in justifiedGallery;
    • image loading adjusted (show blurred thumbnail while loading larger image);
    • show last GALLERY_LAST_PHOTOS_COUNT photos below photo sets;
    • navigation in All Photos photo set;
    • photo sets order - init;
  • dev proxy - copy dev URL to clipboard;
  • minor changes;

v2.0.1

01 Apr 16:31
6f9553c
Compare
Choose a tag to compare
  • ability to use MongoDB as session storage added;
  • consider FACADE_PORT, DASHBOARD_PORT, API_PORT env vars;
  • Facade:
    • retry logic added for failed api requests;
    • api.js additional checks added;
  • Dashboard/Gallery - handle xmp-js errors

v2.0.0

29 Mar 15:29
6ea3cd3
Compare
Choose a tag to compare

Break the rock - split the monolith into smaller parts: api, dashboard and facade.

v1.0.5

10 Mar 18:22
Compare
Choose a tag to compare
  • store all configs in .env files and use config.js to access them easily;
  • module-alias npm package added;
  • error pages changed;
  • config.json dropped;
  • ESLint errors fixed;
  • npm run dev task changed to run lint, nodemon and gulp concurrently;
  • Dashboard - link to Facade added;
  • Facade/Gallery - photos navigation inside photo sets (prev/next);