..
commands
components
Desktop: Resolves #4251 : Refactor sidebar to better handle thousands of tags and notebooks ( #10331 )
2024-04-25 15:31:18 +01:00
countable
debug
hooks
Chore: Desktop: Fix eslint issues and strengthen types in NoteEditor.tsx ( #10449 )
2024-05-21 01:28:19 +01:00
images
lib
locales
Update translations
2024-05-02 23:12:06 +01:00
migrations
models
Desktop: Fixes #10381 : Fix plugin settings stored in settings.json
are lost on startup ( #10458 )
2024-05-28 13:42:52 +01:00
renderers
rnInjectedJs
services
Chore: Strengthen eventManager
types ( #10505 )
2024-05-28 11:24:20 +01:00
testing
Chore: Migrate file system sync to TypeScript ( #10361 )
2024-04-25 13:31:48 +01:00
themes
Chore: Improve types for mobile and desktop themeStyle
( #10297 )
2024-04-11 08:35:20 +01:00
utils
Chore: Strengthen eventManager
types ( #10505 )
2024-05-28 11:24:20 +01:00
vendor
.gitignore
array.ts
ArrayUtils.test.js
ArrayUtils.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
AsyncActionQueue.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
BaseApplication.ts
All: Fixes #10189 : After deleting the last note from the conflicts folder, the application state is invalid
2024-04-27 09:54:47 +01:00
BaseModel.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
BaseSyncTarget.ts
Mobile: Support accepting Joplin Cloud shares ( #10300 )
2024-04-15 18:17:34 +01:00
Cache.js
callbackUrlUtils.test.ts
callbackUrlUtils.ts
ClipperServer.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
clipperUtils.ts
Chore: Webclipper: Migrate build system to Webpack 5 ( #9670 )
2024-01-06 12:15:10 +00:00
CssUtils.ts
database-driver-better-sqlite.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
database-driver-node.js
database.test.js
database.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
determineBaseAppDirs.ts
Desktop: Resolves #9857 : Back up to a subdirectory of the home directory by default ( #9942 )
2024-02-22 21:30:21 +00:00
dom.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
downloadController.ts
Chore: Improve logs to help debugging ( #10432 )
2024-05-17 09:42:16 +01:00
DropboxApi.js
envFromArgs.js
errors.ts
Api: Add capability of limiting downloads ( #9788 )
2024-03-09 10:45:21 +00:00
errorUtils.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
EventDispatcher.test.ts
Chore: Implement cSpell to detect spelling mistakes in codebase ( #10001 )
2024-02-26 10:16:23 +00:00
EventDispatcher.ts
Chore: Implement cSpell to detect spelling mistakes in codebase ( #10001 )
2024-02-26 10:16:23 +00:00
eventManager.test.js
eventManager.ts
Chore: Strengthen eventManager
types ( #10505 )
2024-05-28 11:24:20 +01:00
file-api-driver-amazon-s3.js
Chore: Add no-throw-literal
and prefer-promise-reject-errors
eslint rules ( #10371 )
2024-04-25 13:32:37 +01:00
file-api-driver-dropbox.js
Mobile: Simplify Dropbox sync workarond ( #10415 )
2024-05-12 10:01:02 +01:00
file-api-driver-joplinServer.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
file-api-driver-local.ts
Chore: Migrate file system sync to TypeScript ( #10361 )
2024-04-25 13:31:48 +01:00
file-api-driver-memory.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
file-api-driver-onedrive.js
file-api-driver-webdav.js
file-api-driver.test.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
file-api.test.ts
file-api.ts
Chore: Migrate file system sync to TypeScript ( #10361 )
2024-04-25 13:31:48 +01:00
folders-screen-utils.ts
All: Fixes #10189 : After deleting the last note from the conflicts folder, the application state is invalid
2024-04-27 09:54:47 +01:00
fs-driver-base.ts
Chore: Migrate file system sync to TypeScript ( #10361 )
2024-04-25 13:31:48 +01:00
fs-driver-dummy.js
fs-driver-node.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
fsDriver.test.ts
Tools: Fix packages\lib\fsDriver.test.ts
test file on Windows ( #10053 )
2024-03-05 18:08:47 +00:00
geolocation-node.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
HtmlToMd.ts
Desktop: Fixes #5626 : When web clipper clipping code blocks, keep code in multiline and delete code number lines ( #10126 )
2024-04-20 13:48:44 +01:00
htmlUtils2.test.ts
htmlUtils.test.ts
Desktop: Fixes #9264 : Preserve indentation from plain text when pasting on Rich Text Editor ( #9828 )
2024-03-02 15:43:38 +00:00
htmlUtils.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
import-enex-html-gen.js
Chore: Implement cSpell to detect spelling mistakes in codebase ( #10001 )
2024-02-26 10:16:23 +00:00
import-enex-html-gen.test.js
import-enex-md-gen.test.ts
Deskop, Cli: Fixes #10125 : ENEX does not import correctly when title of note matches the name of the attachment
2024-03-18 16:00:39 +00:00
import-enex-md-gen.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
import-enex.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
initLib.ts
InMemoryCache.test.ts
Chore: Implement cSpell to detect spelling mistakes in codebase ( #10001 )
2024-02-26 10:16:23 +00:00
InMemoryCache.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
jest.config.js
jest.setup.js
Chore: Apply changes from mobile plugins to lib/
and app-desktop/
( #10079 )
2024-03-09 11:03:57 +00:00
JoplinDatabase.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
JoplinError.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
JoplinServerApi.ts
Mobile: Support accepting Joplin Cloud shares ( #10300 )
2024-04-15 18:17:34 +01:00
locale.test.ts
Desktop: Fixes #10097 : Fix OCR not working for certain languages
2024-03-18 12:16:17 +00:00
locale.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
makeDiscourseDebugUrl.test.ts
makeDiscourseDebugUrl.ts
markdownUtils2.test.ts
markdownUtils.test.ts
Chore: Implement cSpell to detect spelling mistakes in codebase ( #10001 )
2024-02-26 10:16:23 +00:00
markdownUtils.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
markJsUtils.js
Desktop: Fixes #9958 : Highlight partial matches in search results
2024-02-19 10:01:54 +00:00
markupLanguageUtils.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
mime-utils-types.js
mime-utils.js
mimeUtils.test.js
net-utils.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
ntp.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
ObjectUtils.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
onedrive-api-node-utils.js
onedrive-api.test.ts
Desktop,Mobile,Cli: Resolves #9706 : Don't log OneDrive Authorization
tokens ( #9707 )
2024-01-18 11:20:33 +00:00
onedrive-api.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
package.json
Update dependency @types/node to v18.19.19 ( #10509 )
2024-05-28 11:13:24 +01:00
parameters.js
parseUri.js
path-utils.ts
Chore: Refactor renderer package: Limit dependency on @joplin/lib
and improve type safety ( #9701 )
2024-01-18 11:20:10 +00:00
pathUtils.test.js
Chore: Refactor renderer package: Limit dependency on @joplin/lib
and improve type safety ( #9701 )
2024-01-18 11:20:10 +00:00
pluginCategories.json
PoorManIntervals.ts
randomClipperPort.js
react-logger.js
README.md
reducer.test.js
reducer.ts
Chore: Desktop: Use stronger types in Sidebar.tsx
( #10305 )
2024-04-15 18:15:18 +01:00
registry.test.ts
registry.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
reserved-ids.js
resourceUtils.js
RotatingLogs.test.ts
RotatingLogs.ts
shim-init-node.ts
Merge branch 'release-2.14' into dev
2024-05-21 10:10:29 +01:00
shim.ts
Chore: Migrate file system sync to TypeScript ( #10361 )
2024-04-25 13:31:48 +01:00
string-utils-common.js
Chore: Refactor string-utils to TypeScript ( #9869 )
2024-02-07 14:16:54 +00:00
string-utils.test.ts
Chore: Implement cSpell to detect spelling mistakes in codebase ( #10001 )
2024-02-26 10:16:23 +00:00
string-utils.ts
Desktop: Fixes #9264 : Preserve indentation from plain text when pasting on Rich Text Editor ( #9828 )
2024-03-02 15:43:38 +00:00
Synchronizer.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
SyncTargetAmazonS3.js
SyncTargetDropbox.js
SyncTargetFilesystem.ts
Chore: Migrate file system sync to TypeScript ( #10361 )
2024-04-25 13:31:48 +01:00
SyncTargetJoplinCloud.ts
Mobile: Support accepting Joplin Cloud shares ( #10300 )
2024-04-15 18:17:34 +01:00
SyncTargetJoplinServer.ts
Mobile: Support accepting Joplin Cloud shares ( #10300 )
2024-04-15 18:17:34 +01:00
SyncTargetMemory.js
SyncTargetNextcloud.js
SyncTargetNone.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
SyncTargetOneDrive.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
SyncTargetRegistry.ts
Mobile: Support accepting Joplin Cloud shares ( #10300 )
2024-04-15 18:17:34 +01:00
SyncTargetWebDAV.js
TaskQueue.test.js
TaskQueue.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
theme.ts
Chore: Improve types for mobile and desktop themeStyle
( #10297 )
2024-04-11 08:35:20 +01:00
time.ts
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
timeUtils.test.js
tsconfig.json
All: Resolves #483 : Add trash folder ( #9671 )
2024-03-02 14:25:27 +00:00
types.ts
Clipper: Fix process stopping because one resource can't be created ( #10337 )
2024-04-25 13:53:34 +01:00
urlUtils.js
urlUtils.test.js
uuid.ts
versionInfo.test.ts
versionInfo.ts
Mobile: Support copying app information ( #10336 )
2024-04-25 13:53:46 +01:00
WebDavApi.js
welcomeAssets.js
Doc: Auto-update documentation
2024-02-02 18:16:38 +00:00
WelcomeUtils.ts
Chore: Implement cSpell to detect spelling mistakes in codebase ( #10001 )
2024-02-26 10:16:23 +00:00