Commit Graph

209 Commits (7ad91ca79bf154230aa4fa8ba0b9d8d16d6c6d09)

Author SHA1 Message Date
William Grant 70a987453d fix: sender name in react list modal is now truncated 11 months ago
William Grant 40d81d0c66 fix: admins should also be able to clear reactions in communities
not just moderators
11 months ago
Audric Ackermann 42bea0264c fix: improve retrieve timeout to 10s
also:
- add comments about not adding the limit:256 on snode list fetch
- fix an issue when no audio are found when starting a webrtc call
12 months ago
Audric Ackermann 4589bde672 chore: moved more types to ReduxTypes.d.ts 12 months ago
Audric Ackermann 7f7f0fe26c fix: clear swarms from snodes not in pool on full fetch 12 months ago
Audric Ackermann 63fa2538fc chore: fix integration tests 1 year ago
Audric Ackermann ca597d31fd fix: address PR reviews 1 year ago
Audric Ackermann cfcbc013e5 fix: make sure we only try to delete data once 1 year ago
Audric Ackermann 856c3e4c0e
Merge pull request #3060 from Bilb/fix-legacy-group-name-length
fix: group name limited to 30 chars
1 year ago
Audric Ackermann f7d574ce20 Merge remote-tracking branch 'oxen/unstable' into delete-and-backspace 1 year ago
Audric Ackermann 72b35373fe fix: group name limited to 30 chars
MAX_GROUP_NAME_LENGTH
1 year ago
Audric Ackermann ca069a1e36 Merge remote-tracking branch 'oxen/unstable' into fix-resize-images-thumbnail 1 year ago
Audric Ackermann 40a1bb4417 feat: add focustrap for dialog and focus-within for buttons 1 year ago
Audric Ackermann da6ab59252 fix: fix mmdb country loc data when packaged 1 year ago
Audric Ackermann 96809bf5b4 fix: load maxmind data once on mount of status dialog 1 year ago
Kee Jefferys 3081bfca53 fix: update db and usage 1 year ago
Ian Macdonald c85a5d3b7c feat: update to maxmind db 1 year ago
Keejef 9b7908026f fix: enable use of escape on modals
feat: confirm modal when enter is pressed

fix: fix linter issues

fix: update rebase and fix lint issues

fix: remove duplicate code
1 year ago
Audric Ackermann 095a9d33e5 fix: canDisplayImage needs check to be done on the thumbnail 1 year ago
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 1 year ago
Ryan Miller d405efbc01 fix: enforce password check before modal view for recovery phrase 1 year ago
Audric Ackermann 2a798aed92 fix: show timer fixed when off update 1 year ago
Audric Ackermann 5b58a5194b fix: make onClickClose on confirmModal mandatory 1 year ago
Audric Ackermann 5f0888d144 fix: make sure all dialog "cancel" cancel the dialog 1 year ago
Audric Ackermann 24887dd05b Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage 1 year ago
William Grant dbd95fbf35 fix: sessionconfirm on click callback accepts arguments
now delete modal supports delete for me or everyone
1 year ago
William Grant 28517b7624 feat: sessionradio now supports being positioned on the right
used in delete message modal
1 year ago
William Grant 5dd62f7dd7 feat: started adding options to session confirm modal
for delete button in more message info
1 year ago
Audric Ackermann 36c297f368 chore: wrap text of dialog desc when more than 90c long 1 year ago
William Grant cafa9d80ec fix: remove all unneeded tslint comments
fixed some eslint errors
2 years ago
William Grant 85f270b67a Merge branch 'unstable' into userconfig_disappearingmessage 2 years ago
William Grant 43276b069e Merge branch 'unstable' into userconfig_disappearingmessage 2 years ago
Audric Ackermann 509dd76b49 chore: share gh actions logic between workflows 2 years ago
Audric Ackermann c796afe4c8 Merge remote-tracking branch 'upstream/unstable' into integration_tests_2 2 years ago
William Grant 5285d4240a fix: resolved missing selected conversation hooks imports 2 years ago
William Grant 41af1e7865 Merge branch 'unstable' into userconfig_disappearingmessage 2 years ago
Audric Ackermann 41ca0666ce chore: remove () => void for misused promises 2 years 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 ed2a372ca3 Merge branch 'unstable' into feature/ses-145/leave-conversation-update 2 years ago
Audric Ackermann 9a7ef4d373 Merge branch 'unstable' into userconfig_disappearingmessage 2 years ago
wafflesvsfrankie 53558932a7
Merge branch 'oxen-io:clearnet' into integration_tests_2 2 years ago
Audric Ackermann 594eee698b Merge remote-tracking branch 'upstream/clearnet' into unstable 2 years ago
William Grant d37aa42084 Merge branch 'unstable' into feature/ses-145/leave-conversation-update 2 years ago
Audric Ackermann 1d9279c79c chore: merge conversation selectors into a single file
as the circular dependency was causing a createSelector called with
undefined issue on startup without user loggedin
2 years ago
Audric Ackermann 5d2d901aa0 Merge remote-tracking branch 'upstream/unstable' into userconfig_disappearingmessage 2 years ago
Audric Ackermann 3eb629e33e fix: cleanup convo selectors to hope to improve performances 2 years ago
William Grant e7f3bb5abf fix: if there is no last message, we still want to display the interaction status
loading state shows correctly in all cases, cleanup as well
2 years ago
William Grant 24776c0d5c feat: moved convo model interaction props into the lastMessage logic
this makes it easier to interact with since if an interaction fails we save it to the db as a message
2 years ago
William Grant ad08372f2a feat: added headerReverse prop to SessionConfirm modal
adjusted styling and rendering of confirmation text and sub text
2 years ago