Commit Graph

579 Commits

Author SHA1 Message Date
Moxie Marlinspike 56ad177d4a Bump version to 2.70 2019-07-11 18:58:55 -07:00
Moxie Marlinspike 11902dec3c Support for v2 registration lock 2019-07-11 18:15:14 -07:00
Moxie Marlinspike 4fdbe9b9ff Support for push preauth 2019-07-11 18:15:10 -07:00
Moxie Marlinspike 18037bb484 Bump version to 2.69 2019-07-11 17:31:37 -07:00
Moxie Marlinspike a6e7e30177 Add requester to recaptcha validation 2019-07-11 17:31:34 -07:00
Moxie Marlinspike 288285f22b Bump version to 2.68 2019-06-19 17:16:43 -07:00
Moxie Marlinspike 5b69ff7e94 Break out keys database and accounts database 2019-06-19 17:16:37 -07:00
Moxie Marlinspike fa2d838e60 Bump version to 2.67 2019-06-12 12:33:13 -07:00
Moxie Marlinspike bc0c6be4c5 We don't need to support disabled accounts for the signed PK API 2019-06-12 12:32:15 -07:00
Moxie Marlinspike ef767728ac Bump version to 2.66 2019-06-11 09:29:38 -07:00
Moxie Marlinspike f56d219882 Update dropwizard to 1.3.12 2019-06-11 09:29:30 -07:00
Moxie Marlinspike 32afccb16d Bump version to 2.65 2019-06-10 12:38:50 -07:00
Moxie Marlinspike b4f528039f Multiplex GCM messages across 10 HttpClient instances
The underlying HttpClient implementation will not create a new
connection when the max sessions for an HTTP/2 connection have
been reached.
2019-06-10 12:37:53 -07:00
Moxie Marlinspike d6b470ffbe Bump version to 2.64 2019-06-07 10:07:21 -07:00
Moxie Marlinspike 3c6b418ca8 Publish fcm retry metrics 2019-05-30 11:05:05 -07:00
Moxie Marlinspike 105a38a7db Update gcm-sender-async to use jdk11 httpclient 2019-05-30 10:46:40 -07:00
Moxie Marlinspike e6f25b9c5e Bring gcm-sender-async in as a module 2019-05-29 11:03:33 -07:00
Moxie Marlinspike 6e0b956e61 Only set the uninstall feedback timestamp when it's zero
Otherwise each send will update the timestamp, preventing it from
aging out to the point where the cleaner will pick it up.
2019-05-26 14:27:30 -07:00
Moxie Marlinspike 86af14ad71 Bump version to 2.63 2019-05-10 10:48:08 -07:00
Moxie Marlinspike a029768d24 Reenable account cleaner 2019-05-10 10:42:42 -07:00
Moxie Marlinspike e0b85131bd Bump version to 2.62 2019-05-07 18:14:55 -07:00
Moxie Marlinspike 4d9c9206cf Delay processing FCM uninstalled feedback
Check to make sure client is not still active before unregistering,
since FCM feedback seems to be often erroneous
2019-05-07 10:04:22 -07:00
Moxie Marlinspike 92ca8862e1 Bump version to 2.61 2019-05-06 14:49:59 -07:00
Moxie Marlinspike b77bc28a79 Revert "Update dropwizard to 1.3.10"
This reverts commit a88e6ec534.
2019-05-06 14:28:46 -07:00
Moxie Marlinspike b5eca401c6 Bump version to 2.60 2019-05-06 13:38:35 -07:00
Moxie Marlinspike a88e6ec534 Update dropwizard to 1.3.10 2019-05-06 10:42:49 -07:00
Moxie Marlinspike 35116f9229 Clean up concepts of enabled account state
1) Rename "active" methods to be "enabled," since they aren't
   really about "activity."

2) Make authentication fail if a device or account is in dissabled
   state.

3) Let some controllers authenticate accounts that are in a
   disabled state.
2019-05-04 12:31:50 -07:00
Moxie Marlinspike fe66a59618 Bump version to 2.59 2019-05-03 12:15:24 -07:00
Moxie Marlinspike a1f90cd39b Temporarily disable account cleaner 2019-05-03 12:09:01 -07:00
Moxie Marlinspike 743975db52 Bump version to 2.58 2019-05-03 11:55:54 -07:00
Moxie Marlinspike 45dc7459b8 Temporarily disable GCM unregistered feedback 2019-05-03 11:51:21 -07:00
Moxie Marlinspike ff3056332e Bump version to 2.57 2019-05-03 11:24:30 -07:00
Jeffrey Griffin 6877b663f1 enable up to 40 account updates per chunk in AccountCleaner 2019-05-03 10:58:57 -07:00
Jeffrey Griffin 3c69f81a10 expire accounts explicitly 2019-05-02 21:14:57 -07:00
Jeffrey Griffin d316d57e5d fix DirectoryController tests 2019-05-02 19:20:23 -07:00
Jeffrey Griffin 92eddf8eb6 Directory feedback v3 2019-05-02 15:49:27 -07:00
Moxie Marlinspike 109a5b4748 Bump version to 2.55 2019-05-02 15:06:12 -07:00
Moxie Marlinspike 0c81556b90 Switch websocket-resources from ListenableFuture to CompletableFuture 2019-05-02 15:05:44 -07:00
Moxie Marlinspike 7e4b572699 Bump version to 2.54 2019-05-01 14:39:20 -07:00
Moxie Marlinspike d72828b3f4 Fix assembly for multi-module 2019-05-01 14:02:18 -07:00
Moxie Marlinspike 9220f4d829 Add websocket-resources as a module 2019-05-01 13:19:15 -07:00
Moxie Marlinspike 66917cd2c0 Add some dependency exclusions 2019-05-01 13:19:15 -07:00
Moxie Marlinspike d0d375aeb7 Break out into a multi-module project 2019-05-01 13:19:11 -07:00
Moxie Marlinspike b41dde777e Bump version to 2.52 2019-05-01 12:16:52 -07:00
Moxie Marlinspike d3dcd39f61 Replace Twilio SDK with Java 11 HttpClient 2019-05-01 12:08:37 -07:00
Moxie Marlinspike 4121cae1d6 Bump version to 2.51 2019-04-22 12:08:36 -07:00
Moxie Marlinspike 341138b731 Update json metrics reporter to use HttpClient 2019-04-22 10:55:48 -07:00
Moxie Marlinspike 527c3996ae Bump version to 2.50 2019-04-22 09:12:12 -07:00
Moxie Marlinspike 305b4148bd Support for accessing attachments via CDN 2019-04-18 10:52:37 -07:00
Moxie Marlinspike 07c22ed5bc Bump version to 2.49 2019-04-09 16:32:19 -07:00