Commit Graph

206 Commits (f7581cf4ebee13edb51e6372e9903c5e8745d0e9)

Author SHA1 Message Date
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 3 years ago
Audric Ackermann b9586c90ce
working open group v2 getInfo for https only 3 years ago
Audric Ackermann 53d16d7dac
remove fallback to node-fetch 3 years ago
Audric Ackermann 5f862e4c08
remove uneeded passing of models to Data calls 3 years ago
Audric Ackermann c656dd25cf move configMessage handling to a another file 3 years ago
Audric Ackermann 5ab3680903 make OnionPath a singleton and build path on app Start only 3 years ago
Audric Ackermann 8ea9f02cec Move data.js to data.ts 3 years ago
Audric Ackermann 7b81c4213a
Merge clearnet 3 years ago
Audric Ackermann a51f95d28c
move models to TS part1 3 years ago
Audric Ackermann 273eedc6a9 remove hasSignalAccount and Sealed Sender unused 3 years ago
Audric Ackermann 5c3cb0a165
make moderator dialogs the Session way 3 years ago
Audric Ackermann a0703bc2f9
remove primary and secondary device separate status 3 years ago
Audric Ackermann c0484207d1
Merge branch 'clearnet' into fix-ban-user 3 years ago
Audric Ackermann dc0733968d
make moderators and groupAdmins a single name 3 years ago
Audric Ackermann 979a9058e3
remove verified number - related features (partial) 3 years ago
Audric Ackermann 2fe6b11e89
move ConversationController to typescript 3 years ago
Audric Ackermann a511ceec55
pull 200 messages on pull of messages when we already have this convo 4 years ago
Audric Ackermann 4026e0162e fix a bug preventing fitlering of duplicates for open group messages 4 years ago
Audric Ackermann 228e4ed662
move MessageController to typescript 4 years ago
Audric Ackermann efa45f7cbe be sure to send open group messages in order 4 years ago
Audric Ackermann da62ba6829
Merge remote-tracking branch 'upstream/clearnet' into react-refactor 4 years ago
Audric Ackermann ff2bd1b7b4
allow preview without image to be send
otherwise, an error during the send was triggered
4 years ago
Audric Ackermann b5af8eb215
Add Mentions with react-mentions 4 years ago
Audric Ackermann 531e7bab46
print error if we get a 178 attachment size.
This is a dirty hack until the root cause is fixed.
4 years ago
Audric Ackermann 30f93b2ad3
remove conversation stack 4 years ago
Audric Ackermann 190d597814
only trigger new msg on open group if we are still running 4 years ago
Maxim Shishmarev 27859b13aa Added an option to use v3/lsrpc endpoint for more compact (base64) file reponses 4 years ago
Audric Ackermann 5de2dea407
use .ok field on serverRequest to check for request success 4 years ago
Audric Ackermann 2b13321c23
remove completely send to proxy 4 years ago
Audric Ackermann 4c91d977ca
move token and submit challenge call to onion request 4 years ago
Audric Ackermann c7e54c4257
make attachment download use onion routing 4 years ago
Audric Ackermann b050a3740d
clean all updateConversation calls to convo.commit() 4 years ago
Audric Ackermann 0b6fe65b3c
move to staging server for apns 4 years ago
Audric Ackermann 32c9576296
max retries is 3 for file server requests 4 years ago
Audric Ackermann 3a876c7322
add notify to PN server on message sent 4 years ago
Audric Ackermann c0fa5fe290
hide annoying log 4 years ago
Audric Ackermann 56cd42d34c
remove authorColor unused in Session 4 years ago
Audric Ackermann a0e437ab87
fix ordering of our own message on message pulled from server 4 years ago
Audric Ackermann 1e446b0a81
fix order for open groups message which are out of sync 4 years ago
Audric Ackermann 76664d9a11
use created_at for public group to order messages 4 years ago
Audric Ackermann cd686269cb
use server created_at timestamp to order messages
Also update the way we check for duplicated message to allow a 10s
window with the same body rather than an exact match of timestamp.

This is needed as the timestamp of the message pulled is now the one of
the creation of the server, and not the same we have locally (sent at).
4 years ago
Audric Ackermann 3b01ada63a
fix multiple attachment signature in open group with mobile 4 years ago
Audric Ackermann 6d65c9cc0a
make sendMessage return -1 on fail rather than false 4 years ago
Ryan Tharp 1cf90d9585 better detect when token is no longer valid (helps whitelist servers) 4 years ago
Maxim Shishmarev 12f73e23f2 Move onion requests to typescript 4 years ago
Maxim Shishmarev 0904e7a8ca Refactor from message polling to content message handling 4 years ago
Mikunj b69ad7db16 Add attachment util 4 years ago
Audric Ackermann eb9a838af1
remove friends from UI logic 4 years ago
Mikunj Varsani 2d0c3eb896
Merge branch 'clearnet' into message-sender 4 years ago
Ryan Tharp 9e4e524807 lint 4 years ago