Commit Graph

68 Commits (a6036859b8bd24be31dfcf6318e57cf696fa25bc)

Author SHA1 Message Date
zadam a6036859b8 normalize strings before calculation hashes, #4435 2023-11-27 23:23:55 +07:00
zadam 10f3df3ed4 make sure content is string for post-processing 2023-11-26 23:51:04 +07:00
zadam af24758ad4 Merge branch 'beta'
# Conflicts:
#	docs/backend_api/BAttachment.html
#	docs/backend_api/BNote.html
#	docs/backend_api/becca_entities_bnote.js.html
#	docs/frontend_api/FAttribute.html
#	docs/frontend_api/FBranch.html
#	docs/frontend_api/FNote.html
#	docs/frontend_api/FrontendScriptApi.html
#	docs/frontend_api/entities_fattachment.js.html
#	docs/frontend_api/entities_fattribute.js.html
#	docs/frontend_api/entities_fblob.js.html
#	docs/frontend_api/entities_fbranch.js.html
#	docs/frontend_api/entities_fnote.js.html
#	docs/frontend_api/global.html
#	docs/frontend_api/index.html
#	docs/frontend_api/services_frontend_script_api.js.html
#	package-lock.json
2023-09-25 23:11:07 +07:00
zadam 8075265753 fix migration, closes #4262 2023-09-18 23:45:00 +07:00
zadam 035113db4d Merge branch 'beta'
# Conflicts:
#	package-lock.json
2023-09-14 00:19:19 +07:00
zadam f37dc66074 add support for storing canvas libraries in note attachments plus storing exported SVG in attachment 2023-09-08 21:53:57 +07:00
vaifix 739ab28763 Resolve autocomplete error 2023-08-25 13:01:53 +07:00
zadam 72122d0f95 fix blobIds - they shouldn't contain + and / characters 2023-07-28 15:55:26 +07:00
zadam eb34f9c64f small refactorings and fixes 2023-06-29 23:32:19 +07:00
zadam d8bc9c2982 attachment actions 2023-05-03 10:23:20 +07:00
zadam 1fdb23746a uploading image to attachment 2023-03-16 18:34:39 +07:00
zadam 5a8e216dec WIP blob 2023-03-15 22:44:08 +07:00
zadam f50a9c250a many small issues found by intellij analysis 2023-01-15 21:04:17 +07:00
zadam ca4e1c19a7 make utils.normalize null-safe, #3469 2022-12-30 21:00:42 +07:00
zadam 1b24276a4a always use template strings instead of string concatenation 2022-12-21 15:19:05 +07:00
zadam b9632a7814 rename note types to camelCase 2022-12-06 23:01:42 +07:00
zadam 12b3302687 sanitize note title && attrs just to be sure 2022-07-06 23:09:16 +07:00
Tom 3df712b64f refactor canvas-note to canvas 2022-05-10 13:43:05 +07:00
Tom Free 0469962c5e wip: canvas-note patch
Conflicts:
	src/public/app/services/library_loader.js
	src/public/app/services/tree_context_menu.js
	src/public/app/widgets/note_actions.js
	src/services/consistency_checks.js
	src/services/utils.js
2022-04-19 00:13:26 +07:00
zadam bc854ee149 cleanup 2021-11-21 17:15:10 +07:00
Myzel394 b23ead8097
Fix: Highlighting searched term should ignore accents (#2364)
* fixed accent highlighting not working

* fixed

* fixes

* improvements
2021-11-21 16:27:50 +07:00
zadam 79b8d91025 validate/clean inverse relation name in promoted attr definition 2021-10-27 22:13:54 +07:00
zadam af3fd61974 mermaid layout improvements 2021-09-30 10:18:03 +07:00
zadam 533fcd06e4 search should ignore diacritics, closes #2182 2021-09-27 22:09:55 +07:00
zadam a74741343e upload of modified open file WIP 2021-04-24 11:39:59 +07:00
zadam fbbd51d0b1 small changes for better debugging infos 2021-02-20 23:17:29 +07:00
zadam 6b306ac426 alert for missing file preview 2021-01-30 15:59:59 +07:00
zadam a15f8d7e11 small fixes 2020-08-31 23:13:39 +07:00
zadam 5a8c3f6a2b removed forgotten console.logs 2020-08-28 22:52:57 +07:00
zadam 8d0df6ddb9 Merge remote-tracking branch 'origin/stable'
# Conflicts:
#	db/demo.zip
#	src/services/notes.js
#	src/services/request.js
2020-08-10 23:45:17 +07:00
zadam 224fbdc8cd small improvements to text preview in file notes 2020-08-04 22:06:25 +07:00
zadam e1dd933ec0 Merge remote-tracking branch 'origin/stable'
# Conflicts:
#	src/services/options_init.js
2020-07-28 23:50:54 +07:00
zadam 8a57960c6e tweaks in sync timeout handling 2020-07-28 23:29:12 +07:00
zadam 78a2c1753e consistency checks fixes 2020-07-01 22:42:59 +07:00
zadam f0b608ddec non-intrusive logging of sync errors 2020-07-01 21:33:52 +07:00
zadam 5f699cc28c converted most dynamic SQL queries into prepared statement to avoid excessive statement caching 2020-06-20 23:24:34 +07:00
zadam 027afab6b1 fix DB setup 2020-06-20 21:42:41 +07:00
zadam 88348c560c syncification 2020-06-20 12:31:38 +07:00
zadam a7d9870846 Merge remote-tracking branch 'origin/better-sqlite3'
# Conflicts:
#	libraries/ckeditor/ckeditor.js
#	libraries/ckeditor/ckeditor.js.map
#	package-lock.json
#	package.json
#	src/public/app/services/utils.js
#	src/public/app/widgets/type_widgets/editable_text.js
#	src/services/utils.js
2020-06-18 09:03:09 +07:00
zadam 0df7851214 fix sync 2020-06-13 22:34:15 +07:00
zadam 5d47c2b23e opening transactions only on write operations which enforces exclusive lock only there to improve concurrency, custom handling of sync request timeouts, #1093, #1018 2020-06-13 10:23:36 +07:00
zadam be7ac74235 better fallback for resolving filenames of binary attachments 2020-06-05 10:40:35 +07:00
Adam Coyne ac10701b55
Add import option to replace underscores with spaces in note names (#1064) 2020-05-30 23:15:00 +07:00
zadam 9d8b8e26a1 attach extension to download file if note present 2020-05-12 10:28:31 +07:00
zadam 3bbb213f82 fixes for web clipper 2020-04-02 22:55:11 +07:00
zadam ef61e22f1f local image storage fixes 2020-03-25 18:21:55 +07:00
zadam 8a92786012 save paste images locally WIP 2020-03-25 11:28:44 +07:00
zadam 474baa7d95 sync recovery fixes 2019-12-24 16:00:31 +07:00
zadam d47403c0e7 implemented sync hash check recovery process 2019-12-18 22:58:30 +07:00
zadam cf53cbf1dd moving out note revision content into separate table, refactoring, WIP 2019-10-31 21:58:34 +07:00