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.
5 years ago
Audric Ackermann
12d40aa94e
Fix attachment extension vnd ( #1628 )
...
* allow openoffice document extension and don't use
* allow opendocument to be shared with the extension rather than mimetype
Fixes #1593
* allow message without padding
* add test for odt files
5 years ago
Audric Ackermann
58abd08e6d
Get snode from snode ( #1614 )
...
* force deleteAccount after 10sec timeout waiting for configMessage
* move some constants to file where they are used
* add a way to fetch snodes from snodes
* remove a snode from a pubkey's swarm if we get 421 without valid content
* remove getVersion from snodes
* hide groupMembers in right panel for non-group convo
5 years ago
Audric Ackermann
6591702c08
create convo for members if they don't exist
...
also, removing a private convo does not remove it entirely as we need
the convo to be able to remove members
5 years ago
Audric Ackermann
e10a3cd4a9
remove the channelId from groupInvitation
5 years ago
Audric Ackermann
248494f15b
redesign group invitation message type
5 years ago
Audric Ackermann
e733f29395
lint
5 years ago
Audric Ackermann
c063848167
pad and unpad message everywhere
...
attachment not padded for opengroup only
5 years ago
Audric Ackermann
7b96aba1bf
padd Message buffer for all outgoing messages (even opengroupv2)
5 years ago
Audric Ackermann
bc4bee6270
hide some logs
5 years ago
Audric Ackermann
5525312542
syncConf every 7 days and fix link device
5 years ago
Audric Ackermann
2b576de2cd
allow fileserverv2 attachments to be downloaded, upload disabled
5 years ago
Audric Ackermann
64eab5160d
remove zombies from the UI only
5 years ago
Audric Ackermann
2c40d1e623
hide checkmMark on showing group members
5 years ago
Audric Ackermann
fae80c327a
mark convo as ActiveAt when we get a message adding us after left
5 years ago
Audric Ackermann
eb0ddd85f4
add zombies logic for member leaving and removing
5 years ago
Audric Ackermann
7ec663df71
move SwarmPolling from window to require singleton
5 years ago
Audric Ackermann
4547afd97f
Poll for preview on room creation
5 years ago
Audric Ackermann
66d5fd93e2
Merge branch 'master' into open-group-v2
5 years ago
Audric Ackermann
3aa9ca785f
fix leave opengroup button right panel, and add memberCount
5 years ago
Audric Ackermann
bdcdca206b
write attachment path with absolute attachment to disk for opengroupv2
5 years ago
Audric Ackermann
87c3fa0c55
refresh snode list and rebuild onion path once in a day
5 years ago
Audric Ackermann
ad26e50de1
fix attachment upload for opengroupv1 and old file server
5 years ago
Audric Ackermann
710c9fa269
fix http request over onion
5 years ago
Audric Ackermann
cca4de710b
remove featureFlag onion v2 => if onion enabled it is v2
5 years ago
Audric Ackermann
5289d4c2aa
add joinable rooms on opengroupv2 joining screen
5 years ago
Audric Ackermann
0c0da48150
remove pow
5 years ago
Audric Ackermann
8444c7cbfc
increase to ttl of 14 days for everything except TypingMessages
5 years ago
Audric Ackermann
a26c5da6cb
Uniformize once and for all the conversation types
...
no more 'direct'. those are private convos
5 years ago
Audric Ackermann
e274313f23
add and remove Moderatos opengroupv2 (not yet working server side)
5 years ago
Audric Ackermann
98b69c17f0
add userblocking opengroupv2 and quoting back of messages
5 years ago
Audric Ackermann
5916ce5cbe
add the ban/unban logic for opengroupv2
5 years ago
Audric Ackermann
4aeec224b4
add download of attachments for opengroupv2
5 years ago
Audric Ackermann
bc938f650e
move AttachmentsDownload to typescript
5 years ago
Audric Ackermann
34148e67ec
add return of url after v2 attachment upload
5 years ago
Audric Ackermann
f7e163c142
add sending of message for opengroupv2`
5 years ago
Audric Ackermann
35d66d8865
fix bug fetching new token every request
5 years ago
Audric Ackermann
40793eb74d
fix leave of opengroupv2 logic
5 years ago
Audric Ackermann
9d825dc2d2
add start of OpenGroup Pollers v2 to start of the app
5 years ago
Audric Ackermann
193fb2a101
move some message interactions logic to another file
5 years ago
Audric Ackermann
9de65c8813
move ConversationController to its own file so we can fetch it easily
5 years ago
Audric Ackermann
f7581cf4eb
increase prettier maxWidth to 100
5 years ago
Audric Ackermann
6896cffd75
Merge branch 'clearnet' into HEAD
5 years ago
Audric Ackermann
27323a12f4
Merge branch 'master' into clearnet
5 years ago
Audric Ackermann
19f3b6014d
add poller for open group v2
5 years ago
Audric Ackermann
897bad2d5e
throw only for breaking stuff on ApiV2 calls
5 years ago
Audric Ackermann
b68338e26c
working get and post request with opengroup api v2
5 years ago
Audric Ackermann
c07271109f
Add a ConversationType OPEN_GROUP
5 years ago
Audric Ackermann
b9586c90ce
working open group v2 getInfo for https only
5 years ago
Ryan Tharp
6a1d0e93a3
Make 502 retry
5 years ago