1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-03 20:22:46 +01:00
phorge-phorge/src/applications/settings/panel
epriestley 5dffd88737 Fix validation of SSH keys with spaces in the comment field
Summary: Fixes T5449. Keys are in the form `<type> <key> <comments>`, where comments are optional and can have spaces.

Test Plan:
Tried these invalid keys:

  - Empty.
  - One part.
  - Invalid type.

Tried these valid keys:

  - No comment.
  - Normal comment.
  - Comment with spaces.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T5449

Differential Revision: https://secure.phabricator.com/D9701
2014-06-23 15:28:52 -07:00
..
PhabricatorSettingsPanel.php Allow installs to require multi-factor authentication for all users 2014-06-03 16:50:27 -07:00
PhabricatorSettingsPanelAccount.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhabricatorSettingsPanelActivity.php Move activity log rendering to a dashboard panel 2014-05-15 19:17:02 -07:00
PhabricatorSettingsPanelConduit.php Make many actions require high security 2014-04-30 17:44:59 -07:00
PhabricatorSettingsPanelConpherencePreferences.php Various linter fixes. 2014-02-26 12:44:58 -08:00
PhabricatorSettingsPanelDeveloperPreferences.php Various linter fixes. 2014-02-26 12:44:58 -08:00
PhabricatorSettingsPanelDiffPreferences.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhabricatorSettingsPanelDisplayPreferences.php Applied various linter fixes. 2014-06-09 16:04:12 -07:00
PhabricatorSettingsPanelEmailAddresses.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhabricatorSettingsPanelEmailPreferences.php Add email preferences to Pholio 2014-06-21 12:01:05 -07:00
PhabricatorSettingsPanelExternalAccounts.php Make ObjectItem default as "Card" 2014-06-07 12:12:11 -07:00
PhabricatorSettingsPanelHomePreferences.php Make App Pinning use Stackable list 2014-06-07 11:28:37 -07:00
PhabricatorSettingsPanelMultiFactor.php Allow installs to require multi-factor authentication for all users 2014-06-03 16:50:27 -07:00
PhabricatorSettingsPanelPassword.php Make password reset emails use one-time tokens 2014-05-22 10:41:00 -07:00
PhabricatorSettingsPanelSearchPreferences.php Various linter fixes. 2014-02-26 12:44:58 -08:00
PhabricatorSettingsPanelSessions.php Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
PhabricatorSettingsPanelSSHKeys.php Fix validation of SSH keys with spaces in the comment field 2014-06-23 15:28:52 -07:00