Commit Graph

8287 Commits (9846a529f725084a5143d2c71e0333fea332070d)
 

Author SHA1 Message Date
Matthew Chen 3cac5bbfee Respond to CR. 6 years ago
Matthew Chen c0022eceac Move from test to staging environments. 6 years ago
Matthew Chen ef6aed75bc Revert "Revert "Revert "Revert temporary changes."""
This reverts commit 50d242cd0486b10bc03d2a18b964bb45b8aef739.
6 years ago
Matthew Chen 8d1011a1fc Verify certificate subject. 6 years ago
Matthew Chen c65b38ad64 Revert "Revert "Revert temporary changes.""
This reverts commit 62fa34d77373cbf530f8d63a0de3504097771df8.
6 years ago
Matthew Chen aef881cad3 Verify certificate subject. 6 years ago
Matthew Chen 54d025e110 Revert "Revert temporary changes."
This reverts commit 97eb405a9e.
6 years ago
Michael Kirk 594c9aacfe Merge branch 'mkirk/update-auth-params' 6 years ago
Michael Kirk 5e2dc18931 rename token -> password 6 years ago
Michael Kirk 1ce277a95b Merge branch 'mkirk/parser-fixup' 6 years ago
Michael Kirk ac461ca2d1 Fixup parser: Robust to servers various "empty" types
For base64Encoded data, sometimes the server sends "null" sometimes the server
sends an empty string.
6 years ago
Michael Kirk 4a37b0e79d Merge branch 'mkirk/unbatch-legacy-contact' 6 years ago
Michael Kirk 6d46ed0e3f No change in behavior: move class down 6 years ago
Michael Kirk 2e38fa145c Unbatch legacy contact requests
// FREEBIE
6 years ago
Matthew Chen e602cf55a0 Merge branch 'charlesmchen/refineTheme' 6 years ago
Matthew Chen baf432f1ee Respond to CR. 6 years ago
Matthew Chen fa8a07abf1 Respond to CR. 6 years ago
Matthew Chen 581347a7fb Refine theme. 6 years ago
Matthew Chen 7759c9ca0f Refine theme. 6 years ago
Matthew Chen f795b12a86 Refine theme. 6 years ago
Matthew Chen 594eeea19f Merge branch 'charlesmchen/cleanupAttachment' 6 years ago
Matthew Chen 9334143f5e Organize attachments. 6 years ago
Matthew Chen e194959c13 Merge branch 'charlesmchen/recipientDevices' 6 years ago
Matthew Chen b0a516c36f Refine recipient device updates. 6 years ago
Matthew Chen 0518b335d8 Refine recipient device updates. 6 years ago
Michael Kirk 2c8a64a48f Merge branch 'mkirk/dry-up-param-parsing' 6 years ago
Michael Kirk bae2e8649d Dry up Parameter parsing logic 6 years ago
Michael Kirk c2ed507d66 Merge tag '2.28.0.13' 6 years ago
Michael Kirk 0081a877ef Merge branch 'mkirk/validated-protos' 6 years ago
Michael Kirk 7f8dc83330 Update Pods 6 years ago
Michael Kirk d39906f606 CR: test malformed protos 6 years ago
Michael Kirk e5856b2ac5 CR: Add back deprecated constructor to debug list 6 years ago
Michael Kirk 1824d7dcef "Bump build to 2.28.0.13." 6 years ago
Michael Kirk 778a8aa079 sync translations 6 years ago
Michael Kirk 4a84404d11 Update WebRTC 6 years ago
Michael Kirk abcd0a1d29 CR: revert logging change 6 years ago
Michael Kirk 06bbe907b9 builder pattern for proto construction 6 years ago
Michael Kirk 9299c5e573 CR: tweak proto class name, include yet-to-be-used protos
// FREEBIE
6 years ago
Michael Kirk b860dce7f9 Swift protos for Envelope 6 years ago
Michael Kirk e77b798aa7 Merge branch 'mkirk/webrtc-m68' 6 years ago
Michael Kirk 19ece45c8d Update WebRTC to M68 6 years ago
Michael Kirk d5ebd5a60f UBSan fixup 6 years ago
Matthew Chen 73012d4699 Merge branch 'jsq/xcode-file-templates' 6 years ago
Jesse Squires 868a35ce4c Add IDE template macro for consistent headers
Xcode has undesirable default header comments, and now you can customize them.
This adds an `IDETemplateMacros.plist` file to the `xcworkspace` so that new files created
in the workspace have the same, consistent default header comments automatically added:

```
//
//  Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
```

This will prevent contributors from either (1) committing Xcode's default, or
(2) having to manually copy-pasta the standard comment headers for every new file added.

[See here for more details](https://oleb.net/blog/2017/07/xcode-9-text-macros/)
6 years ago
Michael Kirk 3126db4316 Merge branch 'jsq/building-update' 6 years ago
Jesse Squires 196b2fb1fa
[Build] Update clone instructions
Per discussion [here](https://community.signalusers.org/t/not-able-to-build-in-xcode-9-3-9-4/3498/12).

Using `--recurse-submodules` will init and update all submodules, so you can do everything at once. I find this a bit nicer.
(Also, it seems like it might be more reliable with GitHub forks?)

I realize `make dependencies` runs `git submodule update --init`. It will just be a no-op if you clone this way.
6 years ago
Michael Kirk 2298d50d12 Merge branch 'mkirk/cds-retry' 6 years ago
Michael Kirk f002f89f2c Update retryable
Per Jeff, don't handle CDS requests yet.
6 years ago
Michael Kirk 0598733fc6 Merge branch 'mkirk/cds-feedback-2' 6 years ago
Michael Kirk 3507367a90 Don't report feedback for HTTP errors.
// FREEBIE
6 years ago