Abdullah Atta
0a6cc165dc
refactor: fix eslint fixable errors/warnings
2023-01-16 13:51:20 +05:00
Abdullah Atta
c5489e3c4a
core: fix double refresh token requests on page refresh
2023-01-16 13:49:05 +05:00
Abdullah Atta
0ea5bd297c
editor: add missing license header
2023-01-16 13:48:28 +05:00
Abdullah Atta
9116a24392
global: update license year to 2023
2023-01-16 13:48:28 +05:00
Abdullah Atta
b66741910f
web: move custom toolbar preset to pro features
2023-01-14 12:55:16 +05:00
ammarahm-ed
7f30fe6ff9
core: fix topic with notes not deleting
2023-01-14 10:51:25 +05:00
Muhammad Ali
59a25610e3
editor: increase y-offset of table column properties menu so its visible in all cases ( #1648 )
2023-01-13 17:38:36 +05:00
Abdullah Atta
15ed1b498a
core: use 15s timeout for remote sync
2023-01-13 17:18:44 +05:00
Abdullah Atta
d5793e9e4e
core: gracefully handle case where syncing device gets disconnected
2023-01-13 15:57:33 +05:00
Abdullah Atta
961b953f5a
web: refresh app on sync merge conflict
2023-01-13 14:45:45 +05:00
Abdullah Atta
b3c4dbb910
core: send sync aborted event on out-of-stack sync errors
2023-01-13 14:34:29 +05:00
Abdullah Atta
4ed378bc9c
core: fix unintended merge conflicts
2023-01-13 14:32:13 +05:00
Muhammad Ali
7449181d86
editor: close list selection popup after selecting a list ( #1636 )
...
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-01-12 15:52:19 +05:00
Abdullah Atta
1799404c01
core: add a way to check if reminder will activate today
2023-01-12 12:38:19 +05:00
ammarahm-ed
4ee9593bac
core: fix upcoming reminder time for "once"
...
reminders
2023-01-12 09:55:17 +05:00
Abdullah Atta
18da6cfc43
core: add short format for showing reminder time
2023-01-11 16:40:08 +05:00
Muhammad Ali
25ae32028b
editor: do not lift first list item on backspace ( #1630 )
...
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-01-11 13:10:20 +05:00
Abdullah Atta
165862db06
editor: make build scripts compatible with windows
2023-01-11 12:31:33 +05:00
Abdullah Atta
4daca499d6
editor: remove prosemirror-utils lib as it's incompatible with windows
2023-01-11 12:11:23 +05:00
Abdullah Atta
9f832ce25d
core: re-enable legacy login flow
2023-01-09 18:58:30 +05:00
Abdullah Atta
b439571e17
core: add support for changing account email
2023-01-09 16:20:26 +05:00
ammarahm-ed
1b471a2fda
mobile: add cors proxy settings
2023-01-09 15:06:20 +05:00
Abdullah Atta
91ae351129
editor: add support for bypassing cors when downloading images
2023-01-09 15:06:20 +05:00
Abdullah Atta
7e3d889632
core: fix reminders tests
2023-01-09 13:07:17 +05:00
Abdullah Atta
6ba3732327
core: send mimetype when saving base64 attachment
2023-01-07 22:24:40 +05:00
ammarahm-ed
c0bc786669
core: format permanent reminder
2023-01-07 16:56:36 +05:00
ammarahm-ed
0db0070aeb
core: cleanup references after deleting reminder
2023-01-07 16:06:15 +05:00
Muhammad Ali
abe1598910
editor: fix issue where right clicking on a link opened it ( #1571 )
...
* editor: link right click opens link bug solved
* editor: added headers
* editor: create patch for @tiptap/extension-link
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-01-07 13:17:56 +05:00
Abdullah Atta
4fe2f91175
core: throw error if refresh token is not found
2023-01-07 12:48:34 +05:00
Abdullah Atta
eb526063c3
web: update package-lock.json & add otplib
2023-01-07 12:30:00 +05:00
Ammar Ahmed
05cd7e5002
core: add proper styling to pdf & html exports ( #1579 )
...
* mobile: fix exported pdf styling
* core: move html template styles to core
* core: inline prism-dracula styles
Signed-off-by: Abdullah Atta <abdullahatta@streetwriters.co >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-01-06 17:58:33 +05:00
Abdullah Atta
d0ddaeba73
core: don't save empty token response
2023-01-06 17:44:07 +05:00
Abdullah Atta
06ad68975f
core: fix Cannot read properties of undefined (reading 'slice')
2023-01-06 17:44:07 +05:00
Abdullah Atta
c37aec07bb
global: update package lock files
2023-01-06 17:44:07 +05:00
Abdullah Atta
9aad63a623
core: use correct env variables for login tests
2023-01-06 17:44:07 +05:00
Abdullah Atta
22871d8baf
core: use the new login flow in all tests
2023-01-06 17:44:07 +05:00
Abdullah Atta
04fe4a7217
theme: improve input focus border on non-chrome browsers
...
We were using box-shadow previously to draw a fake border. While this worked
on Chrome-based browsers, it failed on Firefox & WebKit. This change uses
the outline property.
2023-01-06 17:44:07 +05:00
Abdullah Atta
8c87d00102
core: use access_token from response instead of via errors
...
This is more in line with how auth works:
1. You send a request with credentials
2. The server responds with an access_token
The only difference in this approach is that the client
cannot decide which scopes it wants.
2023-01-06 17:44:07 +05:00
Abdullah Atta
12d1b3fcc9
core: impl new 3-step authentication flow (& deprecate old one)
2023-01-06 17:44:07 +05:00
Muhammad Ali
47feaeeac1
editor: fix scroll into view for selected search result ( #1578 )
2023-01-05 22:10:41 +05:00
Abdullah Atta
360b94353a
core: fix upcoming reminder time if next reminder is on the same exact time as current time
2023-01-05 22:01:01 +05:00
ammarahm-ed
b77254a045
mobile: configurable snooze time
2023-01-05 22:01:01 +05:00
Abdullah Atta
631142f852
core: group reminders by active/inactive
2023-01-05 22:01:01 +05:00
ammarahm-ed
6a7d11c331
core: format snooze time
2023-01-05 22:01:01 +05:00
ammarahm-ed
7bde09c5d7
core: allow disabling console logs in logger
2023-01-05 22:01:01 +05:00
ammarahm-ed
0fe0a4dc0b
core: fix upcoming reminder sorting
2023-01-05 22:01:01 +05:00
Abdullah Atta
87ba9ae027
core: fix exists is readonly error
2023-01-05 22:01:01 +05:00
Abdullah Atta
8c8be28363
core: fix shortcut is not defined
2023-01-05 22:01:01 +05:00
ammarahm-ed
26ec8551f9
mobile: add disable/snooze function
2023-01-05 22:01:01 +05:00
Abdullah Atta
07ebbf622d
core: add mockdate package
2023-01-05 22:01:01 +05:00