zadam
|
e6bf6424e8
|
rename loadresults methods/properties for clarity that they don't contain entities, only rows
|
2023-06-05 16:12:02 +02:00 |
|
zadam
|
93addac8bb
|
Merge branch 'master' into next61
# Conflicts:
# src/becca/entities/bnote.js
# src/public/app/components/note_context.js
# src/public/app/layouts/desktop_layout.js
# src/public/app/services/note_content_renderer.js
# src/public/app/services/utils.js
# src/public/app/widgets/ribbon_widgets/file_properties.js
# src/public/app/widgets/ribbon_widgets/note_info_widget.js
# src/services/notes.js
|
2023-06-05 00:09:55 +02:00 |
|
zadam
|
b79631a35d
|
setContent refactoring
|
2023-06-04 20:51:08 +02:00 |
|
zadam
|
d9359c7c55
|
downgrade excalidraw to 0.14.2, #3979
|
2023-06-01 22:51:34 +02:00 |
|
zadam
|
a9dae7823f
|
script api docs
|
2023-05-31 14:00:37 +02:00 |
|
zadam
|
64aed9b462
|
display icon for non-supported note types in content renderer
|
2023-05-30 22:52:48 +02:00 |
|
zadam
|
0aa119af2c
|
attachments WIP
|
2023-05-29 00:19:54 +02:00 |
|
zadam
|
82efc92413
|
lib upgrades
|
2023-05-26 23:11:37 +02:00 |
|
zadam
|
e20fac19ba
|
attachment WIP
|
2023-05-20 23:46:45 +02:00 |
|
zadam
|
7fc2824325
|
ignore husky install error
|
2023-05-20 14:23:22 +02:00 |
|
zadam
|
0728f540ab
|
locked versions
|
2023-05-18 23:57:18 +02:00 |
|
zadam
|
1f8798d7ac
|
upgrades
|
2023-05-17 23:47:30 +02:00 |
|
zadam
|
64db5e2542
|
cleanup of app.js, wwww
|
2023-05-07 15:23:46 +02:00 |
|
zadam
|
78d83b8826
|
fix note size calculation with blobs
|
2023-05-05 15:18:55 +02:00 |
|
zadam
|
c0cf319521
|
upgrade electron to 25 and node to 18
|
2023-05-04 21:01:25 +02:00 |
|
zadam
|
735ac55bb8
|
fixes, allowing conversion of note into an attachment
|
2023-05-02 22:46:39 +02:00 |
|
zadam
|
49fb913eab
|
erasing unused attachments
|
2023-04-24 21:22:34 +02:00 |
|
zadam
|
0896000fcd
|
Merge branch 'stable'
|
2023-04-24 20:21:22 +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
|
5e2efca933
|
scheduled erasure of attachments WIP
|
2023-04-21 00:19:17 +02:00 |
|
zadam
|
0e4a040ed8
|
fixes of new attachment URLs
|
2023-04-17 22:40:53 +02:00 |
|
zadam
|
8725f7cfb2
|
Merge branch 'stable'
# Conflicts:
# src/services/build.js
|
2023-04-17 22:26:01 +02:00 |
|
zadam
|
8226f62ded
|
download offline images from libreoffice, fixes #3842
|
2023-04-16 23:11:18 +02:00 |
|
zadam
|
54c0268593
|
attachment improvements
|
2023-04-11 17:45:51 +02:00 |
|
zadam
|
5e88e24693
|
package upgrades
|
2023-04-10 18:50:55 +02:00 |
|
zadam
|
ee60652746
|
eslint config
|
2023-04-09 23:08:24 +02:00 |
|
zadam
|
d100b0dc07
|
allow #newNotesOnTop=false to negate previous setting, closes #3796
|
2023-04-03 21:08:32 +02:00 |
|
zadam
|
a099876088
|
fix escaping in sql console results
|
2023-03-26 20:50:37 +02:00 |
|
zadam
|
03897c5c9d
|
use more precise detection of a mobile browser, fixes #3680
|
2023-03-07 23:06:55 +01:00 |
|
zadam
|
d343ff0d23
|
removed deprecated widgets from frontend API
|
2023-02-17 23:04:49 +01:00 |
|
zadam
|
956682f2c7
|
update docs
|
2023-02-17 16:15:58 +01:00 |
|
zadam
|
6f7b554cdc
|
preparing 0.59 without ocr/pdf, userguide, note ancillaries
|
2023-02-17 14:49:45 +01:00 |
|
zadam
|
127486fdf5
|
removed deprecated API methods
|
2023-02-15 23:45:25 +01:00 |
|
zadam
|
44629e6a0a
|
upgrades
|
2023-02-10 12:29:07 +01:00 |
|
zadam
|
88e09eb279
|
ocr wip
|
2023-02-01 21:07:23 +01:00 |
|
zadam
|
37ba76fdd8
|
refactored note attachment into note ancillary
|
2023-01-28 13:13:46 +01:00 |
|
zadam
|
b0528b62d8
|
small attribute optimizations
|
2023-01-27 16:57:23 +01:00 |
|
zadam
|
ad887c4b12
|
added image OCR and parsing text from PDF (and OCR of PDF images)
|
2023-01-26 20:32:27 +01:00 |
|
zadam
|
c68a67d148
|
ocr test
|
2023-01-25 15:20:53 +01:00 |
|
zadam
|
339d8a7378
|
initial implementation of note attachments
|
2023-01-22 23:36:05 +01:00 |
|
zadam
|
f50a9c250a
|
many small issues found by intellij analysis
|
2023-01-15 21:04:17 +01:00 |
|
zadam
|
c97ada3434
|
docs improvements
|
2023-01-13 23:54:47 +01:00 |
|
zadam
|
da161c7ce0
|
rename shaca entities to have F-prefix, #3476
|
2023-01-03 13:40:21 +01:00 |
|
zadam
|
a083917db1
|
fix context menu in browser for launchers, closes #3454
|
2022-12-25 10:33:31 +01:00 |
|
zadam
|
e05e4bec32
|
fix old migration to avoid unique constraints problems, closes #3447
|
2022-12-22 15:11:20 +01:00 |
|
zadam
|
724f99f17c
|
add prefix "_" to "named" IDs
|
2022-12-21 16:11:00 +01:00 |
|
zadam
|
6def541e78
|
improve compatibility with common js, #3436
|
2022-12-18 12:58:26 +01:00 |
|
zadam
|
195c6a4089
|
backend log improvements
|
2022-12-15 16:38:05 +01:00 |
|
zadam
|
b9ae68d559
|
small fixes
|
2022-12-14 12:26:04 +01:00 |
|
zadam
|
ca968a9e31
|
hoisting support in mobile view WIP
|
2022-12-13 16:57:46 +01:00 |
|