mirror of
https://github.com/HeyPuter/puter.git
synced 2026-04-29 11:46:28 -05:00
3887ce05da
A legacy mkdir function was still being used by the generate_system_fsentries function. However, it wasn't necessary because we now associate fsentries by uuid, eliminating the requirement to create the home directory separately from its subdirectories. The old mkdir function was removed, and generate_system_fsentries was moved to a new service called UserService, which is intended to eventually hold all methods related creating, removing, and updating users.
Kernel Dev Mod
This mod makes testing and debugging easier.
Current Features:
- A service-script adds
reqexto thewindowobject in the client, which contains a bunch of example requests to internal API endpoints.