Commit Graph

39 Commits (3dd55e0f2b45ad30a62bf6fd80daa51b0ecceb1e)

Author SHA1 Message Date
nielsandriesse 8672577a8b Clean 6 years ago
gmbnt 99c473ee34 Use only updated snodes for file server proxying 6 years ago
Niels Andriesse cbda28a9a0 Remove analytics & Signal requests 6 years ago
Niels Andriesse 58e902429e Tweak connection settings 6 years ago
Niels Andriesse 2111e73675 Debug clearnet changes 6 years ago
Niels Andriesse 936287683f Override Signal security policy 6 years ago
Niels Andriesse 4da8d33932 Clean 7 years ago
Niels Andriesse b1bc2c7557 Allow JSON fragments in responses 7 years ago
Niels Andriesse 39ae2f462d Fix incorrect key 7 years ago
Mikunj Varsani 8ca43bb614 Accept text/plain responses. 7 years ago
Michael Kirk 21cffdfb5e always specify default when accessing bool preference 7 years ago
Michael Kirk 39d3219238 Add option to manually disable circumvention. 7 years ago
Matthew Chen 2cdb7bb0ed Respond to CR. 7 years ago
Matthew Chen 949225d525 Respond to CR. 7 years ago
Michael Kirk c7662b5a86 Step 2/2 %s/OWSAssert/OWSAssertDebug for existing previous assert semantics
Going forward, we want to prefer safer asserts, but we don't want to blindly
apply crashing asserts across the codebase
7 years ago
Matthew Chen cc5a480baa Apply OWS log functions in Objective-C. 7 years ago
Matthew Chen 3a50377902 Apply OWS log functions in Objective-C. 7 years ago
Matthew Chen 713606271c Rename fail macros in Obj-C. 7 years ago
Michael Kirk 875321cecc Reflector configuration supports per-country code
Also update reflector hosts/policy

// FREEBIE
8 years ago
Matthew Chen db430d6aa7 Revert unwanted changes. 8 years ago
Matthew Chen d6f4db1523 Rename TSStorageManager to OWSPrimaryStorage. 8 years ago
Matthew Chen a19882baaa Avoid deadlocks in message sender. 8 years ago
Matthew Chen 0cc7f3e00e Clean up ahead of PR. 8 years ago
Matthew Chen d52eba739d Clean up TSStorageManager usage. 8 years ago
Matthew Chen a29c4ce5d6 Pull out OWSStorage base class for TSStorageManager. 8 years ago
Michael Kirk a58f1f385c Share a photo from photos app
Shows the conversation picker, and sends the attachment to that
conversation.

There's still a lot TODO

-[ ] resolve JSQ dependency
-[ ] properly wait for app to load
-[ ] dismiss share extension after send is complete
-[ ] support non jpeg file types
-[ ] Fix device sleep manager

// FREEBIE
8 years ago
Matthew Chen 9da165b846 Continue conversion of app setup. 8 years ago
Matthew Chen 829464baaf Remove concurrency limitations from signal service. 8 years ago
Matthew Chen 6e840ff956 Fix build warnings from XCode 9. 8 years ago
Michael Kirk 81cff837ae Include root certs from pki.goog
// FREEBIE
8 years ago
Michael Kirk 6c13d46be2 use manually specified censorship host
// FREEBIE
8 years ago
Michael Kirk 11e07370a9 more logging
// FREEBIE
8 years ago
Michael Kirk a30533e7b5 Add GTSGIAG3 to censorship circumvention trust store
openssl x509 -outform der -in GIAG3.pem -out GIAG3.crt

// FREEBIE
8 years ago
Matthew Chen 35a2470cb7 Post notifications asynchronously.
// FREEBIE
8 years ago
Michael Kirk 251e206b6d profiles vs. censorship circumvention
// FREEBIE
8 years ago
Michael Kirk fc3f9ae396 Replace server sent avatar URL with hardcoded
// FREEBIE
8 years ago
Michael Kirk a3ae22c84f Upload profile avatar to service
WIP, this currently lacks crypto pending further discussion.

// FREEBIE
8 years ago
Michael Kirk 45a1f534ba Rename method to make way for new method.
No behavioral changes.

// FREEBIE
8 years ago
Michael Kirk ccb4a88742 Import SSK (and history) into Signal-iOS
git remote add ssk ../SignalServiceKit
git remote update
git merge -s ours --allow-unrelated-histories --no-commit ssk/master
git read-tree --prefix=SignalServiceKit -u ssk/master
git commit
8 years ago