1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/lib
renovate[bot] 21a39af97b
Update dependency node-persist to v3.1.2 (#7876)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-06 00:10:07 +00:00
..
commands Chore: Add eslint rule to enforce strict equality (eqeqeq) 2022-07-23 09:31:32 +02:00
components Tools: Add eslint rule "no-unneeded-ternary" 2023-02-21 17:19:19 +00:00
debug All: Add support for sharing notebooks with Joplin Server (#4772) 2021-05-13 17:57:37 +01:00
hooks Tools: Add react-hooks/exhaustive-deps eslint rule 2022-08-19 12:10:04 +01:00
images All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
lib All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
locales Update translations 2023-02-28 18:02:09 +00:00
migrations All: Resolves #7661: Stop synchronization with unsupported WebDAV providers (#7819) 2023-02-22 13:12:53 +00:00
models Chore: Mobile: Fixes #7822: Spellcheck was hidden because of deprecated logic (#7830) 2023-02-23 13:31:08 +00:00
renderers Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
rnInjectedJs All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
services Desktop: Fixes #7831: Skip the resources which haven't been downloaded yet when exporting (#7843) 2023-03-03 11:31:49 +00:00
testing Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
themes Mobile: Add support for multiple profiles 2023-01-10 12:08:13 +00:00
utils All: Resolves #7661: Stop synchronization with unsupported WebDAV providers (#7819) 2023-02-22 13:12:53 +00:00
vendor Server: Resolves #5738: Check for time drift when the server starts 2021-11-17 18:41:25 +00:00
.gitignore Android: Fixes #5779: Fixed android filesystem sync (#6395) 2022-07-10 15:26:24 +01:00
array.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
ArrayUtils.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
ArrayUtils.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
AsyncActionQueue.ts Chore: Fixed TS issues 2021-03-15 16:33:42 +00:00
BaseApplication.ts Chore: Make it easier to test publishing notes 2022-12-24 12:30:52 +00:00
BaseModel.ts Tools: Add eslint rule prefer-await-to-then 2022-09-30 17:32:00 +01:00
BaseSyncTarget.ts Chore: Add eslint rule to enforce strict equality (eqeqeq) 2022-07-23 09:31:32 +02:00
Cache.js Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
callbackUrlUtils.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
callbackUrlUtils.ts Desktop: Resolves #5168: Add support for callback URLs (#5416) 2021-10-16 10:07:41 +01:00
ClipperServer.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
CssUtils.ts Plugins: Add support for loading application chrome and note CSS from the plugin 2021-07-23 11:05:21 +01:00
database-driver-better-sqlite.ts Added better-sqlite database driver, although we cannot use it for now 2021-10-29 18:48:13 +01:00
database-driver-node.js Desktop: Upgrade Electron from v10 to v14 2021-10-01 19:35:27 +01:00
database.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
database.ts Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
dom.ts Desktop: Resovles #6194: Improved handling of ENTER and ESCAPE keys in dialogs 2022-04-13 14:44:52 +01:00
DropboxApi.js Chore: Migrate EventDispatcher to TypeScript, add tests (#6673) 2022-07-28 16:46:52 +01:00
dummy.test.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
envFromArgs.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
errorUtils.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
EventDispatcher.test.ts Chore: Migrate EventDispatcher to TypeScript, add tests (#6673) 2022-07-28 16:46:52 +01:00
EventDispatcher.ts Chore: Migrate EventDispatcher to TypeScript, add tests (#6673) 2022-07-28 16:46:52 +01:00
eventManager.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
eventManager.ts Plugins: Add support for joplin.workspace.filterEditorContextMenu to allow dynamically setting editor menu items depending on context 2021-12-27 17:38:21 +01:00
file-api-driver-amazon-s3.js Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
file-api-driver-dropbox.js iOS: Fixes #6375: iOS and Dropbox synchronisation not working on iOS 15 2022-04-15 12:03:48 +01:00
file-api-driver-joplinServer.ts All, Server: Add support for faster built-in sync locks (#5662) 2021-11-03 12:26:26 +00:00
file-api-driver-local.js Chore: Finished applying eqeqeq rule 2022-07-23 11:33:12 +02:00
file-api-driver-memory.ts Chore: Finished applying eqeqeq rule 2022-07-23 11:33:12 +02:00
file-api-driver-onedrive.js Chore: Add eslint rule to enforce strict equality (eqeqeq) 2022-07-23 09:31:32 +02:00
file-api-driver-webdav.js All: Resolves #7661: Stop synchronization with unsupported WebDAV providers (#7819) 2023-02-22 13:12:53 +00:00
file-api-driver.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
file-api.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
folders-screen-utils.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
fs-driver-base.ts Desktop: Load themes as CSS variables for use in custom themes and internal components 2021-09-06 16:57:07 +01:00
fs-driver-dummy.js All: Improved S3 sync error handling and reliability, and upgraded S3 SDK (#5312) 2021-11-24 23:03:03 +00:00
fs-driver-node.ts Fixed CI 2022-11-13 11:37:05 +00:00
fsDriver.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
geolocation-node.ts Desktop: Fixed getting geolocation for new notes 2022-04-26 13:22:43 +01:00
HtmlToMd.ts Clipper: Resolves #6247: Clipper unable to pull and store PDFs (#6384) 2022-06-20 13:56:54 +01:00
htmlUtils2.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
htmlUtils.test.ts Desktop: Fixed pasting HTML in Rich Text editor, and improved pasting plain text 2021-05-20 18:08:59 +02:00
htmlUtils.ts Clipper: Resolves #6247: Clipper unable to pull and store PDFs (#6384) 2022-06-20 13:56:54 +01:00
import-enex-html-gen.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
import-enex-html-gen.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
import-enex-md-gen.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
import-enex-md-gen.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
import-enex.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
InMemoryCache.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
InMemoryCache.ts Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
jest.config.js Tools: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02:00
jest.setup.js Desktop: Upgrade Electron from v10 to v14 2021-10-01 19:35:27 +01:00
JoplinDatabase.ts All: Resolves #7661: Stop synchronization with unsupported WebDAV providers (#7819) 2023-02-22 13:12:53 +00:00
JoplinError.ts All: Add support for sharing notebooks with Joplin Server (#4772) 2021-05-13 17:57:37 +01:00
JoplinServerApi.ts Chore: Add eslint rule to enforce strict equality (eqeqeq) 2022-07-23 09:31:32 +02:00
locale.ts Chore: Correct language labels for Latvian language. (#7615) 2023-01-12 17:11:01 +00:00
Logger.ts Android: Fixes #7791: Fixed issue where app would close after sharing a file 2023-02-20 16:09:33 +00:00
markdownUtils2.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
markdownUtils.test.ts Desktop: Resolves #4750 Disappearing text in markdown editor (#4781) 2021-04-01 21:39:42 -06:00
markdownUtils.ts Tools: Enable eslint rule "comma-spacing" 2023-01-11 18:40:14 +00:00
markJsUtils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
markupLanguageUtils.ts Clipper: Resolves #6247: Clipper unable to pull and store PDFs (#6384) 2022-06-20 13:56:54 +01:00
mime-utils-types.js Doc: Mime type comment 2022-07-23 08:48:40 +02:00
mime-utils.js Chore: Finished applying eqeqeq rule 2022-07-23 11:33:12 +02:00
mimeUtils.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
net-utils.ts Doc: Import Patreon posts 2021-12-17 15:35:26 +01:00
ntp.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
ObjectUtils.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
onedrive-api-node-utils.js Tools: Add eslint rule prefer-await-to-then 2022-09-30 17:32:00 +01:00
onedrive-api.ts Tools: Enable eslint rule "comma-spacing" 2023-01-11 18:40:14 +00:00
package.json Update dependency node-persist to v3.1.2 (#7876) 2023-03-06 00:10:07 +00:00
parameters.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
parseUri.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
path-utils.ts Desktop: Fixes #6145: Opening a file with ctrl-click in the editor results in a 'network error' dialogue 2022-04-15 17:48:01 +01:00
pathUtils.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
pluginCategories.json Chore: Seperate allPossibleCategories to @joplin/lib (#6754) 2022-09-09 15:05:08 +01:00
PoorManIntervals.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
promise-utils.js Tools: Add eslint rule prefer-await-to-then 2022-09-30 17:32:00 +01:00
randomClipperPort.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
react-logger.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
README.md Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
reducer.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
reducer.ts Android: Fixes #7691: Sharing file to Joplin does not work 2023-02-10 16:12:49 +00:00
registry.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
registry.ts Chore: Update ESLint and TypeScript (#6774) 2022-08-31 12:57:28 +01:00
reserved-ids.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
resourceUtils.js Desktop, Mobile: Fixes #5687: Fixed issue with parts of HTML notes not being displayed in some cases 2021-11-09 18:33:28 +00:00
shim-init-node.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
shim.ts Chore: Add eslint rule to enforce strict equality (eqeqeq) 2022-07-23 09:31:32 +02:00
string-utils-common.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
string-utils.js Desktop: Fix highlighting in GotoAnything dialogue (#7592) 2023-02-08 14:20:54 +00:00
StringUtils.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
Synchronizer.ts Chore: Add eslint rule to enforce strict equality (eqeqeq) 2022-07-23 09:31:32 +02:00
SyncTargetAmazonS3.js Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
SyncTargetDropbox.js Desktop: Add Sync Wizard dialog 2021-08-16 15:20:14 +01:00
SyncTargetFilesystem.js Android: Fixes #5779: Fixed android filesystem sync (#6395) 2022-07-10 15:26:24 +01:00
SyncTargetJoplinCloud.ts Desktop: Disable publishing recursive notes on Jpolin Cloud (not fully working yet) 2022-08-18 11:39:39 +01:00
SyncTargetJoplinServer.ts All: Improved Joplin Server configuration check to better handle disabled accounts 2021-10-24 14:08:55 +01:00
SyncTargetMemory.js All: Allow uploading items in batch when synchronising with Joplin Server 2021-06-18 17:17:25 +01:00
SyncTargetNextcloud.js Desktop: Add Sync Wizard dialog 2021-08-16 15:20:14 +01:00
SyncTargetNone.ts All: Added "None" sync target to allow disabling synchronisation 2021-08-16 16:18:32 +01:00
SyncTargetOneDrive.ts Chore: Add eslint rule to enforce strict equality (eqeqeq) 2022-07-23 09:31:32 +02:00
SyncTargetRegistry.ts Desktop, Mobile: Sort sync target options 2022-05-05 13:19:23 +01:00
SyncTargetWebDAV.js All: Resolves #7661: Stop synchronization with unsupported WebDAV providers (#7819) 2023-02-22 13:12:53 +00:00
TaskQueue.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
TaskQueue.ts Tools: Add eslint rule prefer-await-to-then 2022-09-30 17:32:00 +01:00
theme.ts Chore: Regression: Revert changes made to the note list' height (#7823) 2023-02-22 13:13:39 +00:00
time.ts Desktop, Cli: Resolves #5224: Add Markdown + Front Matter exporter/importer (#5465) 2021-10-16 09:59:37 +01:00
timeUtils.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
tsconfig.json Plugins: Add support for editor context menu 2020-11-14 00:02:17 +00:00
urlUtils.js Chore: Fixed mobile build 2021-11-23 12:12:27 +00:00
urlUtils.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
uuid.ts Chore: Finish uuid upgrade 2022-11-17 15:19:32 +00:00
versionInfo.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
versionInfo.ts Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
WebDavApi.js Chore: Add eslint rule to enforce strict equality (eqeqeq) 2022-07-23 09:31:32 +02:00
welcomeAssets.js Doc: Updated Markdown files 2022-03-01 18:14:23 +00:00
WelcomeUtils.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00

@joplin/lib

Library shared between all applications.

  • It should not have dependencies to any other @joplin package to avoid dependency cycles.
  • Binary packages should be passed via dependency injection from the parent packages, for example like it is done in shim-init-node. This is because each app might need to compile the binary package in a specific way, so doing it from /lib would cause issues.
  • It should not include the react or react-native packages because React in particular breaks when there's more than one instance of it in node_modules. React is passed via dependency injections so that some hooks can be shared.