serenity/Userland
Leonardo Nicolas 9aa0cf3265 FileManager: Do not allow rename files that cannot be modified
Pressing the F2 key on files that the user doesn't have permission was
opening the file name for editing.

This patch fixes the issue disabling the file name editing when the user
doesn't have permission to do it.

To reproduce the issue:

1) Open the File Manager
2) Click on the /etc directory
3) Select any file
4) Press the F2 key
5) Update the file name
2022-01-09 00:47:48 +01:00
..
Applets ClipboardHistory: Update to new glyph format 2022-01-09 00:18:46 +01:00
Applications FileManager: Do not allow rename files that cannot be modified 2022-01-09 00:47:48 +01:00
Demos
DevTools UserspaceEmulator: Fail with EINVAL for mmap with size 0 2022-01-08 23:43:09 +01:00
DynamicLoader
Games Spider: Add functionality to automatically move cards to valid stacks 2022-01-08 00:11:51 +01:00
Libraries LibJS: Remove now unused VM::{set_,}last_value() 2022-01-08 23:43:03 +01:00
Services InspectorServer: Use the 32-bit data length when sending a request 2022-01-08 23:48:46 +01:00
Shell
Utilities LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value> 2022-01-08 23:43:03 +01:00
CMakeLists.txt