Skip to content

feat(files): return file mode#937

Open
unshade wants to merge 1 commit intomickael-kerjean:masterfrom
unshade:master
Open

feat(files): return file mode#937
unshade wants to merge 1 commit intomickael-kerjean:masterfrom
unshade:master

Conversation

@unshade
Copy link

@unshade unshade commented Feb 26, 2026

Add File Mode to File Properties for Frontend Consumption

This PR enhances the file metadata returned to the frontend by including the file’s complete mode. This enables plugins and UI components to display and interpret file permissions (e.g., rwxr-xr-x, 777, etc.).

Implementation:
The file mode is now included in the file properties object returned by the API, under the key mode (as an octal integer, e.g., 0755). Frontend code can format this as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant