0.6.1 (2017-12-06)
- Electron (Default) App Issue (df013c1)
- node 6.x.x crypto deprecated message; baboon required now nodejs 6.x.x (61d0df6)
0.4.26 (2015-09-28)
- update node-mailer (9ac746f)
0.4.25 (2015-09-21)
- session: change import of cookie-parser (6e6f20e)
<a name"0.4.24">
- update to lx-mongodb 0.7.0 (7ec92416)
<a name"0.4.23">
- add functionality to enable save Application Data in Users Homedir (124819cc)
<a name"0.4.22">
- add callback to baboon.appListen() (124819cc)
- auth: send json result when user successfully logged in (8b02d7d9)
- transport: send json result when user has no access (243bbbe6)
- add message property to ValidationError (5d48ea4f)
- do not use sslv2/sslv3 (03718e2a)
- app crash when user was created in admin section without password (c4370105)
- bump mongodb to 1.4.15 since 1.4.14 contain bugs (d9acd849)
- setting: add function getUserSetting() to get a single user setting by key (952f7271)
- require of 'crypto' and 'logging' in baboon changed, tests adapted (efa00b26)
- update .gitignore and .npmignore to reduce size of module when installing it (4850372d)
- update to angular 1.2.23 (719cce1d)
- replace cli-color with chalk (144b73be)
- change field token in schema of user repository to be null or string (3ba6041e)
- do not create user admin by default when running
grunt setup
(0942135f) - update dependencies (857c762d)
- move grunt to dependencies so that baboon will work in production mode (npm inst (4df32e99)
- app now does not load unnecessary modules when rights system is disabled (82f35480)
- do not load account and auth modules when rights system is disabled (83b7d35c)
- account: input fields when changing password are now of type password (b49732ed)
- config: add fallback to os temp folder when user has no user folder (fa1c603d)
- switch from ngmin to ng-annotate (2c1329ad)
- update setup script in example app (ee07be44)
- account: user can now change his password (1e057635)
- correct path of ssl cert files (e79afa09)
- prepare expressjs plugins for next release (fix deprecated messages) (61215673)
- update dependencies (43adf010)
- change location of routes.js files. (77b74c1b)
- The routes.js files, which contains all server routes for a toplevel app, are now moved from the folder client/app/[appname] to server/modules/[appname] (77b74c1b)
- angular-ui bootstrap dropdowns now work correctly (7e656a5f)
- update to angular 1.2.18 (17e7a3db)
- update baboon-client (7d74bc3c)