Tom Moor
0d53e5a7ba
chore: Clean build/ folder on every build, remove duplicative scripts
2023-01-13 22:18:25 -05:00
Tom Moor
e3db7455b3
feat: Add optional SMTP_NAME configuration for connecting to SMTP servers that require the client to have a specific hostname
2023-01-13 21:49:57 -05:00
Tom Moor
d20f379943
feat: Publish and Unpublish available in command menu
...
fix: Add default error handling for menu actions
2023-01-12 22:39:14 -05:00
Tom Moor
e347404502
chore: Improvements to document move behavior ( #4689 )
...
* chore: Improvements to document move behavior
* test
2023-01-12 18:48:09 -08:00
Tom Moor
17a8dbb3f0
fix: Prevent moving documents into drafts
2023-01-12 11:15:54 -05:00
Tom Moor
3be170ddb8
0.67.1
2023-01-11 21:27:37 -05:00
Tom Moor
4a97b35d5a
fix: Collection structure update on document move
2023-01-11 20:56:14 -05:00
Tom Moor
785b9888dd
Respond to slack url verification challenge with JSON instead of raw body
2023-01-11 09:07:15 -05:00
Tom Moor
d5158f0a34
0.67.0
2023-01-10 20:32:43 -05:00
Tom Moor
64b72bcf82
/bin/bash -> /bin/sh for Docker
2023-01-10 20:32:37 -05:00
Tom Moor
6be7409d85
fix: Mistake in i18n key
2023-01-10 18:13:59 -05:00
dependabot[bot]
fddcbbd7af
chore(deps): bump react-hook-form from 7.37.0 to 7.41.5 ( #4667 )
...
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form ) from 7.37.0 to 7.41.5.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.37.0...v7.41.5 )
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 19:02:44 -08:00
dependabot[bot]
3e7f823e17
chore(deps): bump aws-sdk from 2.1189.0 to 2.1290.0 ( #4664 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.1189.0 to 2.1290.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1189.0...v2.1290.0 )
---
updated-dependencies:
- dependency-name: aws-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 19:02:19 -08:00
dependabot[bot]
31c47ab37b
chore(deps): bump @joplin/turndown-plugin-gfm from 1.0.44 to 1.0.45 ( #4663 )
...
Bumps [@joplin/turndown-plugin-gfm](https://github.com/laurent22/joplin-turndown-plugin-gfm ) from 1.0.44 to 1.0.45.
- [Release notes](https://github.com/laurent22/joplin-turndown-plugin-gfm/releases )
- [Commits](https://github.com/laurent22/joplin-turndown-plugin-gfm/commits )
---
updated-dependencies:
- dependency-name: "@joplin/turndown-plugin-gfm"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 15:39:52 -08:00
dependabot[bot]
cbfb7d2c23
chore(deps): bump luxon from 3.0.1 to 3.2.1 ( #4660 )
...
Bumps [luxon](https://github.com/moment/luxon ) from 3.0.1 to 3.2.1.
- [Release notes](https://github.com/moment/luxon/releases )
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moment/luxon/compare/3.0.1...3.2.1 )
---
updated-dependencies:
- dependency-name: luxon
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 07:31:22 -08:00
Tom Moor
9617a15ae8
fix: No value supplied for attribute src
...
It shouldn't be possible to have an image node with no src, but it does happen occassionally and this prevents the document from persisting. It's better to have a broken image than a doc that won't save
2023-01-07 15:26:06 -05:00
Tom Moor
53414ec3ba
feat: Server side translation setup ( #4657 )
...
* Server side translation setup
* docs
2023-01-07 11:52:09 -08:00
Tom Moor
a333f48102
fix: Hanging }
2023-01-07 10:58:22 -05:00
Tom Moor
d4da33424b
fix: Math block overrides heading backspace key behavior
2023-01-07 10:01:21 -05:00
Tom Moor
e67ac1215a
feat: Allow moving draft documents ( #4652 )
...
* feat: Allow moving draft documents
* Allow drag-n-drop move of draft documents
* fix: Allow moving draft without a collection
* fix: Allow moving draft without a collection
2023-01-06 19:31:06 -08:00
Tom Moor
9f825b9adf
fix: Allow sort by title in documents.list
2023-01-06 16:58:39 -05:00
Tom Moor
4b47bffcf5
fix: images and files with cyrillic names don't import ( #4654 )
...
closes #4559
2023-01-06 06:02:15 -08:00
Tom Moor
cbd9971bc7
fix: Missing translation on Import screen
2023-01-06 08:32:55 -05:00
Tom Moor
c80aec5eb2
fix: build.sh copies dev webpack incorrectly
2023-01-06 05:26:13 -08:00
Tom Moor
5b60f1ab00
tsc
2023-01-05 21:25:17 -05:00
Tom Moor
ec2da746dc
chore: Convert LinkToolbar to functional component
...
Co-authored-by: Ítalo Sousa <italusousa@gmail.com >
2023-01-05 21:11:28 -05:00
Tom Moor
a065a8426f
fix: OL/UL inside of checkbox list is not styled correctly ( #4648 )
...
closes #4635
2023-01-05 17:18:07 -08:00
Apoorv Mishra
b6141442b7
Validate API request query ( #4642 )
...
* fix: refactor to accommodate authentication, transaction and pagination together into ctx.state
* feat: allow passing response type to APIContext
* feat: preliminary work for initial review
* fix: use unknown for base types
* fix: api/attachments
* fix: api/documents
* fix: jsdoc comment for input
* fix: replace at() with index access for compatibility
* fix: validation err message
* fix: error handling
* fix: remove unnecessary extend
2023-01-05 20:24:03 +05:30
Tom Moor
445d19f43e
chore: Extract product name from translation strings ( #4646 )
2023-01-04 19:00:57 -08:00
Tom Moor
f655288f67
fix: Issue where possibly logged into the wrong workspace when signing in via desktop app with multiple workspaces
2023-01-04 21:13:13 -05:00
Tom Moor
fc6bb3caef
fix: Unstable t method causing stars.list to fetch run multiple times. Seems this behavior changed in the recent dep bump
2023-01-04 20:42:48 -05:00
Apoorv Mishra
f4461573de
Refactor to accommodate authentication, transaction and pagination states together ( #4636 )
...
* fix: refactor to accommodate authentication, transaction and pagination together into ctx.state
* feat: allow passing response type to APIContext
2023-01-04 23:51:44 +05:30
Tom Moor
bb568d2e62
fix: Exports generate invalid internal links ( #4639 )
...
* refactoring
* Refactoring continues
* Refactor export, fix internal links in exported docs
* fix: Dupe document name detection
* sigh
2023-01-04 04:18:59 -08:00
Tom Moor
eb50c9e1f1
test: Remove tests associated with exporting documents from shareId
2023-01-03 22:49:02 -05:00
Tom Moor
a2e183627c
fix: Disabled authentication providers show as enabled in settings
2023-01-03 19:32:16 -05:00
Tom Moor
1c9eee2134
fix: Search on shared documents with custom slug not working
...
fix: Should not be able to export a document with shareId
2023-01-03 19:28:04 -05:00
Tom Moor
64d8f3091a
fix: 'Search titles' filter wraps to multiple lines on small screens
2023-01-02 21:25:24 -05:00
Tom Moor
0d920e02b1
chore: Remove query logging in test env
2023-01-02 21:06:39 -05:00
Tom Moor
6efcf1c1a8
chore: Refactor SearchHelper internals
2023-01-02 20:14:46 -05:00
Tom Moor
435969cf4b
chore: Refactor build:server to bashfile
2023-01-02 16:00:01 -05:00
Tom Moor
28a54113e1
fix: Always redirect to custom domain on server if set
2023-01-02 15:48:06 -05:00
Aditya Sharma
712ff8265e
feat: add search title only filter for search options ( #4587 )
...
* feat: search title only filter
* fix: page reload will keep settings
* fix: working with additional filters
* style changes
2023-01-02 10:00:10 -08:00
dependabot[bot]
b6234848fb
chore(deps): bump react-i18next from 11.16.6 to 12.1.1 ( #4634 )
...
* chore(deps): bump react-i18next from 11.16.6 to 12.1.1
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 11.16.6 to 12.1.1.
- [Release notes](https://github.com/i18next/react-i18next/releases )
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v11.16.6...v12.1.1 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update related deps, TS fixes
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2023-01-02 09:30:44 -08:00
dependabot[bot]
e4880daadf
chore(deps-dev): bump yarn-deduplicate from 3.1.0 to 6.0.1 ( #4633 )
...
Bumps [yarn-deduplicate](https://github.com/scinos/yarn-deduplicate ) from 3.1.0 to 6.0.1.
- [Release notes](https://github.com/scinos/yarn-deduplicate/releases )
- [Changelog](https://github.com/scinos/yarn-deduplicate/blob/master/CHANGELOG.md )
- [Commits](https://github.com/scinos/yarn-deduplicate/compare/v3.1.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: yarn-deduplicate
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 08:36:59 -08:00
dependabot[bot]
97b0fd465d
chore(deps-dev): bump html-webpack-plugin from 4.5.1 to 4.5.2 ( #4632 )
...
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin ) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases )
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/v4.5.2/CHANGELOG.md )
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.5.1...v4.5.2 )
---
updated-dependencies:
- dependency-name: html-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 08:36:18 -08:00
dependabot[bot]
423f961ca1
chore(deps): bump katex from 0.16.3 to 0.16.4 ( #4630 )
...
Bumps [katex](https://github.com/KaTeX/KaTeX ) from 0.16.3 to 0.16.4.
- [Release notes](https://github.com/KaTeX/KaTeX/releases )
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md )
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.3...v0.16.4 )
---
updated-dependencies:
- dependency-name: katex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 08:36:06 -08:00
Tom Moor
4ccff8cb29
chore: Convert GroupListItem, AddGroupsToCollection, AddPeopleToCollection, Drafts to functional components
2023-01-02 11:26:51 -05:00
Tom Moor
8c54f6330f
chore: Clarify import/export options
2023-01-02 10:39:49 -05:00
Tom Moor
846a1f8eab
fix: Remove extra spaces around hard break serialization, closes #4616
2023-01-02 10:26:46 -05:00
Tom Moor
205f7d2a7e
chore: Move Input to functional component ( #4629 )
...
* chore: Remove ReactHookWrappedInput workaround
Move Input to functional component
* I love Typescript
2023-01-01 10:35:02 -08:00