-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commits on Dec 10, 2015
-
Very first cut of calculating actions for events as they come in. Doe…
…sn't store them yet. Not very efficient.
Configuration menu - View commit details
-
Copy full SHA for 21f135b - Browse repository at this point
Copy the full SHA 21f135bView commit details -
Having consulted The Erikle, this should go at the end of on_receive_…
…pdu, otherwise it will be triggered whenever we backfill too.
Configuration menu - View commit details
-
Copy full SHA for a84a693 - Browse repository at this point
Copy the full SHA a84a693View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa667ee - Browse repository at this point
Copy the full SHA aa667eeView commit details -
Store nothing instead of ['dont_notify'] for events with no notificat…
…ion required: much as it would be nice to be able to tell between the event not having been processed and there being no notification for it, this isn't worth filling up the table with ['dont_notify'] I think. Consequently treat the empty actions array as dont_notify and filter dont_notify out of the result.
Configuration menu - View commit details
-
Copy full SHA for 5e909c7 - Browse repository at this point
Copy the full SHA 5e909c7View commit details
Commits on Dec 16, 2015
-
still very WIP, but now sends unread_notifications_count in the room …
…object on sync (only actually corrrect in a full sync: hardcoded to 0 in incremental syncs).
Configuration menu - View commit details
-
Copy full SHA for 42ad49f - Browse repository at this point
Copy the full SHA 42ad49fView commit details
Commits on Dec 18, 2015
-
Make unread notification count sending work: put the correct count in…
… incremental syncs too, where necessary, and fix silly bugs like only select the event actions for that user...
Configuration menu - View commit details
-
Copy full SHA for 413d0d6 - Browse repository at this point
Copy the full SHA 413d0d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b131fb1 - Browse repository at this point
Copy the full SHA b131fb1View commit details
Commits on Dec 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 091c545 - Browse repository at this point
Copy the full SHA 091c545View commit details -
Configuration menu - View commit details
-
Copy full SHA for f73f154 - Browse repository at this point
Copy the full SHA f73f154View commit details -
Configuration menu - View commit details
-
Copy full SHA for c061b47 - Browse repository at this point
Copy the full SHA c061b47View commit details
Commits on Dec 22, 2015
-
Add bulk push rule evaluator which actually still evaluates rules one…
… by one, but does far fewer db queries to fetch the rules
Configuration menu - View commit details
-
Copy full SHA for 65c451c - Browse repository at this point
Copy the full SHA 65c451cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77f0685 - Browse repository at this point
Copy the full SHA 77f0685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c8f6a7 - Browse repository at this point
Copy the full SHA 4c8f6a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fbb031 - Browse repository at this point
Copy the full SHA 3fbb031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5645d97 - Browse repository at this point
Copy the full SHA 5645d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 140a50f - Browse repository at this point
Copy the full SHA 140a50fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b4cd0c - Browse repository at this point
Copy the full SHA 9b4cd0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d79e90f - Browse repository at this point
Copy the full SHA d79e90fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a92c6 - Browse repository at this point
Copy the full SHA d2a92c6View commit details
Commits on Jan 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3051c9d - Browse repository at this point
Copy the full SHA 3051c9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 928c575 - Browse repository at this point
Copy the full SHA 928c575View commit details -
Configuration menu - View commit details
-
Copy full SHA for c914d67 - Browse repository at this point
Copy the full SHA c914d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92a1e74 - Browse repository at this point
Copy the full SHA 92a1e74View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b6773 - Browse repository at this point
Copy the full SHA f1b6773View commit details -
Configuration menu - View commit details
-
Copy full SHA for d74c6ac - Browse repository at this point
Copy the full SHA d74c6acView commit details -
Configuration menu - View commit details
-
Copy full SHA for c77e7e6 - Browse repository at this point
Copy the full SHA c77e7e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb7b95 - Browse repository at this point
Copy the full SHA 4eb7b95View commit details
Commits on Jan 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 85ca8cb - Browse repository at this point
Copy the full SHA 85ca8cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb03625 - Browse repository at this point
Copy the full SHA eb03625View commit details
Commits on Jan 6, 2016
-
Add is_guest flag to users db to track whether a user is a guest user…
… or not. Use this so we can run _filter_events_for_client when calculating event_push_actions.
Configuration menu - View commit details
-
Copy full SHA for c79f221 - Browse repository at this point
Copy the full SHA c79f221View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae1262a - Browse repository at this point
Copy the full SHA ae1262aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9929283 - Browse repository at this point
Copy the full SHA 9929283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e48f7f - Browse repository at this point
Copy the full SHA 0e48f7fView commit details -
Adding is_guest here won't work because it just constructs a dict of …
…uid -> password hash
Configuration menu - View commit details
-
Copy full SHA for b6a5853 - Browse repository at this point
Copy the full SHA b6a5853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 442fcc0 - Browse repository at this point
Copy the full SHA 442fcc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09dc985 - Browse repository at this point
Copy the full SHA 09dc985View commit details
Commits on Jan 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 823b679 - Browse repository at this point
Copy the full SHA 823b679View commit details -
Configuration menu - View commit details
-
Copy full SHA for daadcf3 - Browse repository at this point
Copy the full SHA daadcf3View commit details