- Jun 09, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
Occaisonally has_any_entity_changed would throw the error: "Set changed size during iteration" when taking the max of the `sorteddict`. While its uncertain how that happens, its quite inefficient to iterate over the entire dict anyway so we change to using the more traditional `bisect_*` functions.
-
- Jun 08, 2017
-
-
Erik Johnston authored
Ensure we don't use unpersisted state group as prev group
-
Erik Johnston authored
-
- Jun 07, 2017
-
-
Erik Johnston authored
Fix bug where state_group tables got corrupted
-
Erik Johnston authored
This is due to the fact that we prefilled caches using txn.call_after, which always gets called including on error. We fix this by making txn.call_after only fire when a transaction completes successfully, which is what we want most of the time anyway.
-
Erik Johnston authored
Don't start user_directory handling on workers
-
Erik Johnston authored
Faster cache for get_joined_hosts
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Split up device_lists_outbound_pokes table for faster updates.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jun 06, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jun 01, 2017
-
-
Erik Johnston authored
Handle profile updates in user directory
-
Erik Johnston authored
-
Erik Johnston authored
Add a user directory
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
- Check if room is public when a user joins before adding to user dir - Fix typo of field name "content.join_rules" -> "content.join_rule"
-
Erik Johnston authored
-
Erik Johnston authored
-
- May 31, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-