| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-12 | fix(remote): identify auth failure | DanConwayDev | |
| so that attempts can be made to use a fallback protocol | |||
| 2024-09-09 | feat(remote): push protocol selection / fallback | DanConwayDev | |
| enable override from nostr url clone url is filesystem use filesystem otherwise try ssh, then https authenticated unless clone url is http, then try ssh then http as we assume, we are on a local trusted network. | |||
| 2024-09-06 | feat(remote): just use ssh if auth succeeds | DanConwayDev | |
| and don't proceed to https or http | |||
| 2024-09-06 | fix(remote): improve protocol selction / fallback | DanConwayDev | |
| abstract the protocols and order to try under different scenarios add some additional scenarios eg hardcoded http tweak error reporting | |||
| 2024-09-04 | refactor(remote): split into modules | DanConwayDev | |
| to make it easier to read | |||