Muhammad Ali
|
4728f14e8c
|
core: add year when grouping by month (#3630)
|
2023-10-31 10:57:52 +05:00 |
|
Ammar Ahmed
|
22c52d4432
|
core: reset lastSynced if new login
|
2023-10-30 11:55:43 +05:00 |
|
Ammar Ahmed
|
9e5bdf9e33
|
core: fix access token not saved
|
2023-10-30 11:55:14 +05:00 |
|
Abdullah Atta
|
7253eca5c0
|
core: do not allow saving empty token response
|
2023-10-30 10:55:39 +05:00 |
|
Abdullah Atta
|
b1f3dc29c5
|
core: use single sse command for logging the user out
|
2023-10-30 10:55:39 +05:00 |
|
Abdullah Atta
|
8e3df8d41b
|
editor: disallow links in inline code
|
2023-10-30 10:41:04 +05:00 |
|
Ammar Ahmed
|
77ab423041
|
mobile: fix keep in view in editor (#3612)
|
2023-10-24 16:54:00 +05:00 |
|
Ammar Ahmed
|
96a8e885d3
|
Fix session expiry dialog not presented when user encryption key is not found (#3625)
* core: fix session expired dialog not shown when
user encryption key does not
exist
* core: add watch command
|
2023-10-24 15:58:26 +05:00 |
|
Abdullah Atta
|
577c2ce6cd
|
core: auto create vault if non exists & user opens a locked note
|
2023-10-02 18:00:36 +05:00 |
|
Abdullah Atta
|
3efdd9505e
|
editor: do not open keyboard on task item drop
|
2023-10-02 16:22:20 +05:00 |
|
Abdullah Atta
|
ab3f5f6a6c
|
editor: hide scrollbar in math nodes
|
2023-10-02 16:17:39 +05:00 |
|
Abdullah Atta
|
7b08b5c035
|
core: fix vault key not getting synced
|
2023-10-02 16:07:52 +05:00 |
|
Abdullah Atta
|
4a557c67b7
|
core: fix require prismjs on desktop build
|
2023-10-02 15:28:47 +05:00 |
|
Abdullah Atta
|
a6ebe092e8
|
core: fix undefined is not an object when publishing empty note
|
2023-10-02 15:15:21 +05:00 |
|
Ammar Ahmed
|
57cf0e23cf
|
core: fix sorting of debug logs
|
2023-09-25 12:23:37 +05:00 |
|
Abdullah Atta
|
9e66269aca
|
core: fix core tests
|
2023-09-25 12:20:54 +05:00 |
|
Abdullah Atta
|
7a0bafb02c
|
editor: improve drag/drop support in task lists
|
2023-09-25 11:06:05 +05:00 |
|
Abdullah Atta
|
a24658ac0e
|
core: fix "Cannot read property type of undefined"
|
2023-09-25 10:43:54 +05:00 |
|
Abdullah Atta
|
bb77385b66
|
editor: update tiptap to 2.1.11
|
2023-09-25 10:36:36 +05:00 |
|
Ammar Ahmed
|
e8b1bb649c
|
editor: focus editor on press enter on mobile
|
2023-09-22 17:32:01 +05:00 |
|
Ammar Ahmed
|
023347da3f
|
editor: fix link color in tool
|
2023-09-22 17:31:36 +05:00 |
|
Ammar Ahmed
|
c1e1a8d1a9
|
clipper: support full page clips without styles and images
|
2023-09-22 10:32:52 +05:00 |
|
Ammar Ahmed
|
21720a510d
|
editor: cache src of image when loading from network
|
2023-09-22 10:32:52 +05:00 |
|
Ammar Ahmed
|
a2d5e7f32f
|
editor: layout images as block on mobile
|
2023-09-22 10:32:52 +05:00 |
|
Ammar Ahmed
|
f6a4af8c00
|
clipper: convert relative urls to absolute
|
2023-09-22 10:32:52 +05:00 |
|
Ammar Ahmed
|
2592a90853
|
mobile: fix clipper build output path
|
2023-09-22 10:32:52 +05:00 |
|
ammarahm-ed
|
788429efb7
|
mobile: clip dynamic websites
|
2023-09-22 10:32:52 +05:00 |
|
Ammar Ahmed
|
674d8672f0
|
mobile: set title max length to 500 chars
|
2023-09-21 15:29:47 +05:00 |
|
ammarahm-ed
|
8d371fce79
|
mobile: multi-line title
|
2023-09-21 15:29:47 +05:00 |
|
Muhammad Ali
|
f0f391ec73
|
editors: add support for write protecting a specific task list (#3285)
* editor: added readonly attr for tasklist
* Update packages/editor/src/extensions/task-list/task-list.ts
Signed-off-by: Abdullah Atta <thecodrr@protonmail.com>
* editor: fixed tasklist title input
* editor: allow write protecting nested task lists
---------
Signed-off-by: Abdullah Atta <thecodrr@protonmail.com>
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
|
2023-09-21 14:52:55 +05:00 |
|
Muhammad Ali
|
abc3b5569c
|
core: fix upcoming reminder time calculation (#3341)
* core: added missing equality sign
* core: added test
|
2023-09-21 14:04:20 +05:00 |
|
Muhammad Ali
|
c42dc0f12e
|
editor: add drag/drop support for attachments (#3325)
* editor: added drag for attachments
* editor: refactor attachment dragging check
---------
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
|
2023-09-21 13:59:41 +05:00 |
|
Abdullah Atta
|
da06184d51
|
core: increment progress even if file exists
|
2023-09-21 13:43:16 +05:00 |
|
Abdullah Atta
|
08296793f1
|
web: improve attachment progress events & ui
|
2023-09-21 13:43:16 +05:00 |
|
Abdullah Atta
|
1f2948c9a5
|
core: check for file existence before calling downloadFile
|
2023-09-21 13:43:16 +05:00 |
|
ammarahm-ed
|
883fe48946
|
core: add download start & canceled events
|
2023-09-21 13:43:16 +05:00 |
|
Abdullah Atta
|
207347190d
|
core: fix download/upload cancellation
|
2023-09-21 13:43:16 +05:00 |
|
ammarahm-ed
|
9d76311f82
|
mobile: support font scaling
|
2023-09-21 13:29:44 +05:00 |
|
Muhammad Ali
|
bff5e64484
|
editor: fix plain text pasting on windows (#3402)
* editor: added check for empty <p/> with <br/>
* editor: improve paragraph empty check
* editor: add tests
* editor: fix CRLF line breaks when pasting text
---------
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
|
2023-09-21 11:58:55 +05:00 |
|
Abdullah Atta
|
3492bef2c7
|
crypto: fix nodejs native encryption causing file corruption
|
2023-09-21 11:30:47 +05:00 |
|
Abdullah Atta
|
a7011f0d6b
|
global: update @trpc/* to 10.38.3
|
2023-09-21 11:30:23 +05:00 |
|
Abdullah Atta
|
f487e9f7e2
|
global: update lockfiles
|
2023-09-15 15:06:27 +05:00 |
|
ammarahm-ed
|
9ea4651fb0
|
core: fix backup fail if item in null/undefined
|
2023-09-14 23:45:13 +05:00 |
|
ammarahm-ed
|
2bf6e7073c
|
core: fix migration not running on colors
|
2023-09-13 18:21:55 +05:00 |
|
ammarahm-ed
|
7990458cf3
|
core: call migrateItem with backup key
|
2023-09-13 18:15:44 +05:00 |
|
ammarahm-ed
|
ae680a32bc
|
core: fix migration
|
2023-09-13 17:32:17 +05:00 |
|
ammarahm-ed
|
67c3a36464
|
editor: fix code-block ui
|
2023-09-13 13:44:53 +05:00 |
|
Abdullah Atta
|
74fef0d2d9
|
core: run all items migrator before other migrators
|
2023-09-13 12:42:02 +05:00 |
|
Abdullah Atta
|
5906b24da1
|
core: add support for localOnly migrations
|
2023-09-13 12:40:30 +05:00 |
|
Abdullah Atta
|
8dd36f7adf
|
core: set last synced to 0 right after login
|
2023-09-13 12:39:15 +05:00 |
|