1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 21:35:07 +00:00
serenity/Applications/FileManager
Andreas Kling 85fd0d2187 FileManager: Fix crash when file properties has unnamed UID or GID
It's perfectly valid for a file to be owned by a UID or GID with no
corresponding entry in /etc/passwd or /etc/group respectively.

Fixes #1988.
2020-04-29 19:35:20 +02:00
..
DirectoryView.cpp FileManager: Set content margin of DirectoryView to same as children 2020-04-24 19:05:04 +02:00
DirectoryView.h FileManager: Graceful handling of access errors 2020-04-22 12:12:32 +02:00
FileUtils.cpp FileManager: Replicate permissions on directory copy (#1437) 2020-04-19 17:18:27 +02:00
FileUtils.h FileManager: Replicate permissions on directory copy (#1437) 2020-04-19 17:18:27 +02:00
main.cpp DisplaySettings: Rename from DisplayProperties 2020-04-29 15:53:51 +02:00
Makefile LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
PropertiesDialog.cpp FileManager: Fix crash when file properties has unnamed UID or GID 2020-04-29 19:35:20 +02:00
PropertiesDialog.h LibGUI: Make GUI::TabWidget::add_tab<T>() return a T& 2020-04-04 11:10:07 +02:00