Richard van der Hoff
|
7fa4586e36
|
Merge branch 'rav/url_preview_limit_title_2' into matrix-org-hotfixes
|
2019-11-05 18:18:02 +00:00 |
Richard van der Hoff
|
81d49cbb07
|
Fix exception when OpenGraph tag values are ints
|
2019-11-05 17:22:58 +00:00 |
Richard van der Hoff
|
e78167c94b
|
Apply suggestions from code review
Co-Authored-By: Brendan Abolivier <babolivier@matrix.org>
Co-Authored-By: Erik Johnston <erik@matrix.org>
|
2019-11-05 16:46:39 +00:00 |
Richard van der Hoff
|
e9bfe719ba
|
Strip overlong OpenGraph data from url preview
... to stop people causing DoSes with malicious web pages
|
2019-11-05 15:51:18 +00:00 |
Richard van der Hoff
|
9ffcf0f7ba
|
1.5.0
|
2019-10-29 14:28:54 +00:00 |
Richard van der Hoff
|
8086c1d89e
|
update ugrade notes
|
2019-10-29 14:26:19 +00:00 |
Richard van der Hoff
|
954506aa7d
|
Merge remote-tracking branch 'origin/master' into release-v1.5.0
|
2019-10-29 14:22:58 +00:00 |
Brendan Abolivier
|
20ebd24973
|
Fix changelog name
|
2019-10-29 14:04:02 +00:00 |
Richard van der Hoff
|
540b0b9041
|
Update UPGRADE.rst
another typo
|
2019-10-29 13:16:01 +00:00 |
Richard van der Hoff
|
ce85169792
|
Update UPGRADE.rst
fix typo
|
2019-10-29 13:15:38 +00:00 |
Erik Johnston
|
33b4aa8d99
|
Merge branch 'release-v1.5.0' of github.com:matrix-org/synapse into matrix-org-hotfixes
|
2019-10-29 12:18:44 +00:00 |
Erik Johnston
|
1652c8c1fc
|
Merge pull request #6268 from matrix-org/erikj/case_insensitive_room_dir
Make room directory search case insensitive
|
2019-10-29 12:41:11 +01:00 |
Erik Johnston
|
9d8dc85df2
|
Add comment as to why we're pinning black in tests
|
2019-10-29 10:50:42 +00:00 |
Erik Johnston
|
c28a30da84
|
Pin black version
|
2019-10-29 10:37:50 +00:00 |
Erik Johnston
|
b7a0ea686f
|
Newsfile
|
2019-10-29 10:25:25 +00:00 |
Erik Johnston
|
342d871d76
|
Make room directory search case insensitive
|
2019-10-29 10:24:02 +00:00 |
Richard van der Hoff
|
c482d45822
|
1.5.0rc2
|
2019-10-28 12:48:18 +00:00 |
Richard van der Hoff
|
172f264ed3
|
Improve signature checking on some federation APIs (#6262)
Make sure that we check that events sent over /send_join, /send_leave, and
/invite, are correctly signed and come from the expected servers.
|
2019-10-28 12:43:23 +00:00 |
Erik Johnston
|
627cf5def8
|
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
|
2019-10-25 11:35:14 +01:00 |
Erik Johnston
|
64c2cfda8a
|
Merge branch 'release-v1.5.0' of github.com:matrix-org/synapse into develop
|
2019-10-25 11:34:49 +01:00 |
Erik Johnston
|
87259b3a3a
|
Merge pull request #6255 from matrix-org/erikj/stats_config
Remove repeated calls to config.stats_enabled.
|
2019-10-25 11:34:38 +01:00 |
Erik Johnston
|
a71b8c87ec
|
Merge branch 'release-v1.5.0' of github.com:matrix-org/synapse into develop
|
2019-10-25 11:32:24 +01:00 |
Erik Johnston
|
67290fa03e
|
Merge pull request #6256 from matrix-org/erikj/fix_e2e_workers
Fix /keys/query API on workers.
|
2019-10-25 11:32:12 +01:00 |
Erik Johnston
|
deaa9db5f2
|
Newsfile
|
2019-10-25 11:11:38 +01:00 |
Erik Johnston
|
a411f2b177
|
Fix /keys/query API on workers.
The necessary getters were added only to the master store and not the
worker stores.
|
2019-10-25 11:08:03 +01:00 |
Erik Johnston
|
7e7a1461f6
|
Fix tests
|
2019-10-25 10:57:37 +01:00 |
Erik Johnston
|
a52b23d413
|
Newsfile
|
2019-10-25 10:34:10 +01:00 |
Erik Johnston
|
f666d6f5d7
|
Remove repeated calls to config.stats_enabled.
Turns out that fetching variables from the config object is expensive,
so doing it once at startup avoids unnecessary work.
|
2019-10-25 10:28:36 +01:00 |
Erik Johnston
|
b409d51dee
|
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
|
2019-10-25 10:19:09 +01:00 |
Erik Johnston
|
44ab048cfe
|
Merge pull request #6251 from matrix-org/michaelkaye/debug_guard_logging
Reduce debug logging overhead
|
2019-10-25 10:05:44 +01:00 |
Erik Johnston
|
2020f11916
|
Merge pull request #6250 from matrix-org/michaelkaye/make_user_stats_less_verbose
Make user stats less verbose
|
2019-10-25 10:04:51 +01:00 |
Michael Kaye
|
e4d98188da
|
Address codestyle concerns
|
2019-10-24 18:43:13 +01:00 |
Michael Kaye
|
47c02f82e3
|
Add missing '.'
|
2019-10-24 18:39:15 +01:00 |
Michael Kaye
|
0d7e9523e5
|
Reduce impact of debug logging
|
2019-10-24 18:37:55 +01:00 |
Michael Kaye
|
8f4a808d9d
|
Delay printf until logging is required.
Using % will cause the string to be generated even if debugging
is off.
|
2019-10-24 18:31:53 +01:00 |
Michael Kaye
|
9eebc1e73b
|
use %r to __repr__ objects
This avoids calculating __repr__ unless we are going to log.
|
2019-10-24 18:18:56 +01:00 |
Michael Kaye
|
f85b9842f0
|
Don't encode object as UTF-8 string if not needed.
I believe that string formatting ~10-15 sized events will
take a proportion of CPU time.
|
2019-10-24 18:08:45 +01:00 |
Michael Kaye
|
c3cd977fff
|
Add changelog.d
|
2019-10-24 17:58:50 +01:00 |
Michael Kaye
|
39266a9c9f
|
Make user/room stats log line less verbose.
|
2019-10-24 17:55:53 +01:00 |
Erik Johnston
|
e39bc62b8a
|
Merge pull request #6248 from matrix-org/erikj/move_schema_files
Move schema delta files to the correct data store.
|
2019-10-24 17:08:16 +01:00 |
Brendan Abolivier
|
0ef0b09d68
|
Merge pull request #6247 from matrix-org/babolivier/port_db_column
Add new boolean column to synapse_port_db
|
2019-10-24 17:07:34 +01:00 |
Erik Johnston
|
19be9b703a
|
Newsfile
|
2019-10-24 16:46:39 +01:00 |
Erik Johnston
|
3aa2a90556
|
Move schema delta files to the correct data store.
They were put in the global schema delta directory due to a bad merge.
|
2019-10-24 16:45:03 +01:00 |
Andrew Morgan
|
ff39cb46de
|
Fix up changelog
|
2019-10-24 13:43:04 +01:00 |
Andrew Morgan
|
8831b04a53
|
1.5.0rc1
|
2019-10-24 12:47:58 +01:00 |
Brendan Abolivier
|
ef8d76be99
|
Changelog
|
2019-10-24 12:40:13 +01:00 |
Brendan Abolivier
|
2891693da6
|
Add new boolean column to synapse_port_db
|
2019-10-24 12:38:48 +01:00 |
Neil Johnson
|
2794b79052
|
Option to suppress resource exceeded alerting (#6173)
The expected use case is to suppress MAU limiting on small instances
|
2019-10-24 11:48:46 +01:00 |
Andrew Morgan
|
92e88a71d3
|
Cleanup extra quotes from IDEs (#6236)
|
2019-10-23 16:49:05 +01:00 |
Brendan Abolivier
|
e9a8c05bef
|
Merge pull request #6243 from matrix-org/babolivier/port_db_fix_imports
Fix import paths in synapse_port_db
|
2019-10-23 16:44:43 +01:00 |