zadam
c922322ed3
Merge pull request #3152 from spasche/scrollbar-color
...
use same variable as Firefox for scrollbar thumb
2023-03-14 22:16:39 +01:00
zadam
53aaffd0f5
Merge pull request #3652 from eliandoran/fix/infinite_loop_autocompletion
...
Infinite loop when searching for '' in Jump to note
2023-03-14 22:13:40 +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
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
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
zadam
6b4800d2d6
port error clarifications
2023-03-08 07:31:10 +01:00
zadam
f60e4a1355
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# package-lock.json
2023-03-07 23:07:06 +01:00
zadam
03897c5c9d
use more precise detection of a mobile browser, fixes #3680
2023-03-07 23:06:55 +01:00
zadam
ef90f1ff3f
Merge pull request #3676 from jrao1/allow-labels-when-adding-notes-via-clipper
...
Allow arbitrary labels to be added via web clipper
2023-03-07 22:53:11 +01:00
zadam
177a67f59b
content null check in full text search, #3672
2023-03-06 23:23:56 +01:00
zadam
1e551581f8
content null check in full text search, #3672
2023-03-06 23:23:32 +01:00
zadam
62c2547557
#run should respect inheritance, fixes #3669
2023-03-06 23:00:29 +01:00
J Rao
2389ab30f8
sanitize label value
2023-03-06 21:28:09 +08:00
J Rao
fdffc27bb6
Allow arbitrary labels to be added via web clipper
2023-03-06 21:21:09 +08:00
zadam
540d19c67c
fix import of ZIP with images with no meta file, closes #3649
2023-03-02 08:44:55 +01:00
zadam
f541bf186c
release 0.59.1
2023-02-28 23:39:34 +01:00
zadam
9eb3075f65
Merge remote-tracking branch 'origin/master' into next59
...
# Conflicts:
# bin/tpl/anonymize-database.sql
2023-02-28 23:25:51 +01:00
zadam
e2b8dfe96a
fix autocomplete showing hidden paths, closes #3654
2023-02-28 23:23:48 +01:00
zadam
f883fde74a
small search refactorings
2023-02-28 23:23:17 +01:00
zadam
ee2953a5e1
fix display of note revision content, #3637
2023-02-27 22:58:02 +01:00
zadam
ec8ed65feb
submenu choice of template should override child: settings, fixes #3628
2023-02-27 21:07:32 +01:00
zadam
b70699ce1c
make the active fancytree selector more specific than the normal color setting
2023-02-27 21:01:25 +01:00
Elian Doran
5820f874fc
Fix infinite loop in autocompletion
...
In some cases, the token used for highlighting autocompletion gets to be
empty, resulting in an infinte loop. One such case is searching for `''`
(without the backticks).
2023-02-27 01:00:30 +02:00
Elian Doran
44c0ecdbfa
Fix middle vertical align on table cells
...
For merged cells, middle vertical alignment would not work properly (it
was either aligned to the top or bottom).
2023-02-26 22:45:58 +02:00
zadam
69d7684b0d
fix refreshing option cache on sync, closes #3623
2023-02-22 22:10:41 +01:00
zadam
fc67dd4d0a
release 0.59.0-beta
2023-02-19 21:36:05 +01:00
zadam
232dad66d1
trim imported text
2023-02-19 21:34:37 +01:00
zadam
eaab82551f
API migration to remove deprecated calls
2023-02-17 23:23:53 +01:00
zadam
d343ff0d23
removed deprecated widgets from frontend API
2023-02-17 23:04:49 +01:00
zadam
400b14e021
removed remnants of dev branch
2023-02-17 16:44:04 +01:00
zadam
97cadc3acf
cleaned up unused backend log widget
2023-02-17 16:27:37 +01:00
zadam
7d0117bd28
unneeded changes from dev
2023-02-17 16:24:47 +01:00
zadam
6f7b554cdc
preparing 0.59 without ocr/pdf, userguide, note ancillaries
2023-02-17 14:49:45 +01:00
zadam
42e08284b0
Merge remote-tracking branch 'origin/master' into dev
...
# Conflicts:
# package-lock.json
# src/public/app/widgets/mermaid.js
2023-02-15 23:47:41 +01:00
zadam
127486fdf5
removed deprecated API methods
2023-02-15 23:45:25 +01:00
zadam
4ffe36e4d0
added options for OCR and extract text from PDF
2023-02-15 16:08:00 +01:00
zadam
85403321cf
tweaks
2023-02-15 15:57:33 +01:00
zadam
22cea63863
unneeded await
2023-02-15 15:09:34 +01:00
zadam
c95c5bb471
fix lost content data after CKEditor crash, closes #3584
2023-02-15 15:08:59 +01:00