[PR #803] [CLOSED] fix #804 fix loginScript form #3237

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/803
Author: @gpsbird
Created: 10/14/2018
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

136 files changed (+8610 additions, -2252 deletions)

View changed files

📝 .babelrc (+14 -7)
📝 .eslintrc (+1 -1)
.github/ISSUE_TEMPLATE.md (+32 -0)
📝 .npmignore (+3 -0)
📝 .travis.yml (+3 -1)
📝 LICENSE (+1 -1)
📝 README.md (+30 -9)
📝 app/app.js (+77 -25)
📝 app/config.default.js (+5 -1)
📝 app/lib/dispatch-center.js (+3 -5)
📝 app/lib/fs.js (+13 -7)
app/lib/last-state.js (+23 -0)
📝 app/lib/locales.js (+1 -2)
app/lib/lookup.js (+18 -0)
📝 app/lib/ls.js (+8 -5)
📝 app/lib/menu.js (+164 -51)
📝 app/lib/server.js (+11 -9)
📝 app/lib/sftp.js (+86 -75)
📝 app/lib/shortcut.js (+6 -1)
app/lib/socks.js (+34 -0)

...and 80 more files

📄 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/803 **Author:** [@gpsbird](https://github.com/gpsbird) **Created:** 10/14/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`350d21b`](https://github.com/electerm/electerm/commit/350d21b0775a01bcc6184e11bcb7e54b6a2795ec) fix #331 add keepalive to ssh/sftp (#345) - [`a0d69ea`](https://github.com/electerm/electerm/commit/a0d69ea6538a0b3f6885655ee581c7cf2286c3fe) fix #346 fix update check url (#347) - [`3304d43`](https://github.com/electerm/electerm/commit/3304d43a752b97c24a7f7e61109e2a30239bc777) fix #348 fix npm install script (#349) - [`8da6966`](https://github.com/electerm/electerm/commit/8da6966523b14f2e3c31abe1be3e2dde12e3b019) fix #299 add transfer history record (#350) - [`eabb89f`](https://github.com/electerm/electerm/commit/eabb89f6cb190d2ae9c0b86623ba2a86343e195a) fix #258 add more sftp basic test (#351) - [`f5dffd4`](https://github.com/electerm/electerm/commit/f5dffd42d53d9d97b7606ac489308d8e6a271460) fix #353 update dependencies (#354) - [`dc0baf4`](https://github.com/electerm/electerm/commit/dc0baf47fa7117012a556d48a0c1dd25b18b192e) fix #109 add password promote (#356) - [`6a2e0e8`](https://github.com/electerm/electerm/commit/6a2e0e8fd269431ca7936d3f92d07c99eb9b34e5) fix #357 fix homepage url (#358) - [`452bbaa`](https://github.com/electerm/electerm/commit/452bbaae1977542912d297f4acd26187795d6307) fix #322 add terminal search function (#359) - [`033faed`](https://github.com/electerm/electerm/commit/033faed581d36efe86b48bb73f20f8aa6a824940) fix #360 fix terminal paste function (#361) ### 📊 Changes **136 files changed** (+8610 additions, -2252 deletions) <details> <summary>View changed files</summary> 📝 `.babelrc` (+14 -7) 📝 `.eslintrc` (+1 -1) ➕ `.github/ISSUE_TEMPLATE.md` (+32 -0) 📝 `.npmignore` (+3 -0) 📝 `.travis.yml` (+3 -1) 📝 `LICENSE` (+1 -1) 📝 `README.md` (+30 -9) 📝 `app/app.js` (+77 -25) 📝 `app/config.default.js` (+5 -1) 📝 `app/lib/dispatch-center.js` (+3 -5) 📝 `app/lib/fs.js` (+13 -7) ➕ `app/lib/last-state.js` (+23 -0) 📝 `app/lib/locales.js` (+1 -2) ➕ `app/lib/lookup.js` (+18 -0) 📝 `app/lib/ls.js` (+8 -5) 📝 `app/lib/menu.js` (+164 -51) 📝 `app/lib/server.js` (+11 -9) 📝 `app/lib/sftp.js` (+86 -75) 📝 `app/lib/shortcut.js` (+6 -1) ➕ `app/lib/socks.js` (+34 -0) _...and 80 more files_ </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 00:56:03 +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#3237
No description provided.