Audric Ackermann
d982bab66b
fix lint for js files (no ?.)
4 years ago
Audric Ackermann
5cab7908b4
add some test for partial path rebuilding
4 years ago
Warrick
3854d0e10d
WIP: Closed group reliability ( #1630 )
...
* WIP: added non-durable messaging function.
* WIP: Non-durable sending
* WIP: adding dialog box.
* Creating dialog if group invite message promises don't return true.
* removed console log
* applied PR changes, linting and formatting.
* WIP: allowing resend invite to failures.
* using lookup.
* WIP: recursively opening dialog.
* WIP: debugging reject triggering on confirmation modal.
* register events fix.
* Closed group invite retry dialog working.
* Added english text to messages.
* Prevent saving of hexkey pair if it already exists.
* Fixed nickname edit
input trimming end letter.
* Don't show closed group invite dialog unless it has failed at least once.
* Fix linting error.
* Fix plurality.
* Ensure admin members are included in all invite reattempts, mixed plurality.
4 years ago
Warrick
cb307790f6
WIP: User nicknames ( #1618 )
...
* WIP Adding change nickname dialog.
* WIP adding nickname change dialog.
* WIP nickname dialog.
* WIP: Able to set conversation nicknames. Next step cleaning and adding to conversation list menu.
* Fix message capitilisations.
* Add change nickname to conversation list menu.
* Enable clear nickname menu item.
* Added messages for changing nicknames.
* Clearing nicknames working from header and message list.
* Adding modal styling to nickname modal.
* Reorder nickname menu item positions.
* Add group based conditional nickname menu options to conversation header menu.
* minor tidying.
* Remove unused error causing el option.
* Formatting.
* Linting fixes.
* Made PR fixes
* Prioritise displaying nicknames for inviting new closed group members
and updating closed group members.
4 years ago
Audric Ackermann
eb0ddd85f4
add zombies logic for member leaving and removing
4 years ago
Audric Ackermann
3aa9ca785f
fix leave opengroup button right panel, and add memberCount
4 years ago
Audric Ackermann
37562e11f8
add back invite contacts to opengroupv2
4 years ago
Audric Ackermann
f7581cf4eb
increase prettier maxWidth to 100
4 years ago
Audric Ackermann
79193ee7be
refactor to Visible and ControlMessage types
4 years ago
Audric Ackermann
683fa84970
remove Nickname dialog for now
4 years ago
Audric Ackermann
f41bf31515
fix tests
4 years ago
Audric Ackermann
a51f95d28c
move models to TS part1
4 years ago
Audric Ackermann
6e11c6db2e
remove all reference to closed group update v2
4 years ago
Audric Ackermann
9dc5cdf247
rename create_dialog view to update_group_dialog
4 years ago
Audric Ackermann
5c3cb0a165
make moderator dialogs the Session way
4 years ago
Audric Ackermann
135fc3b366
remove prekeys
4 years ago
Audric Ackermann
fd18345c5a
remove handling of rss related things completely
4 years ago
Audric Ackermann
c0484207d1
Merge branch 'clearnet' into fix-ban-user
4 years ago
Audric Ackermann
21c3e4717e
Merge pull request #1434 from Bilb/remove-prekey
...
Remove prekeys message and Session managment.
4 years ago
Audric Ackermann
6dd9dde44f
increase closed group size limit to 100
4 years ago
Audric Ackermann
dc0733968d
make moderators and groupAdmins a single name
4 years ago
Audric Ackermann
7a05a828f3
enable rtl for `ar` and `he` locales
4 years ago
Audric Ackermann
39c64b9fbf
toast adding moderator to remind that the user needs to be registered
4 years ago
Audric Ackermann
3476b54d43
fix add/remove moderators dialog and open groups name avatar dialog
4 years ago
Audric Ackermann
979a9058e3
remove verified number - related features (partial)
4 years ago
Audric Ackermann
58be168227
drop groupUpdates which happened before we joined the group
4 years ago
Audric Ackermann
6856c0e748
remove updateTextInputState not needed and add left to menu tests
4 years ago
Audric Ackermann
6cf838ade8
disallow remove of an admin from a closed group
4 years ago
Audric Ackermann
cbd0e63641
add admin dialog to warn him about leaving for v2 closed group
4 years ago
Audric Ackermann
d43ae09eb0
first working version of closed group v2
4 years ago
Audric Ackermann
2fe6b11e89
move ConversationController to typescript
4 years ago
Audric Ackermann
b0a229bf13
add Dialog on app start to ask to update SessionID
4 years ago
Audric Ackermann
cf25e89a14
cleanup unused code
4 years ago
Audric Ackermann
5109f9fdda
remove ConversationLoadingScreen (unused)
4 years ago
Audric Ackermann
2bcc7be3e6
remove mp3 lame already file and webrecorder worker unused
4 years ago
Audric Ackermann
7e72566cba
remove list_view.js ListView is unused
4 years ago
Audric Ackermann
c128684ffe
cleanup unused svg files from Signal
4 years ago
Audric Ackermann
788cb2a5fc
fetch theme for each dialog, as they are out of the themed tree for now
4 years ago
Audric Ackermann
e8677eef8c
add back bump typing to CompositionBox 7 show bubbles on direct convo
4 years ago
Audric Ackermann
20496c45d6
remove sendAnyWay and showSafetyNumber from props of MessageDetails
4 years ago
Audric Ackermann
a1d4dea845
fix scrolling to unread and marking message as read on scrolling
...
we need to hit the bottom for the convo to update currently
add smooth scrolling on click on quoted message
4 years ago
Audric Ackermann
531b227ae4
clean unused files and fix recovery dialog showing
4 years ago
Audric Ackermann
1503d83f3a
add ourPrimary convo to redux and update the actionPanel with it
4 years ago
Audric Ackermann
828aa4413f
remove unused group_member_list component
4 years ago
Audric Ackermann
5698bca90b
remove unused recorder_view.js
4 years ago
Audric Ackermann
2fc61d2c96
cleanup expired template from html files
4 years ago
Audric Ackermann
6e14718a32
reactity the expired Session version warning
4 years ago
Audric Ackermann
977569cde0
move offline network view to react
4 years ago
Audric Ackermann
f9ab90fb71
link backbone message added to redux
4 years ago
Audric Ackermann
2f2eb2ad53
link back backbone conversation events to redux store
4 years ago