mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-31 02:00:13 -06:00
* Added requestPermission endpoint in SDK, updated IPC handler HeyPuter/puter#1150 * - Updated UIWindowRequestPermission.js to accept multiple permission types - Updated dialog message for permission window in UIWindowRequestPermission.js - Updated parameters for call to UIWindowRequestPermission in IPC.js - Added search_uid.js endpoint to allow GUI searches for fsentry by file UUID HeyPuter#1150 * Updated body and header for Permission Request Dialog HeyPuter#1150 - Replace app uid with app name for header in UIWindowRequestPermission.js - Added path for file permission request body in UIWindowRequestPermission.js - Removed previously added search_uid.js api implementation previously as it is replaced by simpler call in gui * Updated permission description generation in UIWindowRequestPermission.js HeyPuter#1150 * Removed incorrect web handling in IPC.js HeyPuter#1150 * Formatting fixes