Commit graph

37 commits

Author SHA1 Message Date
Niels Andriesse 384353086b Fix bundle ID issue 2019-04-26 15:15:09 +10:00
Michael Kirk 3fb8b02b3b update front 2019-04-02 19:57:38 -06:00
Matthew Chen a7d848ef7c Add missing nullability annotations. 2019-01-23 13:12:43 -05:00
Michael Kirk 371ff08d45 remove legal terms feature flag 2019-01-11 11:25:34 -07:00
Matthew Chen b7920fef84 Remove obsolete TODO. 2018-10-19 08:55:52 -04:00
Matthew Chen 7115d45d08 Changes for UD in production. 2018-10-18 15:27:25 -04:00
Matthew Chen de8b5b55c0 Update production trust root. 2018-10-18 11:05:10 -04:00
Matthew Chen 9ef0f35d26 Remove obsolete CDS constant. 2018-10-12 13:51:33 -04:00
Matthew Chen 1f37980a0d Suppress UD against production service to avoid de-registration. 2018-10-11 13:00:53 -04:00
Matthew Chen 960b4f537d Suppress UD against production service to avoid de-registration. 2018-10-11 13:00:53 -04:00
Matthew Chen 1e10a86635 UD send via REST. 2018-10-04 11:56:36 -04:00
Matthew Chen b8c5e14758 Apply UD trust root value for staging. 2018-10-03 09:34:16 -04:00
Matthew Chen f7379deb69 Add setup method to UD manager. Try to verify server certificate expiration. 2018-10-02 13:24:12 -04:00
Matthew Chen bcb882f5aa Update CDS URLs. 2018-09-27 13:56:07 -04:00
Matthew Chen 8910f1f65a Enable conversation colors. 2018-09-25 16:11:37 -04:00
Matthew Chen 23848844fe Add feature flag for contact discovery service. 2018-07-13 16:19:59 -04:00
Michael Kirk f0175c0b6f feature gate color syncing
// FREEBIE
2018-07-10 13:25:38 -06:00
Michael Kirk 0bc88666c8 Show legal terms link
// FREEBIE
2018-06-21 15:00:56 -06:00
Matthew Chen 0dcde9516e Suppress legal links. 2018-06-08 10:34:56 -04:00
Matthew Chen 90f0681198 Update legal URL. 2018-05-25 11:38:02 -04:00
Michael Kirk 9a34c6804c policy links
// FREEBIE
2018-05-25 09:22:53 -04:00
Michael Kirk 875321cecc Reflector configuration supports per-country code
Also update reflector hosts/policy

// FREEBIE
2018-03-28 17:39:45 -04:00
Matthew Chen 8c54297918 Sketch out 2FA settings views. 2018-03-01 15:38:59 -05:00
Matthew Chen 4afedac68c Clean up ahead of PR. 2018-03-01 15:38:59 -05:00
Matthew Chen 1f6cbd399e Sketch out 2FA feature. 2018-03-01 15:38:59 -05:00
Michael Kirk 23d3006fd8 remove unused code
// FREEBIE
2017-12-04 12:50:28 -05:00
Matthew Chen 7429e1968c Clean up ahead of PR. 2017-11-30 09:49:01 -05:00
Matthew Chen 183f0f1ccd Respond to CR.
// FREEBIE
2017-09-19 17:45:18 -04:00
Matthew Chen d032339472 Modify debug builds to use production service.
// FREEBIE
2017-08-30 10:49:49 -04:00
Michael Kirk 251e206b6d profiles vs. censorship circumvention
// FREEBIE
2017-08-25 17:17:43 -04:00
Matthew Chen 97f74ca5b4 Only use staging service in debug builds.
// FREEBIE
2017-08-22 17:19:44 -04:00
Michael Kirk 7499b3aaf0 Avatar API integration / WIP crypto scheme
Crypto Scheme:

- Name (un)padding
- WIP AES-GCM (funtioning, but need to verify against android
  implementation, and tag functionality)

Changes to avatar API:

- hard code avatar domain (cdn.signal.org)
- avatar form hands out new avatar key, invalidating old avatar
- preliminary aes-gcm integration

Also:

- New type to represent AES128 keys, rather than passing around opaque
  data blobs everywhere, we can use the compiler to help us make sure
  we're passing compliant keying material.

- Started using factory pattern for API requests. This is intended to be
  a lighter weight way to implement new API requests, rather than the
  current 1-method class ceremony.

// FREEBIE
2017-08-14 12:45:37 -04:00
Michael Kirk fc3f9ae396 Replace server sent avatar URL with hardcoded
// FREEBIE
2017-08-11 11:19:05 -04:00
Michael Kirk a3ae22c84f Upload profile avatar to service
WIP, this currently lacks crypto pending further discussion.

// FREEBIE
2017-08-09 11:44:34 -04:00
Michael Kirk e07ed50170 define avatar form URL
// FREEBIE
2017-08-07 15:17:34 -04:00
Matthew Chen 823927685d Update profile on service.
// FREEBIE
2017-08-04 15:25:17 -04:00
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
2017-07-21 13:55:01 -04:00