1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-24 15:52:41 +01:00
phorge-phorge/src/applications/diffusion/protocol
epriestley 99718b61d8 Fill in new URI credential edit web UI interfaces
Summary:
Ref T10748. Ref T10366. Allows users to set credential for new URIs.

  - Ref T7221. Our handling of the "git://" protocol is currently incorrect. This protocol is not authenticated, but is considered an SSH protocol. In the new UI, it is considered an anonymous/unauthenticated protocol instead.
  - Ref T10241. This fixes the `PassphraseCredentialControl` so it doesn't silently edit the value if the current value is not visible to you and/or not valid.

Test Plan:
Performed a whole lot of credential edits, removals, and adjustments. I'll give this additional vetting before cutting over to it.

{F1253207}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T7221, T10241, T10366, T10748

Differential Revision: https://secure.phabricator.com/D15829
2016-05-02 04:26:13 -07:00
..
__tests__ Extract repository command construction from Repositories 2016-04-19 04:51:48 -07:00
DiffusionCommandEngine.php Fill in new URI credential edit web UI interfaces 2016-05-02 04:26:13 -07:00
DiffusionGitCommandEngine.php Extract repository command construction from Repositories 2016-04-19 04:51:48 -07:00
DiffusionMercurialCommandEngine.php Extract repository command construction from Repositories 2016-04-19 04:51:48 -07:00
DiffusionMercurialWireProtocol.php Added an intercept to Mercurial's capabilities command to remove bundle2. 2015-10-10 07:14:48 -07:00
DiffusionRepositoryClusterEngine.php Make cluster repositories more resistant to freezing 2016-04-25 11:37:31 -07:00
DiffusionRepositoryClusterEngineLogInterface.php Make cluster repositories more chatty 2016-04-25 11:20:57 -07:00
DiffusionSubversionCommandEngine.php Extract repository command construction from Repositories 2016-04-19 04:51:48 -07:00
DiffusionSubversionWireProtocol.php phtize all the things 2015-05-22 21:16:39 +10:00