Commit graph

8723 commits

Author SHA1 Message Date
Stefan Müller
1382c0c955
Improve dockerfile (#6254)
* Do not cache packages during installation

* Delete all caching directories after dependency installation
2024-03-23 07:37:06 +01:00
SamTV12345
bf7cd11b59
Added env configuration for plugins
* Added env.

* Added tree config.

* Added tree.

* Fixed settings test.

* Added test cases.
2024-03-21 18:50:02 +01:00
SamTV12345
e61e8ebd9e Fixed no Basic Auth being absent 2024-03-20 08:43:52 +01:00
dependabot[bot]
58344d94cd
build(deps-dev): update @types/node requirement from ^20.11.28 to ^20.11.30 in /src (#6246)
* build(deps-dev): update @types/node requirement in /src

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updated lock file.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SamTV12345 <40429738+samtv12345@users.noreply.github.com>
2024-03-20 08:33:43 +01:00
Denys Halenok
bd2198a70e
Allow providing local plugins to Docker image (#6243)
* Allow installing local and remote plugins simultaneously

* Add ETHERPAD_LOCAL_PLUGINS arg to Dockerfile
2024-03-19 12:51:11 +01:00
JannikStreek
bb8544d564
fix crash in docker development build as src/pnpm-lock.yaml does not exist anymore (#6244) 2024-03-19 12:49:48 +01:00
SamTV12345
dfc6377589 Fixed admin locales not present. 2024-03-18 21:04:13 +01:00
SamTV12345
ad3393d2fe
Added hostrequire undefined to always install all subdependencies. (#6241) 2024-03-18 19:44:16 +01:00
dependabot[bot]
a27440c96f
build(deps-dev): bump eslint-config-etherpad from 3.0.22 to 4.0.4 in /src (#6240)
* build(deps-dev): bump eslint-config-etherpad in /src

Bumps [eslint-config-etherpad](https://github.com/ether/eslint-config-etherpad) from 3.0.22 to 4.0.4.
- [Commits](https://github.com/ether/eslint-config-etherpad/compare/v3.0.22...v4.0.4)

---
updated-dependencies:
- dependency-name: eslint-config-etherpad
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed pnpm lock file.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SamTV12345 <40429738+samtv12345@users.noreply.github.com>
2024-03-18 19:11:31 +01:00
SamTV12345
d7869f5014
Fixed cache server not working due to wrong (#6236) 2024-03-17 23:28:58 +01:00
SamTV12345
d0d0d6fc7a Merge branch 'master' into develop 2024-03-17 22:02:51 +01:00
SamTV12345
4631e145b2 Merge branch 'develop' 2024-03-17 22:02:49 +01:00
SamTV12345
8dd9fb3b03 bump version 2024-03-17 22:02:49 +01:00
SamTV12345
96001b729b Merge branch 'master' into develop
# Conflicts:
#	.github/workflows/upgrade-from-latest-release.yml
2024-03-17 22:02:31 +01:00
SamTV12345
eafba4ac3f Added changelog for 2.0.1 2024-03-17 22:00:33 +01:00
SamTV12345
eacf82053d
Fix upgrade from latest release workflow
* Install playwright.

* Fixed.

* Fixed.

* Run only backend tests.
2024-03-17 21:55:27 +01:00
SamTV12345
3ba0d45b05 Fix uncaught error. Symlink not working with scoped packages (#6233) 2024-03-17 19:38:49 +01:00
SamTV12345
9e6549db2e
Fix uncaught error. Symlink not working with scoped packages (#6233) 2024-03-17 19:37:41 +01:00
SamTV12345
8a7dfce330 Merge branch 'develop' 2024-03-17 12:21:33 +01:00
SamTV12345
34fc855dd1 Merge branch 'master' into develop 2024-03-17 12:21:33 +01:00
SamTV12345
6c91759f52 bump version 2024-03-17 12:21:32 +01:00
SamTV12345
133c1ec1eb Fixed exec not defined. 2024-03-17 12:20:03 +01:00
SamTV12345
50c28c2fa1 Added type assert for package json. 2024-03-17 12:17:22 +01:00
SamTV12345
9f880df4f2 Added type assert for package json. 2024-03-17 12:14:28 +01:00
SamTV12345
4bcc8b38c8 Added missing process. 2024-03-17 12:09:56 +01:00
SamTV12345
77c2b8c8cc Added missing process. 2024-03-17 12:09:37 +01:00
SamTV12345
709bdd7888 Fixed make docs script 2024-03-17 12:03:36 +01:00
SamTV12345
3acce2cb85 Fixed release script. 2024-03-17 11:58:57 +01:00
SamTV12345
9b1a534f88 Fixed release script. 2024-03-17 11:51:23 +01:00
SamTV12345
19087dac7f Added release script in bin. 2024-03-16 23:55:21 +01:00
SamTV12345
b70d81fede Fixed type checking. 2024-03-16 23:35:53 +01:00
SamTV12345
46b6650528 Bumped minimum node version. 2024-03-16 23:33:14 +01:00
SamTV12345
caf5bd3f83 Added changelog 2024-03-16 23:25:10 +01:00
SamTV12345
59b87e0631 Updated checkPlugin to work again and added updated workflow files. 2024-03-16 23:11:11 +01:00
SamTV12345
cb56ec0c17 Added test-and-release 2024-03-16 20:40:16 +01:00
SamTV12345
107598b4b3 Added updated workflow runners. 2024-03-16 20:38:05 +01:00
SamTV12345
324ac44ad3
Feat/local install (#6232)
* Added local install

* Fixed installing plugin.

* Added output for other use case.

* Fixed installation.
2024-03-16 14:50:34 +01:00
SamTV12345
e63d9aef1b Run tests in folder. 2024-03-16 12:18:39 +01:00
SamTV12345
00096fcc1a Bumped axios in bin folder. 2024-03-15 23:15:02 +01:00
dependabot[bot]
7a41f4cb49
build(deps): bump axios from 1.6.7 to 1.6.8 in /src (#6228)
Bumps [axios](https://github.com/axios/axios) from 1.6.7 to 1.6.8.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.6.7...v1.6.8)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 23:07:09 +01:00
SamTV12345
b2f17cc0a9
Fix/pnpm lock (#6230)
* Updated server socket io version to 4.

* Removed old pnpm locks.
2024-03-15 23:05:25 +01:00
SamTV12345
aa5deddf3f
Updated server socket io version to 4. (#6227) 2024-03-15 22:14:17 +01:00
dependabot[bot]
b2805c1789
build(deps): bump socket.io-client from 3.1.3 to 4.7.5 in /src (#6225)
Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 3.1.3 to 4.7.5.
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/3.1.3...4.7.5)

---
updated-dependencies:
- dependency-name: socket.io-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 21:59:40 +01:00
dependabot[bot]
58855a441b
build(deps-dev): bump @types/node from 20.11.19 to 20.11.28 in /src (#6226)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.19 to 20.11.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 21:59:33 +01:00
SamTV12345
b73d1218b9 Don't link non production dependencies. 2024-03-15 21:43:47 +01:00
SamTV12345
2a8aef5f15 Fixed windows install and run.sh command. 2024-03-15 21:36:12 +01:00
SamTV12345
65046a3ff2 Added node workspace. 2024-03-15 20:59:28 +01:00
SamTV12345
95d99424e1 Fixed admin tests. 2024-03-15 19:01:09 +01:00
SamTV12345
0e4937b50f Improved login admin page. 2024-03-14 22:36:53 +01:00
SamTV12345
2aa67fb04f Fixed installPlugins script. 2024-03-14 18:53:05 +01:00