forked from outline/outline
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] main from outline:main #75
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…'t like this change)
* Refactor DocumentConverter * Support parsing images from Confluence exported .doc files * fix: Bring across 2 fixes from enterprise codebase * Bust dependency cache
* fix: type server models * fix: make ParanoidModel generic * fix: ApiKey * fix: Attachment * fix: AuthenticationProvider * fix: Backlink * fix: Collection * fix: Comment * fix: Document * fix: FileOperation * fix: Group * fix: GroupPermission * fix: GroupUser * fix: Integration * fix: IntegrationAuthentication * fix: Notification * fix: Pin * fix: Revision * fix: SearchQuery * fix: Share * fix: Star * fix: Subscription * fix: TypeError * fix: Imports * fix: Team * fix: TeamDomain * fix: User * fix: UserAuthentication * fix: UserPermission * fix: View * fix: WebhookDelivery * fix: WebhookSubscription * Remove type duplication --------- Co-authored-by: Tom Moor <[email protected]>
@@ -203,6 +63,13 @@ | |||
// to match our hardbreak parser. | |||
text = text.trim().replace(/<br>/gi, "\\n"); | |||
|
|||
// Escape any dollar signs in the text to prevent them being interpreted as | |||
// math blocks | |||
text = text.replace(/\$/g, "\\$"); |
Check failure
Code scanning / CodeQL
Incomplete string escaping or encoding High
This does not escape backslash characters in the input.
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.1.6...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… 3.6.1 (#6393) Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.5.4 to 3.6.1. - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-import-resolver-typescript@v3.5.4...v3.6.1) --- updated-dependencies: - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [rfc6902](https://github.com/chbrown/rfc6902) from 5.0.1 to 5.1.1. - [Commits](chbrown/rfc6902@v5.0.1...v5.1.1) --- updated-dependencies: - dependency-name: rfc6902 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@dnd-kit/modifiers](https://github.com/clauderic/dnd-kit/tree/HEAD/packages/modifiers) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/clauderic/dnd-kit/releases) - [Changelog](https://github.com/clauderic/dnd-kit/blob/master/packages/modifiers/CHANGELOG.md) - [Commits](https://github.com/clauderic/dnd-kit/commits/@dnd-kit/[email protected]/packages/modifiers) --- updated-dependencies: - dependency-name: "@dnd-kit/modifiers" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.85.0 to 7.93.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@7.85.0...7.93.0) --- updated-dependencies: - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.5 to 5.0.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: New Danish translations from Crowdin [ci skip] * fix: New Danish translations from Crowdin [ci skip] * fix: New Chinese Traditional translations from Crowdin [ci skip] * fix: New Spanish translations from Crowdin [ci skip] * fix: New Dutch translations from Crowdin [ci skip] * fix: New Japanese translations from Crowdin [ci skip] * fix: New Japanese translations from Crowdin [ci skip] * fix: New French translations from Crowdin [ci skip] * fix: New Spanish translations from Crowdin [ci skip] * fix: New Danish translations from Crowdin [ci skip] * fix: New Dutch translations from Crowdin [ci skip] * fix: New Polish translations from Crowdin [ci skip] * fix: New Chinese Simplified translations from Crowdin [ci skip] * fix: New Chinese Traditional translations from Crowdin [ci skip] * fix: New Czech translations from Crowdin [ci skip] * fix: New German translations from Crowdin [ci skip] * fix: New Hebrew translations from Crowdin [ci skip] * fix: New Hungarian translations from Crowdin [ci skip] * fix: New Italian translations from Crowdin [ci skip] * fix: New Korean translations from Crowdin [ci skip] * fix: New Portuguese translations from Crowdin [ci skip] * fix: New Swedish translations from Crowdin [ci skip] * fix: New Turkish translations from Crowdin [ci skip] * fix: New Ukrainian translations from Crowdin [ci skip] * fix: New Vietnamese translations from Crowdin [ci skip] * fix: New Portuguese, Brazilian translations from Crowdin [ci skip] * fix: New Indonesian translations from Crowdin [ci skip] * fix: New Persian translations from Crowdin [ci skip] * fix: New Thai translations from Crowdin [ci skip] * fix: New Japanese translations from Crowdin [ci skip] * fix: New French translations from Crowdin [ci skip] * fix: New Spanish translations from Crowdin [ci skip] * fix: New Danish translations from Crowdin [ci skip] * fix: New Dutch translations from Crowdin [ci skip] * fix: New Polish translations from Crowdin [ci skip] * fix: New Chinese Simplified translations from Crowdin [ci skip] * fix: New Chinese Traditional translations from Crowdin [ci skip] * fix: New Czech translations from Crowdin [ci skip] * fix: New German translations from Crowdin [ci skip] * fix: New Hebrew translations from Crowdin [ci skip] * fix: New Hungarian translations from Crowdin [ci skip] * fix: New Italian translations from Crowdin [ci skip] * fix: New Korean translations from Crowdin [ci skip] * fix: New Portuguese translations from Crowdin [ci skip] * fix: New Swedish translations from Crowdin [ci skip] * fix: New Turkish translations from Crowdin [ci skip] * fix: New Ukrainian translations from Crowdin [ci skip] * fix: New Vietnamese translations from Crowdin [ci skip] * fix: New Portuguese, Brazilian translations from Crowdin [ci skip] * fix: New Indonesian translations from Crowdin [ci skip] * fix: New Persian translations from Crowdin [ci skip] * fix: New Thai translations from Crowdin [ci skip]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )