Commit Graph

545 Commits

Author SHA1 Message Date
Audric Ackermann 51575d2f56
moved views to TS but broken 2022-03-24 11:15:21 +11:00
Audric Ackermann 15260c9718
move logging.js to ts 2022-03-23 16:35:29 +11:00
Audric Ackermann d7f84168ac
before start of moving bg JS to TS 2022-03-23 10:24:05 +11:00
Audric Ackermann b366db1bb7
turn call ON 2022-03-22 11:18:01 +11:00
Audric Ackermann ce0848c8bf
Merge branch 'clearnet' into updater-reword 2022-03-22 11:07:06 +11:00
Audric Ackermann 89757a95a6
use readyForUpdates to trigger update from renderer
this is used to only start the updater once the fileserver returned use
the latest release
2022-03-21 16:48:25 +11:00
Audric Ackermann ecf36e1bfc
disable calls for 1.7.8 2022-03-17 16:28:20 +11:00
Audric Ackermann 7bc81038a1
Session 1.8.2 with callMessage 2022-03-16 14:13:04 +11:00
Audric Ackermann 0e329d8c68
disable call for 1.7.8 2022-03-15 15:00:35 +11:00
Audric Ackermann 17feb4a405
1.8.2 with calls 2022-03-10 11:01:50 +11:00
Audric Ackermann 6dfee3c528
1.7.8 without calls 2022-03-10 10:57:51 +11:00
Audric Ackermann 236abe768b
enable call for 1.8.2 2022-03-09 16:41:55 +11:00
Audric Ackermann 912d5f4209
disable calls for 1.7.8 build 2022-03-09 16:40:08 +11:00
Audric Ackermann 71aa6c813c
Merge remote-tracking branch 'upstream/clearnet' into fix-i18n-with-dollars-sign 2022-03-09 12:00:47 +11:00
Audric Ackermann 2e200df933
fdix NOW ago by using the default format of moment
this prints `A few seconds ago` for a very recent change
2022-03-09 11:12:39 +11:00
warrickct 4ee51b4ee9 Removing open group blocklist code. 2022-03-08 13:17:25 +11:00
warrickct 1bb61b9372 Remove window logging calls before defined. 2022-03-07 11:51:09 +11:00
warrickct 614cdccd2c Switch to window logging. 2022-03-07 11:27:18 +11:00
warrickct f3cefdcf49 Add logging for debugging. 2022-03-07 11:11:35 +11:00
warrickct 096e1d24df Fix linting error, remove unnecessary conditional 2022-03-07 10:06:41 +11:00
warrickct 380d55066a Reducing excessive calls to open group blocklist. 2022-03-07 09:47:23 +11:00
warrickct 75191ae757 Add blocking joining open group based on blocklist. 2022-03-03 17:14:59 +11:00
warrickct 821f4d73ff Merge branch 'clearnet' into msg-request-ui-2 2022-03-03 14:02:10 +11:00
Audric Ackermann 3fed22048b
rename a few loki to session 2022-02-18 13:03:47 +11:00
warrickct ee9156d4f8 Merge clearnet into message-request-ui 2022-02-14 16:42:53 +11:00
warrickct ac8c4ac2eb Removing msg req feature flag. 2022-02-14 09:57:43 +11:00
warrickct d627b8e11d Requesting flow working with sending message as acceptance. 2022-02-10 16:49:56 +11:00
Audric Ackermann c0d73bdaaa
bump back to 1.8.1 and enable back calls 2022-02-07 14:20:33 +11:00
Audric Ackermann 146a317301
build session without calls but with search ON 2022-02-07 12:12:55 +11:00
Audric Ackermann ceb5317160
remove profile_images as we are not using it 2022-02-03 10:58:49 +11:00
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
2022-02-03 10:58:44 +11:00
audric 247cb7c065 cleanup dependencies 2022-01-18 15:21:36 +11:00
Audric Ackermann c7565fe7b3 Move scale/resize and attachment logic to typescript 2022-01-12 17:01:32 +11:00
Audric Ackermann 3d87f0d5a2
enable calls and bump Session to 1.8.0 2021-12-20 10:16:13 +11:00
Audric Ackermann ce1e81a3e3
disable call for now + fix left pane actions overflow (#2085) 2021-12-15 15:29:10 +11:00
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
2021-12-14 15:15:12 +11:00
Audric Ackermann 1a699879cf
Add call duration (#2059)
* add call duration once connected

* close incoming call dialog if endCall from same sender

* disable message request toggle if featureFlag is OFF
2021-12-02 11:13:47 +11:00
Audric Ackermann cf44896a03
Minor call tweaks (#2051)
* show missed-call,started-call and answered call notification in chat

* fix types for createLastMessageUpdate

* show incoming dialog if we have a pending call when enable call receptio

* simplify a bit the avatar component

* move disableDrag to a custom hook

* speed up hash colors of avatarPlaceHolders

* fixup text selection and double click reply on message

* keep avatar decoded items longer before releasing memory

* add incoming/outgoing/missed call notification

also, merge that notification with the timer and group notification
component

* hangup call if no answer after 30sec

* refactor SessionInput using hook + add testid field for recovery

* disable message request feature flag for now

* fix merge issue

* force loading screen to be black instead of white

for our dark theme user's eyes safety
2021-11-29 17:40:46 +11:00
warrickct 9823a700e2 Addressing PR fixes 2021-11-24 11:14:24 +11:00
warrickct 86a9253144 Merge branch 'clearnet' into message-requests 2021-11-22 17:24:53 +11:00
warrickct 2e2941ba9b message request refactoring. 2021-11-22 12:08:48 +11:00
warrickct 2eab74246b PR changes. Disabling message requests behind feature flags. 2021-11-16 13:46:59 +11:00
Audric Ackermann 390af96514
WIP 2021-10-29 16:24:22 +11:00
Audric Ackermann dd281de903
cleanup feature flags 2021-10-27 13:57:14 +11:00
Audric Ackermann 5d9565a559
fix menu action for unsending messages 2021-10-26 16:08:04 +11:00
Audric Ackermann 314b76388f
WIP 2021-10-25 17:24:37 +11:00
Audric Ackermann f74ce2a3ae
msg with attachments gets no bigger than the attachment container 2021-10-21 17:07:57 +11:00
Audric Ackermann 99b139f5c4
split settings folder and start adding the settings for video call 2021-10-21 13:18:50 +11:00
Audric Ackermann bd53490d80
enable unsend requests 2021-10-15 12:18:20 +11:00
Audric Ackermann 6bd8b3695a
remove deferred promise unused 2021-10-05 16:37:10 +11:00