Skip to content

Releases: S3bb1/ah-dashboard-plugin

AH 14/15/16 compatibility and fixes

06 Jan 20:23
Compare
Choose a tag to compare
  • Check compatibility for AH V14/15/16
  • Fix Redis Viewer GET command

Bugfixes & Task Widget changes

26 Feb 19:45
Compare
Choose a tag to compare

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

20 Feb 20:34
Compare
Choose a tag to compare

Version 0.6.1 (20-Feb-2016)

  • Added License information
  • Removed Files which were falsly published

ActionHero V13 compatibility

20 Feb 20:24
Compare
Choose a tag to compare

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

01 Feb 19:05
Compare
Choose a tag to compare

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

01 Feb 19:01
Compare
Choose a tag to compare

This Release makes the Dashboard compatible with ActionHero V11

User/Session Handling & secure Actions

17 Feb 18:44
Compare
Choose a tag to compare
  • 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 :
login_1

... wrong password or username is handled too:
login_2

At the dashboard the new page "Users" is available to manage user accounts:
user_1

where you can create:
user_2

or edit users:
user_3

At the top left the "Admin" is now the current username and the Logout button is now available too:
user_4

ActionHero V10 Support & bugfixes

26 Jan 19:17
Compare
Choose a tag to compare

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

26 Oct 13:13
Compare
Choose a tag to compare
  • Finalization of REDIS Viewer
    ** Now you can Add/Edit/Remove Keys
  • Added registered Plugins Overview ( thx @schlechtweg )

Redis Viewer

06 Oct 18:20
Compare
Choose a tag to compare
  • Added First implementation of Redis Viewer
    • New Menu Item "Redis"
    • FancyTree to Visualize Tree structure of current connected REDIS
    • Simple Viewer for selected Items
    • Context Menu in Tree to Refresh specific Keys

image