-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commits on Mar 23, 2015
-
Implement password changing (finally) along with a start on making cl…
…ient/server auth more general.
Configuration menu - View commit details
-
Copy full SHA for d98660a - Browse repository at this point
Copy the full SHA d98660aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78adccf - Browse repository at this point
Copy the full SHA 78adccfView commit details
Commits on Mar 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d19e79e - Browse repository at this point
Copy the full SHA d19e79eView commit details -
1) Pushers are now associated with an access token
2) Change places where we mean unauthenticated to 401, not 403, in C/S v2: hack so it stays as 403 in v1 because web client relies on it.
Configuration menu - View commit details
-
Copy full SHA for c7023f2 - Browse repository at this point
Copy the full SHA c7023f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa0224 - Browse repository at this point
Copy the full SHA 9aa0224View commit details -
Don't test exact equality of the list: as long as it has the fields w…
…e expect, that's just fine. I added the user_id (as in database pkey) and it broke: no point testing what that comes out as: it's determined by the db.
Configuration menu - View commit details
-
Copy full SHA for 438a21c - Browse repository at this point
Copy the full SHA 438a21cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce2766d - Browse repository at this point
Copy the full SHA ce2766dView commit details
Commits on Mar 25, 2015
-
Allow multiple pushers for a single app ID & pushkey, honouring the '…
…append' flag in the API.
Configuration menu - View commit details
-
Copy full SHA for c1a256c - Browse repository at this point
Copy the full SHA c1a256cView commit details -
Configuration menu - View commit details
-
Copy full SHA for df4c12c - Browse repository at this point
Copy the full SHA df4c12cView commit details
Commits on Mar 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a32e876 - Browse repository at this point
Copy the full SHA a32e876View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4f7e4 - Browse repository at this point
Copy the full SHA 6f4f7e4View commit details
Commits on Mar 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 59bf16e - Browse repository at this point
Copy the full SHA 59bf16eView commit details -
Add original, unmodified CAPTCHA-SETUP from the webclient repo before…
… modifying (captcha setup is now purely on the HS).
Configuration menu - View commit details
-
Copy full SHA for 46183cc - Browse repository at this point
Copy the full SHA 46183ccView commit details -
Update CAPTCHA_SETUP (it continues to ignore fallback, but I guess I …
…should fix it so that doesn't need the key in two different places)
Configuration menu - View commit details
-
Copy full SHA for 4891c4f - Browse repository at this point
Copy the full SHA 4891c4fView commit details
Commits on Mar 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9f642a9 - Browse repository at this point
Copy the full SHA 9f642a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d18e777 - Browse repository at this point
Copy the full SHA d18e777View commit details -
Configuration menu - View commit details
-
Copy full SHA for f129ee1 - Browse repository at this point
Copy the full SHA f129ee1View commit details
Commits on Apr 1, 2015
-
Completely replace fallback auth for C/S V2:
* Now only the auth part goes to fallback, not the whole operation * Auth fallback is a normal API endpoint, not a static page * Params like the recaptcha pubkey can just live in the config Involves a little engineering on JsonResource so its servlets aren't always forced to return JSON. I should document this more, in fact I'll do that now.
Configuration menu - View commit details
-
Copy full SHA for e9c908e - Browse repository at this point
Copy the full SHA e9c908eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5bf034 - Browse repository at this point
Copy the full SHA c5bf034View commit details
Commits on Apr 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 70a84f1 - Browse repository at this point
Copy the full SHA 70a84f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41cd778 - Browse repository at this point
Copy the full SHA 41cd778View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b59650 - Browse repository at this point
Copy the full SHA 6b59650View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb6d66 - Browse repository at this point
Copy the full SHA 4eb6d66View commit details
Commits on Apr 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a19b739 - Browse repository at this point
Copy the full SHA a19b739View commit details -
Dummy login so we can do the first POST request to get login flows wi…
…thout it just succeeding
Configuration menu - View commit details
-
Copy full SHA for 766bd8e - Browse repository at this point
Copy the full SHA 766bd8eView commit details
Commits on Apr 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ea1776f - Browse repository at this point
Copy the full SHA ea1776fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd5fb1 - Browse repository at this point
Copy the full SHA 4cd5fb1View commit details
Commits on Apr 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 83b5544 - Browse repository at this point
Copy the full SHA 83b5544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e1e58 - Browse repository at this point
Copy the full SHA 94e1e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf5e54f - Browse repository at this point
Copy the full SHA bf5e54fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb03faf - Browse repository at this point
Copy the full SHA cb03fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1a850 - Browse repository at this point
Copy the full SHA 0b1a850View commit details -
Configuration menu - View commit details
-
Copy full SHA for f96ab9d - Browse repository at this point
Copy the full SHA f96ab9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eea5cf - Browse repository at this point
Copy the full SHA 4eea5cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 117f35a - Browse repository at this point
Copy the full SHA 117f35aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db6832 - Browse repository at this point
Copy the full SHA 8db6832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c8f82 - Browse repository at this point
Copy the full SHA 91c8f82View commit details
Commits on Apr 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2e0d921 - Browse repository at this point
Copy the full SHA 2e0d921View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c10d3 - Browse repository at this point
Copy the full SHA a2c10d3View commit details -
Remove ultimately unused feature of saving params from the first call…
… in the session: it's probably too open to abuse.
Configuration menu - View commit details
-
Copy full SHA for 0eb61a3 - Browse repository at this point
Copy the full SHA 0eb61a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03eb4ad - Browse repository at this point
Copy the full SHA 03eb4adView commit details
Commits on Apr 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6532b6e - Browse repository at this point
Copy the full SHA 6532b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a79a3 - Browse repository at this point
Copy the full SHA f7a79a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a218619 - Browse repository at this point
Copy the full SHA a218619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ac8a60 - Browse repository at this point
Copy the full SHA 7ac8a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bac74b - Browse repository at this point
Copy the full SHA 1bac74bView commit details
Commits on Apr 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f1acb9f - Browse repository at this point
Copy the full SHA f1acb9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c4f0e - Browse repository at this point
Copy the full SHA 03c4f0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 412ece1 - Browse repository at this point
Copy the full SHA 412ece1View commit details