Al-Azif/ps4-exploit-host

Roadmap

Opened this issue · 0 comments

Known Issues

  • Cosmetic Issue: Selection width in settings modal (Language: HTML and CSS)
    • This is a flexbox rendering issue (Setting the width to auto in the css makes it legible but it should be full width)
  • BUG (<5.05): Circle button does not work correctly on subsequent uses after closing the browser for the first time
    • This is because window.history becomes immutable in certain cases
    • Bypassing the themeless-redirect and theme-loader, just loading on the PlayStation domains, has the same error
    • Built "Failsafe" option, if window.history.state is null, add [Back] button and rework modal triggers

Pre-v0.5.2

  • Update README.md and FAQ.md

0.5.2

  • Fix API Calls (Language: Python)
    • GET
      • /api/menu (JSON)
      • /api/serverip (Plain)
      • /api/themes (JSON)
      • /api/pkglist (JSON)
      • /api/settings/view (JSON)
      • /api/static (Plain)
      • /debug/var/* (200 Plain or 404 Empty)
      • /debug/varclear (None)
      • /debug/clearlogs (None)
    • POST
      • /api/settings/edit (JSON -> JSON)
      • /debug/jserrorlog (JSON -> NONE)
      • /debug/filedump
      • /debug/filedelete
      • /debug/vardump
      • /debug/var/* (Plain -> Plain)

0.5.3

  • Default Theme Tweaks (Language: HTML, CSS, and JS)
    • Add "Always Use Redirect" option
    • Remove tabindex from buttons when modal is open
    • DPad to select dropdown menu buttons
    • Build Alert/News system, toasts need to stack/slide up
    • Popstate Handler for browser's "Back Button" (For PC Browsers)
    • Update Bootstrap or go back to 3.3.7 for compatibility (?) or remove it completely
      • Use Bootstrap for overlays. Just us Bootstrap more in general vs custom CSS
    • Choose better Colors/Typefaces/Sizes/etc
    • New images for holidays and rotational
  • Allow for rpi.html and ps4update.html customization (Language: Python)
  • RPI Tweaks (Language: HTML, CSS, and JS)
    • Add smart validation
    • Add parsed "smart" responses vs raw JSON
    • Add exists page
    • Pagify PKG list
    • Add saved/source URLs