1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:08:13 +00:00
serenity/Userland/Services/FileSystemAccessServer
Mustafa Quraish 2a968e92f0 FileSystemAccessServer: Allow read-only access without prompting
This commit adds a new request to the FileSystemAccessServer
endpoint, allowing the clients to get read-only access to a file
without getting a Dialog-box prompting the user for access.

This is only meant to be used in cases where the user has asked
specifically to open a file through the command-line arguments.
In those cases, I believe it makes sense for the read-only access
to be implicit. Always prompting the user gets a bit annoying,
especially if you just quickly want to open a file through the CLI.

The new request name has been made extremely specific to make sure
that it's only used when appropriate.
2021-09-10 20:46:50 +04:30
..
ClientConnection.cpp FileSystemAccessServer: Allow read-only access without prompting 2021-09-10 20:46:50 +04:30
ClientConnection.h FileSystemAccessServer: Allow read-only access without prompting 2021-09-10 20:46:50 +04:30
CMakeLists.txt FileSystemAccessServer+TextEditor: Implement cross-process modal prompts 2021-07-18 17:21:28 +02:00
FileSystemAccessClient.ipc FileSystemAccessServer+TextEditor: Implement cross-process modal prompts 2021-07-18 17:21:28 +02:00
FileSystemAccessServer.ipc FileSystemAccessServer: Allow read-only access without prompting 2021-09-10 20:46:50 +04:30
main.cpp FileSystemAccessServer: Add service for accessing veiled files nicely 2021-07-10 15:33:46 +02:00