summary refs log tree commit diff
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-16Add extra space before inline commentLuke Barnard1-1/+1
2017-11-16Extract group_id from the dict for multiple useLuke Barnard1-4/+5
2017-11-16Fix testsLuke Barnard1-0/+1
2017-11-16Remove unused GROUP_ID_REGEXLuke Barnard1-2/+0
2017-11-16Document get_groups_for_userLuke Barnard1-0/+6
2017-11-16Flake8Luke Barnard1-1/+1
2017-11-16Use a generator instead of a listLuke Barnard1-2/+2
2017-11-16Make sure we check AS groups for lookup on bulkLuke Barnard1-0/+5
2017-11-16Check group_id belongs to this domainLuke Barnard2-3/+12
2017-11-16Add automagical AS Publicised Group(s)Luke Barnard2-0/+28
2017-11-15Declare support for r0.3.0Richard van der Hoff1-0/+1
2017-11-15Bump changelog release-v0.25.0Erik Johnston1-0/+8
2017-11-14Remove __PreservingContextDeferred tooRichard van der Hoff1-30/+0
2017-11-14Make clear that the config has changed since prometheus v2Krombel3-2/+35
2017-11-14Less s'sErik Johnston1-2/+2
2017-11-14Add new boolean columns to port scriptErik Johnston1-0/+7
2017-11-14Bump version and changelog v0.25.0-rc1Erik Johnston2-1/+51
2017-11-14Pull out bits of StateStore to a mixinRichard van der Hoff2-237/+226
2017-11-14Revert "Revert "move _state_group_cache to statestore""Richard van der Hoff2-13/+12
2017-11-14Remove preserve_context_over_{fn, deferred}Richard van der Hoff10-66/+23
2017-11-14Reshuffle room list request codeRichard van der Hoff1-27/+24
2017-11-14Add a load of logging to the room_list handlerRichard van der Hoff1-0/+13
2017-11-13Remove redundent callTravis Ralston1-2/+0
2017-11-13Print instead of loggingDavid Baker1-11/+4
2017-11-13Fix tests for Store.__init__ updateRichard van der Hoff5-11/+11
2017-11-13Make __init__ consitstent across Store heirarchyRichard van der Hoff17-33/+33
2017-11-13Revert "move _state_group_cache to statestore"Erik Johnston2-12/+13
2017-11-13Up cache size of get_global_account_data_by_type_for_userErik Johnston1-1/+1
2017-11-12Add a route for determining who you areTravis Ralston1-0/+17
2017-11-10Bit more loggingRichard van der Hoff1-0/+2
2017-11-10Cache failures in url_preview handlerRichard van der Hoff1-41/+45
2017-11-10Add some more comments appservice user registrationRichard van der Hoff1-1/+4
2017-11-10Downcase userids for shared-secret registrationRichard van der Hoff2-3/+21
2017-11-10Fix 500 on invalid utf-8 in requestRichard van der Hoff1-1/+2
2017-11-09Downcase userid on registrationRichard van der Hoff1-1/+7
2017-11-09Revert "Allow upper-case characters in mxids"Richard van der Hoff1-3/+3
2017-11-09Allow upper-case characters in mxidsRichard van der Hoff1-3/+3
2017-11-09Fix typoErik Johnston1-1/+1
2017-11-09Register group servletErik Johnston1-0/+1
2017-11-09Namespace visibility options for groupsErik Johnston1-9/+19
2017-11-09Fix 'NoneType' not iterable in /deactivateRichard van der Hoff1-2/+1
2017-11-09Make the commented config have the defaultDavid Baker1-1/+1
2017-11-09Add bracketsErik Johnston1-2/+4
2017-11-08Have an explicit API to update room configErik Johnston6-1/+100
2017-11-08Revert "Modify group room association API to allow modification of is_public"Erik Johnston6-32/+22
2017-11-08better commentsDavid Baker1-2/+5
2017-11-08Log if any of the old config flags are setDavid Baker1-2/+24
2017-11-08Rename redact_content option to include_contentDavid Baker2-16/+15
2017-11-08s/items/iteritems/Richard van der Hoff1-2/+2
2017-11-07Remove useless assignment in notify_interested_servicesIlya Zhuravlev1-1/+0
2017-11-07Update deltas when doing auth resolutionRichard van der Hoff1-3/+7
2017-11-07factor out _update_context_for_auth_eventsRichard van der Hoff1-20/+42
2017-11-07move _state_group_cache to statestoreRichard van der Hoff2-13/+12
2017-11-07Revert "Merge branch 'master' of github.com:matrix-org/synapse into develop"Erik Johnston1-1/+10
2017-11-07upda