puter/mods/mods_available/kdmod
KernelDeimos 3887ce05da dev: de-couple legacy mkdir and remove it
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.
2024-12-03 13:04:12 -05:00
..
data chore: add missing license headers 2024-07-09 04:10:33 -04:00
gui chore: add missing license headers 2024-07-09 04:10:33 -04:00
CustomPuterService.js chore: add missing license headers 2024-07-09 04:10:33 -04:00
module.js fix: issues in kdmod 2024-10-31 18:15:41 -04:00
package.json chore: update kdmod package.json to avoid confusion 2024-10-31 18:20:00 -04:00
README.md feat: add debug mod 2024-06-23 17:35:05 -04:00
ShareTestService.js dev: de-couple legacy mkdir and remove it 2024-12-03 13:04:12 -05:00

Kernel Dev Mod

This mod makes testing and debugging easier.

Current Features:

  • A service-script adds reqex to the window object in the client, which contains a bunch of example requests to internal API endpoints.