yougotwill
df159d389b
fix: updated git repo and clearnet references
...
this also fixes links to the release notes
4 months ago
William Grant
59e6074429
fix: since the pass hash is in the items table we can call it from storage
...
added storage function getPasswordHash and use everywhere, warn user to restart the app
11 months ago
William Grant
fd722d1f2f
feat: swapped out seed modal for settings category page
...
still work on category component but password protection works nicely
12 months ago
William Grant
d4a8b555c6
Merge branch 'unstable' into feat/ses-825/onboarding2
12 months ago
Audric Ackermann
51c307af25
chore: fix PR reviews
1 year ago
Audric Ackermann
4589bde672
chore: moved more types to ReduxTypes.d.ts
1 year ago
Audric Ackermann
49ab04d2fd
chore: move SessionSettingsCategory to .d.ts file
...
and remove the enum (instead use string union)
1 year ago
William Grant
bc196286bc
Merge branch 'unstable' into feat/ses-1560/unit-tests
1 year ago
Audric Ackermann
f5deb69df9
chore: make SessionSettingsView a functional component
1 year ago
Audric Ackermann
452d48b36e
feat: dont password protect the settings except the seed one
1 year ago
William Grant
68f8d12aa5
feat: recovery phrase to recovery password
1 year ago
William Grant
b81d5a3d7a
refactor: clean up remaining global React import calls
...
import specific types from react package
1 year ago
William Grant
a098638bc0
refactor: remove unnecessary react imports
...
you don't need it from react 17
1 year ago
Audric Ackermann
ab946e69b1
fix: finish updating dependencies
2 years ago
Audric Ackermann
d43d6abbae
chore: replace tslint with eslint and fix linting issues
2 years ago
William Grant
446b3bdb4d
fix: qa feedback - setting or changing passwords shouldn't show a blank screen
3 years ago
William Grant
0d10667d6e
feat: updated settings password modal
3 years ago
William Grant
0f3a23779a
Merge branch 'clearnet' into theming
3 years ago
Audric Ackermann
1fb082917f
fix: copy of login screen with password and setting screen
3 years ago
William Grant
59f82a165b
feat: finished styling convesation category
...
including block list, added quick link to github release
3 years ago
William Grant
060cbd3bbf
feat: added proper theming to password popup
...
cleaned up redundant session label options
3 years ago
William Grant
a26cbdf4c7
feat: styled settings background and password box
3 years ago
William Grant
5ab28bb60e
refactor: rename SessionButton2 to SessionButton and remove old version
3 years ago
William Grant
1bb5c9752e
feat: updated all modal buttons
3 years ago
Audric Ackermann
3ffc470c40
fix: address reviews comment
3 years ago
Audric Ackermann
f137cad2a0
feat: add the BlockedList component in Settings
3 years ago
Audric Ackermann
7b7a80a2dd
fix: add new designs of typing message settings with animation
3 years ago
Audric Ackermann
39cbbda609
chore: move SessionToggle & SettingList to styled
3 years ago
Audric Ackermann
a0d3a00afa
feat: start of settings screen redesign
3 years ago
Audric Ackermann
242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver ( #2347 )
...
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
3 years ago
Audric Ackermann
ec76057c5e
Merge integration test ( #2313 )
...
* Testing playwright for Desktop automation
* add more data-testid field
* remove commited test-results
* test: skip group upkeep for now
* test: mention test create group instead of restoring from seed
* test: run on testnet
* fix: revert messagebanner unread count changes
from commit 8107d75e89
Co-authored-by: Emily <emily@oxen.io>
3 years ago
Audric Ackermann
af9d2fdfa1
get rid of libtextsecure.js and componnets.js
3 years ago
Audric Ackermann
9f8920ef2c
mostly working but need to improve perfs
3 years ago
Audric Ackermann
280cc494e8
test with webpack - not working
3 years ago
Audric Ackermann
2dfd09a7b1
app kind of start background side
3 years ago
Audric Ackermann
49bae1925d
open message request reset opened convo and is a settings itself
3 years ago
Audric Ackermann
28c7445dce
refactor most of the components to outside of their Session folder ( #2072 )
...
* refactor most of the components to outside of their Session folder
* finish moving overlay and memberListItem to react hook
* fix bug with kicked member len >2 not being displayed
also sort admins first in UpdateGroupMembers dialog
* fix admin leaving text of groupNotification
* add a useFocusMount hook to focus input fields on mount
* make click avatar convo item open only user dialog
* cleanup config default.json
* make sure to use convoController to build sync message
* disable showing pubkey on opengroups
* add a pause on audio playback
Fixes #2079
3 years ago