Commit Graph

1435 Commits (v1.9.0)

Author SHA1 Message Date
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
3 years ago
William Grant dfb2c3e797 fix: pass yarn ready tests 3 years ago
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
3 years ago
Audric Ackermann 3ecdb659d8
Merge pull request #2341 from yougotwill/message_text_wrapping
fix: make sure to break links and not words when wrapping text in messages
3 years ago
William Grant 48c9b56571 fix: add sass check to yarn ready 3 years ago
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
3 years ago
William Grant 461e6ec38b fix: make sure to break links and not words when wrapping text 3 years ago
William Grant 42e06a8399 fix: message text should wrap without causing extremely wide messages 3 years ago
Audric Ackermann 3713e95a9f
feat: ask user for opengroup pruning on/off 3 years ago
Audric Ackermann d9bc2c5c47
fix: revert unread count color 3 years ago
Will G 511567bc78
fix: emoji panel light mode support (#2292)
* fix: emoji panel light mode support

* fix: link darkMode prop to redux state

* fix: use getTheme selector directly
3 years ago
Audric Ackermann b93201fbe6
When deleting multiple messages, inform the user of the number
taken from #2263 by @ianmacd
3 years ago
Audric Ackermann 8148c63285
Merge pull request #2231 from ianmacd/pr12
Reduce untagged message opacity during message selection.
3 years ago
Audric Ackermann da9df532b0
Merge pull request #2242 from Bilb/node-side-in-ts
Node side + web worker in typescript
3 years ago
Audric Ackermann 3fc476d689
Merge pull request #2167 from ianmacd/pr1
Make per conversation unread message count stand out better.
3 years ago
Audric Ackermann 5c9b34fb86
lint files 3 years ago
Audric Ackermann e11775a2e0
fix color of opengroup invitation 3 years ago
Audric Ackermann 475c92eeb4
migrate about_start to not use jquery 3 years ago
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.
3 years ago
Audric Ackermann 51575d2f56
moved views to TS but broken 3 years ago
Audric Ackermann 71af748eb6
make sure right panel is over the message detail view 3 years ago
Audric Ackermann 43d133519e
do not shrink member list items when list is full 3 years ago
warrickct 3be0f86978 Menu options have black text when highlighted. 3 years ago
warrickct 893f7e99b8 Merge branch 'clearnet' into message-request-ui 3 years ago
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.
3 years ago
warrickct ee9156d4f8 Merge clearnet into message-request-ui 3 years ago
warrickct 36ca2a767c Adding PR changes 3 years ago
warrickct 02cf6fea2b minor styling fixes 3 years ago
Ian Macdonald 5a689ba16e
Make per conversation unread message count stand out better. 3 years ago
Audric Ackermann 2478a78794
move mentions and emojify to a functional component 3 years ago
Audric Ackermann 19722b6bdc
remove other emoji dependency and use unicode to render them in message
Relates #2151
3 years ago
Audric Ackermann 1efe6ca728
click oin @ bring to latest mention 3 years ago
warrickct 436d22bafd Added colouring of simple session button. 3 years ago
Audric Ackermann 912d6b36dc
remove light roboto as it looks ugly 3 years ago
Audric Ackermann 27906de084
grunt keep underscore in for backbone 3 years ago
Audric Ackermann 5b6d0d25f5
fix typo noteSelf results and shortened pubkey for unknown contacts 3 years ago
warrickct 2d66b1db4e Adding styling to conversation window for a message request. 3 years ago
Audric Ackermann 44f61073dc
move search results to styled components
and cleanup search logic and rendering of message results
3 years ago
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
3 years ago
Audric Ackermann 00d2bbc63d
cleanup MessageSearchResults 3 years ago
Audric Ackermann 792c23da87
cleanup scroll to unread of quote or search result on open 3 years ago
Audric Ackermann a3be2c347d
fixup open convo on search, quote click or hit the bottom 3 years ago
audric a21751c611
open convo on last unread, and can scroll up 3 years ago
audric 83d27ed3b7 update quoted message to animate to have border-green instead of bg green 3 years ago
audric e515ce3ca5 Merge remote-tracking branch 'upstream/clearnet' into cleanup-attachment 3 years ago
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. 3 years ago
audric fc916ce94c Fix attachments duplication on message syncing with current device 3 years ago
audric e97ac5d7c7 make the DL spinner a styled component 3 years ago
Audric Ackermann c7565fe7b3 Move scale/resize and attachment logic to typescript 3 years ago
warrickct 374d5a6619 Global search partially functioning, added basic functions for load testing performance. 3 years ago