1
0
mirror of synced 2025-12-21 19:06:49 -05:00
Commit Graph

15 Commits

Author SHA1 Message Date
Nick Schonning
ba27f5ca85 typo: applicationss -> applications 2020-11-04 14:38:30 -05:00
timball
079c229d51 use ed25519 keys instead of rsa keys (#362)
* use ed25519 keys instead of rsa keys

RSA keys are outdated. Even by using larger 4096 keys maybe it's best to move away from rsa keys altogether. 

This PR updates the document to suggest using ed25519 keys which, at this time, defaults to a 16 round key deviation function. It may be useful to suggest more rounds for the KDF but that's for a different PR. 

--timball

* Add RSA fallback and change id_rsa to id_ed25519

Co-authored-by: hubwriter <54933897+hubwriter@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
2020-11-03 11:23:04 +00:00
Laura Coursen
a3e1733aa1 GitHub AE (GHAE) (#16090) 2020-11-02 15:12:44 -06:00
Dirkjan Bussink
222d419e0f Remove MD5 hostkey references in documentation (#16148) 2020-10-26 17:19:38 +01:00
Laura Coursen
a51872d042 Change != "free-pro-team@latest" to enterpriseServerVersions contains currentVersion, actually (#16114)
* Run script/new-versioning/update-not-fpt-conditionals.js

* Fix a few things

* Remove outdated versioning

* Fix broken link

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
2020-10-21 21:33:43 -07:00
Octomerger Bot
a93393f0ef Branch was updated using the 'autoupdate branch' Actions workflow. 2020-10-21 11:02:33 -07:00
Shati Patel
1dfaeaf773 First responder bug fixes (#16132)
* Fixes https://github.com/github/docs-content/issues/3134

* Fixes https://github.com/github/docs-content/issues/3056

* Fixes https://github.com/github/docs-content/issues/2851

* Fixes https://github.com/github/docs-content/issues/2958

* Oops, fix variable syntax
2020-10-21 18:39:50 +01:00
Roman
cfd9d070b8 Fix default GPG key type 2020-10-15 23:23:32 +03:00
Arthur Casals
8114478145 Update adding-a-new-ssh-key-to-your-github-account.md
Fixes #320
2020-10-10 01:07:45 +02:00
Matt Pollard
fb0dc61c66 Reference SHA256 instead of MD5 in documentation about SSH to reflect new UI (#15857) 2020-10-02 18:22:08 +02:00
Matt Pollard
aa3a4edb62 Document features and changes for phase 2.5 of master/main transition (#15745) 2020-10-01 16:43:01 -07:00
Sarah Schneider
f272eec944 Remove deprecated GHES versions from content and data (#15830)
* ran script/remove-unused-assets.js (manually removed unused variables printed by the script)

* package-lock

* turn elsif into two ifs to prepare for running Liquid deprecation script

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.14 (ONLY UPDATES LINE BREAKS ETC.)

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.15

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.17

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.18

* update hardcoded test

* Update content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

* add currentVersion is NOT free-pro-team to conditional, to make sure the deprecation script does the right thing when it is time to deprecate 2.21

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2020-10-01 10:55:34 -04:00
Matt Pollard
f824c46b27 Document features supporting license synchronization for the GitHub Enterprise and Visual Studio bundle (#15720)
* Add back changes from prior to purge

* Fix tip syntax

* Revise conceptual introduction

* Use variable

* Revise "Further reading"

* Link out

* Add quotes

* Add prerequisites

* Move information out of note

* Simplify language

* Simplify further

* Evergreenify

* Tentatively remove section on overallocation

* Relocate more information; clean up

* Add permissions statement

* Use 'enterprise account'

* Cross-link

* Update linked content

* Mention pending invitations

* Move section

* Add introduction

* Flesh out conceptual introduction

* Remove "Further reading"; article in map topic

* Version link out for GitHub.com only

* Revert "Remove "Further reading"; article in map topic"

This reverts commit 6cfa72825878b3ee0662baaf1a215c4974563232.

* Remove correct section

* Run the site data tag script

* Fix typo

* Remove quotes

* Add missing word

* Break optional steps into ordered list items

* Add product; reorganize groupings

* Rename article; use Microsoft terminology

* Incorporate Winnie's feedback

* Deduplicate the spaces

* Simplify

* Use consistent terminology

* Revise introduction

* Revise further

* 🌲

* Incorporate more feedback from Winnie

* Add permissions statement

* Be explicit after all

* Actually, no, no permissions statement

* Fix typo

* Add prerequisite for clarity

Co-authored-by: Jason Etcovitch <jasonetco@github.com>
Co-authored-by: Meg Bird <megbird@github.com>
2020-09-30 10:22:43 -07:00
Jason Etcovitch
caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00
Vanessa Yuen
3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00