Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 1.9 KB

changelog.md

File metadata and controls

70 lines (54 loc) · 1.9 KB

LoonaBilling

Development Changelog

Sorry for the late update, I tried to make this update a little bigger.

LoonaBilling

  • Renamed links in templates/core/index.html
  • Failed module loading is deleted from app.mods list

Admin Dashboard

  • Added Admin Modules Tab

    • Enable/Disable Modules
    • Install Modules
  • Added Update Tab

    • Check for updates
    • Pull new updates (WIP)
  • Added File Manager Tab

    • Edit template files from the web browser
  • New Admin Sidebar

    • Branding Tab
    • Modules Tab
    • Update Tab
    • File manager tab
    • Theme Manager

Customer Dashboard

  • Added new links
    • Help / Support
      • Support Page
      • Tickets
    • Services
      • Payments

Config

  • Removed Branding Settings -> Moved to Branding Tab

Accounts

  • Fixed dashboard being Accounts.wrapper
  • Added Manage Accounts Tab
  • Suspended accounts now redirect to error.html with message

Auth Util

  • Updated login_is_required wrapper
    • Fixed routes becoming module.wrapper

Files Util

  • Added readJSON(file) function
  • Added readJSONVar(file, var) function
  • Added delVarJSON(file, var) function
  • Added getBranding() function
  • Added Filesize(file) function
  • Added endisModule(module) function
  • Added moduleEnabled(module) function

Mail Util

  • Added Threaded Mail Sending

Network Util

  • Added Network Util to cut down on repeated code

Divs

  • Added adminSide div

Other