Commit Graph

1435 Commits (b6e61dc228f93503bbe8c44039ce45d6c165cdab)

Author SHA1 Message Date
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver ()
* 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
William Grant dfb2c3e797 fix: pass yarn ready tests
William Grant d3d0ac80a0 feat: you can now choose where to save the debug logs
debug log window now follows the app theme, logs are save as txt
Audric Ackermann 3ecdb659d8
Merge pull request from yougotwill/message_text_wrapping
fix: make sure to break links and not words when wrapping text in messages
William Grant 48c9b56571 fix: add sass check to yarn ready
William Grant 5cf76c5f08 feat: build sass files using parcel instead of grunt
added sass watch command for auto building sass on file changes, cleaned up IE7 fallback css
William Grant 461e6ec38b fix: make sure to break links and not words when wrapping text
William Grant 42e06a8399 fix: message text should wrap without causing extremely wide messages
Audric Ackermann 3713e95a9f
feat: ask user for opengroup pruning on/off
Audric Ackermann d9bc2c5c47
fix: revert unread count color
Will G 511567bc78
fix: emoji panel light mode support ()
* fix: emoji panel light mode support

* fix: link darkMode prop to redux state

* fix: use getTheme selector directly
Audric Ackermann b93201fbe6
When deleting multiple messages, inform the user of the number
taken from  by @ianmacd
Audric Ackermann 8148c63285
Merge pull request from ianmacd/pr12
Reduce untagged message opacity during message selection.
Audric Ackermann da9df532b0
Merge pull request from Bilb/node-side-in-ts
Node side + web worker in typescript
Audric Ackermann 3fc476d689
Merge pull request from ianmacd/pr1
Make per conversation unread message count stand out better.
Audric Ackermann 5c9b34fb86
lint files
Audric Ackermann e11775a2e0
fix color of opengroup invitation
Audric Ackermann 475c92eeb4
migrate about_start to not use jquery
Ian Macdonald 18908c6441
Reduce untagged message opacity during message selection.
This improves legibility for moderators when reading through a group and
tagging messages for deletion.
Audric Ackermann 51575d2f56
moved views to TS but broken
Audric Ackermann 71af748eb6
make sure right panel is over the message detail view
Audric Ackermann 43d133519e
do not shrink member list items when list is full
warrickct 3be0f86978 Menu options have black text when highlighted.
warrickct 893f7e99b8 Merge branch 'clearnet' into message-request-ui
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.
warrickct ee9156d4f8 Merge clearnet into message-request-ui
warrickct 36ca2a767c Adding PR changes
warrickct 02cf6fea2b minor styling fixes
Ian Macdonald 5a689ba16e
Make per conversation unread message count stand out better.
Audric Ackermann 2478a78794
move mentions and emojify to a functional component
Audric Ackermann 19722b6bdc
remove other emoji dependency and use unicode to render them in message
Relates 
Audric Ackermann 1efe6ca728
click oin @ bring to latest mention
warrickct 436d22bafd Added colouring of simple session button.
Audric Ackermann 912d6b36dc
remove light roboto as it looks ugly
Audric Ackermann 27906de084
grunt keep underscore in for backbone
Audric Ackermann 5b6d0d25f5
fix typo noteSelf results and shortened pubkey for unknown contacts
warrickct 2d66b1db4e Adding styling to conversation window for a message request.
Audric Ackermann 44f61073dc
move search results to styled components
and cleanup search logic and rendering of message results
Audric Ackermann 5e314e4dcc
remove 'recipients' message field and 'destination'
we do not need recipients as it makes no sense for us having medium
groups on the same pubkey

we do not need destination as it can always be guessed from the
direction and the type of conversation of that message
Audric Ackermann 00d2bbc63d
cleanup MessageSearchResults
Audric Ackermann 792c23da87
cleanup scroll to unread of quote or search result on open
Audric Ackermann a3be2c347d
fixup open convo on search, quote click or hit the bottom
audric a21751c611
open convo on last unread, and can scroll up
audric 83d27ed3b7 update quoted message to animate to have border-green instead of bg green
audric e515ce3ca5 Merge remote-tracking branch 'upstream/clearnet' into cleanup-attachment
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.
audric fc916ce94c Fix attachments duplication on message syncing with current device
audric e97ac5d7c7 make the DL spinner a styled component
Audric Ackermann c7565fe7b3 Move scale/resize and attachment logic to typescript
warrickct 374d5a6619 Global search partially functioning, added basic functions for load testing performance.