summary refs log tree commit diff
path: root/scripts-dev (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-09Allow users that have left the room to view the member list from the point th...Mark Haines3-43/+15
2015-09-09Allow rooms/{roomId}/state for a room that has been leftMark Haines2-6/+15
2015-09-09Allow room initialSync for users that have left the room, returning a snapsho...Mark Haines3-9/+140
2015-09-08Include rooms that a user has left in an initialSync. Include the state and m...Mark Haines1-6/+21
2015-09-08Include the event_id and stream_ordering of membership events when looking up...Mark Haines1-2/+4
2015-09-07Add instructions for upgrading setuptools for when people encounter a message...Mark Haines1-0/+6
2015-09-04DEPENDENCY_LINKS was turned to a listErik Johnston1-1/+1
2015-09-03Change log level to infoErik Johnston1-1/+1
2015-09-03Bump version and changelogErik Johnston2-1/+6
2015-09-03update logger to match new ambiguous script name...Matthew Hodgson1-1/+1
2015-09-02Lists use 'append'Erik Johnston1-1/+1
2015-09-02Bump version and changelog v0.10.0-rc6Erik Johnston2-1/+7
2015-09-02Update README to include RAM requirementsErik Johnston1-0/+1
2015-09-02Make port script handle empty sent_transactions tableErik Johnston1-6/+9
2015-09-01Ignore development virtualenv and generated logger configuration as well.pztrn1-0/+3
2015-09-01Use the version of "matrix-angular-sdk" hosted on pypiMark Haines2-7/+0
2015-09-01Check domain of events properlyDaniel Wagner-Hall1-1/+3
2015-09-01Lower size of 'stateGroupCache' now that we have data from matrix.org to supp...Erik Johnston1-1/+1
2015-09-01Remove spurious .py from docsErik Johnston1-1/+1
2015-08-29don't log the whole DB config (including postgres password...)Matthew Hodgson1-2/+2
2015-08-28Allow users to redact their own eventsDaniel Wagner-Hall2-10/+42
2015-08-28Actually add config pathErik Johnston1-0/+2
2015-08-27Clean up scripts/Erik Johnston5-380/+4
2015-08-27Bump version and changelog v0.10.0-rc5Erik Johnston2-1/+6
2015-08-27ConsistencyErik Johnston1-3/+3
2015-08-27Check for an internationalised filename firstErik Johnston1-8/+14
2015-08-27None check the correct variableErik Johnston1-2/+3
2015-08-27Check for NoneErik Johnston1-1/+1
2015-08-27Bump changelog and version v0.10.0-rc4Erik Johnston2-4/+11
2015-08-26Give a sensible error message if the filename is invalid UTF-8Mark Haines2-2/+8
2015-08-26Handle unicode filenames given when downloading or received over federationMark Haines1-5/+21
2015-08-26Allow non-ascii filenames for attachmentsMark Haines3-8/+17
2015-08-26Remove unused importDaniel Wagner-Hall1-1/+0
2015-08-26Swap out bcrypt for md5 in testsDaniel Wagner-Hall3-3/+39
2015-08-26Merge erikj/user_dedup to developDaniel Wagner-Hall4-12/+50
2015-08-26Pass an empty list of arguments to tox if no arguments are givenMark Haines1-0/+2
2015-08-26Install tox locally if it wasn't already installed when running setup.py testMark Haines1-2/+10
2015-08-26Make 'setup.py test' run toxMark Haines3-5/+27
2015-08-26Allow tests to be filter when using toxDaniel Wagner-Hall1-1/+1
2015-08-26Remove needless existence checksErik Johnston1-7/+3
2015-08-26Don't loop over all rooms ever in typing.get_new_events_for_userErik Johnston1-2/+2
2015-08-25Bump changelog and version v0.10.0-rc3Erik Johnston2-1/+18
2015-08-25Update config docErik Johnston1-1/+2
2015-08-25s/--generated-directory/--keys-directory/Erik Johnston1-7/+7
2015-08-25Warn if we encounter unexpected files in config directoriesErik Johnston1-7/+17
2015-08-25Add config option to specify where generated files should be dumpedErik Johnston1-2/+14
2015-08-25Fix up one more referenceDaniel Wagner-Hall2-4/+2
2015-08-25Stop looking up "admin", which we never readDaniel Wagner-Hall9-24/+5
2015-08-25Allow specifying directories as config filesErik Johnston1-6/+24
2015-08-25Re-wrap lineDaniel Wagner-Hall1-3/+1
2015-08-25Remove completely unused concepts from codebaseDaniel Wagner-Hall29-90/+63
2015-08-25Add .tox to .gitignoreMark Haines1-0/+1
2015-08-25Set PYTHONDONTWRITEBYTECODE in the tox environment so that we don't spew .pyc...Mark Haines1-0/+2
2015-08-25Fix typo when using sys.stderr.writeErik Johnston1-1/+1
2015-08-25