summary refs log tree commit diff
path: root/jenkins-flake8.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-14Only accept password authErik Johnston1-12/+0
2016-07-14Add an /account/deactivate endpointErik Johnston1-0/+55
2016-07-13Bug fix: expire invalid access tokensNegar Fazeli6-9/+42
2016-07-12be more pythonicDavid Baker1-1/+1
2016-07-12on_OPTIONS isn't neccessaryDavid Baker2-10/+1
2016-07-12Remove other debug loggingDavid Baker1-2/+0
2016-07-11Separate out requestTokens to separate handlersDavid Baker2-65/+93
2016-07-11Oops, remove debug loggingDavid Baker1-4/+0
2016-07-08Implement https://github.com/matrix-org/matrix-doc/pull/346/filesDavid Baker2-0/+60
2016-07-08Add a comment explaining allow_noneMark Haines1-0/+2
2016-07-08Ensure that the guest user is in the database when upgrading accountsMark Haines1-0/+13
2016-07-07Bump version and changelogErik Johnston2-1/+9
2016-07-07Fix bug where we did not correctly explode when multiple user_ids were set in...Erik Johnston1-5/+10
2016-07-07CommentErik Johnston1-0/+3
2016-07-07Return 400 rather than 500Erik Johnston1-1/+4
2016-07-06Add rest servlet. Fix SQL.Erik Johnston2-5/+5
2016-07-06Check that there are no null bytes in user and passswordErik Johnston1-0/+6
2016-07-06Add null separator to hmacErik Johnston2-0/+4
2016-07-06Update password config commentKent Shikama1-1/+1
2016-07-06Update hash_password scriptKent Shikama1-1/+17
2016-07-05Remove spurious txnErik Johnston1-9/+0
2016-07-05Fix for postgresErik Johnston1-2/+2
2016-07-05Add an admin option to shared secret registrationErik Johnston4-27/+58
2016-07-05Protect password when registering using shared secretErik Johnston2-7/+15
2016-07-05Add ReadWriteLock for pagination and history pruneErik Johnston2-36/+38
2016-07-05Add ReadWriteLockErik Johnston2-0/+167
2016-07-05Fix typoMark Haines1-1/+1
2016-07-05Make get_events_around more efficient on sqlite3Mark Haines1-13/+49
2016-07-05Remove default password pepper stringKent Shikama1-2/+1
2016-07-05Fix password configKent Shikama2-3/+3
2016-07-05Fix pep8Kent Shikama2-2/+3
2016-07-05Add comment to prompt changing of pepperKent Shikama1-0/+1
2016-07-05Use true/false for boolean parameter inclusive to avoid potential for sqli, a...Mark Haines2-5/+7
2016-07-05Add purge_history APIErik Johnston4-1/+38
2016-07-04Use different SQL for postgres and sqlite3 for when using multicolumn indexesMark Haines2-59/+59
2016-07-05Add pepper to password hashingKent Shikama2-3/+8
2016-07-04Add storage function to purge history for a roomErik Johnston1-0/+140
2016-07-04Use a query that postgresql optimises better for get_events_aroundMark Haines1-12/+16
2016-07-04Fix style violationsKent Shikama2-2/+4
2016-07-04Use .get() instead of [] to access password_hashKent Shikama1-1/+1
2016-07-03Optionally include password hash in createUser endpointKent Shikama2-3/+5
2016-07-01code_style.rst: add link to sphinx examplesRichard van der Hoff1-1/+3
2016-07-01code_style.rst: *fix* link to google styleRichard van der Hoff1-1/+1
2016-07-01code_style.rst: add link to google styleRichard van der Hoff1-2/+3
2016-06-30requestToken updateDavid Baker2-15/+29
2016-06-30Feature: Add deactivate account admin APIErik Johnston3-0/+40
2016-06-29Remove raceErik Johnston1-11/+0
2016-06-29Implement purge_media_cache admin APIErik Johnston5-20/+130
2016-06-29Track approximate last access time for remote mediaErik Johnston4-1/+71
2016-06-28Update turn-howto.rst to use git clone (2)Rick Cogley1-1/+5
2016-06-28Update turn-howto.rst to use git cloneRick Cogley1-1/+1
2016-06-28Remove double spacesRick Cogley1-12/+11
2016-06-27remove vector.im from default secondary DS listMatthew Hodgson1-1/+0
2016-06-26Update to reflect new location at github. Rick Cogley1-16/+18
2016-06-24Fix the sytests to use a port-range rather than a port baseMark Haines3-4/+7
2016-06-24Remove room name & alias testDavid Baker1-41/+0
2016-06-24even more pep8David Baker1-0/+1
2016-06-24more pep8David Baker1-1/+0
2016-06-24pep8David Baker1-1/+0
2016-06-24Use similar naming we use in email notifs for pushDavid Baker6-79/+26
2016-06-22Actually we need to order these properlyDavid Baker1-2/+12
2016-06-22StyleDavid Baker1-1/+1
2016-06-22Put most recent 20 messages in notifDavid Baker1-3/+4
2016-06-22Rework ldap integration with ldap3Martin Weinelt4-60/+249
2016-06-21Optionally start or stop workers in synctl.Mark Haines1-27/+151
2016-06-21Remove the legacy v0 content upload API.Mark Haines3-132/+3
2016-06-21Fix substitution failure in mail templateDavid Baker1-1/+1
2016-06-20Optionally make committing to postgres asynchronous.Mark Haines3-3/+14
2016-06-20Bump version and changelogErik Johnston2-1/+16
2016-06-17Add the create_profile method back since the tests use itMark Haines1-0/+6
2016-06-17Add a comment on why we don't create a profile for upgrading usersMark Haines1-0/+1
2016-06-17Remove registered_users from the distributor.Mark Haines5-33/+24
2016-06-17Linearize some federation endpoints based on (origin, room_id)Erik Johnston2-67/+78
2016-06-17Disable responding with canonical json for federationErik Johnston1-1/+1