SamTV12345
18cdced765
Fixed images in readme.
2024-03-25 15:36:33 +01:00
Stefan Müller
7ef69d3840
Fix paths in README ( #6222 )
2024-03-14 16:09:34 +01:00
Stefan Müller
fe106f0afc
Improve plugins docker build and fixed plugin loading when dependencies are specified ( #6164 )
...
* Install pnpm only local - not global
* Install plugins during docker build with live-plugin-manager
* Migrated installer to ts.
* Added missing workspace script.
* Fixed docker build.
* Fix Dockerfile
* Fixed installer not being yet initialized.
* Ported installer to correct install path.
* Fixed pnpm installation.
* Fixed docker build.
* Fixed plugin loading.
* Fixed plugins not being able to be loaded.
* Fix plugin installation instructions in README
* Fixed startup.
* Fixed folder not present.
* Added unlinking dependencies.
* Added deleting dependencies.
* Fixed listing plugins.
---------
Co-authored-by: SamTV12345 <40429738+samtv12345@users.noreply.github.com>
2024-03-14 16:06:32 +01:00
SamTV12345
ead3c0ea38
Added typescript to etherpad
...
* Fixed determining file extension.
* Added ts-node
* Fixed backend tests.
* Fixed frontend test runs.
* Fixed tests.
* Use script approach for starting etherpad.
* Change directory to src.
* Fixed env.
* Change directory
* Fixed build arg.
* Fixed docker build.
* Fixed.
* Fixed cypress file path.
* Fixed.
* Use latest node container.
* Fixed windows workflow.
* Use tsx and optimized docker image.
* Added workflow for type checks.
* Fixed.
* Added tsconfig.
* Converted more files to typescript.
* Removed commented keys.
* Typed caching middleware.
* Added script for checking the types.
* Moved SecretRotator to typescript.
* Fixed npm installation and moved to types folder.
* Use better scripts for watching typescript changes.
* Update windows.yml
* Fixed order of npm installation.
* Converted i18n.
* Added more types.
* Added more types.
* Fixed import.
* Fixed tests.
* Fixed tests.
* Fixed type checking test.
* Fixed stats
* Added express types.
* fixed.
2024-02-05 21:13:02 +01:00
XSpielinbox
fdd1750ac9
Correct Node.js install instructions ( #6077 )
2023-12-18 17:05:40 +01:00
Stefan
f154a4cd52
Update required node.js version in README ( #6067 ) ( #6068 )
2023-12-12 21:54:24 +00:00
ppom
d13a5f89ec
fix doc link ( #5901 )
...
Co-authored-by: ppom <>
2023-09-01 00:50:54 +02:00
John McLear
1d289520eb
Require Node 16 for Etherpad and target Node 20 for testing ( #5771 )
2023-06-26 18:11:32 +01:00
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