[PR #2096] [MERGED] fix #2092 feat: Support show owner and group info in file list(For mac and linux) #3706

Closed
opened 2026-02-27 01:53:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2096
Author: @zxdong262
Created: 3/30/2021
Status: Merged
Merged: 3/30/2021
Merged by: @zxdong262

Base: masterHead: fix-2091


📝 Commits (4)

  • 1df6d33 fix #2091 fix: Fix read windows drives
  • b829837 fix
  • d6c329a fix #2091 feat: Support show owner and group info in file list
  • a76e0ae Merge branch 'master' of github.com:electerm/electerm into fix-2091

📊 Changes

12 files changed (+183 additions, -521 deletions)

View changed files

📝 src/app/lib/fs.js (+2 -0)
📝 src/app/preload/preload.js (+2 -0)
📝 src/client/components/session/index.jsx (+2 -3)
📝 src/client/components/sftp/file-item.jsx (+13 -1)
📝 src/client/components/sftp/file-mode-modal.jsx (+10 -2)
📝 src/client/components/sftp/file-props-modal.jsx (+9 -1)
📝 src/client/components/sftp/file-read.js (+4 -0)
📝 src/client/components/sftp/list-table-ui.jsx (+2 -0)
src/client/components/sftp/list-table.jsx (+0 -505)
src/client/components/sftp/owner-list.js (+97 -0)
📝 src/client/components/sftp/sftp-entry.jsx (+41 -8)
📝 src/client/components/terminal/index.jsx (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/2096 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 3/30/2021 **Status:** ✅ Merged **Merged:** 3/30/2021 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-2091` --- ### 📝 Commits (4) - [`1df6d33`](https://github.com/electerm/electerm/commit/1df6d3340e3c7565aae25b8f08f28501f19ff85e) fix #2091 fix: Fix read windows drives - [`b829837`](https://github.com/electerm/electerm/commit/b82983725d2c9eae51f5f431fc2c381868566d38) fix - [`d6c329a`](https://github.com/electerm/electerm/commit/d6c329abd80cf667bbc82376ecf1cfc1368a7ef2) fix #2091 feat: Support show owner and group info in file list - [`a76e0ae`](https://github.com/electerm/electerm/commit/a76e0aef6cc937172931f7e4eeddc08d751c6c22) Merge branch 'master' of github.com:electerm/electerm into fix-2091 ### 📊 Changes **12 files changed** (+183 additions, -521 deletions) <details> <summary>View changed files</summary> 📝 `src/app/lib/fs.js` (+2 -0) 📝 `src/app/preload/preload.js` (+2 -0) 📝 `src/client/components/session/index.jsx` (+2 -3) 📝 `src/client/components/sftp/file-item.jsx` (+13 -1) 📝 `src/client/components/sftp/file-mode-modal.jsx` (+10 -2) 📝 `src/client/components/sftp/file-props-modal.jsx` (+9 -1) 📝 `src/client/components/sftp/file-read.js` (+4 -0) 📝 `src/client/components/sftp/list-table-ui.jsx` (+2 -0) ➖ `src/client/components/sftp/list-table.jsx` (+0 -505) ➕ `src/client/components/sftp/owner-list.js` (+97 -0) 📝 `src/client/components/sftp/sftp-entry.jsx` (+41 -8) 📝 `src/client/components/terminal/index.jsx` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:53:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3706
No description provided.