Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 765 Bytes

core.rst

File metadata and controls

38 lines (29 loc) · 765 Bytes

Plugin core

The main plugin of Ajenti is the core plugin.

image

This plugin manages:

  • the authentication process,
  • user environment setup,
  • session management,
  • the way the resources are delivered (CSS, JS, etc ... ),
  • the main template and the main style of Ajenti,
  • the entries in the sidebar,
  • error handling,
  • password reset,
  • configurations (Ajenti, user config).

image

It delivers a lot of tools, services, components for the other plugins too:

  • hotkeys,
  • tasks,
  • pushs,
  • dialogs,
  • progress spinner,
  • navbox,
  • messagebox,
  • smartprogerss,
  • customization,
  • translations with gettext,
  • notifications,
  • socketio.