William Grant
469de252cb
fix: added current emoji to reaction list reactor description
2022-08-29 17:46:38 +10:00
William Grant
1a44f5cb66
feat: added additional reactor information to the ReactListModal
2022-08-29 10:54:49 +10:00
William Grant
7a80e18327
fix: improved react popup localisation, review fixes
2022-08-26 14:39:57 +10:00
Will G
267f49ff1e
Emoji Reacts ( #2320 )
...
Add support for emoji reacts in conversations
Resolves #2375 and #1577
2022-08-22 16:40:14 +10:00
Audric Ackermann
2c83690a88
chore: pull translations from crowdin
2022-08-10 16:49:50 +10:00
Audric Ackermann
242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver ( #2347 )
...
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
2022-08-08 09:50:48 +10:00
Audric Ackermann
3713e95a9f
feat: ask user for opengroup pruning on/off
2022-05-18 13:21:35 +10:00
Ian Macdonald
695e867221
Add setting to specify minimum age of open group messages to prune.
...
When an open group has more than 2000 messages, those older than the
specified number of months will be pruned on application start-up.
Fixes #2310 .
2022-05-18 10:44:35 +10:00
Ian Macdonald
09be936aa4
Report number of deletions when a deletion operation completes.
2022-05-05 13:15:00 +02:00
Audric Ackermann
b93201fbe6
When deleting multiple messages, inform the user of the number
...
taken from #2263 by @ianmacd
2022-04-27 14:02:13 +10:00
Audric Ackermann
e135cbd696
Clarify that the search box can now also find individual messages
...
from #2228 by @ianmacd
2022-04-27 12:24:04 +10: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
Audric Ackermann
e1f2393c3a
cleanup translated strings
2022-03-07 13:26:57 +11:00
warrickct
821f4d73ff
Merge branch 'clearnet' into msg-request-ui-2
2022-03-03 14:02:10 +11:00
Audric Ackermann
f1900f9f36
remove some unused strings
...
and fix tos links #2176
2022-03-03 14:00:47 +11:00
Audric Ackermann
d4c61016e6
Merge pull request #2173 from Bilb/fix-typo-calls
...
fix typo call missed toast
2022-03-03 13:48:10 +11:00
warrickct
56c1a06a28
Adding rightclick accept/decline menu options for message requests. Adding hide menu item for message request banner.
2022-02-25 14:17:34 +11:00
warrickct
5888fecda4
Add confirmation dialog for clear all message requests.
2022-02-24 15:11:10 +11:00
warrickct
9bbac225ad
Remove prevention of sending more than one message for an unapproved conversation.
2022-02-22 09:48:39 +11:00
Audric Ackermann
3fed22048b
rename a few loki to session
2022-02-18 13:03:47 +11:00
warrickct
c0622d47f4
Disallow disappearing messages if convo is not approved by recipient.
2022-02-17 22:20:32 +11:00
warrickct
ffad806366
Prevent attachments being sent for unapproved conversations.
2022-02-17 20:29:31 +11:00
warrickct
09bcbe6139
Adding empty state for request list.
2022-02-17 18:35:58 +11:00
warrickct
893f7e99b8
Merge branch 'clearnet' into message-request-ui
2022-02-15 12:04:14 +11:00
Audric Ackermann
af595eb539
fix typo call toast
...
send message to him => send message to them
2022-02-15 11:23:54 +11:00
Ian Macdonald
6613161b20
Don't nanny the user. Allow all file types as attachments.
...
The Android client already has no such restrictions, and these are
ineffective anyway, as they are based on the file's name, not its
payload.
2022-02-14 09:25:53 +01:00
warrickct
ee9156d4f8
Merge clearnet into message-request-ui
2022-02-14 16:42:53 +11:00
warrickct
bc6edd7774
Adding unhiding of message request banner when receiving a new convo request.
2022-02-14 14:47:54 +11:00
warrickct
ac8c4ac2eb
Removing msg req feature flag.
2022-02-14 09:57:43 +11:00
warrickct
36ca2a767c
Adding PR changes
2022-02-11 12:14:58 +11:00
warrickct
d627b8e11d
Requesting flow working with sending message as acceptance.
2022-02-10 16:49:56 +11:00
Audric Ackermann
8efc23d619
pull translations from crowdin
2022-02-07 12:05:19 +11:00
Audric Ackermann
5492919424
update EN start in tray setting wording
2022-02-03 14:48:29 +11:00
warrickct
2d66b1db4e
Adding styling to conversation window for a message request.
2022-02-03 14:04:35 +11:00
Audric Ackermann
44f61073dc
move search results to styled components
...
and cleanup search logic and rendering of message results
2022-02-03 10:58:48 +11:00
audric
8b5b3f06bb
lint _locales translation files
2022-01-18 15:21:48 +11:00
Audric Ackermann
15ae511bca
Merge branch 'clearnet' into small-refactor
2022-01-17 16:35:16 +11:00
Audric Ackermann
6a403afb41
Merge pull request #2139 from warrickct/global-search-progress
...
Global Search and Database Trimming
2022-01-17 16:33:20 +11:00
Audric Ackermann
f07aba72df
Merge pull request #2136 from Bilb/global-search-off-clearnet
...
Global search off clearnet
2022-01-17 15:43:28 +11:00
warrickct
804c9a56b9
convert to functional component. Tweak colors for search results. Fix search result header incorrect color. Addressing PR comments from previous search branch. Experimenting trimming approaches.
2022-01-17 14:51:30 +11:00
Audric Ackermann
9bb19540a9
add back deleteContact and deleteGroup translations
2022-01-06 11:15:20 +11:00
warrickct
3f4db67c1b
Merge branch 'clearnet' into global-search-off-clearnet
2022-01-06 11:10:06 +11:00
Audric Ackermann
62edcb0cc8
fetch translations from crowdin
2022-01-05 14:37:54 +11:00
warrickct
374d5a6619
Global search partially functioning, added basic functions for load testing performance.
2021-12-22 11:20:29 +11:00
Audric Ackermann
7b103226be
add 'contact' or 'group' to delete action menu
...
Fixes #2066
2021-12-21 13:41:19 +11:00
Audric Ackermann
c5f69a2d95
pull translations from crowdin
...
Relates #2113
2021-12-21 09:56:38 +11:00
Audric Ackermann
6e102644c3
update english translations
2021-12-21 09:49:22 +11:00
Audric Ackermann
38325215e6
Unban UI ( #2091 )
...
* adding basic functionaliy for unbanning a user
* merge ban and unban user dialog in to one dialog
Co-authored-by: warrickct <warrickct@gmail.com>
2021-12-16 15:04:26 +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