John McLear
1c23a40aea
docs for public instances
2023-06-20 17:13:01 +01:00
John McLear
a17a498caa
require node 14
2023-06-20 15:11:41 +01:00
John McLear
89fe3e79a4
note to get help
2023-06-20 13:58:01 +01:00
John McLear
9e86666b7e
Remove LGTM
2023-06-20 13:58:01 +01:00
Richard Hansen
00173cf55d
Windows build: Consolidate Windows workflows
2022-05-14 18:25:29 -04:00
Richard Hansen
1d7a41fec2
docs: Expand plugin documentation
2022-04-02 01:11:00 -04:00
Richard Hansen
5b53fda9b0
docs: README formatting tweaks
2022-04-02 01:11:00 -04:00
Richard Hansen
581a5df5ff
docs: Use http URL for cloning
...
and some minor edits
2022-04-02 00:16:30 -04:00
Richard Hansen
1e604add99
deps: Require Node.js 12.17.0 or later
...
This makes it possible to use dynamic `import()`.
2022-01-27 01:27:10 -05:00
John McLear
90a2b553d1
Revert "Update README.md"
...
This reverts commit 1c49970fda
.
2021-10-03 11:41:14 +01:00
John McLear
1c49970fda
Update README.md
2021-10-03 11:22:00 +01:00
Richard Hansen
ef1ba21104
deps: Drop support for Node.js < 12.13.0
2021-06-14 23:17:17 +02:00
John McLear
9bc3ac0957
Include shard.etherpad.com in the README
2021-03-09 18:10:49 +00:00
John McLear
f24353e806
Update README.md
2021-03-02 07:00:05 +00:00
John McLear
05b27cfd5d
Update README.md
2021-03-02 06:54:08 +00:00
John McLear
a79f9efdb4
Include props to Sauce Labs for the tests they power. ( #4897 )
...
* Include props to Sauce Labs for the tests they power.
* include message in CI
2021-03-01 14:46:50 +00:00
Stefan
a6ac0940cd
Link discord and plugins badge with a meaningful url
2021-02-28 11:24:10 +00:00
John McLear
9675a584ce
Windows Installer Badge into README
...
Windows Installer Badge into README
2021-02-25 10:44:00 +00:00
Dan Sonntag
79fee9e796
Update README.md
2021-02-24 18:44:07 +00:00
John McLear
1a9709bb87
Update README.md
2021-02-23 07:24:39 +00:00
John McLear
a102bbfbef
badges: color fix
2021-02-22 09:37:30 +00:00
John McLear
b7958b915a
docs: Badge polish
2021-02-22 09:28:37 +00:00
Richard Hansen
6198e92706
tests: Pass `--legacy-peer-deps` flag to work around npm v7 bug
...
This flag is unknown to npm v6, but npm v6 silently ignores unknown
flags.
2021-02-22 03:36:12 -05:00
John McLear
08d2024caf
docs: badges
...
Badges into the README.md to show code quality, engagement etc.
2021-02-20 13:22:23 +00:00
Richard Hansen
6163339c0d
plugins: Always install plugins with `--no-save`
...
The npm CLI can get confused if `package.json` or `package-lock.json`
exist.
2021-02-18 19:18:59 +00:00
Richard Hansen
bdd32f8915
Replace `node_modules/ep_etherpad-lite` with `src`
2021-02-16 10:35:05 +00:00
Richard Hansen
8b28e00784
restructure: Prefix `bin/` and `tests/` with `src/`
...
This is a follow-up to commit
2ea8ea1275
.
2021-02-05 21:52:08 +00:00
John McLear
0cc8405e9c
Bump minimum required Node.js version to 10.17.0
...
This makes it possible to use fs.promises.
2021-01-30 17:00:40 -05:00
bytecaster
1d6319b852
docs: Remove ep_page_view from README
...
Removes ep_page_view plugin from the installation instructions in README.md to aid new users installing etherpad-lite.
According to the plugin directory at https://static.etherpad.org/index.html , the plugin is defunct as it is now part of etherpad-lite core and when I tried installing etherpad with the plugin (following the instructions), its installation resulted in an error every time I opened a pad.
2021-01-20 07:38:54 +00:00
John McLear
8bee2e41f4
docs: update Node version to 14 which is LTS
2020-12-16 19:50:21 +00:00
John McLear
f0da3a0c4c
Update README.md
2020-11-09 08:32:18 +00:00
John McLear
5e7d54a4aa
Update README.md
2020-11-09 08:27:53 +00:00
John McLear
99d5c7c943
docs: Migrate from Travis-ci.org to .com
2020-10-28 11:05:33 +00:00
Wouter
b3b3040204
docs: Discord channel link in README ( #4429 )
2020-10-22 16:39:03 +01:00
ovari
7b2895a75f
i18n / l10n plugin translation ( #4212 )
2020-08-03 22:27:45 +01:00
ovari
31d05d5c14
Add link to Etherpad plugin list in README.md ( #4211 )
2020-08-03 12:39:43 +01:00
ovari
5f0fb55fc5
docs: Update README.md ( #4201 )
2020-08-02 13:23:26 +01:00
John McLear
7873c76242
docs: Readme full feature install guide ( #4168 )
2020-07-15 17:35:17 +01:00
John McLear
b51c85e458
tests: Use the correct Travis shield URI
2020-06-04 23:24:01 +01:00
Sebastian Castro
11f88a9b36
Update Readme with new screenshots
...
closes #2140
closes #3779
2020-04-19 18:05:59 +02:00
Sebastian Castro
8956efc4ae
bin: add fastRun.sh script for developers
...
Useful for developers, or users that know what they are doing. If you just
upgraded Etherpad version, installed a new dependency, or are simply unsure of
what to do, then before running this script, please execute bin/installDeps.sh
once.
Fixes #3711 (partially)
2020-04-17 18:36:24 +02:00
mathieu.brunot
c3ed04f4ae
README.md: Add Travis-CI badge to README
...
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
📝 Add Travis-CI badge to README
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-04-13 11:41:02 +02:00
muxator
684f374ece
runtime: require node >= 10.13.0 LTS
...
At the moment, NodeJS 10.x is the lowest supported LTS version. NodeJS 8.x is no
longer supported upstream.
Implements #3835 .
Planned in #3650 .
2020-04-09 04:43:37 +02:00
Viljami Kuosmanen
e821bbcad8
openapi: add documentation, small optimisation
2020-04-03 01:03:11 +02:00
John McLear
b74a4819ae
beta.etherpad.org been down a while
...
Sorry about the direct commit 🍡
2020-03-31 19:54:46 +01:00
John McLear
74fa47e295
Pretty sure you need elevated command prompt in windows..
...
To do anything nowadays.
2020-02-14 23:36:13 +00:00
IRobL
5e44a94d2a
Adds a badge/ link to the dockerhub path where this image is published
2019-12-05 21:09:37 +01:00
muxator
c008ee36bd
docker: incorporate the docker docs into the official documentation
...
This also means increasing the indentation level.
2019-11-08 23:17:34 +01:00
muxator
283100db6b
runtime: deprecate node 8.x. Require node >= 10.13.0 starting from Etherpad 1.8.3
...
Nodejs 8 will be EOLed on December 31th, 2019 (https://github.com/nodejs/Release ).
This means any future Etherpad version released from 2020 on should require at
least the next LTS (10.13.0). Let's keep some margin and decide that the first
Etherpad version dropping node 8 compatibility will be 1.8.3.
Closes #3650 .
2019-10-20 00:02:00 +02:00
muxator
1dd2004f1b
security: since there is no dedicated security group, I take charge for now.
...
Disclosure of vulnerabilities should be handled by a dedicated, multi-person
group, which for now does not exist. I take charge (hopefully temporarily) of
being that point of contact for now.
2019-10-20 00:49:46 +02:00