1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/lib
2023-06-14 15:51:35 +01:00
..
commands
components Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
countable Desktop: Resolves #8083: Improved word count when em-dash is used 2023-06-05 18:35:34 +01:00
debug
hooks
images
lib
locales Update translations 2023-06-01 16:56:42 +01:00
migrations All: Resolves #7661: Stop synchronization with unsupported WebDAV providers (#7819) 2023-02-22 13:12:53 +00:00
models Desktop: Resolves #8080: Add support for plugin user data (#8312) 2023-06-13 18:06:16 +01:00
renderers Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
rnInjectedJs
services Desktop: Resolves #8080: Add support for plugin user data (#8312) 2023-06-13 18:06:16 +01:00
testing Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
themes Mobile: Add support for multiple profiles 2023-01-10 12:08:13 +00:00
utils iOS: Fixed broken domain detection 2023-05-29 13:27:07 +01:00
vendor
.gitignore
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
BaseApplication.ts Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
BaseModel.ts Desktop: Resolves #8080: Add support for plugin user data (#8312) 2023-06-13 18:06:16 +01:00
BaseSyncTarget.ts
Cache.js Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
callbackUrlUtils.test.ts Desktop: Security: Prevent calling arbitrary commands via x-callback-url 2023-06-14 15:51:35 +01:00
callbackUrlUtils.ts Desktop: Security: Prevent calling arbitrary commands via x-callback-url 2023-06-14 15:51:35 +01:00
ClipperServer.ts Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
CssUtils.ts
database-driver-better-sqlite.ts Tools: Add class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error 2023-03-06 14:22:37 +00:00
database-driver-node.js
database.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
database.ts Tools: Add class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error 2023-03-06 14:22:37 +00:00
dom.ts
DropboxApi.js
dummy.test.ts
envFromArgs.js
errorUtils.ts
EventDispatcher.test.ts
EventDispatcher.ts
eventManager.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
eventManager.ts Tools: Add class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error 2023-03-06 14:22:37 +00: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
file-api-driver-joplinServer.ts Desktop, Server: Improved handling of items with duplicate IDs 2023-05-15 17:49:26 +01:00
file-api-driver-local.js
file-api-driver-memory.ts Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
file-api-driver-onedrive.js Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01: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 class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error 2023-03-06 14:22:37 +00:00
folders-screen-utils.js Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
fs-driver-base.ts
fs-driver-dummy.js
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 Tools: Add class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error 2023-03-06 14:22:37 +00:00
HtmlToMd.ts
htmlUtils2.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
htmlUtils.test.ts
htmlUtils.ts
import-enex-html-gen.js Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
import-enex-html-gen.test.js Tools: Add eslint rule "jest/require-top-level-describe" 2023-03-09 17:50:56 +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: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
import-enex.ts Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
InMemoryCache.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
InMemoryCache.ts Tools: Add class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error 2023-03-06 14:22:37 +00:00
jest.config.js
jest.setup.js
JoplinDatabase.ts Desktop: Resolves #8080: Add support for plugin user data (#8312) 2023-06-13 18:06:16 +01:00
JoplinError.ts
JoplinServerApi.ts Desktop, Server: Improved handling of items with duplicate IDs 2023-05-15 17:49:26 +01:00
locale.test.ts Desktop: Auto-detect locale on startup 2023-05-10 12:20:03 +01:00
locale.ts Android: Add support for Voice Typing for most languages (#8309) 2023-06-13 18:06:54 +01:00
Logger.ts Tools: Add class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error 2023-03-06 14:22:37 +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
markdownUtils.ts Tools: Enable eslint rule "comma-spacing" 2023-01-11 18:40:14 +00:00
markJsUtils.js Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
markupLanguageUtils.ts Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
mime-utils-types.js Desktop: Resolves #8175: Add support for AVIF image format 2023-06-05 18:23:41 +01:00
mime-utils.js
mimeUtils.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
net-utils.ts
ntp.ts Server: Resolves #8153: Allow setting NTP server using NTP_SERVER env variable 2023-05-10 12:50:48 +01: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
onedrive-api.ts Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
package.json Update buildTools (major) (#8266) 2023-06-06 10:55:02 +01:00
parameters.js
parseUri.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
path-utils.ts
pathUtils.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
pluginCategories.json
PoorManIntervals.ts
promise-utils.js
randomClipperPort.js
react-logger.js
README.md
reducer.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
reducer.ts Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
registry.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
registry.ts Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
reserved-ids.js
resourceUtils.js
shim-init-node.js Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
shim.ts
string-utils-common.js
string-utils.js Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
StringUtils.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
Synchronizer.ts Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
SyncTargetAmazonS3.js Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
SyncTargetDropbox.js
SyncTargetFilesystem.js
SyncTargetJoplinCloud.ts
SyncTargetJoplinServer.ts
SyncTargetMemory.js
SyncTargetNextcloud.js
SyncTargetNone.ts
SyncTargetOneDrive.ts All: Fixes #7986: Fix OneDrive sync attempting to call method on null variable (#7987) 2023-04-03 18:09:52 +02:00
SyncTargetRegistry.ts
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 class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error 2023-03-06 14:22:37 +00:00
theme.ts Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
time.ts
timeUtils.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
tsconfig.json
urlUtils.js
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 Desktop: Fixed display of installed plugins in About box 2023-04-03 18:01:06 +02:00
versionInfo.ts Desktop: Fixed display of installed plugins in About box 2023-04-03 18:01:06 +02:00
WebDavApi.js Tools: Implement "prefer-object-spread" eslint rule 2023-06-01 12:02:36 +01:00
welcomeAssets.js Doc: Auto-update documentation 2023-06-11 12:17:44 +00:00
WelcomeUtils.ts Desktop, Mobile: Resolves #8154: Translate Welcome notes 2023-05-10 12:20:04 +01: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.