Abdullah Atta
91ae351129
editor: add support for bypassing cors when downloading images
2023-01-09 15:06:20 +05:00
ammarahm-ed
2966962016
mobile: unpin permanent reminders
2023-01-09 13:19:15 +05:00
ammarahm-ed
3c38c61437
mobile: hide note references on reminder
2023-01-09 13:19:15 +05:00
ammarahm-ed
8edd1af18c
mobile: hide reminder on note if disabled
2023-01-09 13:19:15 +05:00
ammarahm-ed
4b65c546f2
mobile: add wheel date/time picker
2023-01-09 13:19:15 +05:00
ammarahm-ed
defc640293
mobile: add date picker styles
2023-01-09 13:19:15 +05:00
Abdullah Atta
7e3d889632
core: fix reminders tests
2023-01-09 13:07:17 +05:00
Abdullah Atta
fa24565e25
web: update @notesnook-importer/core to v1.5.2
2023-01-09 12:49:18 +05:00
Abdullah Atta
966130dc52
web: use mimetype when saving base64 data attachments
...
This allows the caching layer to correctly cache images.
2023-01-07 22:24:40 +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
646dbfef6e
mobile: fix state not updated on reminder change
2023-01-07 16:06:15 +05:00
ammarahm-ed
3ea0faa7df
mobile: check date only for one-time reminders
2023-01-07 16:06:15 +05:00
ammarahm-ed
e9fbf17b40
mobile: refactor delete function
2023-01-07 16:06:15 +05:00
ammarahm-ed
5c7e776dce
mobile: setup reminders on init
2023-01-07 16:06:15 +05:00
ammarahm-ed
0db0070aeb
core: cleanup references after deleting reminder
2023-01-07 16:06:15 +05:00
ammarahm-ed
774cc6f953
mobile: fix recurring reminders
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
Muhammad Ali
08e5c285e0
web: removed isNarrow state from app.js ( #1596 )
...
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-01-07 10:34:31 +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
a0ad4403cb
web: fix checkout tests
2023-01-06 17:44:07 +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
1fc0fd5694
web: use correct env variables for login tests
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
ammarahm-ed
65cae7888e
mobile: reset login state on token expiry
2023-01-06 17:44:07 +05:00
Abdullah Atta
6718be881b
web: fix session expiry login flow
2023-01-06 17:44:07 +05:00
Abdullah Atta
d10c1eb8b7
web: handle invalid_grant error during login
2023-01-06 17:44:07 +05:00
Abdullah Atta
3ef8e1bab1
web: remove 2fa code limits
2023-01-06 17:44:07 +05:00
ammarahm-ed
ec699e8ef4
mobile: add session expired login flow
2023-01-06 17:44:07 +05:00
Abdullah Atta
206b72a5f8
web: click on submit button on password entry in login test
2023-01-06 17:44:07 +05:00
ammarahm-ed
dd2a27337f
mobile: update auth tests
2023-01-06 17:44:07 +05:00
Abdullah Atta
e43ee80fdb
web: update login 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
a46857974c
web: use the new response-based login flow
2023-01-06 17:44:07 +05:00
ammarahm-ed
4a826cfaea
mobile: new auth flow
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
3fd1898422
web: migrate to new 3-step login flow
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
e3f35ac567
web: show pointer cursor on properties close button ( #1580 )
2023-01-05 22:11:21 +05:00
Muhammad Ali
47feaeeac1
editor: fix scroll into view for selected search result ( #1578 )
2023-01-05 22:10:41 +05:00
ammarahm-ed
377bd6e510
mobile: update settings
2023-01-05 22:01:01 +05:00
Abdullah Atta
c150006ba2
web: change reminder notification setting text
2023-01-05 22:01:01 +05:00
Abdullah Atta
9b747d1d2b
web: add setting to control reminder notifications
2023-01-05 22:01:01 +05:00
Abdullah Atta
fbfcfe1bcb
web: reset snoozeUntil & disabled state on edit
2023-01-05 22:01:01 +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