Commit log
eded970
accept and reject are both things that can come from other resources
Click to expand commit body
So if someone else sends one to the bare JID, we should deliver it to any
connection that matches.
Stephen Paul Weber
created
3 years ago
e2b9f0e
add support for HashedToken channel binding
Daniel Gultsch
created
3 years ago
24badda
do quick start with HT-SHA-256-NONE
Daniel Gultsch
created
3 years ago
c137878
request fast token
Daniel Gultsch
created
3 years ago
3378447
parse hash token names
Daniel Gultsch
created
3 years ago
0cd4162
ensure we only select channel binding methods available for tls version
Daniel Gultsch
created
3 years ago
7eb1603
enable SM if it wasn’t enabled in bind 2
Daniel Gultsch
created
3 years ago
9a0c90f
read new stream features directly after success
Daniel Gultsch
created
3 years ago
7b15e01
Do not show double notification during dialler integration call
Stephen Paul Weber
created
3 years ago
3d6c7bb
fix display glitch in username mode
Daniel Gultsch
created
3 years ago
ec3cde0
Edit user name inline, instead of in dialog
Stephen Paul Weber
created
3 years ago
c688aeb
Do not update message or finish the download until the file is fully renamed
Stephen Paul Weber
created
3 years ago
90048e9
use url span method to show context menu. fixes #4393
Daniel Gultsch
created
3 years ago
d8d79b7
Merge branch 'content-addressable'
Click to expand commit body
* content-addressable:
Content Addressable Media Storage
Stephen Paul Weber
created
3 years ago
ab0ea70
make it easier to disable muclumbus in Config
Daniel Gultsch
created
3 years ago
716c804
only run account options through int conversion. fixes #4390
Daniel Gultsch
created
3 years ago
0ee7a94
Merge commit 'cb0442b84a0b40bb58b0741c420970ba07c1a889'
Click to expand commit body
* commit 'cb0442b84a0b40bb58b0741c420970ba07c1a889':
Tag navigation UI
Stephen Paul Weber
created
3 years ago
b955bc0
Allow webview to intercept action before sending over XMPP
Click to expand commit body
This allows delaying to, eg, submit a form or otherwise.
Stephen Paul Weber
created
3 years ago
d435c1f
let omemoOnly config overwrite OmemoSetting
Daniel Gultsch
created
3 years ago
5735bca
minor code clean up
Daniel Gultsch
created
3 years ago
64b853f
bump various dependencies
Daniel Gultsch
created
3 years ago
10f30fa
revert transcoder to 0.9.1
Daniel Gultsch
created
3 years ago
e822c0a
Content Addressable Media Storage
Click to expand commit body
Downloads are stored at a filename that is the CID computed from a SHA256 hash
of their contents. Where necessary (such as to stream a large file down) they
are stored at the name based on the message UUID temporarily and then renamed.
Uploads, when they must be copied into our storage, are stored in the same way.
This results in de-duplicated storage, so sending the same file back and forth
many times even in different conversations results in only one copy being
stored.
Since Android does not play nice with symlinks, but we want to be able to look
up media by multiple possible hashes, the CIDs for SHA1, SHA256, and SHA512 are
all stored in a new database table whenever a file is downloaded or uploaded,
even if the file is never copied into our storage at all (so then the db table
contains a path to, say, the image in the camera folder).
When bits-of-binary cid transfer is attempted, first check if we have that
content locally already and just use it if we already have it instead of
requesting it again.
Stephen Paul Weber
created
3 years ago
0e638aa
Fix NPE when mPager gets cleared out before callback fires
Stephen Paul Weber
created
3 years ago
42515bc
Fix out of bounds crash
Stephen Paul Weber
created
3 years ago
Stephen Paul Weber
created
3 years ago
44d15e1
Show desc on OOB
Stephen Paul Weber
created
3 years ago
a2d33eb
Show the name of the sender in search results
Click to expand commit body
Just like a MUC, search results lack the context to be sure who sent a message,
so show the name in the result item.
Stephen Paul Weber
created
3 years ago
eca4b52
Merge branch 'race-condition'
Click to expand commit body
* race-condition:
Prevent race condition in loops over all bookmarks
Stephen Paul Weber
created
3 years ago
514e21e
Merge branch 'fix-memleak'
Click to expand commit body
* fix-memleak:
Fix memory leak
Stephen Paul Weber
created
3 years ago
cb775ec
wait for DB restore before bind
Daniel Gultsch
created
3 years ago
3d56d01
handle case when server loses support for quick start
Daniel Gultsch
created
3 years ago
717aedd
fix last commit. bring back option required by quicksy
Daniel Gultsch
created
3 years ago
32f9a58
pipeline sasl2 directly after stream start
Daniel Gultsch
created
3 years ago
126e8ef
refactor sasl 2 authentication code
Daniel Gultsch
created
3 years ago
9f5da67
use bind:0 namespace
Daniel Gultsch
created
3 years ago
cb0442b
Tag navigation UI
Click to expand commit body
Show horizontal list of tags available in current search results below the
search box, acts sort of like an autocomplete or you can just tap on it, making
tag naviation easier so you don't have to find something that matches that tag
or type it out to use it.
Stephen Paul Weber
created
3 years ago
67df923
Allow text selection in table forms
Stephen Paul Weber
created
3 years ago
Stephen Paul Weber
created
3 years ago
e98e96f
Upgrade sentry to 6.4.2
Stephen Paul Weber
created
3 years ago
9c9b718
Fix memory leak
Stephen Paul Weber
created
3 years ago
a6740aa
Do not hide the command UI during an active session
Click to expand commit body
Can happen if we re-detect that the contact does not support command UI (or that
we don't know it does due to not being in roster / getting removed from roster)
but the session was opened using an in-message button or similar.
Stephen Paul Weber
created
3 years ago
5a3cca9
use bind 2 tag and sasl 2 user-agent
Daniel Gultsch
created
3 years ago
bf15070
bump sasl2 namespace
Daniel Gultsch
created
3 years ago
495f799
store full sasl mechanism (not just priority)
Daniel Gultsch
created
3 years ago
36e104e
refresh gets called too often, only refresh commands on demand
Click to expand commit body
But do still call a full refresh on manual service discovery.
Stephen Paul Weber
created
3 years ago
68690e4
Add monochrome icon version for A13
Stephen Paul Weber
created
3 years ago
Daniel Gultsch
created
3 years ago
9ae0475
Show the name of the sender in search results (#4379)
Click to expand commit body
Just like a MUC, search results lack the context to be sure who sent a message,
so show the name in the result item.
Stephen Paul Weber
created
3 years ago
c1abca3
copy bookmarks before passing them to other parts of the app for read
Click to expand commit body
closes #4381
Daniel Gultsch
created
3 years ago
Page 66 of 211