Tom Moor
|
a1b52e18dd
|
chore: Centralize environment detection
|
2023-11-09 19:24:16 -05:00 |
|
Tom Moor
|
096a65b0f9
|
fix: Improve error handling on env boolean parsing
|
2023-11-09 19:24:16 -05:00 |
|
Tom Moor
|
d8d49f6950
|
fix: Internal server error during import with nested documents
|
2023-11-09 19:24:16 -05:00 |
|
Apoorv Mishra
|
a7dd5c6798
|
fix: allow script injection from react dev tools in dev and stage envs (#6120)
|
2023-11-09 10:40:04 +05:30 |
|
dependabot[bot]
|
71c4c88bbe
|
chore(deps-dev): bump babel-jest from 29.6.4 to 29.7.0 (#6123)
Bumps [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/babel-jest)
---
updated-dependencies:
- dependency-name: babel-jest
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>
|
2023-11-06 18:07:32 -05:00 |
|
dependabot[bot]
|
9ddf31632f
|
chore(deps-dev): bump @types/addressparser from 1.0.1 to 1.0.2 (#6124)
Bumps [@types/addressparser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/addressparser) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/addressparser)
---
updated-dependencies:
- dependency-name: "@types/addressparser"
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>
|
2023-11-06 18:06:51 -05:00 |
|
dependabot[bot]
|
067fd11663
|
chore(deps): bump core-js from 3.33.0 to 3.33.2 (#6125)
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.0 to 3.33.2.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.2/packages/core-js)
---
updated-dependencies:
- dependency-name: core-js
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>
|
2023-11-06 18:06:16 -05:00 |
|
Tom Moor
|
446fffd367
|
fix: Mention attributed incorrectly
|
2023-11-06 08:19:23 -05:00 |
|
Tom Moor
|
03bdc4e00d
|
Display domain on share button
|
2023-11-05 13:43:36 -05:00 |
|
Tom Moor
|
7b88547051
|
Add more fields to shared links management screen
|
2023-11-05 13:39:34 -05:00 |
|
Tom Moor
|
9be180d44d
|
fix: Incorrect cursor on sortable table header cells
|
2023-11-05 12:44:53 -05:00 |
|
Tom Moor
|
733bd39ae4
|
fix: Sort nodes correctly in useCollectionTrees. closes #6102
|
2023-11-05 12:38:39 -05:00 |
|
Tom Moor
|
7c319c17c6
|
fix: Correct user on documents in deleted collection (#6116)
|
2023-11-05 06:43:38 -08:00 |
|
Tom Moor
|
c76aa845f4
|
fix: Protect against view updates after destroyed in async uploads
|
2023-11-04 21:57:13 -04:00 |
|
Tom Moor
|
ec79cab8b8
|
fix: Uncaught error in JSZip file reading crashes worker process. closes #6109
|
2023-11-04 21:51:09 -04:00 |
|
Tom Moor
|
c769a95f65
|
API: Add endpoint to check custom domain resolution (#6110)
|
2023-11-04 12:21:47 -07:00 |
|
Tom Moor
|
b2ad6ca9bc
|
Refactor to middleware, support old routes
|
2023-11-01 23:52:18 -04:00 |
|
Tom Moor
|
a48d8fac88
|
Return correct canonical url for share with domain
|
2023-11-01 23:45:41 -04:00 |
|
Tom Moor
|
1b73339800
|
fix: Link on 'Not Found' page for root share leads to custom domain landing
|
2023-11-01 23:20:41 -04:00 |
|
Tom Moor
|
f0bf60eb40
|
Add graceful redirect from old share paths
|
2023-11-01 23:17:54 -04:00 |
|
Tom Moor
|
0f072acfd9
|
fix: Guard undefined ctx.state
|
2023-11-01 23:14:45 -04:00 |
|
Tom Moor
|
2838503273
|
Backend of public sharing at root (#6103)
|
2023-11-01 19:10:00 -07:00 |
|
Tom Moor
|
1d6ef2e1b3
|
perf: Remove unneeded query before custom domain redirect
|
2023-10-31 22:32:29 -04:00 |
|
Tom Moor
|
0700e2f5ef
|
fix: Incorrect import – really need a lint rule for this
|
2023-10-31 22:20:31 -04:00 |
|
Tom Moor
|
a9ff0c245d
|
Toggle current todo item with Mod-Enter
|
2023-10-31 22:10:55 -04:00 |
|
Tom Moor
|
4af45c68cc
|
Remove unused InputRich component
|
2023-10-31 21:58:30 -04:00 |
|
Tom Moor
|
df6d8c12cc
|
Refactor Editor components to be injected by associated extension (#6093)
|
2023-10-31 18:55:55 -07:00 |
|
dependabot[bot]
|
44198732d3
|
chore(deps-dev): bump @types/fs-extra from 11.0.1 to 11.0.3 (#6098)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-30 18:51:20 -07:00 |
|
dependabot[bot]
|
667e42e814
|
chore(deps): bump fetch-retry from 5.0.5 to 5.0.6 (#6097)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-30 18:51:09 -07:00 |
|
dependabot[bot]
|
5027ae9def
|
chore(deps-dev): bump @types/natural-sort from 0.0.22 to 0.0.23 (#6096)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-30 18:50:54 -07:00 |
|
dependabot[bot]
|
07ce213232
|
chore(deps): bump slugify from 1.6.5 to 1.6.6 (#6099)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-30 18:50:47 -07:00 |
|
Tom Moor
|
ed447f5811
|
fix: Eroneous toast on export
|
2023-10-30 08:41:09 -04:00 |
|
Tom Moor
|
d593976b4d
|
Add a button to upload images into comments (#6092)
|
2023-10-29 17:42:49 -07:00 |
|
Tom Moor
|
44cbf4359f
|
Add success message on import completion
|
2023-10-29 20:42:23 -04:00 |
|
Tom Moor
|
f0825b4cd9
|
fix: Remove broken comment ability on templates
|
2023-10-29 20:27:06 -04:00 |
|
Tom Moor
|
9f6c1f8b67
|
Hide scrollbars on search filters bar
|
2023-10-29 19:20:15 -04:00 |
|
Tom Moor
|
6b13a32234
|
fix: Refactor hover previews to reduce false positives (#6091)
|
2023-10-29 15:31:12 -07:00 |
|
Tom Moor
|
90bc60d4cf
|
Move pinned collection documents above description
|
2023-10-29 12:12:23 -04:00 |
|
Apoorv Mishra
|
3fd429baa9
|
usePaginatedRequest hook for simpler handling of pagination on FE (#6060)
* feat: usePaginatedRequest hook
* fix: spread params
* fix: handle limit zero
* fix: handle case when stars.fetchPage returns empty array
* fix: use stars.orderedData for reactivity
|
2023-10-29 20:01:47 +05:30 |
|
Tom Moor
|
4d3655bc6c
|
Remove usage of .at() for browser compat
|
2023-10-28 22:22:10 -04:00 |
|
Tom Moor
|
7b98ce3514
|
fix: Background transition on home screen
|
2023-10-28 20:42:57 -04:00 |
|
Tom Moor
|
e6196ae79e
|
fix: Find and replace dialog should be fixed when scrolling
|
2023-10-28 19:51:13 -04:00 |
|
Tom Moor
|
89f3d47327
|
Port HTML import improvements from enterprise codebase
|
2023-10-28 19:09:53 -04:00 |
|
Tom Moor
|
846fb122cd
|
fix: Misalignment of code block line numbers when font-size is increased in Edge
closes #5612
|
2023-10-28 13:40:47 -04:00 |
|
Tom Moor
|
884f3c5896
|
fix: Emoji position when document is full-width
|
2023-10-28 13:12:30 -04:00 |
|
Tom Moor
|
f2df25d115
|
Persist full-width as user preference when toggled
closes #5562
|
2023-10-28 13:03:38 -04:00 |
|
Tom Moor
|
92ba095124
|
fix: Guard against empty items in Facepile users, closes #6087
|
2023-10-28 12:45:02 -04:00 |
|
Tom Moor
|
1e847dc1cf
|
Cleanup and refactor AuthStore (#6086)
|
2023-10-28 09:43:50 -07:00 |
|
Tom Moor
|
3cd90f3e74
|
Remove duplicative test
|
2023-10-28 11:38:35 -04:00 |
|
Tom Moor
|
964d2b6bb3
|
Allow use of useCurrentUser/useCurrentTeam hooks in unauthenticated components
|
2023-10-28 11:38:35 -04:00 |
|