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
ammarahm-ed
19227cf51b
mobile: remove snooze setting icon
2023-01-05 22:01:01 +05:00
ammarahm-ed
c6297227bf
mobile: patch notifee to support monthly
...
recurring reminders.
2023-01-05 22:01:01 +05:00
ammarahm-ed
99d3b7300c
mobile: fix typo
2023-01-05 22:01:01 +05:00
ammarahm-ed
b77254a045
mobile: configurable snooze time
2023-01-05 22:01:01 +05:00
ammarahm-ed
1ef4dcb52c
mobile: update store on reminder change from notification
2023-01-05 22:01:01 +05:00
ammarahm-ed
e4ba2acd99
mobile: handle disabled reminders
2023-01-05 22:01:01 +05:00
ammarahm-ed
fcc39034c4
mobile: make recurring reminders pro
2023-01-05 22:01:01 +05:00
Abdullah Atta
352639da24
web: make disabled status of reminders more apparent
2023-01-05 22:01:01 +05:00
Abdullah Atta
b65a372192
web: hide sort options button for reminders
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
Abdullah Atta
19f0ee97f2
web: add repeating reminders to pro features
2023-01-05 22:01:01 +05:00
ammarahm-ed
c8601c88a7
mobile: add reminder actions
2023-01-05 22:01:01 +05:00
ammarahm-ed
a8f0724b0f
mobile: show snooze time
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
e2263701d3
mobile: disable console logs in logger
2023-01-05 22:01:01 +05:00
ammarahm-ed
d88fe47c55
mobile: show error if title empty/date in past
2023-01-05 22:01:01 +05:00
ammarahm-ed
f78d0cda1d
mobile: update relations on sync complete
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
6e1db2ea33
web: prevent setting reminder time before current time
2023-01-05 22:01:01 +05:00
Abdullah Atta
d0991ae96b
web: fix check for disabling save button
2023-01-05 22:01:01 +05:00