zadam
04caba9f5b
fix parsing the authentication header with password containing a colon, closes #3916
2023-05-09 23:44:43 +02:00
zadam
cc1f831a6a
don't allow setting image quality to empty value, #3894
2023-05-09 23:32:06 +02:00
zadam
331d280075
TOC scrolls smoothly (on readonly), #3911
2023-05-09 23:14:56 +02:00
zadam
c4a2ff5fa1
fix hamburger icon in canvas, #3780
2023-05-07 12:09:38 +02:00
zadam
eff567ee48
wrong password login screen should return 401 so that it counts to the rate limiter, fixes #3867
2023-04-23 22:22:05 +02:00
zadam
e24d5a6f83
collapse command will collapse the whole tree, including the current active note path, fixes #3664
2023-04-19 21:24:51 +02:00
zadam
83d8908ee8
release 0.59.4
v0.59.4
2023-04-17 21:40:35 +02:00
zadam
1d3272e9f8
fix displaying error message in mermaid, closes #3841
2023-04-16 23:41:40 +02:00
zadam
8226f62ded
download offline images from libreoffice, fixes #3842
2023-04-16 23:11:18 +02:00
zadam
e4376bb9f2
isRoot check
2023-04-14 20:24:28 +02:00
zadam
839b172b92
fix duplicating subtree with internal links, closes #3813
2023-04-09 22:45:31 +02:00
zadam
293573a0cd
don't update attribute detail while composing CJK characters, fixes #3812
2023-04-07 21:45:27 +02:00
zadam
24866a3e25
fix click events propagating from context menu being closed, fixes #3805
...
(cherry picked from commit e871edc8f347e6add552abe67d94a68793558802)
2023-04-06 23:16:32 +02:00
zadam
32e9fd291d
promotes attributes tab should be always visible when available, fixes #3806
2023-04-06 21:25:13 +02:00
zadam
8229a97ffb
capitalizing ribbon widget names #3806
2023-04-06 21:20:19 +02:00
zadam
c44be53673
awaiting on triggered events/commands in the frontend API, fixes #3799
2023-04-05 22:07:08 +02:00
zadam
d100b0dc07
allow #newNotesOnTop=false to negate previous setting, closes #3796
2023-04-03 21:08:32 +02:00
zadam
a0e9ac73c9
Merge remote-tracking branch 'origin/stable' into stable
...
# Conflicts:
# src/services/build.js
2023-04-03 21:00:02 +02:00
zadam
72b1cc4d89
fixed loading of parent to froca when e.g. sharing (cloning into not yet loaded _share parent)
2023-03-29 23:16:45 +02:00
zadam
e70cca4736
fix trailing slash in shared note in IE, closes #3782
2023-03-29 23:07:47 +02:00
zadam
ed52919f9e
release 0.59.3
v0.59.3
2023-03-27 23:06:14 +02:00
zadam
45a74a046c
release 0.59.3
2023-03-27 23:03:27 +02:00
zadam
9881e6de3e
fix hangup on highlighting empty tokens, closes #3772
2023-03-26 23:09:15 +02:00
zadam
a099876088
fix escaping in sql console results
2023-03-26 20:50:37 +02:00
zadam
cd72ea524e
promoted and inherited attributes should be shown grouped based on the owning note, #3761
2023-03-23 23:47:28 +01:00
zadam
6b1f9d3243
add #newNotesOnTop, closes #3734
...
(cherry picked from commit d31b5ac99fadfaeaf23fd809598fd0f816b629e2)
2023-03-19 22:27:12 +01:00
dymani
117f1101e4
Fix typo in backend API createOrUpdateLauncher()
...
(cherry picked from commit b3f47bb2b6617ed8a43c6235b7a9d153dc58eb95)
2023-03-19 22:27:12 +01:00
zadam
64d8c7a657
add a check for the hidden note existence, #3728
2023-03-17 22:14:50 +01:00
zadam
4c3fcc3ea6
fix sanitization of autocomplete against XSS
2023-03-17 22:04:49 +01:00
zadam
5ad47d3866
fix cache invalidation upon note title change
2023-03-17 20:44:26 +01:00
zadam
147160ed45
fix dead references in consistency_checks.js
2023-03-16 13:30:33 +01:00
zadam
63a70f2ffa
release 0.59.2
v0.59.2
2023-03-14 21:15:08 +01:00
zadam
d8e9086bde
Merge pull request #3710 from meichthys/patch-3
...
Capitalize Ribbon Widget titles for consistency
2023-03-14 21:12:38 +01:00
zadam
af4470ead1
Merge pull request #3709 from PJB3005/23-03-14-mermaid-code-mode
...
Avoid EditableCode inheriting mode from previous notes.
2023-03-14 21:12:01 +01:00
zadam
7cda81ec68
fix default keyboard shortcuts for mac forward, back, closes #3708
2023-03-14 21:07:14 +01:00
MeIchthys
b1153f8d01
Capitalize Inherited Attributes
for consistency
2023-03-14 16:01:08 -04:00
MeIchthys
54e21bf249
Capitalize Owned Attributes
title
2023-03-14 15:58:40 -04:00
Pieter-Jan Briers
eebf329983
Avoid EditableCode inheriting mode from previous notes.
...
Previously, if CodeMirror doesn't support a mode explicitly the mode wouldn't be updated on refresh. This means editors like Mermaid would get their mode "inherited" from the previous mode you had open.
Now the mode is set to text/plain if CodeMirror doesn't support the note's MIME type.
P.S. some of the mermaid diagrams in the demo data have their MIME type incorrectly set to text/plain rather than text/mermaid, so it doesn't reproduce on all diagrams in the demo data.
2023-03-14 20:56:12 +01:00
zadam
7b1d6c3937
Merge pull request #3685 from holoword/holoword/issue3677
...
“Docker non-root healthcheck”
2023-03-14 20:44:35 +01:00
holo
e6803e9a9b
“Docker non-root healthcheck”
2023-03-15 00:01:25 +00:00
zadam
0b24011468
docker_healthcheck.js should not create log files, #3677
2023-03-14 20:32:35 +01:00
zadam
2699c995ee
Merge pull request #3701 from meichthys/patch-2
...
Add `onenote` Scheme to html sanitizer
2023-03-14 20:23:21 +01:00
MeIchthys
697f6ee2a9
Add onenote
Scheme to html sanitizer
2023-03-13 10:36:25 -04:00
zadam
35429f6a93
Merge pull request #3693 from meichthys/patch-1
...
📝 Emojify Readme
2023-03-12 23:10:43 +01:00
zadam
29eae4eeb6
fixed jsdoc
2023-03-12 23:05:54 +01:00
zadam
8de67b6945
small fixes / refactoring
2023-03-12 21:37:13 +01:00
zadam
4f63284d41
Merge pull request #3699 from new-sashok724/unix-sockets
...
Support listening on the unix socket
2023-03-12 21:31:37 +01:00
zadam
0c806024fb
added some extra allowed URI schemes, fixes #3692
2023-03-12 21:20:34 +01:00
Сашка724ая
9a08aa2ab5
Fix healthcheck and some messages
2023-03-11 20:57:16 +11:00
Сашка724ая
02f218389b
support listening on unix sockets
2023-03-11 20:21:32 +11:00