Commit Graph

4332 Commits (5371c2a1f74dcd9c79c2cd5166e5b33f7e02afef)
 

Author SHA1 Message Date
Erik Johnston 5371c2a1f7 Bump version and changelog 9 years ago
Erik Johnston 4a6d894850 Merge pull request #260 from matrix-org/erikj/filename_order 9 years ago
Erik Johnston ddf4d2bd98 Consistency 9 years ago
Erik Johnston 66ec6cf9b8 Check for an internationalised filename first 9 years ago
Erik Johnston 53c2eed862 None check the correct variable 9 years ago
Erik Johnston f02532baad Check for None 9 years ago
Erik Johnston 25b32b63ae Bump changelog and version 9 years ago
Erik Johnston e330c802e4 Merge pull request #259 from matrix-org/markjh/unicode_content_disposition 9 years ago
Mark Haines c9cb354b58 Give a sensible error message if the filename is invalid UTF-8 9 years ago
Mark Haines 5a9e0c3682 Handle unicode filenames given when downloading or received over federation 9 years ago
Mark Haines e85c7873dc Allow non-ascii filenames for attachments 9 years ago
Erik Johnston efdaa5dd55 Merge pull request #252 from matrix-org/erikj/typing_loop 9 years ago
Erik Johnston da51acf0e7 Remove needless existence checks 9 years ago
Erik Johnston f4d552589e Don't loop over all rooms ever in typing.get_new_events_for_user 9 years ago
Erik Johnston 90fde4b8d7 Bump changelog and version 9 years ago
Erik Johnston 0de2aad061 Merge pull request #250 from matrix-org/erikj/generated_directory 9 years ago
Erik Johnston 3f6f74686a Update config doc 9 years ago
Erik Johnston 82145912c3 s/--generated-directory/--keys-directory/ 9 years ago
Erik Johnston 59891a294f Merge pull request #249 from matrix-org/erikj/allow_config_path_dirs 9 years ago
Erik Johnston 3e1029fe80 Warn if we encounter unexpected files in config directories 9 years ago
Erik Johnston af7c1397d1 Add config option to specify where generated files should be dumped 9 years ago
Erik Johnston bfb66773a4 Allow specifying directories as config files 9 years ago
Erik Johnston 747535f20f Merge pull request #245 from matrix-org/erikj/configurable_client_location 9 years ago
Erik Johnston 133d90abfb Merge pull request #246 from matrix-org/erikj/config_helper_function 9 years ago
Erik Johnston 1d1c303b9b Fix typo when using sys.stderr.write 9 years ago
Erik Johnston d33f31d741 Print the correct pip install line when failing due to lack of matrix-angular-sdk 9 years ago
Erik Johnston f63208a1c0 Add utility to parse config and print out a key 9 years ago
Erik Johnston 37403ab06c Update the log message 9 years ago
Erik Johnston 8b52fe48b5 Revert previous commit. Instead, always download matrix-angular-sdk as a requirement, but don't complain (when we do check_requirements) if we don't have it when we start synapse. 9 years ago
Erik Johnston d9088c923f Remove dependency on matrix-angular-sdk 9 years ago
Erik Johnston 86cef6a91b Allow specifying a directory to host a web client from 9 years ago
Erik Johnston 571ac105e6 Bump version and changelog 9 years ago
Erik Johnston 51c53369a3 Do auth checks *before* persisting the event 9 years ago
Erik Johnston 61f36d9939 Merge pull request #242 from matrix-org/erikj/pushers_ephemeral_events 9 years ago
Erik Johnston f8f3d72e2b Don't make pushers handle presence/typing events 9 years ago
Erik Johnston 457970c724 Don't insert events into 'event_*_extremeties' tables if they're outliers 9 years ago
Erik Johnston 1bd1a43073 Actually check if event_id isn't returned by _get_state_groups 9 years ago
Erik Johnston 0f6a25f670 Upate changelog 9 years ago
Erik Johnston b9490e8cbb Upate changelog 9 years ago
Erik Johnston 5dbd102470 Merge branch 'erikj/user_dedup' into release-v0.10.0 9 years ago
Erik Johnston fd5ad0f00e Doc string 9 years ago
Erik Johnston 42f12ad92f When logging in fetch user by user_id case insensitively, *unless* there are multiple case insensitive matches, in which case require the exact user_id 9 years ago
Erik Johnston aa3c9c7bd0 Don't allow people to register user ids which only differ by case to an existing one 9 years ago
Erik Johnston 1f7642efa9 Fix bug where we didn't correctly serialize the redacted_because key over federation 9 years ago
Erik Johnston 3e9ee62db0 Add missing param in store.get_state_groups invocation 9 years ago
Erik Johnston b578c822e3 Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.10.0 9 years ago
Erik Johnston 3befc9ccc3 Merge branch 'release-v0.10.0' of github.com:matrix-org/synapse into develop 9 years ago
Mark Haines d5c31e01f2 Merge pull request #237 from matrix-org/markjh/readme-rst-formatting 9 years ago
Mark Haines cb8201ba12 Merge pull request #236 from matrix-org/markjh/upgrade-instructions 9 years ago
Erik Johnston c141d47a28 Merge pull request #235 from matrix-org/erikj/room_avatars 9 years ago