1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:18:11 +00:00
serenity/Userland/Services/FileSystemAccessServer
thankyouverycool fef594708e FileSystemAccessServer: Return EPERM for denied prompts
Instead of showing an ambiguous "Unknown error" when FSAS approval is
denied, let's affirm the user's action wasn't permitted if they
reject the prompt.
2023-05-19 06:20:41 +02:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionFromClient.cpp FileSystemAccessServer: Return EPERM for denied prompts 2023-05-19 06:20:41 +02:00
ConnectionFromClient.h LibGUI+FileSystemAccessServer: Avoid using dummy windows 2023-05-15 12:15:39 +02:00
FileSystemAccessClient.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FileSystemAccessServer.ipc FileSystemAccessServer: Implement FileTypeFilter to open_file() 2023-03-22 22:33:19 +00:00
main.cpp LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00