Releases: S3bb1/ah-dashboard-plugin
Releases · S3bb1/ah-dashboard-plugin
AH 14/15/16 compatibility and fixes
Bugfixes & Task Widget changes
Version 0.6.2 (26-Feb-2016)
- Fixes Logo Link (navigated to empty page instead of homepage) thx @zougi
- Replace Task Logic to implement current node-resque api
- Enable Task statistics without running scheduler too
Add License and remove falsely added files
Version 0.6.1 (20-Feb-2016)
- Added License information
- Removed Files which were falsly published
ActionHero V13 compatibility
Version 0.6.0 (20-Feb-2016)
- ActionHero V13 Support
- change the plugin retrieval logic, because in AH v13 the plugins are linked dynamically
- add all bower components to the plugin, so that no "bower install" is needed anymore
- "remove index2.html because it does not exists!!" (THX @zougi)
ActionHero V12 compatibility & new AdminLTE Template
Version 0.5.0 (1-Feb-2016)
- ActionHero V12 Support
- Add New Version From AdminLTE
- Remove drag/drop/add/remove Widget logic from Dashboard
- Wired new Node-Resque Task Stats
- Rewrite of ah-stats
- First rudimentary Mobile Support
ActionHero V11 compatibility
This Release makes the Dashboard compatible with ActionHero V11
User/Session Handling & secure Actions
- Implemented Session System (used @evantahler 's session blog post for AH)
- Added user/session handling in dashboard
- Default user admin/admin is created at startup
- Session duration is defaultly set to 1h
- Added user management page in dashboard
- Secured all actions to execute only if user is authenticated
- re-modularized angular app structure in dashboard
If a User opens the dashboard now he sees a login screen :
... wrong password or username is handled too:
At the dashboard the new page "Users" is available to manage user accounts:
At the top left the "Admin" is now the current username and the Logout button is now available too:
ActionHero V10 Support & bugfixes
Version 0.3.0 (26-Jan-2015)
- ActionHero V10 Support
- Bugfix issue with plugins page
- Adjusted Logfile read config to start at the end
- Added file exists for logfile if its located elsewhere (thx @JoHense)
Finalizing Redis Viewer
- Finalization of REDIS Viewer
** Now you can Add/Edit/Remove Keys - Added registered Plugins Overview ( thx @schlechtweg )