- Nov 30, 2017
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
- Nov 29, 2017
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
Initial commit; this doesn't work yet - the LIKE filtering seems too aggressive. It also needs _do_initial_spam to be aware of prepopulating the whole user_directory_search table with all users... ...and it needs a handle_user_signup() or something to be added so that new signups get incrementally added to the table too. Committing it here as a WIP
-
- Nov 21, 2017
-
-
Matthew Hodgson authored
-
- Nov 19, 2017
-
-
Matthew Hodgson authored
-
- Nov 17, 2017
-
-
Richard van der Hoff authored
Avoid locking for upsert on pushers tables
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Luke Barnard authored
Add automagical AS Publicised Group(s)
-
Richard van der Hoff authored
-
Jurek authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
- Nov 16, 2017
-
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Richard van der Hoff authored
* replace the upsert into deleted_pushers with an insert * no need to lock for upsert on pusher_throttle
-
Jurek authored
-
Richard van der Hoff authored
This PR was against master, not develop :( This reverts commit 203058a0, reversing changes made to 552f123b.
-
Richard van der Hoff authored
Fix auth handler
-
Luke Barnard authored
via registration file "users" namespace: ```YAML ... namespaces: users: - exclusive: true regex: '.*luke.*' group_id: '+all_the_lukes:hsdomain' ... ``` This is part of giving App Services their own groups for matching users. With this, ghost users will be given the appeareance that they are in a group and that they have publicised the fact, but _only_ from the perspective of the `get_publicised_groups_for_user` API.
-
Richard van der Hoff authored
Start work on avoiding table locks for upserts
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Now that _simple_upsert will retry on IntegrityError, we don't need to lock the table.
-
Richard van der Hoff authored
wrap the call to _simple_upsert_txn in a loop so that we retry on an integrityerror: this means we can avoid locking the table provided there is an unique index.
-
Richard van der Hoff authored
Bail out early to reduce indentation
-
- Nov 15, 2017
-
-
Jurek authored
-
Richard van der Hoff authored
Pull out bits of StateStore to a mixin
-
Richard van der Hoff authored
Declare support for r0.3.0
-
Richard van der Hoff authored
-