Hemachandar
4897f001e4
Add icon column to document ( #7066 )
...
* Add icon column to document
* Backfill columns
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2024-06-21 06:26:20 -07:00
Hemachandar
b6d178943a
fix: Include drafts when loading templates ( #7100 )
...
* fix: Include drafts when loading templates
* fetch drafts when mounting templates settings
2024-06-21 04:36:22 -07:00
Hemachandar
1bf9012992
feat: Add lastUsedAt to API keys ( #7082 )
...
* feat: Add lastUsedAt to API keys
* rename column to lastActiveAt
* switch order
2024-06-20 06:18:35 -07:00
Tom Moor
a19fb25bea
fix: Open permissions for guests that have collection manage permission ( #7075 )
...
* fix: Opens up permissions for guests that have collection manage permission
* tsc
* tests
2024-06-20 06:18:18 -07:00
Brian Krausz
95b9453269
feat: docs managers can action docs & create subdocs ( #7077 )
...
* feat: docs managers can action docs & create subdocs
* tests
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2024-06-19 19:22:33 -07:00
Hemachandar
2333602f25
fix: Allow user to remove team logo ( #7095 )
2024-06-19 17:11:54 -07:00
Tom Moor
a825925a31
fix: Layout issue with full-width documents and left TOC
2024-06-19 09:04:01 -04:00
Tom Moor
711b8acebc
Add Norweigan translations ( #7086 )
2024-06-19 05:19:16 -07:00
Tom Moor
d7ee63217b
fix: Improve translation strings for api key management
2024-06-18 22:32:04 -04:00
Tom Moor
6dae1c2a5c
Tweak language on API key list
2024-06-18 21:51:32 -04:00
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