Commit Graph

11131 Commits (af595eb539451aa63bb43c1b65bc94d2e13a7ddf)
 

Author SHA1 Message Date
Audric Ackermann af595eb539
fix typo call toast
send message to him => send message to them
3 years ago
Audric Ackermann f475fe8de8
Merge pull request #2171 from ianmacd/pr2
Don't nanny the user. Allow all file types as attachments.
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
Audric Ackermann 04af2d05e0
Merge pull request #2165 from Bilb/fix-call-bugs
Fix call bugs

* add local stream display in fullscreen 
* pick a sample of 2 iceservers for init connection
* show video controls when the mouse is over the app anywhere
3 years ago
audric 5b34419461
disable selection update on emoji selected for now
this is kind of broken when adding emojis not at the end
3 years ago
Audric Ackermann 57d1097858
Merge pull request #2164 from Bilb/emoji-from-input-box
Emoji from input box
3 years ago
audric 78b84d4ed8 call: pick a sample of 2 of the iceservers before creating connection 3 years ago
audric b1221c6809 call: show video buttons if the cursor is over the app anywhere 3 years ago
audric 5c8e4ef12b call: add local stream display in fullscreen 3 years ago
Audric Ackermann 445852eca1
split up a bit of the mentions/emoji input 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 c0d73bdaaa
bump back to 1.8.1 and enable back calls 3 years ago
Audric Ackermann caddac6f2f
Merge pull request #2161 from Bilb/bump-1.7.7
Bump to 1.7.7
3 years ago
Audric Ackermann 17d074d04a
Merge pull request #2160 from Bilb/bump-1.8.1
bump to 1.8.1
3 years ago
Audric Ackermann 146a317301
build session without calls but with search ON 3 years ago
Audric Ackermann 2b71f573e0
bump to 1.8.1 3 years ago
Audric Ackermann 5fa0fccae7
Merge pull request #2159 from Bilb/pull-crowdin
pull translations from crowdin
3 years ago
Audric Ackermann 8efc23d619
pull translations from crowdin 3 years ago
Audric Ackermann 995bc8dbfa
Merge pull request #2158 from Bilb/click-at-opens-mention
click on @ in conversation item bring to latest mention
3 years ago
Audric Ackermann 1efe6ca728
click oin @ bring to latest mention 3 years ago
Audric Ackermann 036d3827ab
Merge pull request #2157 from Bilb/mentions-quicker-load-convo-change
fetch last active users quicker on convo changes to public convo
3 years ago
Audric Ackermann 42ccf06ff0
fetch last active users quicker on convo changes to public convo 3 years ago
Audric Ackermann 1b98456e29
Merge pull request #2154 from Bilb/update-wording-systray
update EN start in tray setting wording
3 years ago
Audric Ackermann a19a6a33c7
migrate already set nickname convo to name + profileName index 3 years ago
Audric Ackermann a3eb80abcf
fix group updates outgoing message status in left pane 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
Audric Ackermann 845e6048c4
add back underscore dependency as this is causing issues with backbone 3 years ago
Audric Ackermann 5492919424
update EN start in tray setting wording 3 years ago
Audric Ackermann b7c966ee93
Merge pull request #2142 from Bilb/scroll-to-not-loaded-message
Scroll to not loaded message & fixup search
3 years ago
Audric Ackermann 07a1beae5e
exclude ids from search entry 3 years ago
Audric Ackermann d6a8f5e92b
allow searching for nickname or name for contacts 3 years ago
Audric Ackermann ceb5317160
remove profile_images as we are not using it 3 years ago
Audric Ackermann 98bdd53bd5
fix release build and decrese search results to 150 for messages 3 years ago
Audric Ackermann 40344bde52
move search logic to the search input component 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 108d810fde
make sure pills of joinable room take 100% width if they can 3 years ago
Audric Ackermann 1e5a45d95b
cleanup timestamp display for search results 3 years ago
Audric Ackermann 280128ec43
update search result to have sender on the msg line 3 years ago
Audric Ackermann 1eba9dce30
merge messagesChanged and messagesAdded to a single redux event 3 years ago
Audric Ackermann b72b8e8387
fix tests 3 years ago
Audric Ackermann 949c36a42f
merge fetching more messages for top and bottom in the same flag 3 years ago
Audric Ackermann 9000c649f8
remove optional setToExpire and UnreadMessageIsAbove indicator 3 years ago
Audric Ackermann 4e638d162d
fix the scroll to bottom with button and on send message 3 years ago
Audric Ackermann 7d9f970b2c
remove decrypted_at field from saving message models as unused 3 years ago
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
3 years ago
Audric Ackermann b3a8692240
cleanup incoming message creation for displaying messageresult 3 years ago
Audric Ackermann 76bfd5992c
use coalesce to merge multiple timestamp for search as one 3 years ago