SamTV12345
60a4f63c52
Added changelog for 2.2.5
2024-09-21 13:06:53 +02:00
SamTV12345
96124654f4
Added changelog for 2.2.3
2024-09-07 15:01:49 +02:00
SamTV12345
d22b1d2a4c
Added changelog for 2.2.3
2024-09-05 18:45:41 +02:00
SamTV12345
5e481600ae
Adapted changelog
2024-08-09 11:40:09 +02:00
SamTV12345
8627b7e5c7
Added changelog
2024-08-08 22:51:45 +02:00
SamTV12345
dc7a5c649a
Added changelog for 2.2.0
2024-08-08 21:30:41 +02:00
SamTV12345
f56baa4d7b
Added changelog for 2.1.1
2024-07-07 20:50:42 +02:00
SamTV12345
6c9730bc53
Added changelog for 2.1.0
2024-06-01 17:21:05 +02:00
SamTV12345
27dab95113
Fixed documentation to be pnpm run plugins i for plugin installation ( #6405 )
2024-05-24 21:57:39 +02:00
SamTV12345
ca68287167
Added changelog for 2.0.3
2024-04-29 21:29:15 +02:00
SamTV12345
06d7d12fbd
Added changelog for 2.1
2024-04-06 18:39:54 +02:00
SamTV12345
eafba4ac3f
Added changelog for 2.0.1
2024-03-17 22:00:33 +01:00
SamTV12345
caf5bd3f83
Added changelog
2024-03-16 23:25:10 +01:00
SamTV12345
2727065ab7
Added v1.9.7 changelog.
2024-02-05 20:16:39 +01:00
SamTV12345
5f679966a7
Added 1.9.6 changelog.
2023-12-24 19:49:49 +01:00
SamTV12345
165257dfef
Added changelog, bumped windows bundled NodeJS version.
...
Added necessary git tag when executing the release script.
2023-12-11 20:09:45 +01:00
SamTV12345
4f550e17de
Added changelog.
2023-10-28 16:34:25 +02:00
SamTV12345
392e5b10b0
Added changelog for 1.9.3
2023-09-23 11:58:05 +02:00
SamTV12345
1b01f01ca3
Fix/rate limit in test ( #5931 )
...
* build(deps): bump express-rate-limit from 6.11.1 to 7.0.0 in /src
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit ) from 6.11.1 to 7.0.0.
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases )
- [Changelog](https://github.com/express-rate-limit/express-rate-limit/blob/main/changelog.md )
- [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.1...v7.0.0 )
---
updated-dependencies:
- dependency-name: express-rate-limit
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Increase exportratelimit to high number for tests.
* Fixed rate limiting in frontend tests.
* Also do this for the run without plugins.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-14 16:37:52 +02:00
SamTV12345
f881e2ad0b
Updated JQuery section.
2023-08-17 14:41:41 +02:00
Richard Hansen
2bb431e7e5
express-session: Implement and enable key rotation ( #5362 ) by @rhansen
...
* SecretRotator: New class to coordinate key rotation
* express-session: Enable key rotation
* Added new entry in docker.adoc
* Move to own package.Removed fallback as Node 16 is now lowest node version.
* Updated package-lock.json
---------
Co-authored-by: SamTV12345 <40429738+samtv12345@users.noreply.github.com>
2023-07-03 22:58:49 +02:00
SamTV12345
cfa9ea68f5
Added changelog.
2023-06-26 20:35:58 +02:00
John McLear
1e98033632
Security: Fix revision parsing ( #5772 )
...
A carefully crated URL can cause Etherpad to hang.
2023-06-26 18:17:06 +01:00
SamTV12345
1d0d109821
Updated changelog
2023-06-20 16:26:02 +02:00
webzwo0i
22a9b81cf0
add changelog entry for node v14 requirement
2022-09-24 22:58:32 +02:00
Richard Hansen
7e4931cf25
Windows build: Switch to 64-bit Node.js executable
2022-05-14 18:25:29 -04:00
Richard Hansen
2d56838792
Windows build: Upgrade bundled Node.js to v16
2022-05-14 18:25:29 -04:00
Richard Hansen
2facf3a0c5
ExportEtherpad: New importEtherpad
, exportEtherpad
hooks
2022-05-06 02:54:34 -04:00
Richard Hansen
44fd70491d
ImportEtherpad: Batch database writes
2022-05-05 20:49:52 -04:00
Richard Hansen
6a183db850
ExportEtherpad: Parallelize record reads
2022-05-05 19:33:21 -04:00
Richard Hansen
88c0ab8255
ExportEtherpad: Support custom subkeys
2022-05-05 19:33:21 -04:00
Richard Hansen
b82ccb76df
Merge branch 'master' into develop
2022-05-05 18:53:03 -04:00
Richard Hansen
f22fb13d89
deps: Bump ueberdb2 to 2.2.4
2022-05-05 05:18:53 -04:00
Richard Hansen
096379e6f9
Pad: Limit DB concurrency when copying a pad
2022-04-16 00:03:00 -04:00
Richard Hansen
ff494563d9
Pad: Call padCreate
, padUpdate
hooks asynchronously
2022-04-15 23:52:16 -04:00
Richard Hansen
07146591dd
Pad: Run padLoad
hook asynchronously
2022-04-08 22:04:00 -04:00
Richard Hansen
b38d66b30b
Pad: Move padLoad
hook to Pad.init()
2022-04-08 22:04:00 -04:00
Richard Hansen
f9610452cf
Pad: New padCheck
hook
2022-04-08 21:52:11 -04:00
Richard Hansen
a2460a9848
Pad: New padRemove
hook pad
context property
2022-04-08 21:52:11 -04:00
Richard Hansen
8fe779b58c
Pad: New padCopy
hook dstPad
context property
2022-04-08 21:52:11 -04:00
Richard Hansen
9cdb69c159
Pad: Rename originalPad
context property to srcPad
2022-04-08 21:52:11 -04:00
Richard Hansen
59d60480c0
Pad: Expose pad-specific database object
...
This will make it possible for plugins to add/change/delete custom
pad-specific records.
2022-04-08 21:52:11 -04:00
Richard Hansen
ae092edf0c
AuthorManager: New getAuthorId
hook
2022-03-16 06:10:28 -04:00
Richard Hansen
32c82917e3
Merge branch 'master' into develop
2022-02-23 17:25:38 -05:00
Richard Hansen
d97537d18b
Release v1.8.17
2022-02-23 17:03:34 -05:00
Richard Hansen
ba370b0e05
PadMessageHandler: Don't trust user-provided padId
2022-02-23 16:11:21 -05:00
Richard Hansen
bdbde88fed
PadMessageHandler: Fix USER_CHANGES
queue identifier
...
`message.padId` is normally undefined for `USER_CHANGES` messages.
2022-02-23 16:11:16 -05:00
Richard Hansen
c59cbb537a
Bump version
2022-02-23 16:10:47 -05:00
Richard Hansen
1513932ca1
plugins: Give each plugin a plugin-specific logger object
...
This makes it possible for plugins to stop assuming that log4js is
available at `ep_etherpad-lite/node_modules/log4js`.
2022-02-21 15:13:57 -05:00
Richard Hansen
2e0e872ae3
Pad: New padDefaultContent
hook
2022-02-19 14:55:43 -05:00