..
commands
Server: Add support for sharing notes via a link
2021-01-29 18:45:11 +00:00
components /shared
Android: Fixes #4439 : Add option to disable TLS validation and allow self-signed certificates for WebDAV/NextCloud ( #4742 )
2021-04-25 09:50:52 +01:00
debug
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +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-05-15 16:15:55 +02:00
migrations
All: Add "id" and "due" search filters ( #4898 )
2021-04-29 15:27:38 +01:00
models
Desktop: Rename Joplin Server to Joplin Cloud in UI
2021-05-25 12:16:57 +02: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
Server: Add mailer service
2021-05-25 11:49:47 +02:00
testing
Fixed tests and server build
2021-05-25 17:50:51 +02:00
themes
Desktop: Allow unsharing a note
2021-05-16 17:28:49 +02:00
utils
Server: Add mailer service
2021-05-25 11:49:47 +02:00
vendor
Tools: Replace Jasmine with Jest to run tests
2020-11-10 15:59:30 +00:00
.gitignore
Desktop: Resolves #4750 Disappearing text in markdown editor ( #4781 )
2021-04-01 21:39:42 -06:00
ArrayUtils.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00: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
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
BaseModel.ts
Fix types
2021-05-10 11:32:31 +02:00
BaseSyncTarget.ts
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
Cache.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
ClipperServer.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
CssUtils.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
database-driver-node.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
database.test.js
Tools: Moved lib-specific tests under lib package
2021-05-21 15:17:21 +02:00
database.ts
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +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
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +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
Desktop: Handle too large items for Joplin Server
2021-05-17 18:55:39 +02:00
file-api-driver-local.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
file-api-driver-memory.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00: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: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
folders-screen-utils.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
fs-driver-base.ts
Mobile: Fixed mobile build
2021-01-27 17:42:58 +00:00
fs-driver-dummy.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
fs-driver-node.ts
Mobile: Fixed mobile build
2021-01-27 17:42:58 +00:00
fsDriver.test.ts
Tools: Moved lib-specific tests under lib package
2021-05-21 15:17:21 +02:00
geolocation-node.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
HtmlToMd.ts
Desktop: Fixes #4669 : Copying code block from Rich Text editor results in two copies of the text
2021-04-11 19:01:06 +02: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: Fixed pasting HTML in Rich Text editor, and improved pasting plain text
2021-05-20 18:08:59 +02: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-md-gen.test.ts
Tools: Moved lib-specific tests under lib package
2021-05-21 15:17:21 +02:00
import-enex-md-gen.ts
Desktop, Cli: Fixes #4965 : Improved importing Evernote notes that contain codeblocks
2021-05-15 11:12:11 +02:00
import-enex.js
Desktop, Cli: Improved error handling when importing ENEX
2021-01-24 15:24:10 +00: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
Tools: Fixed tests
2021-05-21 17:02:56 +02:00
JoplinDatabase.ts
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
JoplinError.js
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
JoplinError.ts
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
JoplinServerApi.ts
Desktop: Rename Joplin Server to Joplin Cloud in UI
2021-05-25 12:16:57 +02: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
Desktop: Add synchronization tools to clear local sync state or data
2021-05-03 12:57:46 +02:00
markdownUtils2.test.ts
Tools: Moved lib-specific tests under lib package
2021-05-21 15:17:21 +02:00
markdownUtils.test.ts
Desktop: Resolves #4750 Disappearing text in markdown editor ( #4781 )
2021-04-01 21:39:42 -06:00
markdownUtils.ts
Doc: Added script to build Sponsors table
2021-05-27 15:24:56 +02: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
ntpDate.ts
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00
ObjectUtils.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
onedrive-api-node-utils.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
onedrive-api.ts
Tools: Apply eslint rule "no-multi-spaces"
2021-01-23 15:51:19 +00:00
package-lock.json
Tools: Fixed tests
2021-05-21 17:02:56 +02:00
package.json
Tools: Fixed tests
2021-05-21 17:02:56 +02: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
Desktop: Fixes #4426 : Improved handling of empty paths for Joplin Server sync target
2021-02-01 10:48:37 +00:00
pathUtils.test.js
Tools: Moved lib-specific tests under lib package
2021-05-21 15:17:21 +02: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
Tools: Moved lib-specific tests under lib package
2021-05-21 15:17:21 +02:00
reducer.ts
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
registry.test.ts
Tools: Moved lib-specific tests under lib package
2021-05-21 15:17:21 +02:00
registry.ts
All: Add support for sharing notebooks with Joplin Server ( #4772 )
2021-05-13 17:57:37 +01:00
reserved-ids.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
resourceUtils.js
Desktop, Cli: Resolves #4968 : Import SVG as images when importing ENEX files
2021-05-15 13:42:57 +02:00
shim-init-node.js
Desktop, Cli: Fixed issue when getting version info
2021-04-07 19:12:37 +02:00
shim.ts
Desktop: Added button to skip an application update
2021-05-14 11:29:06 +02:00
string-utils-common.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
string-utils.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
StringUtils.test.js
Tools: Moved lib-specific tests under lib package
2021-05-21 15:17:21 +02:00
Synchronizer.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
SyncTargetAmazonS3.js
Server: Add support for sharing notes via a link
2021-01-29 18:45:11 +00:00
SyncTargetDropbox.js
Server: Add support for sharing notes via a link
2021-01-29 18:45:11 +00:00
SyncTargetFilesystem.js
Server: Add support for sharing notes via a link
2021-01-29 18:45:11 +00:00
SyncTargetJoplinServer.ts
Desktop: Rename Joplin Server to Joplin Cloud in UI
2021-05-25 12:16:57 +02:00
SyncTargetMemory.js
Server: Add support for sharing notes via a link
2021-01-29 18:45:11 +00:00
SyncTargetNextcloud.js
Android: Fixes #4439 : Add option to disable TLS validation and allow self-signed certificates for WebDAV/NextCloud ( #4742 )
2021-04-25 09:50:52 +01:00
SyncTargetOneDrive.ts
Server: Add support for sharing notes via a link
2021-01-29 18:45:11 +00:00
SyncTargetRegistry.js
Desktop: Add synchronization tools to clear local sync state or data
2021-05-03 12:57:46 +02:00
SyncTargetWebDAV.js
Android: Fixes #4439 : Add option to disable TLS validation and allow self-signed certificates for WebDAV/NextCloud ( #4742 )
2021-04-25 09:50:52 +01:00
TaskQueue.js
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
TaskQueue.test.js
Tools: Moved lib-specific tests under lib package
2021-05-21 15:17:21 +02:00
TemplateUtils.js
Desktop: add {{bowm}} and {{bows}} - Beginning Of Week (Monday/Sunday) ( #4023 )
2020-11-12 18:41:37 +00:00
theme.ts
Server: Add support for sharing notes via a link
2021-01-29 18:45:11 +00:00
time.ts
Server: Add support for sharing notes via a link
2021-01-29 18:45:11 +00: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
Server: Add Joplin Server package ( #1872 )
2020-12-28 11:48:47 +00: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-05-04 16:02:57 +02:00
WelcomeUtils.js
Converted models and services to TypeScript
2021-01-22 17:41:11 +00:00