Skip to content

Refactor/remote comms patch 2

What does this MR do and why?

  • Add Config.json API v2 handler

  • Move role creation/edit to API v2 handler. Remove from Ajax handler.

  • Move user creation/edit to API v2 handler. Remove from Ajax handler.

  • Move server backups to API v2 handler. Remove from Ajax handler.

  • Move get files to API v2 handler (this is good for files as well.)

  • Move root files tree to API v2 get files handler

  • Move server schedule creation/edit to API v2 handler.

  • Move server creation to API v2 handler.

  • Move user API key creation to API v2 handler.

  • Move files (unzip, rename, get_file, delete) to API v2 handler.

  • Move server logs to API handler

  • Move login photo to API handler

  • TESTING, TESTING, TESTING

Screenshots or screen recordings

___These are strongly recommended to assist reviewers and reduce the time to merge your change.___

Please include any relevant screenshots or screen recordings that will assist
*reviewers and future readers. If you need help visually verifying the change,*
*please leave a comment and ping a GitLab reviewer, maintainer, or MR coach.*

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

  • Have you checked this doesn't interfere/conflict/duplicate someone elses work?
  • Have you fully tested your changes?
  • Have you resolved any lint issues?
  • Have you assigned a reviewer?
  • Have you applied correct labels?
Edited by Andrew

Merge request reports

Loading