All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- a88034c fix: step description and pathToRegexp
- a1898cd fix: Database migration
- 928d36c fix: Heroku, install dev-dependencies
- c75d83c feat: implement DB_*_PORT
- 46b8a22 docs: Add CHANGELOG.md file
- bc76305 chore: update dependencies and package-lock.json
- 15a4057 chore: update dependencies and package-lock.json
- 8cba1e4 ci: add lock and merge workflows
- 713e36b ci: Install dev modules after npm ci for Heroku
- b27869e ci: use npm ci for Heroku build
- 03f4dab ci: Add node version for cache
- 1848e05 chore: upgrade dependencies
- ea86295 chore: Use new badges
- bdb061f ci: Move to GitHub actions
- 17e4a66 added: tslint and fixed jshint config and update email port example
- 69bb1e6 updated: dependencies
- 2464db3 updated: dependencies
- 5c75eef update: [security] bump lodash from 4.17.11 to 4.17.14
- f0fec1e update: dependencies and package-lock.json
- f8b51af updated: tslint config related files
- 193c46a fix: migration system
- 5e997a0 fix: Use npm install instead of npm ci
- b692f61 fix: package.json postinstall script
- 7128022 fix: package.json scripts
- f904fb8 added: Backup data by email
- 5f59cfc added: Send emails
- 564628e added: test for logger module
- 0d3f837 added: show tasks state
- 7366c99 added: links to tasks and return back links
- b86dbad added: tasks list
- 72ab299 added: Unschedule and schedule tasks
- 14b608b added: types for tests and fixed main and nyc config in package.json
- 79876aa added: types dependencies and some config
- 064aef5 added: tsconfig
- c811c94 added: typescript
- d5c5057 added: ts-node
- e5fce0e added: disable/enable a server
- 7b19c36 added: Link to homepage
- e428e78 added: GitHub auth for admin pages
- 7626f89 added: ENV variables
- 0d1a595 add: passport-http dependency
- 0ebf128 added: Add server page
- 00cccf1 added: Administration pages
- 4086ef9 added: emailQueue to .jshintrc and updated index.html
- 80caf26 added: .twig to editorconfig
- 9adb198 added: synk and depandabot and changelog-generator-twig
- a8999ca added: Travis CI & codecov & codacy & some badges
- 4bea5fa added: azure base files
- fa27e2c added: Sentry cli
- d26deae updated: sequelize from 5.9.0 to 5.9.2
- dc7c54d updated: Update package and ts config file
- 6821d59 update: dependencies and package-lock.json
- 6271c4e update: Use passport-github instead of passport-http
- 5cf9ca2 update: dependencies and package-lock.json
- 5f743b5 update: dependencies and package-lock.json
- deb06cb update: npm dependencies
- 303c57b removed: relations between models
- 5f772e4 removed: Useless alias @templates
- b9cdc2c removed: Security middleware on protected pages
- 3c3b77c fix: queues and stack
- 70b7b4f fixed: Task scheduling due to raw=true
- 91e617e fixed: style issues and task scheduling for disabled servers
- 4142e2c fix: Security issue on /admin/ route
- 963daab fix: Routes loading and twig templates
- fdcb41a fix: Show back the server port at boot time
- 05ab15f fix: loading api endpoints and pages before module resolution
- 16afeec fix: revert use dist folder in production mode
- 07410b9 fix: ENV loading issue
- 1e72c07 fix: tests, move typescript
- 6aadca4 fix: prettier command
- 353cf5c fix: migration system
- 3a357dd fix: typo
- b0b4543 fix: tests and implementations of stack
- 06d1aa4 fix: titles in html pages
- ec81f1e fix: sequelize config
- 6265b6f fix: remove unused code
- 4778550 fix: tests
- ad5704a fix: node version
- 4d066c6 improved: rename models and use new TS format
- 410c039 style: prettier
- b605a6a improved: use arrow functions in some places and add some types
- f77925b improved: worker is disconnected from IPC
- b795338 improved: Use NextFunction instead of Function
- 3766e50 improved: enable strict mode on dist files
- 96dbe43 improved: Use dist folder in production mode
- a8b325e improved: Travis CI config
- ba15472 improved: Migrate to typescript
- 07193d6 improved: rename all .js files to .ts
- 02c79dc improved: Only use cloudflare CDN and add materialdesignicons
- 05aa515 improved: Improved index page and added links
- e20b17e improved: Add logout route to admin index
- db94d79 improved: Moved auth routes to a file and added login page
- 77a4d9a improved: Cut into functions the schedule part
- bb306d8 improved: moved some code around to enable multiple instances of stack
- 18ea9e4 added: project files