Skip to content

Releases: simov/express-admin

2.0.0

13 Feb 12:40
v2.0.0
Compare
Choose a tag to compare
  • 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

Update Dependencies

10 Aug 09:08
v1.4.0
Compare
Choose a tag to compare

Resolves the security issues.

Bugfix in settings initialization

18 Apr 15:25
Compare
Choose a tag to compare

Spanish Support

18 Apr 11:51
Compare
Choose a tag to compare
1.2.9

1.2.9

Fix for NPM3

02 Mar 16:28
Compare
Choose a tag to compare
  • Fixed Express Admin static files not being loaded correctly when the admin is embedded and NPM3 is used

Allow custom user session middleware

18 Dec 15:33
Compare
Choose a tag to compare

1.2.6

29 Nov 17:22
Compare
Choose a tag to compare
  • 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

04 Oct 07:35
Compare
Choose a tag to compare
  • fix missing join on filter by excluded mtm column in listview
  • fix show only non empty mtm values in listview
  • fix break cell text and fit table in viewport on many columnt in listview
  • fix internationalize the dates in listview
  • fix internationalize the dates in datetime picker
  • fix AM/PM time bug #61
  • feature add table filter in mainview #73
  • feature try to use pg.js if pg is not found #65
  • feature static sql views support #77
  • migrate moment 2.8.3

Migrate to Express 4

05 Aug 11:10
Compare
Choose a tag to compare
  • Feature Logical OR checkbox in listview filter
  • Feature add pre list view event #58
  • Features static select options as objects #60
  • Feature Support multiple schemas for pg. Define schema per table to override the default one. #48
  • Migrate bootstrap 3.2.0, bootswatch 3.2.0, chosen 1.1.0, datetimepicker 2.3.0
  • Migrate Express4.4.4 #55
  • Migrate Hogan 3.0.2
  • Fix pg filter by boolean type
  • Fix always use aliases when joining tables in listview #59
  • Fix chosen select controls are hidden by default to improve performance
  • Fix filter columns have default value set to null
  • Fix sqlite string concat on null values
  • Translation Korean translation #63
  • Docs greatly improved events documentation

Compound Primary Key

08 Jun 17:50
Compare
Choose a tag to compare
  • 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