1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/packages/lib
2021-11-17 18:41:25 +00:00
..
commands All: Add support for public-private key pairs and improved master password support (#5438) 2021-10-03 16:00:49 +01:00
components Desktop: Fixed button to upgrade a master key 2021-11-10 15:40:32 +00:00
debug All: Add support for sharing notebooks with Joplin Server (#4772) 2021-05-13 17:57:37 +01:00
hooks Chore: Converted encryption config screens to React Hooks to share logic between desktop and mobile 2021-09-10 19:05:47 +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 2021-11-09 15:28:38 +00:00
migrations All: Add "id" and "due" search filters (#4898) 2021-04-29 15:27:38 +01:00
models Desktop, Mobile: Added support for notebook icons 2021-11-15 17:19:51 +00:00
renderers All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
rnInjectedJs All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
services Desktop, Mobile: Added support for notebook icons 2021-11-15 17:19:51 +00:00
testing All, Server: Add support for faster built-in sync locks (#5662) 2021-11-03 12:26:26 +00:00
themes All: Add support for public-private key pairs and improved master password support (#5438) 2021-10-03 16:00:49 +01:00
utils Server: Add support for Stripe yearly subscriptions 2021-07-31 14:42:56 +01:00
vendor Server: Resolves #5738: Check for time drift when the server starts 2021-11-17 18:41:25 +00:00
.gitignore Desktop: Resolves #4750 Disappearing text in markdown editor (#4781) 2021-04-01 21:39:42 -06:00
array.ts Doc: Added sponsors and automatically build sponsor list on README 2021-07-26 18:21:19 +01:00
ArrayUtils.js Doc: Added sponsors and automatically build sponsor list on README 2021-07-26 18:21:19 +01:00
ArrayUtils.test.js Tools: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02:00
AsyncActionQueue.ts Chore: Fixed TS issues 2021-03-15 16:33:42 +00:00
BaseApplication.ts Desktop: Sort Order Buttons and Per-Notebook Sort Order (#5437) 2021-11-11 15:33:37 +00:00
BaseModel.ts All: Ensure that shared notebook children are not deleted when shared, unshared and shared again, and a conflict happens 2021-10-15 12:38:14 +01:00
BaseSyncTarget.ts Chore: Moved EncryptionService under e2ee directory 2021-08-23 18:47:07 +01:00
Cache.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
callbackUrlUtils.test.ts Desktop: Resolves #5168: Add support for callback URLs (#5416) 2021-10-16 10:07:41 +01:00
callbackUrlUtils.ts Desktop: Resolves #5168: Add support for callback URLs (#5416) 2021-10-16 10:07:41 +01:00
ClipperServer.ts Desktop, Clipper: Web Clipper now must request authorisation before accessing the application data 2021-06-22 19:57:04 +01: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: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02:00
database.ts Api: Resolves #5199: Add support for "events" end point to retrieve info about latest note changes 2021-08-30 18:53:24 +01:00
DropboxApi.js All: Add support for sharing notebooks with Joplin Server (#4772) 2021-05-13 17:57:37 +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.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
eventManager.test.js Tools: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02:00
eventManager.ts Plugins: Improved note change event handling. Also added tests and improved debugging plugins. 2020-12-01 14:08:41 +00:00
file-api-driver-amazon-s3.js Revert: All: Resolves #4810, Resolves #4610: Fix AWS S3 sync error and upgrade framework to v3 (#5212) 2021-08-11 11:24:01 +01:00
file-api-driver-dropbox.js All: Add support for sharing notebooks with Joplin Server (#4772) 2021-05-13 17:57:37 +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 All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
file-api-driver-memory.ts All: Improved first sync speed when synchronising with Joplin Server 2021-06-19 10:34:44 +01:00
file-api-driver-onedrive.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
file-api-driver-webdav.js All: Add support for sharing notebooks with Joplin Server (#4772) 2021-05-13 17:57:37 +01:00
file-api-driver.test.ts Tools: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02:00
file-api.ts All, Server: Add support for faster built-in sync locks (#5662) 2021-11-03 12:26:26 +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 Revert: All: Resolves #4810, Resolves #4610: Fix AWS S3 sync error and upgrade framework to v3 (#5212) 2021-08-11 11:24:01 +01:00
fs-driver-node.ts Revert: All: Resolves #4810, Resolves #4610: Fix AWS S3 sync error and upgrade framework to v3 (#5212) 2021-08-11 11:24:01 +01:00
fsDriver.test.ts All: Improved E2EE usability by making its state a property of the sync target (#5276) 2021-08-12 16:54:10 +01:00
geolocation-node.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
HtmlToMd.ts Desktop: Resolves #5440: Do not escape content when copying from Rich Text editor 2021-09-19 13:00:06 +01:00
htmlUtils2.test.ts Tools: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02: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 Desktop: Various improvements to Markdown import and export (#5290) 2021-08-23 00:35:45 +01:00
import-enex-html-gen.js Desktop: Fixes #4441: Fixed copying text from Rich Text editor 2021-01-30 11:08:11 +00:00
import-enex-html-gen.test.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
import-enex-md-gen.test.ts Chore: Converts ENEX import file to TypeScript 2021-09-23 13:16:22 +01:00
import-enex-md-gen.ts Desktop, Cli: Add support for more style of highlighted texts when importing ENEX files 2021-11-09 16:42:50 +00:00
import-enex.ts Desktop, Cli: Fixes #5543: Fixed running out of memory when importing large ENEX files 2021-10-13 10:55:39 +01:00
InMemoryCache.test.ts Tools: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02: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 Desktop, Mobile: Added support for notebook icons 2021-11-15 17:19:51 +00:00
JoplinError.ts All: Add support for sharing notebooks with Joplin Server (#4772) 2021-05-13 17:57:37 +01:00
JoplinServerApi.ts Desktop: Improved error message when a file cannot be uploaded or downloaded 2021-11-14 16:50:23 +00:00
locale.ts Desktop: Made sync more reliable by making it skip items that time out, and improved sync status screen 2021-05-15 20:56:49 +02:00
Logger.ts Tools: Added syncDebugLog to help debugging sync operations 2021-10-15 12:24:22 +01:00
markdownUtils2.test.ts All: Improved E2EE usability by making its state a property of the sync target (#5276) 2021-08-12 16:54:10 +01:00
markdownUtils.test.ts Desktop: Resolves #4750 Disappearing text in markdown editor (#4781) 2021-04-01 21:39:42 -06:00
markdownUtils.ts Desktop: Various improvements to Markdown import and export (#5290) 2021-08-23 00:35:45 +01:00
markJsUtils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
markupLanguageUtils.ts Desktop: Pass custom CSS property to all export handlers and renderers 2021-05-19 15:00:16 +02:00
mime-utils-types.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
mime-utils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
mimeUtils.test.js Tools: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02:00
net-utils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
ntp.ts Server: Resolves #5738: Check for time drift when the server starts 2021-11-17 18:41:25 +00:00
ObjectUtils.ts Plugins: Fixed import API 2021-09-04 15:07:38 +01:00
onedrive-api-node-utils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
onedrive-api.ts All: Resolves #5244: Handles OneDrive throttling responses and sets User-Agent based on Microsoft best practices (#5246) 2021-08-08 18:38:04 +01:00
package-lock.json All: Fixed issue that could cause application to needlessly lock the sync target 2021-11-10 14:47:26 +00:00
package.json All: Fixed issue that could cause application to needlessly lock the sync target 2021-11-10 14:47:26 +00:00
parameters.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
parseUri.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
path-utils.ts Server: Fixes #5328: Filenames with non-ascii characters could not be downloaded from published note 2021-08-17 23:29:46 +01:00
pathUtils.test.js Desktop, Cli: Fixes #5325: Fixed file paths when exporting as HTML 2021-08-17 07:00:54 +01:00
PoorManIntervals.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
promise-utils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00: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 All: Fixes #5447: Plugin onNoteSelectionChange() is triggered twice after a search (#5449) 2021-09-12 11:40:14 +01:00
reducer.ts All: Fixes #5447: Plugin onNoteSelectionChange() is triggered twice after a search (#5449) 2021-09-12 11:40:14 +01:00
registry.test.ts Tools: Fixed tests 2021-08-16 18:05:22 +01:00
registry.ts All: Added "None" sync target to allow disabling synchronisation 2021-08-16 16:18:32 +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 Server: Resolves #5738: Check for time drift when the server starts 2021-11-17 18:41:25 +00:00
shim.ts Server: Resolves #5738: Check for time drift when the server starts 2021-11-17 18:41:25 +00:00
string-utils-common.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
string-utils.js Cli: Fixes #5341: Ignore newline between quotes while spliting batch (#5540) 2021-10-16 12:19:53 +01:00
StringUtils.test.js Cli: Fixes #5341: Ignore newline between quotes while spliting batch (#5540) 2021-10-16 12:19:53 +01:00
Synchronizer.ts All, Server: Add support for faster built-in sync locks (#5662) 2021-11-03 12:26:26 +00:00
SyncTargetAmazonS3.js Desktop: Add Sync Wizard dialog 2021-08-16 15:20:14 +01:00
SyncTargetDropbox.js Desktop: Add Sync Wizard dialog 2021-08-16 15:20:14 +01:00
SyncTargetFilesystem.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
SyncTargetJoplinCloud.ts Desktop: Add Sync Wizard dialog 2021-08-16 15:20:14 +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 Desktop: Add Sync Wizard dialog 2021-08-16 15:20:14 +01:00
SyncTargetRegistry.ts Tools: Fixed tests 2021-08-16 18:05:22 +01:00
SyncTargetWebDAV.js Desktop: Add Sync Wizard dialog 2021-08-16 15:20:14 +01:00
TaskQueue.test.js Chore: Clean up synchronizer code and add types 2021-06-17 12:39:06 +01:00
TaskQueue.ts Chore: Clean up synchronizer code and add types 2021-06-17 12:39:06 +01:00
theme.ts All: Add support for public-private key pairs and improved master password support (#5438) 2021-10-03 16:00:49 +01: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: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02:00
tsconfig.json Plugins: Add support for editor context menu 2020-11-14 00:02:17 +00:00
urlUtils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
urlUtils.test.js Tools: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02:00
uuid.ts Desktop, Clipper: Web Clipper now must request authorisation before accessing the application data 2021-06-22 19:57:04 +01:00
versionInfo.ts Desktop: remove branch name in detached head state (#4636) 2021-03-11 14:39:18 +00:00
WebDavApi.js All: Add support for sharing notebooks with Joplin Server (#4772) 2021-05-13 17:57:37 +01:00
welcomeAssets.js Update website 2021-09-29 16:30:33 +01: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.