Commit Graph

15 Commits

Author SHA1 Message Date
Ruben Garcia af9f6c7586 docs: tab to spaces 2023-09-08 16:43:11 +02:00
Ruben Garcia 1b91d84b09 Changes to save multiple attachments in same message with a different name. 2023-08-27 07:08:30 +02:00
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 2023-07-26 11:26:46 +02:00
William Grant d888999543 fix: use StyledMessageHighlighter in MessageAttachment only when it is rendered 2023-07-06 16:53:35 +10:00
Audric Ackermann d512a1a131 fix: various UI margins and dedup official sogs join 2023-02-07 17:00:52 +11:00
William Grant b3885bf9d9 Merge branch 'clearnet' into theming
Link previews are broken for now
2022-10-03 16:37:26 +11: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 02612280c3
fix multi select including audio messages 2022-04-07 13:45:05 +10: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
audric 247cb7c065 cleanup dependencies 2022-01-18 15:21:36 +11:00
audric e515ce3ca5 Merge remote-tracking branch 'upstream/clearnet' into cleanup-attachment 2022-01-17 16:50:18 +11:00
audric e97ac5d7c7 make the DL spinner a styled component 2022-01-14 14:55:12 +11:00
audric 72409e3f1f make sure to keep error state of attachment DL failing 2022-01-13 18:33:43 +11:00
Audric Ackermann 1c46d81a20
rename authorPhoneNumber to what ever makes more sense 2022-01-06 10:54:50 +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
Renamed from ts/components/conversation/message/MessageAttachment.tsx (Browse further)