summary refs log tree commit diff
path: root/tests/scripts/__init__.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-04fix typosMatthew Hodgson1-3/+3
2018-11-04fix avatar setMatthew Hodgson1-2/+2
2018-11-04make profile shadowing workMatthew Hodgson3-25/+23
2018-11-03switch from shadow reg to appservice regMatthew Hodgson2-51/+48
2018-11-03send access_tokens correctlyMatthew Hodgson3-17/+12
2018-11-03send json rather than urlencoded to AS APIMatthew Hodgson2-5/+5
2018-11-03fix variable ordering thinko in post_urlencoded_get_jsonMatthew Hodgson2-2/+3
2018-11-03fix copypaste errorMatthew Hodgson1-3/+0
2018-11-03fix up config thinkosMatthew Hodgson4-21/+21
2018-11-03don't specify shadow-server by defaultMatthew Hodgson1-3/+3
2018-11-03fix deferrs on _get_appservice_user_id and fix default configMatthew Hodgson3-7/+7
2018-11-03fix tests dinsic_2018-10-15Matthew Hodgson1-0/+1
2018-11-03more commentMatthew Hodgson1-1/+4
2018-11-03shadow profilesMatthew Hodgson1-0/+39
2018-11-03fix missing clientsMatthew Hodgson1-0/+2
2018-11-03add shadowing for /password and fix bugsMatthew Hodgson2-18/+42
2018-11-02shadow support for 3pid binding/unbinding (untested)Matthew Hodgson1-10/+47
2018-11-02implement shadow registration via AS (untested)Matthew Hodgson4-7/+96
2018-11-02fix typoMatthew Hodgson2-2/+2
2018-11-01changelog v0.33.8 github/release-v0.33.8 release-v0.33.8Amber Brown1-0/+6
2018-11-01versionAmber Brown1-1/+1
2018-10-31changelog v0.33.8rc2Amber Brown2-1/+10
2018-10-31version bumpAmber Brown1-1/+1
2018-10-31Fix search 500ing (#4122)Amber Brown3-3/+112
2018-10-29changelog v0.33.8rc1Amber Brown30-30/+47
2018-10-29version bumpAmber Brown1-1/+1
2018-10-26Port register_new_matrix_user to Python 3 and add tests (#4085)Amber Brown6-202/+378
2018-10-25Make Docker image listening on ipv6 as well as ipv4Cédric Laudrel2-2/+3
2018-10-25Refactor state group lookup to reduce DB hits (#4011)Erik Johnston11-485/+714
2018-10-25add new lineNeil Johnson1-0/+1
2018-10-25Use allow/denyErik Johnston3-11/+11
2018-10-25improve commentsNeil Johnson1-6/+6
2018-10-25oops, run the check_isort buildRichard van der Hoff1-1/+1
2018-10-25Only cache the wheelsRichard van der Hoff1-2/+10
2018-10-25Combine the pep8 and check_isort builds into oneRichard van der Hoff1-4/+1
2018-10-25disable coverage checkingRichard van der Hoff1-4/+1
2018-10-24fix style inconsistenciesNeil Johnson4-18/+51
2018-10-24commit transaction before closingNeil Johnson1-0/+1
2018-10-24isortNeil Johnson1-2/+1
2018-10-24remove trailing whiter spaceNeil Johnson1-1/+1
2018-10-24only fetch develop for check-newsfragmentsRichard van der Hoff1-4/+4
2018-10-24Disable newsfragment checks on branch buildsRichard van der Hoff1-1/+3
2018-10-24reduce git clone depthRichard van der Hoff1-0/+4
2018-10-24fix branch regexpRichard van der Hoff1-1/+1
2018-10-24also build on release branchesRichard van der Hoff1-0/+1
2018-10-24Disable travis-ci branch builds for most branchesRichard van der Hoff1-0/+6
2018-10-24fix tupleRichard van der Hoff1-1/+2
2018-10-24Update changelog.d/3975.featureRichard van der Hoff1-1/+1
2018-10-24Allow backslashes in event field filtersRichard van der Hoff3-2/+16
2018-10-24Fix a number of flake8 errorsRichard van der Hoff12-20/+21
2018-10-24isortErik Johnston1-4/+1
2018-10-24Use match rather than searchErik Johnston1-2/+3
2018-10-24CommentErik Johnston1-2/+5
2018-10-24Rename resolve_events_with_factoryErik Johnston5-13/+13
2018-10-24Fix start_pushers vs _start_pushers confusionRichard van der Hoff1-3/+3
2018-10-24sanity-check the is_processing flagRichard van der Hoff2-8/+14
2018-10-23remove errant exception and styleNeil Johnson3-7/+7
2018-10-23Comments helpTravis Ralston1-0/+5
2018-10-23remove white spaceNeil Johnson2-3/+1
2018-10-23fix race condiftion in calling initialise_reserved_usersNeil Johnson5-27/+55
2018-10-23Give some more things logcontexts (#4077)Richard van der Hoff3-7/+12
2018-10-23Correctly account for cpu usage by background threads (#4074)Richard van der Hoff6-80/+97
2018-10-22fix conflict and reinstate 6372dff771413c2b9cd5648cbb6de01a679ef801Matthew Hodgson1-4/+0
2018-10-22README.rst: fix minor grammarRichard van der