Commit Graph

35 Commits (f7d574ce20c21bc523584d7d99d88623fc4dc40c)

Author SHA1 Message Date
Audric Ackermann 095a9d33e5 fix: canDisplayImage needs check to be done on the thumbnail 2 months ago
William Grant cafa9d80ec fix: remove all unneeded tslint comments
fixed some eslint errors
8 months ago
William Grant 85f270b67a Merge branch 'unstable' into userconfig_disappearingmessage 9 months ago
Audric Ackermann 41ca0666ce chore: remove () => void for misused promises 10 months ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 10 months ago
Audric Ackermann 44483b7d23 fix: use releaseFeature from disappearing message PR as featureFlag 1 year ago
Audric Ackermann 8edb1275c2 fix: keep updating dumps even if user config feature is off 1 year ago
Audric Ackermann 051c4bb262 fix: merge the confSyncDumpJob into the confSyncJob 1 year ago
Audric Ackermann 0e286142f1 chore: add a redux settings slice, currently outdated banner inc 1 year ago
Audric Ackermann 3ecc89fab3 Merge remote-tracking branch 'upstream/master' into onboarding 1 year ago
Audric Ackermann c4217cb564 feat: sync nickname, blocked and approved status for contacts 1 year ago
William Grant e5f1e65194 feat: added ability to save qr codes on click
recovery phrase modal ui layout is now the same as edit profile modal, fixes for yarn ready
1 year ago
Audric Ackermann 4bfcf91193 fix: add return types for libsession wrapper functions 1 year ago
Audric Ackermann 9cf1419ca5 feat: add first try to build SharedConfigMessages 1 year ago
William Grant 367c0c94d0 Merge branch 'clearnet' into theming 2 years ago
Audric Ackermann 4e913f1439 fix: displayName allowed length based on bytes rather than char 2 years ago
William Grant dda9067e01 feat: theme editprofile, onion status and seed modals
styled qr code and cleanup
2 years ago
William Grant 5ab28bb60e refactor: rename SessionButton2 to SessionButton and remove old version 2 years ago
William Grant 87b66794ed feat: updated all session buttons to use new button
small style fixes and sass cleanup
2 years ago
William Grant 1bb5c9752e feat: updated all modal buttons 2 years ago
Audric Ackermann 282e631f73 feat: add menu action and action chooser left pane option 2 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
2 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>
2 years ago
Audric Ackermann 6bd835dfc3
move storage.js to ts 2 years ago
Audric Ackermann 6f5bca6660
allow more characters to be used in display name
We just deny the one used to add markers around a mentions on the
desktop client. which is ᅭ

Relates #2132
2 years ago
Audric Ackermann c7565fe7b3 Move scale/resize and attachment logic to typescript 2 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
Audric Ackermann 48e7a0e25f
Various UI fixes (#2070)
* cleanup unused convo json fields in db

* display a toast if the user is not approved yet on call OFFER received

* enable CBR for calls

* do not update active_at on configMessage if !!active_at

* remove mkdirp dependency

* disable call button if focused convo is blocked

* quote: do not include the full body in quote, but just the first 100

* click on the edit profile qr code padding

* Allow longer input for opengroup join overlay

Fixes #2068

* Fix overlay feature for start new session button

* make ringing depend on redux CALL status

* turn ON read-receipt by default
3 years ago
Audric Ackermann 894349e710
cleanup props passing of avatar and name with a custom hook 3 years ago
Audric Ackermann 4ce1b7813a
add data-testid for leftpane sections and edit profile dialog 3 years ago
audric a30876fd65 removed the enum from SessionIconType. Just rely on the type itself 3 years ago
audric 8ebcb2d1e1 replace SessionIcon size enum with type 3 years ago
audric 7fa50b4a73 do not pass props not needed between message list components 3 years ago
Warrick Corfe-Tan 0c5f2f8232 changing registration component and filename. 3 years ago
audric 79c8fada6e move all dialogs to a subfolder 3 years ago