summary refs log tree commit diff
path: root/synapse (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix idiotic typo in state resMatthew Hodgson2018-06-111-2/+2
|
* Merge branch 'master' into developNeil Johnson2018-06-081-1/+1
|\
| * Merge tag 'v0.31.1'Neil Johnson2018-06-082-1/+5
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in synapse v0.31.1 (2018-06-08) ======================================= v0.31.1 fixes a security bug in the ``get_missing_events`` federation API where event visibility rules were not applied correctly. We are not aware of it being actively exploited but please upgrade asap. Bug Fixes: * Fix event filtering in get_missing_events handler (PR #3371)
| | * changelog a bump versionNeil Johnson2018-06-081-1/+1
| | |
| | * Fix event filtering in get_missing_events handlerRichard van der Hoff2018-06-081-0/+4
| | |
* | | Merge pull request #3372 from matrix-org/rav/better_verification_loggingDavid Baker2018-06-081-6/+25
|\ \ \ | | | | | | | | Try to log more helpful info when a sig verification fails
| * | | Try to log more helpful info when a sig verification failsRichard van der Hoff2018-06-081-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Firstly, don't swallow the reason for the failure Secondly, don't assume all exceptions are verification failures Thirdly, log a bit of info about the key being used if debug is enabled
* | | | Fix event filtering in get_missing_events handlerRichard van der Hoff2018-06-081-0/+4
|/ / /
* | | Merge pull request #3344 from Half-Shot/hs/as-metricsWill Hunt2018-06-071-0/+22
|\ \ \ | | | | | | | | Add metrics to track appservice transactions
| * | | Let's try labels instead of label, that might workWill Hunt2018-06-051-3/+3
| | | |
| * | | Add metrics to track appservice transactionsWill Hunt2018-06-051-0/+22
| | | |
* | | | Merge pull request #3363 from matrix-org/rav/fix_purgeRichard van der Hoff2018-06-071-7/+5
|\ \ \ \ | | | | | | | | | | Fix event-purge-by-ts admin API
| * | | | fix logRichard van der Hoff2018-06-071-1/+1
| | | | |
| * | | | Fix event-purge-by-ts admin APIRichard van der Hoff2018-06-071-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This got completely broken in 0.30. Fixes #3300.
* | | | | Merge pull request #3355 from matrix-org/rav/fix_federation_backfillRichard van der Hoff2018-06-071-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix federation backfill from sqlite servers
| * | | | | Fix sql error in _get_state_groups_from_groupsRichard van der Hoff2018-06-061-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | If this was called with a `(type, None)` entry in types (which is supposed to return all state of type `type`), it would explode with a sql error.
* | | | | Merge pull request #3356 from matrix-org/rav/add_missing_attr_depAmber Brown2018-06-071-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Make sure that attr is installed
| * | | | | Add missing dependency on attrRichard van der Hoff2018-06-061-0/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | We've rcently added a dep on `attr`. I don't know why the CI didn't pick this up, but we should make it explicit anyway.
* | | | | Merge branch 'master' into developNeil Johnson2018-06-061-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'v0.31.0'Neil Johnson2018-06-06100-1416/+1218
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in synapse v0.31.0 (2018-06-06) ====================================== Most notable change from v0.30.0 is to switch to python prometheus library to improve system stats reporting. WARNING this changes a number of prometheus metrics in a backwards-incompatible manner. For more details, see `docs/metrics-howto.rst <docs/metrics-howto.rst#removal-of-deprecated-metrics--time-based-counters-becoming-histograms-in-0310>`_. Bug Fixes: * Fix metric documentation tables (PR #3341) * Fix LaterGuage error handling (694968f) * Fix replication metrics (b7e7fd2) Changes in synapse v0.31.0-rc1 (2018-06-04) ========================================== Features: * Switch to the Python Prometheus library (PR #3256, #3274) * Let users leave the server notice room after joining (PR #3287) Changes: * daily user type phone home stats (PR #3264) * Use iter* methods for _filter_events_for_server (PR #3267) * Docs on consent bits (PR #3268) * Remove users from user directory on deactivate (PR #3277) * Avoid sending consent notice to guest users (PR #3288) * disable CPUMetrics if no /proc/self/stat (PR #3299) * Add local and loopback IPv6 addresses to url_preview_ip_range_blacklist (PR #3312) Thanks to @thegcat! * Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (PR #3307) * Add private IPv6 addresses to example config for url preview blacklist (PR #3317) Thanks to @thegcat! * Reduce stuck read-receipts: ignore depth when updating (PR #3318) * Put python's logs into Trial when running unit tests (PR #3319) Changes, python 3 migration: * Replace some more comparisons with six (PR #3243) Thanks to @NotAFile! * replace some iteritems with six (PR #3244) Thanks to @NotAFile! * Add batch_iter to utils (PR #3245) Thanks to @NotAFile! * use repr, not str (PR #3246) Thanks to @NotAFile! * Misc Python3 fixes (PR #3247) Thanks to @NotAFile! * Py3 storage/_base.py (PR #3278) Thanks to @NotAFile! * more six iteritems (PR #3279) Thanks to @NotAFile! * More Misc. py3 fixes (PR #3280) Thanks to @NotAFile! * remaining isintance fixes (PR #3281) Thanks to @NotAFile! * py3-ize state.py (PR #3283) Thanks to @NotAFile! * extend tox testing for py3 to avoid regressions (PR #3302) Thanks to @krombel! * use memoryview in py3 (PR #3303) Thanks to @NotAFile! Bugs: * Fix federation backfill bugs (PR #3261) * federation: fix LaterGauge usage (PR #3328) Thanks to @intelfx!
| | * | | bump version and changelogNeil Johnson2018-06-061-1/+1
| | | | |
| | * | | Merge commit 'b7e7fd2' into release-v0.31.0Richard van der Hoff2018-06-062-5/+8
| | |\ \ \
| | * | | | bump version and changelog v0.31.0-rc1Neil Johnson2018-06-041-1/+1
| | | | | |
* | | | | | Merge pull request #3349 from t3chguy/redact_as_request_tokenRichard van der Hoff2018-06-062-3/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Redact AS tokens in log (fixes to #3327)
| * | | | | also redact __str__ of ApplicationService used for loggingMichael Telatynski2018-06-061-1/+5
| | | | | |
| * | | | | redact_uri in two missed log pathsMichael Telatynski2018-06-061-2/+2
| | | | | |
* | | | | | federation/send_queue.py: fix usage of sortedcontainers.SortedDictIvan Shapovalov2018-06-061-27/+22
| | | | | |
* | | | | | Merge pull request #3327 from t3chguy/redact_as_request_tokenRichard van der Hoff2018-06-053-9/+18
|\| | | | | | | | | | | | | | | | | Strip `access_token` from outgoing requests
| * | | | | factor out uri redaction into a method on httpMichael Telatynski2018-06-053-13/+17
| | | | | |
| * | | | | Strip `access_token` from outgoing requests using existing regexMichael Telatynski2018-06-021-1/+6
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/master' into developRichard van der Hoff2018-06-051-0/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | remove trailing whitespaceRichard van der Hoff2018-05-301-2/+2
| | | | | |
| * | | | | fix english and wrap commentRichard van der Hoff2018-05-301-1/+2
| | | | | |
| * | | | | add link to thorough instruction how to configure consentRuben Barkow2018-05-251-0/+2
| | | | | |
* | | | | | Port to sortedcontainers (with tests!) (#3332)Amber Brown2018-06-063-34/+40
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #3324 from matrix-org/rav/remove_dead_methodRichard van der Hoff2018-06-041-26/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove was_forgotten_at
| * | | | | Remove was_forgotten_atRichard van der Hoff2018-06-011-26/+0
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | This is unused. IT MUST DIE!!!1 ̧̪͈̱̹̳͖͙H̵̰̤̰͕̖e̛ ͚͉̗̼̞w̶̩̥͉̮h̩̺̪̩͘ͅọ͎͉̟ ̜̩͔̦̘ͅW̪̫̩̣̲͔̳a͏͔̳͖i͖͜t͓̤̠͓͙s̘̰̩̥̙̝ͅ ̲̠̬̥Be̡̙̫̦h̰̩i̛̫͙͔̭̤̗̲n̳͞d̸ ͎̻͘T̛͇̝̲̹̠̗ͅh̫̦̝ͅe̩̫͟ ͓͖̼W͕̳͎͚̙̥ą̙l̘͚̺͔͞ͅl̳͍̙̤̤̮̳.̢ ̟̺̜̙͉Z̤̲̙̙͎̥̝A͎̣͔̙͘L̥̻̗̳̻̳̳͢G͉̖̯͓̞̩̦O̹̹̺!̙͈͎̞̬ *
* | | | | Merge pull request #3334 from matrix-org/rav/cache_factor_overrideRichard van der Hoff2018-06-044-4/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | | Cache factor override system for specific caches
| * | | | Add hacky cache factor override systemErik Johnston2018-06-044-4/+18
| | |_|/ | |/| |
* | | | Fix replication metricsRichard van der Hoff2018-06-041-2/+2
| | | | | | | | | | | | | | | | fix bug introduced in #3256
* | | | Hopefully, fix LaterGuage error handlingRichard van der Hoff2018-06-041-3/+6
|/ / /
* / / federation/send_queue.py: fix usage of LaterGaugeIvan Shapovalov2018-06-031-1/+1
|/ / | | | | | | | | Fixes a startup crash due to commit df9f72d9e5fe264b86005208e0f096156eb03e4b "replacing portions".
* | Merge pull request #3317 from ↵Richard van der Hoff2018-06-011-0/+3
|\ \ | | | | | | | | | | | | thegcat/feature/3312-add_ipv6_to_blacklist_example_config Add private IPv6 addresses to example config for url preview blacklist
| * | Add private IPv6 addresses to preview blacklist #3312Felix Schäfer2018-06-011-0/+3
| | | | | | | | | | | | | | | | | | | | | The added addresses are expected to be local or loopback addresses and shouldn't be spidered for previews. Signed-off-by: Felix Schäfer <felix@thegcat.net>
* | | Merge pull request #3264 from matrix-org/neil/sign-up-statsNeil Johnson2018-06-014-1/+60
|\ \ \ | | | | | | | | daily user type phone home stats
| * | | remove unnecessary INSERTNeil Johnson2018-06-011-1/+0
| | | |
| * | | create users index on creation_tsNeil Johnson2018-05-291-0/+20
| | | |
| * | | create index in backgroundNeil Johnson2018-05-291-0/+7
| | | |
| * | | bump versionNeil Johnson2018-05-291-1/+1
| | | |
| * | | daily user type phone home statsNeil Johnson2018-05-222-0/+33
| | | |
* | | | Handle RRs which arrive before their eventsRichard van der Hoff2018-06-011-25/+19
| | | |
* | | | Ignore depth when updating read-receiptsRichard van der Hoff2018-06-011-30/+37
| |/ / |/| | | | | | | | Order read receipts by stream ordering instead of depth
* | | Run Prometheus on a different port, optionally. (#3274)Amber Brown2018-05-3115-15/+126
| | |
* | | Consistently use six's iteritems and wrap lazy keys/values in list() if ↵Amber Brown2018-05-3129-101/+116
| | | | | | | | | | | | they're not meant to be lazy (#3307)
* | | Merge pull request #3303 from NotAFile/py3-memoryviewAmber Brown2018-05-303-6/+30
|\ \ \ | | | | | | | | use memoryview in py3
| * | | add remaining memoryview changesAdrian Tschira2018-05-292-4/+12
| | | |
| * | | use memoryview in py3Adrian Tschira2018-05-292-2/+18
| | | | | | | | | | | | | | | | Signed-off-by: Adrian Tschira <nota@notafile.com>
* | | | Merge pull request #3281 from NotAFile/py3-six-isinstanceAmber Brown2018-05-303-13/+18
|\ \ \ \ | | | | | | | | | | remaining isintance fixes
| * | | | pep8Adrian Tschira2018-05-291-0/+1
| | | | |
| * | | | fix recursion errorAdrian Tschira2018-05-241-7/+5
| | | | |
| * | | | remaining isintance fixesAdrian Tschira2018-05-243-8/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Tschira <nota@notafile.com>
* | | | | Update some comments and docstrings in SyncHandlerRichard van der Hoff2018-05-291-1/+11
| | | | |
* | | | | Exempt AS-registered users from doing gdprRichard van der Hoff2018-05-292-0/+4
| |/ / / |/| | |
* | | | pep8Matthew Hodgson2018-05-291-0/+1
| | | |
* | | | disable CPUMetrics if no /proc/self/statMatthew Hodgson2018-05-291-0/+3
| | | | | | | | | | | | | | | | fixes build on macOS again
* | | | fix up testsAmber Brown2018-05-281-3/+3
| | | |
* | | | update to more consistently use seconds in any metrics or loggingAmber Brown2018-05-284-38/+38
| | | |
* | | | invalid syntax :(Amber Brown2018-05-281-2/+1
| | | |
* | | | add comment about why unregAmber Brown2018-05-281-0/+2
| | | |
* | | | update metrics to be in secondsAmber Brown2018-05-284-37/+38
| | | |
* | | | Merge remote-tracking branch 'origin/develop' into 3218-official-promAmber Brown2018-05-2842-174/+353
|\ \ \ \
| * | | | Fix default for send_server_notice_to_guestsRichard van der Hoff2018-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | bool("False") == True...
| * | | | Avoid sending consent notice to guest usersRichard van der Hoff2018-05-252-1/+12
| | | | | | | | | | | | | | | | | | | | we think it makes sense not to send the notices to guest users.
| * | | | Merge pull request #3287 from matrix-org/rav/allow_leaving_server_notices_roomRichard van der Hoff2018-05-251-10/+14
| |\ \ \ \ | | | | | | | | | | | | Let users leave the server notice room after joining
| | * | | | Let users leave the server notice room after joiningRichard van der Hoff2018-05-251-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | They still can't reject invites, but we let them leave it.
| * | | | | Merge pull request #3283 from NotAFile/py3-stateAmber Brown2018-05-241-23/+25
| |\ \ \ \ \ | | | | | | | | | | | | | | py3-ize state.py
| | * | | | | py3-ize state.pyAdrian Tschira2018-05-241-23/+25
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #3279 from NotAFile/py3-more-iteritemsAmber Brown2018-05-241-4/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | more six iteritems
| | * | | | | more iteritemsAdrian Tschira2018-05-241-4/+6
| | |/ / / /
| * / / / / Misc. py3 fixesAdrian Tschira2018-05-245-11/+13
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Adrian Tschira <nota@notafile.com>
| * | | | Merge pull request #3278 from NotAFile/py3-storage-baseAmber Brown2018-05-241-17/+22
| |\ \ \ \ | | | | | | | | | | | | Py3 storage/_base.py
| | * | | | Py3 storage/_base.pyAdrian Tschira2018-05-241-17/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Tschira <nota@notafile.com>
| * | | | | Merge pull request #3244 from NotAFile/py3-six-4Amber Brown2018-05-2415-49/+69
| |\ \ \ \ \ | | | | | | | | | | | | | | replace some iteritems with six
| | * | | | | replace some iteritems with sixAdrian Tschira2018-05-1915-49/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Tschira <nota@notafile.com>
| * | | | | | Merge pull request #3246 from NotAFile/py3-repr-stringAmber Brown2018-05-241-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | use repr, not str
| | * | | | | | use repr, not strAdrian Tschira2018-05-191-1/+1
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Tschira <nota@notafile.com>
| * | | | | | Merge pull request #3247 from NotAFile/py3-miscAmber Brown2018-05-243-5/+18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Misc Python3 fixes
| | * | | | | | use stand-in value if maxint is not availableAdrian Tschira2018-05-191-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Tschira <nota@notafile.com>
| | * | | | | | fix py3 intern and remove unnecessary py3 encodeAdrian Tschira2018-05-191-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Tschira <nota@notafile.com>
| | * | | | | | py3-ize url previewAdrian Tschira2018-05-191-3/+5
| | |/ / / / /
| * | | | | | Merge pull request #3245 from NotAFile/batch-iterAmber Brown2018-05-241-0/+18
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | Add batch_iter to utils
| | * | | | | Add batch_iter to utilsAdrian Tschira2018-05-191-0/+18
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's a frequent idiom I noticed where an iterable is split up into a number of chunks/batches. Unfortunately that method does not work with iterators like dict.keys() in python3. This implementation works with iterators. Signed-off-by: Adrian Tschira <nota@notafile.com>
| * | | | | Merge pull request #3277 from matrix-org/dbkr/remove_from_user_dirDavid Baker2018-05-242-0/+11
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove users from user directory on deactivate
| | * | | | | Remove users from user directory on deactivateDavid Baker2018-05-242-0/+11
| | | | | | |
| * | | | | | Merge pull request #3243 from NotAFile/py3-six-3Erik Johnston2018-05-246-11/+23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Replace some more comparisons with six
| | * | | | | | Replace some more comparisons with sixAdrian Tschira2018-05-196-11/+23
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a bonus b"" string I missed last time Signed-off-by: Adrian Tschira <nota@notafile.com>
| * | | | | | Merge branch 'master' into developNeil Johnson2018-05-241-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | bump versionNeil Johnson2018-05-241-1/+1
| | | |/ / | | |/| |
| * | | | Merge pull request #3261 from matrix-org/erikj/pagination_fixesErik Johnston2018-05-241-9/+22
| |\ \ \ \ | | | | | | | | | | | | Fix federation backfill bugs
| | * | | | Use iter* methodsErik Johnston2018-05-221-7/+7
| | | | | |
| | * | | | Fix that states is a dict of dictsErik Johnston2018-05-221-1/+4
| | | | | |
| | * | | | get_domains_from_state returns list of tuplesErik Johnston2018-05-221-2/+12
| | | | | |
| * | | | | Merge pull request #3267 from matrix-org/erikj/iter_filterErik Johnston2018-05-241-5/+5
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Use iter* methods for _filter_events_for_server
| | * | | | s/values/itervalues/Erik Johnston2018-05-231-1/+1
| | | | | |
| | * | | | Use iter* methods for _filter_events_for_serverErik Johnston2018-05-231-4/+4
| | | | | |
| * | | | | Merge pull request #3273 from matrix-org/rav/server_notices_avatar_urlRichard van der Hoff2018-05-242-6/+26
| |\ \ \ \ \ | | | | | | | | | | | | | | Allow overriding the server_notices user's avatar
| | * | | | | Allow overriding the server_notices user's avatarRichard van der Hoff2018-05-232-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | probably should have done this in the first place, like @turt2live suggested.
| * | | | | | Merge branch 'release-v0.30.0' into rav/localpart_in_consent_uriRichard van der Hoff2018-05-234-8/+55
| |\| | | | |
| | * | | | | Merge pull request #3271 from matrix-org/rav/consent_uri_in_messagesRichard van der Hoff2018-05-233-7/+50
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Support for putting %(consent_uri)s in messages
| | | * | | | | Support for putting %(consent_uri)s in messagesRichard van der Hoff2018-05-233-7/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to put the URI in the error message and the server notice that get sent by the server
| | * | | | | | fix typoRichard van der Hoff2018-05-231-1/+1
| | | | | | | |
| | * | | | | | Block attempts to send server notices to remote usersRichard van der Hoff2018-05-231-0/+4
| | |/ / / / /
| * / / / / / Use the localpart in the consent uriRichard van der Hoff2018-05-231-1/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | ... because it's shorter.
| * / / / / bump version and changelogNeil Johnson2018-05-231-1/+1
| |/ / / /
| * | | | Remove unused string formatting paramErik Johnston2018-05-221-1/+0
| | | | |
| * | | | Don't support limitless paginationErik Johnston2018-05-221-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pagination storage function supported not specifiying a limit on the number of events returned. This was triggered when using the search or context API with a limit of zero, which the storage function took to mean not being limited.
| * | | | fix synchrotronhera2018-05-221-1/+1
| | | | |
| * | | | custom error code for not leaving server notices roomRichard van der Hoff2018-05-222-0/+2
| | | | |
| * | | | comment typoDavid Baker2018-05-221-1/+1
| | |_|/ | |/| |
* | | | pepeighttttAmber Brown2018-05-231-0/+1
| | | |
* | | | add back CPU metricsAmber Brown2018-05-231-1/+35
| | | |
* | | | fixesAmber Brown2018-05-233-13/+13
| | | |
* | | | more cleanupAmber Brown2018-05-223-9/+11
| | | |
* | | | cleanupAmber Brown2018-05-229-29/+64
| | | |
* | | | cleanup pep8 errorsAmber Brown2018-05-225-37/+114
| | | |
* | | | fixesAmber Brown2018-05-227-24/+52
| | | |
* | | | fix the test failuresAmber Brown2018-05-221-1/+1
| | | |
* | | | cleanups, self-registrationAmber Brown2018-05-223-19/+12
| | | |
* | | | Merge remote-tracking branch 'origin/develop' into 3218-official-promAmber Brown2018-05-2246-203/+1633
|\| | |
| * | | Merge pull request #3262 from matrix-org/rav/has_already_consentedRichard van der Hoff2018-05-221-4/+18
| |\ \ \ | | | | | | | | | | Add a 'has_consented' template var to consent forms
| | * | | Add a 'has_consented' template var to consent formsRichard van der Hoff2018-05-221-3/+14
| | | | | | | | | | | | | | | | | | | | fixes #3260
| | * | | Enable auto-escaping for the consent templatesRichard van der Hoff2018-05-221-1/+4
| | | | | | | | | | | | | | | | | | | | ... to reduce the risk of somebody introducing an html injection attack...
| * | | | Fix dependency on jinja2Richard van der Hoff2018-05-221-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Delay the import of ConsentResource, so that we can get away without jinja2 if people don't have the consent resource enabled. Fixes #3259
| * / / Reject attempts to send event before privacy consent is givenRichard van der Hoff2018-05-225-2/+178
| |/ / | | | | | | | | | | | | | | | Returns an M_CONSENT_NOT_GIVEN error (cf https://github.com/matrix-org/matrix-doc/issues/1252) if consent is not yet given.
| * | Merge pull request #3236 from matrix-org/rav/consent_noticeRichard van der Hoff2018-05-2213-18/+322
| |\ \ | | | | | | | | Send users a server notice about consent
| | * | Stub out ServerNoticesSender on the workersRichard van der Hoff2018-05-226-8/+66
| | | | | | | | | | | | | | | | | | | | ... and have the sync endpoints call it directly rather than obsure indirection via PresenceHandler
| | * | Move consent config parsing into ConsentConfigRichard van der Hoff2018-05-223-14/+20
| | | | | | | | | | | | | | | | turns out we need to reuse this, so it's better in the config class.
| | * | Send users a server notice about consentRichard van der Hoff2018-05-229-8/+246
| | | | | | | | | | | | | | | | | | | | When a user first syncs, we will send them a server notice asking them to consent to the privacy policy if they have not already done so.
| | * | Rename 'version' param on user consent configRichard van der Hoff2018-05-222-5/+7
| | | | | | | | | | | | | | | | we're going to use it for the version we require too.
| * | | CommentErik Johnston2018-05-221-1/+1
| | | |
| * | | Fix logcontext resource usage trackingErik Johnston2018-05-221-11/+27
| | | |
| * | | Merge pull request #3252 from matrix-org/erikj/in_flight_requestsErik Johnston2018-05-222-2/+162
| |\ \ \ | | |/ / | |/| | Add in flight request metrics
| | * | Don't store contextErik Johnston2018-05-221-8/+5
| | | |
| | * | Move in_flight_requests_count to be a callback metricErik Johnston2018-05-221-10/+21
| | | |
| | * | Add in flight request metricsErik Johnston2018-05-212-2/+154
| | |/ | | | | | | | | | | | | This tracks CPU and DB usage while requests are in flight, rather than when we write the response.
| * | Merge pull request #3255 from matrix-org/rav/fix_transactionsRichard van der Hoff2018-05-211-21/+21
| |\ \ | | | | | | | | Stop the transaction cache caching failures
| | * | Fix logcontext leak in HttpTransactionCacheRichard van der Hoff2018-05-211-25/+21
| | | | | | | | | | | | | | | | ONE DAY I WILL PURGE THE WORLD OF THIS EVIL
| | * | Stop the transaction cache caching failuresRichard van der Hoff2018-05-211-9/+13
| | |/ | | | | | | | | | | | | | | | The transaction cache has some code which tries to stop it caching failures, but if the callback function failed straight away, then things would happen backwards and we'd end up with the failure stuck in the cache.
| * / Tighter filtering for user_daily_visitsNeil Johnson2018-05-181-1/+5
| |/
| * fix psql compatability bugNeil Johnson2018-05-181-1/+1
| |
| * Merge branch 'master' into developNeil Johnson2018-05-181-1/+1
| |\
| * \ Merge pull request #3232 from matrix-org/rav/server_notices_roomRichard van der Hoff2018-05-1810-7/+309
| |\ \ | | | | | | | | Infrastructure for a server notices room
| | * | Better docstringsRichard van der Hoff2018-05-181-0/+16
| | | |
| | * | Make sure we reject attempts to invite the notices userRichard van der Hoff2018-05-183-0/+20
| | | |
| | * | Replace inline docstrings with "Attributes" in class docstringRichard van der Hoff2018-05-181-23/+15
| | | |
| | * | fix missing yield for server_notices_roomRichard van der Hoff2018-05-171-3/+4
| | | |
| | * | Infrastructure for a server notices roomRichard van der Hoff2018-05-179-7/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Server Notices use a special room which the user can't dismiss. They are created on demand when some other bit of the code calls send_notice. (This doesn't actually do much yet becuse we don't call send_notice anywhere)
| * | | Merge pull request #3235 from matrix-org/rav/fix_receipts_deferredRichard van der Hoff2018-05-181-7/+11
| |\ \ \ | | | | | | | | | | Fix error in handling receipts
| | * | | Fix error in handling receiptsRichard van der Hoff2018-05-181-7/+11
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an error which has been happening ever since #2158 (v0.21.0-rc1): > TypeError: argument of type 'ObservableDeferred' is not iterable fixes #3234
| * | | Merge pull request #3233 from matrix-org/rav/remove_dead_codeRichard van der Hoff2018-05-181-55/+0
| |\ \ \ | | | | | | | | | | Remove unused `update_external_syncs`
| | * | | Remove unused `update_external_syncs`Richard van der Hoff2018-05-171-55/+0
| | |/ / | | | | | | | | | | | | This method isn't used anywhere. Burninate it.
| * | | Merge pull request #3221 from matrix-org/erikj/purge_tokenErik Johnston2018-05-183-37/+69
| |\ \ \ | | |/ / | |/| | Make purge_history operate on tokens
| | * | Clarify commentErik Johnston2018-05-161-1/+2
| | | |
| | * | CommentsErik Johnston2018-05-161-0/+8
| | | |
| | * | Move and rename variableErik Johnston2018-05-161-3/+3
| | | |
| | * | Make purge_history operate on tokensErik Johnston2018-05-153-21/+25
| | | | | | | | | | | | | | | | As we're soon going to change how topological_ordering works
| | * | Use events_to_purge table rather than tokenErik Johnston2018-05-151-15/+34
| | | |
| * | | Merge pull request #3225 from matrix-org/rav/move_creation_handlerRichard van der Hoff2018-05-176-11/+19
| |\ \ \ | | | | | | | | | | Move RoomCreationHandler out of synapse.handlers.Handlers
| | * | | Move RoomCreationHandler out of synapse.handlers.HandlersRichard van der Hoff2018-05-176-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handlers is deprecated nowadays, so let's move this out before I add a new dependency on it. Also fix the docstrings on create_room.
| * | | | Merge pull request #3212 from matrix-org/erikj/epa_streamErik Johnston2018-05-172-38/+16
| |\ \ \ \ | | | | | | | | | | | | Use stream rather depth ordering for push actions
| | * | | | Use stream rather depth ordering for push actionsErik Johnston2018-05-112-38/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This simplifies things as it is, but will also allow us to change the way we traverse topologically without having to update the way push actions work.
| * | | | | Merge branch 'master' into developNeil Johnson2018-05-161-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #3163 from matrix-org/cohort_analyticsNeil Johnson2018-05-166-5/+121
| |\ \ \ \ \ | | | | | | | | | | | | | | user visit data
| | * | | | | remove empty lineNeil Johnson2018-05-161-1/+0
| | | | | | |
| | * | | | | remove unused method recurring_user_daily_visit_statsNeil Johnson2018-05-161-3/+0
| | | | | | |
| | * | | | | style and further contraining queryNeil Johnson2018-05-161-8/+12
| | | | | | |
| | * | | | | pep8Neil Johnson2018-05-151-1/+0
| | | | | | |
| | * | | | | Limit query load of generate_user_daily_visitsNeil Johnson2018-05-152-27/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The aim is to keep track of when it was last called and only query from that point in time
| | * | | | | instead of inserting user daily visit data at the end of the day, instead ↵Neil Johnson2018-05-142-43/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | insert incrementally through the day
| | * | | | | Merge branch 'develop' of https://github.com/matrix-org/synapse into ↵Neil Johnson2018-05-1495-1117/+1616
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cohort_analytics
| | * | | | | | remove user agent from data model, will just join on user_ipsNeil Johnson2018-05-011-12/+11
| | | | | | | |
| | * | | | | | add inidexes based on usageNeil Johnson2018-05-011-6/+2
| | | | | | | |
| | * | | | | | 10 mins seems more reasonable that every minuteNeil Johnson2018-05-011-1/+1
| | | | | | | |
| | * | | | | | pep8Neil Johnson2018-04-251-3/+4
| | | | | | | |
| | * | | | | | Generate user daily statsNeil Johnson2018-04-256-5/+112
| | | | | | | |
| * | | | | | | Merge pull request #3213 from matrix-org/rav/consent_handlerRichard van der Hoff2018-05-1611-5/+395
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | ConsentResource to gather policy consent from users
| | * | | | | | ConsentResource to gather policy consent from usersRichard van der Hoff2018-05-1511-5/+395
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully there are enough comments and docs in this that it makes sense on its own.
* | | | | | | | rest of the changesAmber Brown2018-05-216-145/+68
| | | | | | | |
* | | | | | | | replacing portionsAmber Brown2018-05-2122-414/+265
| | | | | | | |
* | | | | | | | don't need the resource portionAmber Brown2018-05-211-23/+0
| | | | | | | |
* | | | | | | | look at the Prometheus metrics insteadAmber Brown2018-05-211-5/+3
| | | | | | | |
* | | | | | | | remove old metrics libsAmber Brown2018-05-212-450/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | bump version, change logNeil Johnson2018-05-171-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | bump version and changelog for 0.29.0 v0.29.0Neil Johnson2018-05-161-1/+1
| | | | | |
* | | | | | v0.29.0-rc1: bump version and change log v0.29.0-rc1Neil Johnson2018-05-141-1/+1
|/ / / / /
* | | | | Merge pull request #3201 from matrix-org/dbkr/leave_rooms_on_deactivateDavid Baker2018-05-143-2/+143
|\ \ \ \ \ | |_|_|/ / |/| | | | Part user from rooms on account deactivate
| * | | | Catch failure to part user from roomDavid Baker2018-05-101-7/+13
| | | | |
| * | | | Many docstringsDavid Baker2018-05-102-0/+36
| | | | |
| * | | | Oops, don't call function passed to run_in_backgroundDavid Baker2018-05-101-1/+1
| | | | |
| * | | | Prefix internal functionsDavid Baker2018-05-091-7/+7
| | | | |
| * | | | Add the schema fileDavid Baker2018-05-091-0/+25
| | | | |
| * | | | Indent failDavid Baker2018-05-091-1/+1
| | | | |
| * | | | Part deactivated users in the backgroundDavid Baker2018-05-092-1/+61
| | | | | | | | | | | | | | | | | | | | | | | | | One room at a time so we don't take out the whole server with leave events, and restart at server restart.
| * | | | Part user from rooms on account deactivateDavid Baker2018-05-081-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements this very crudely: this probably isn't viable because parting a user from all their rooms could take a long time, and if the HS gets restarted in that time the process will be aborted.
* | | | | Merge pull request #3208 from matrix-org/rav/more_refactor_request_handlerRichard van der Hoff2018-05-1123-27/+28
|\ \ \ \ \ | | | | | | | | | | | | Set Server header in SynapseRequest
| * | | | | Set Server header in SynapseRequestRichard van der Hoff2018-05-1023-27/+28
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (instead of everywhere that writes a response. Or rather, the subset of places which write responses where we haven't forgotten it). This also means that we don't have to have the mysterious version_string attribute in anything with a request handler. Unfortunately it does mean that we have to pass the version string wherever we instantiate a SynapseSite, which has been c&ped 150 times, but that is code that ought to be cleaned up anyway really.
* | | | | Merge pull request #3209 from damir-manapov/masterRichard van der Hoff2018-05-111-2/+0
|\ \ \ \ \ | |/ / / / |/| | | | transaction_id, destination defined twice
| * | | | transaction_id, destination twiceDamir Manapov2018-05-101-2/+0
| | | | |
* | | | | Remove redundant request_handler decoratorRichard van der Hoff2018-05-107-38/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needless complexity; we might as well use the wrapper directly. Also rename wrap_request_handler->wrap_json_request_handler.
* | | | | Factor wrap_request_handler_with_logging out of wrap_request_handlerRichard van der Hoff2018-05-101-54/+66
| | | | | | | | | | | | | | | | | | | | ... so that it can be used on non-JSON endpoints
* | | | | Remove include_metrics paramRichard van der Hoff2018-05-101-17/+7
| | | | | | | | | | | | | | | | | | | | | | | | | The metrics are now available via the request, so this is redundant and can go away at last.
* | | | | Move outgoing_responses_counter handling to RequestMetricsRichard van der Hoff2018-05-102-4/+2
| | | | | | | | | | | | | | | | | | | | it's much neater there.
* | | | | Bump requests_counter in wrapped_request_handlerRichard van der Hoff2018-05-101-4/+11
| | | | | | | | | | | | | | | | | | | | less magic
* | | | | Move RequestMetrics handling into SynapseRequest.processing()Richard van der Hoff2018-05-102-24/+64
| | | | | | | | | | | | | | | | | | | | | | | | | It fits quite nicely here, and opens the path to getting rid of the "include_metrics" mess.
* | | | | Make RequestMetrics take a raw time rather than a clockRichard van der Hoff2018-05-102-6/+6
| | | | | | | | | | | | | | | | | | | | ... which is going to make it easier to move around.
* | | | | Move request_id management into SynapseRequestRichard van der Hoff2018-05-102-15/+25
| | | | |
* | | | | Move RequestsMetrics to its own fileRichard van der Hoff2018-05-092-124/+151
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | This is useful in its own right, because server.py is full of stuff; but more importantly, I want to do some refactoring that will cause a circular reference as it is.
* | | | Merge pull request #3199 from matrix-org/erikj/pagination_syncErik Johnston2018-05-092-45/+54
|\ \ \ \ | | | | | | | | | | Refactor sync APIs to reuse pagination API
| * | | | Add comment to sync as to why code path is splitErik Johnston2018-05-091-0/+5
| | | | |
| * | | | Refactor sync APIs to reuse pagination APIErik Johnston2018-05-092-44/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sync API often returns events in a topological rather than stream ordering, e.g. when the user joined the room or on initial sync. When this happens we can reuse existing pagination storage functions.
| * | | | Don't unnecessarily require token to be stream tokenErik Johnston2018-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This allows calling the `get_recent_event_ids_for_room` function in more situations.
* | | | | Merge pull request #3198 from matrix-org/erikj/fixup_return_paginationErik Johnston2018-05-093-8/+22
|\ \ \ \ \ | | | | | | | | | | | | Refactor get_recent_events_for_room return type
| * | | | | Fix returned token is no longer a tupleErik Johnston2018-05-091-1/+1
| | | | | |
| * | | | | Fix up commentErik Johnston2018-05-091-1/+1
| | | | | |
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2018-05-093-8/+10
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | erikj/fixup_return_pagination
| * | | | | Refactor get_recent_events_for_room return typeErik Johnston2018-05-093-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no reason to return a tuple of tokens when the last token is always the token passed as an argument. Changing it makes it consistent with other storage APIs
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2018-05-093-8/+10
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | erikj/remove_membership_change
| * | | | | Merge pull request #3196 from matrix-org/erikj/pagination_returnErik Johnston2018-05-091-28/+49
| |\ \ \ \ \ | | | | | | | | | | | | | | Refactor pagination DB API to return concrete type
| | * | | | | Update commentsErik Johnston2018-05-091-5/+6
| | |/ / / /
| * | | | | Merge pull request #3195 from matrix-org/erikj/pagination_refactorErik Johnston2018-05-091-51/+27
| |\ \ \ \ \ | | | | | | | | | | | | | | Refactor recent events func to use pagination func
| * \ \ \ \ \ Merge pull request #3193 from matrix-org/erikj/pagination_refactorErik Johnston2018-05-091-110/+99
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | Refactor /context to reuse pagination storage functions
| * | | | | | Merge pull request #3190 from mujx/notif-token-fixRichard van der Hoff2018-05-081-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | notifications: Convert next_token to string according to the spec
| | * | | | | | notifications: Convert next_token to string according to the specKonstantinos Sideris2018-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the parameter is serialized as an integer. Signed-off-by: Konstantinos Sideris <sideris.konstantin@gmail.com>
| * | | | | | | Note that label values can be anythingErik Johnston2018-05-031-1/+2
| | | | | | | |
| * | | | | | | Fix metrics that have integer value labelsErik Johnston2018-05-031-1/+1
| |/ / / / / /
* | | | / / / Remove unused code path from member change DB funcErik Johnston2018-05-091-24/+10
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | The function is never called without a from_key, so we can remove all the handling for that scenario.
* | | | | | Refactor pagination DB API to return concrete typeErik Johnston2018-05-091-28/+48
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | This makes it easier to document what is being returned by the storage functions and what some functions expect as arguments.
* | | | | Remove unused from_token paramErik Johnston2018-05-091-7/+4
| | | | |
* | | | | Refactor recent events func to use pagination funcErik Johnston2018-05-091-48/+27
| |/ / / |/| | | | | | | | | | | This also removes a cache that is unlikely to ever get hit.
* | | | Fix up comments and make function privateErik Johnston2018-05-091-7/+7
| | | |
* | | | Reuse existing pagination code for context APIErik Johnston2018-05-081-75/+15
| | | |
* | | | Parse tokens before calling DB functionErik Johnston2018-05-081-14/+18
| | | |
* | | | Only fetch required fields from databaseErik Johnston2018-05-081-1/+2
| | | |
* | | | Split paginate_room_events storage functionErik Johnston2018-05-081-28/+72
|/ / /
* | | Merge remote-tracking branch 'origin/develop' into rav/warn_on_logcontext_failRichard van der Hoff2018-05-03137-1294/+2609
|\ \ \
| * \ \ Merge pull request #3183 from matrix-org/rav/moar_logcontext_leaksRichard van der Hoff2018-05-031-3/+14
| |\ \ \ | | | | | | | | | | Fix logcontext leaks in rate limiter
| | * | | Fix logcontext leaks in rate limiterRichard van der Hoff2018-05-031-3/+14
| | | | |
| * | | | Merge pull request #3182 from Half-Shot/hs/fix-twisted-shutdownRichard van der Hoff2018-05-031-3/+8
| |\ \ \ \ | | | | | | | | | | | | Fix 'Unhandled Error' logs with Twisted 18.4
| | * | | | Don't abortConnection() if the transport connection has already closed.Will Hunt2018-05-031-3/+8
| | | | | |
| * | | | | Merge pull request #3178 from matrix-org/rav/fix_request_timeoutsRichard van der Hoff2018-05-031-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | fix http request timeout code