Commit Graph

1403 Commits (2a44558fbd719fc6d0beb13e658c28e534e36cdb)
 

Author SHA1 Message Date
Kegan Dougal 2a44558fbd Fix SYWEB-128 : Auto-scroll broken if not exactly at bottom of list. 10 years ago
Matthew Hodgson 51b81b472d fix mobile CSS layout 10 years ago
Kegan Dougal 4f6acf114c Fix SYWEB-110 : Prevent room ID leaking by looking for an m.room.name 10 years ago
Mark Haines 4841b6d4ba Remove duplicate join_event from create_room 10 years ago
Kegan Dougal fc121f9785 Fix SYWEB-114 : Error message when trying to invite a user already in the room. 10 years ago
Kegan Dougal 332b2869ef Don't clobber existing css 10 years ago
Kegan Dougal f4e64ac253 SYWEB-121: Have some bootstrap files. 10 years ago
Kegan Dougal da87990bd6 Implement SYWEB-121 : Display JSON when clicking messages. 10 years ago
giomfo cf1feee21d HandleRoomMember: handle correctly prev_content 10 years ago
Kegan Dougal 6603e39e6a Fix SYWEB-109 : No error if HS rejects the username in registration. 10 years ago
Kegan Dougal f3bb3943c9 Remove test_pyflakes. 10 years ago
Mark Haines 7bd604e3be Test pyflakes jenikns integration 10 years ago
Mark Haines d56e389a95 Fix pyflakes warnings 10 years ago
Mark Haines 15be181642 Add log message if we can't enable ECC. Require pyopenssl>=0.14 since 0.13 doesn't seem to have ECC 10 years ago
Mark Haines db2e350e29 Wrap preparing the database in a transaction. Otherwise it will take many seconds to complete because sqlite will create a transaction per statement 10 years ago
Matthew Hodgson 1342bcedaf switch from the deprecated msg.content.prev to msg.prev_content.membership, and fix the bug where kicks of unjoined users aren't displayed sensibly in the history 10 years ago
Mark Haines be6d41ffe5 Merge branch 'master' into develop 10 years ago
Kegan Dougal 53f69bf089 Added pylint config file: ignore missing-docstring messages. 10 years ago
David Baker 51edfeb3d0 Coturn's timestamps are in seconds, not milliseconds 10 years ago
manuroe 9e57ed2b1f Added a param (--no-rate-limit) to demo/start.sh to disable the HS rate limit 10 years ago
Erik Johnston 4ae0844ee3 Merge branch 'master' of github.com:matrix-org/synapse into develop 10 years ago
Mark Haines 06a5a40e90 use a tagged version of syutil rather than master 10 years ago
Mark Haines f0382357ca Use https link to download syutil as not everyone has ssh access to github. 10 years ago
Mark Haines 4be99c2989 Add get_json method to 3pid http client. Better logging for errors in 3pid requests 10 years ago
Mark Haines 9c0826592c Fix auto generating signing_keys 10 years ago
Matthew Hodgson 8f0997d17d improve changelog slightly 10 years ago
Matthew Hodgson 58b1a891ce fix timestamps some more 10 years ago
Matthew Hodgson e9abbe89f3 more timestamp fixes 10 years ago
Erik Johnston b3e6cd59a1 Bump the other version 10 years ago
Erik Johnston f22d023c4b Bump version 10 years ago
Erik Johnston 4c8111ef98 Bunp to change log. 10 years ago
Erik Johnston f05dce54a7 Merge pull request #9 from matrix-org/develop 10 years ago
Matthew Hodgson 514e0fd4b6 fix webclient to know about right timestamps 10 years ago
Erik Johnston cb939ed450 I can't type apparently 10 years ago
Erik Johnston 7ea38a0c9d Update changelong and upgrade 10 years ago
Erik Johnston f1ddbfaae4 Merge branch 'release-v0.4.0' of github.com:matrix-org/synapse into develop 10 years ago
Erik Johnston 449739e6a3 Merge branch 'release-v0.4.0' of github.com:matrix-org/synapse 10 years ago
Erik Johnston ac9345b47a Check that we have auth headers and fail nicely 10 years ago
Erik Johnston cd198dfea8 More log lines. 10 years ago
Mark Haines 3187b5ba2d add log line for checking verifying signatures 10 years ago
Erik Johnston 5356044b77 Bump syutil dependency 10 years ago
Erik Johnston 71e6a94af7 Bump version and changelog 10 years ago
Erik Johnston 5662be894e Bump database version number. 10 years ago
Erik Johnston a065becea5 Merge branch 'docs-restructuring' of github.com:matrix-org/synapse into develop 10 years ago
Mark Haines 82c5820767 keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating schema 10 years ago
Mark Haines f5cf7ac25b SPEC-7: Rename 'ts' to 'origin_server_ts' 10 years ago
Mark Haines 456017e0ae SPEC-7: Don't stamp event contents with 'hsob_ts' 10 years ago
Matthew Hodgson be2a9a8d1a move gendoc into matrix-doc project 10 years ago
Kegan Dougal 79bd6e77b8 Remove warning since the end result is still $sanitize'd 10 years ago
Kegan Dougal da19fd0d1a Add unsanitizedLinky filter to fix links in formatted messages. 10 years ago