Express Admin Versions Save

MySQL, MariaDB, PostgreSQL, SQLite admin for Node.js

v2.0.0

1 year ago
  • Change: the admin cli is no longer available
  • Change: the admin is now exposed as an Express.js middleware only
  • Change: config.json server key is no longer needed
  • Change: config.json app was renamed to admin
  • Change: config.json new required admin.settings config should be set the absolute path to your settings.json file
  • New: config.json new admin.readonly flag replacing the -v cli argument
  • New: config.json new admin.debug flag replacing the -l cli argument
  • New: config.json new admin.favicon key to specify a path to a custom favicon.ico file to use
  • New: config.json new admin.footer text and URL to use for the admin's footer
  • New: config.json new admin.locale path to a custom locale file to use
  • New: config.json new admin.session object to configure the underlying session middleware
  • Change: users.json each user now contains just a name and pass fields as clear text

v1.4.0

5 years ago

Resolves the security issues.

1.3.0

7 years ago

1.2.9

7 years ago

1.2.8

8 years ago
  • Fixed Express Admin static files not being loaded correctly when the admin is embedded and NPM3 is used

1.2.7

8 years ago

See the session key in the Embedding Example.

1.2.6

9 years ago
  • fix orignal select in place of chosen not showing up on mobile
  • update chosen 1.2.0
  • update datetimepicker to the latest master
  • update to bootstrap/bootswatch 3.3.1

1.2.5

9 years ago

1.2.4

9 years ago

1.2.2

9 years ago
  • feature
  • fix
    • dates are not stored inside the date controls of listview filter
    • mysql error when filtering by static control type
    • select input with static values - NULL is saved as string
    • pg custom schema name is not honored
  • change
    • changed version of node-mysql to 2.2.0