Hemachandar
3af9861c4a
feat: add API key expiry options ( #7064 )
...
* feat: add API key expiry options
* review
2024-06-18 18:34:45 -07:00
Hemachandar
c04bedef4c
fix: remove attachment signing for document export ( #7081 )
2024-06-18 18:34:05 -07:00
Translate-O-Tron
aad709eca4
New Crowdin updates ( #7073 )
2024-06-17 18:48:45 -07:00
dependabot[bot]
044f5256db
chore(deps): bump @sentry/node from 7.99.0 to 7.117.0 ( #7069 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 7.99.0 to 7.117.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.117.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.99.0...7.117.0 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 14:03:08 -07:00
dependabot[bot]
5a6bb85f65
chore(deps-dev): bump @types/readable-stream from 4.0.12 to 4.0.14 ( #7067 )
...
Bumps [@types/readable-stream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/readable-stream ) from 4.0.12 to 4.0.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/readable-stream )
---
updated-dependencies:
- dependency-name: "@types/readable-stream"
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-06-17 14:02:56 -07:00
dependabot[bot]
ef45788a0b
chore(deps): bump ws from 7.5.9 to 7.5.10 ( #7068 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10 )
---
updated-dependencies:
- dependency-name: ws
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-06-17 14:02:46 -07:00
dependabot[bot]
4b4e593e83
chore(deps): bump umzug from 3.2.1 to 3.8.1 ( #7071 )
...
Bumps [umzug](https://github.com/sequelize/umzug ) from 3.2.1 to 3.8.1.
- [Release notes](https://github.com/sequelize/umzug/releases )
- [Changelog](https://github.com/sequelize/umzug/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sequelize/umzug/compare/v3.2.1...v3.8.1 )
---
updated-dependencies:
- dependency-name: umzug
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 14:02:30 -07:00
Translate-O-Tron
15a9bd225f
New Crowdin updates ( #7019 )
2024-06-17 04:25:14 -07:00
Michael Fowler
77579bb4f1
fix: Use the default credential strategy in S3Client construction ( #7061 )
...
By omitting this option, we fall back to the hierarchy used by S3Client by
default. When defined, the provider chain will use the values of
AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY (and AWS_SESSION_TOKEN); in their
absence, the provider chain can retrieve credentials from a range of other
sources, including e.g. ECS credentials.
Although there are no longer any application reads from `env.AWS_ACCESS_KEY_ID`
and `env.AWS_SECRET_ACCESS_KEY`, they continue to serve a useful documentary
role.
2024-06-17 03:15:15 -07:00
Tom Moor
92301791f6
fix: Styling of disabled accent buttons
2024-06-16 20:49:46 -04:00
Tom Moor
9b542c451b
fix: Unreadable tertiary text on InputSelect
2024-06-16 20:41:51 -04:00
Hemachandar
3edaf4f8ea
feat: TOC position for publicly shared docs ( #7057 )
...
* feat: TOC position for publicly shared docs
* remove preferences object
* comment
* fix: Allow sidebar position preference without public branding switch
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2024-06-16 17:26:29 -04:00
Tom Moor
1290aecbc9
Add after option to setting plugin ( #7056 )
2024-06-16 09:43:32 -07:00
Hemachandar
05c1bee412
feat: allow user to set TOC display preference ( #6943 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2024-06-16 09:21:08 -07:00
Tom Moor
3d0160463c
chore: Refactor client plugin management ( #7053 )
...
* Update clientside plugin management to work as server
* docs
* tsc
* Rebase main
2024-06-16 08:11:26 -07:00
Sebastian Pietschner
a9f1086422
Enhanced Discord Support ( #7005 )
...
* Add Discord Provider Prototype
* Add Discord Logo
* Add Plugin to Plugin Manager
* fixed discord auth support and added icon
* add csv role verification
* grab discord server icon and test server id and roles
* subdomain derived from server name
* use discord server specific nickname if available
* Cleanup and comment
* move discord api types to dev deps
* cleanup of server vs default params
* remove commented out lines
* revert envv.development
* revert in vscode
* update yarn lock
* add gif support for discord server icon
* add comment with docs link
* add env section for discord
* fix errors and clarify env
* add new cannot use without
* fix suggestions
2024-06-16 07:04:25 -07:00
Tom Moor
379d2cb788
fix: Attributes lost creating template on server ( #7049 )
2024-06-15 19:06:37 -07:00
Tom Moor
eb1882eb96
fix: Signed file urls not returning inline content disposition
2024-06-15 12:29:58 -04:00
Tom Moor
6318714aee
fix: Escape does not close CMD+K when viewing a document or collection
2024-06-14 22:56:39 -04:00
Tom Moor
9415a35795
chore: Add eslint rule to prevent app imports in shared (see: bf130f9915)
2024-06-14 22:22:55 -04:00
Tom Moor
da9ea9f82c
fix: Tweak top padding on TOC to always align with metadata
2024-06-14 21:30:52 -04:00
Tom Moor
e733fd27e4
0.77.1
2024-06-14 20:32:13 -04:00
Tom Moor
63cfa6e25a
fix: Restore field in document webhooks for backwards compat ( #7044 )
...
closes #7042
2024-06-14 16:36:54 -07:00
Tom Moor
f8a9c18650
fix: Scroll does not reset when navigating shared docs on mobile ( #7037 )
...
closes #6968
2024-06-14 16:36:36 -07:00
Tom Moor
f35676f347
Switch from Alpine -> Debian-slim ( #7040 )
...
* Switch from Alpine -> Debian-slim
* Drop arm/v6
2024-06-14 12:51:38 -07:00
Tom Moor
bf130f9915
fix: EventBoundary import
2024-06-14 14:55:02 -04:00
Tom Moor
dfe36fcbf5
fix: Add a plugin to fix the last column in a table ( #7036 )
2024-06-14 05:53:32 -07:00
Tom Moor
e1c44ba1a8
fix: Exiting lightbox unfocuses image causing rerender part-way through transition, closes #7034
2024-06-13 20:57:50 -04:00
Tom Moor
e69c0e62fa
Merge branch 'main' of github.com:outline/outline
2024-06-13 18:19:46 -04:00
Tom Moor
fd17364ebf
0.77.0
2024-06-13 15:31:33 -04:00
Apoorv Mishra
23c8adc5d1
Replace reakit/Composite with react-roving-tabindex ( #6985 )
...
* fix: replace reakit composite with react-roving-tabindex
* fix: touch points
* fix: focus stuck at first list item
* fix: document history navigation
* fix: remove ununsed ListItem components
* fix: keyboard navigation in recent search list
* fix: updated lib
2024-06-13 18:45:44 +05:30
Tom Moor
20b1766e8d
Add link to guide in welcome email
2024-06-12 22:33:00 -04:00
Tom Moor
076d564aa3
fix: Sidebar hidden when viewing shared document logged-in
2024-06-12 22:30:39 -04:00
Tom Moor
5b866a7451
fix: isInternalUrl helper returns true for other cloud-hosted workspaces
2024-06-12 21:50:42 -04:00
Tom Moor
4ef3615516
fix: Reduce flashing of loaders in sidebar on first load
2024-06-12 21:30:10 -04:00
Brian Krausz
b907d1887a
[docs] Remove dead link for Node Security Project ( #7022 )
2024-06-12 18:13:09 -07:00
Tom Moor
8a4555f565
Allow using / anywhere on a line or table ( #7026 )
2024-06-12 05:50:54 -07:00
Tom Moor
df3cd22aee
Matomo integration ( #7009 )
2024-06-12 05:03:38 -07:00
dependabot[bot]
0bf66cc560
chore(deps): bump braces from 3.0.2 to 3.0.3 ( #7018 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-11 20:09:10 -07:00
Tom Moor
b769da2626
fix: Case where email platform will spend the email signin link ( #7023 )
2024-06-11 20:08:25 -07:00
Tom Moor
7bf5c4e533
Add manage permission to documents ( #7003 )
2024-06-10 17:38:23 -07:00
dependabot[bot]
1ad7c7409a
chore(deps): bump @aws-sdk/s3-request-presigner from 3.577.0 to 3.592.0 ( #7015 )
...
Bumps [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) from 3.577.0 to 3.592.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.592.0/packages/s3-request-presigner )
---
updated-dependencies:
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 17:38:04 -07:00
Translate-O-Tron
428908b2df
New Crowdin updates ( #6915 )
2024-06-10 17:37:23 -07:00
dependabot[bot]
1df1b0c110
chore(deps): bump turndown from 7.1.3 to 7.2.0 ( #7013 )
...
Bumps [turndown](https://github.com/mixmark-io/turndown ) from 7.1.3 to 7.2.0.
- [Release notes](https://github.com/mixmark-io/turndown/releases )
- [Commits](https://github.com/mixmark-io/turndown/compare/v7.1.3...v7.2.0 )
---
updated-dependencies:
- dependency-name: turndown
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 17:37:03 -07:00
dependabot[bot]
9d95c673d1
chore(deps): bump prosemirror-model from 1.21.0 to 1.21.1 ( #7014 )
...
Bumps [prosemirror-model](https://github.com/prosemirror/prosemirror-model ) from 1.21.0 to 1.21.1.
- [Changelog](https://github.com/ProseMirror/prosemirror-model/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prosemirror/prosemirror-model/compare/1.21.0...1.21.1 )
---
updated-dependencies:
- dependency-name: prosemirror-model
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-06-10 17:35:06 -07:00
dependabot[bot]
203cd3c2a3
chore(deps-dev): bump terser from 5.19.2 to 5.31.1 ( #7016 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.19.2 to 5.31.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.19.2...v5.31.1 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 17:34:48 -07:00
dependabot[bot]
f663c5a7ef
chore(deps-dev): bump @types/node from 20.10.0 to 20.14.2 ( #7017 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.10.0 to 20.14.2.
- [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-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 17:34:34 -07:00
Tom Moor
be0a0f4e40
fix: Unexpected behavior when changing color of existing highlight
2024-06-09 21:19:37 -04:00
Tom Moor
f439293a7b
fix: Image placeholders incorrectly sized for uploading retina images
2024-06-09 14:28:54 -04:00
Tom Moor
2e466aefc3
fix: Missing delay before mounting loading skeleton
2024-06-09 14:23:48 -04:00