Archived
1
0
Commit Graph

301 Commits

Author SHA1 Message Date
66b6590e36 refactor(docs): clean up and restructure 2021-07-12 14:03:09 -05:00
fd042107b2 docs(faq): add line about password login limits 2021-07-09 12:16:53 -07:00
2540b0d02c docs(guide): add note for exposing address NGINX 2021-07-06 12:53:53 -07:00
4ca4a26bec docs(install): add troubleshooting node issues 2021-07-01 15:21:55 -07:00
b009ad0633 docs(guide): add WebSockets to requirements 2021-07-01 10:37:32 -07:00
e9d4f877f9 Update links to careers page (#3696) 2021-06-30 11:14:04 -05:00
d2f0e1738d Merge pull request #3691 from cdr/bpmct/readme-fix
docs: fix relative link to guide
2021-06-29 16:57:13 -04:00
33dbb7b707 Fix broken link on docs site
Links don't work on docs site unless they have md formatting.
2021-06-29 16:43:57 -04:00
f194c14e6c docs: fix relative guide link 2021-06-29 14:36:25 -04:00
6dbabc0951 docs: Update README to point to code-server docs site (#3684) 2021-06-29 15:25:22 -03:00
a7a6d7e22a Merge pull request #3659 from cdr/jsjoeio/update-android-docs
docs(termux): add backspace workaround for android
2021-06-28 10:05:46 -07:00
a355012560 Merge pull request #3660 from cdr/jsjoeio/docs-update-changelog-process
docs(MAINTAINING): update changelog process
2021-06-28 10:04:51 -07:00
952aafff57 Remove dot 2021-06-24 17:10:00 +00:00
18f90a7832 Unwrap badges and remove break lines 2021-06-24 16:56:46 +00:00
2d467b4fbc Wrapping the badges on div 2021-06-24 16:55:02 +00:00
1b288f91e4 docs: move README to docs 2021-06-24 16:21:28 +00:00
3226a53b02 docs: update CHANGELOG process 2021-06-23 15:37:01 -07:00
d4fe54601b docs: add backspace android workaround 2021-06-23 11:26:59 -07:00
d9bb1a36eb docs(contr): add section on testing 2021-06-17 16:25:25 -07:00
ece5de699a Update CONTRIBUTING.md
Node needs be v14.x not greater. If installing the standard version ‘brew install node’, both ‘yarn’ and ‘code-server’ (release version) complains.

Newest version is v16.x so we are pretty far behind.
2021-06-17 20:57:00 +02:00
5fae520ebe fix: placeholder password in hashed password example 2021-06-13 01:25:05 +10:00
8c2bb61af9 refactor: parse options with multiple = in cli
There was a case with the hashed-password which had multiple equal signs in the
value and it wasn't being parsed correctly. This uses a new function and adds a
few tests.
2021-06-08 14:33:17 -07:00
517aaf71c5 docs: update FAQ with new hashing instructions 2021-06-08 14:33:16 -07:00
988dc724f9 format 'caddy' for guide docs 2021-06-03 15:13:25 +08:00
30a312df29 docs: change header depth 2021-06-01 16:34:17 -07:00
e02ecc2c80 docs: add "Publishing A Release" in 'MAINTAINING.md' file
Pasted "Publishing A Release" in the 'MAINTAINING.md' file from line #98
2021-06-01 16:33:48 -07:00
58622ccc34 chore: update node to v14 (#3481) 2021-06-01 22:49:03 +05:30
0e67ab7b85 docs: add changelog to MAINTAINING.md (#3467)
Co-authored-by: Akash Satheesan <akash@coder.com>
2021-05-27 22:02:09 +05:30
6f7e9a37cd Merge branch 'main' into grammer-fix 2021-05-24 14:37:17 -07:00
72b3fd9df4 fixed confusing sentence in pull requests section 2021-05-24 22:20:14 +05:30
c1bc464150 Update docs/FAQ.md
Co-authored-by: Joe Previte <jjprevite@gmail.com>
2021-05-21 10:44:54 -07:00
9d7ac2aa60 Add Pomerium
RE: https://github.com/pomerium/pomerium/pull/2223
2021-05-19 17:23:30 -07:00
e983ba9a4b v3.10.1 (#3406)
* Update versions
* Update changelog
2021-05-17 14:59:41 -05:00
b3bd6c3703 Termux on Play Store is deprecated; replaced with F-Droid link (#3396)
Fixes #3395.
2021-05-17 12:14:57 -05:00
12b1e484be docs(maintaining): add release manager rotation 2021-05-14 16:09:26 -07:00
60d71fee6f docs(contributing): add commits section 2021-05-14 13:50:05 -07:00
62b5fadd9c docs(contributing): add commits section 2021-05-14 13:50:01 -07:00
7be1ae36a2 docs(maintaining): add merge strategies section 2021-05-13 12:27:29 -07:00
fc894e47fb docs(maintaining): add pull requests section 2021-05-13 12:25:13 -07:00
0699bd7ead docs(install): add raspberry pi 2021-05-12 15:01:31 -07:00
d17c97c9cd chore(release): bump version to 3.10.0 2021-05-11 01:39:44 +05:30
7871cced96 docs(security): add section for tools 2021-05-05 11:24:31 -07:00
5f989dc9f0 docs(maintaining): add versioning 2021-05-04 15:47:10 -07:00
1c9156c504 docs(maintaining): add triage to workflow 2021-05-04 12:08:03 -07:00
6dace0f363 Merge pull request #3247 from bpmct/osx-folders
docs(faq): add entry for accessing OSX folders
2021-04-29 13:25:50 -04:00
c16845b7bc docs: add backspace issue to termux.md 2021-04-28 14:21:48 -07:00
4e34eb96c8 refactor(docs): move termux info install -> termux 2021-04-28 13:44:07 -07:00
f06a7cca52 docs: add termux.md 2021-04-28 13:40:45 -07:00
d07317ad01 docs: add maintaining.md with workflow 2021-04-28 11:25:25 -07:00
Ben
5c59c7962e add FAQ entry for accessing OSX folders 2021-04-28 00:36:45 +00:00