summary refs log tree commit diff
path: root/changelog.d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:matrix-org/synapse into ↵Neil Johnson2018-08-171-0/+1
|\ | | | | | | neilj/server_notices_on_blocking
| * Merge branch 'develop' into neilj/limit_exceeded_errorNeil Johnson2018-08-173-0/+3
| |\
| * | add new error type ResourceLimitNeil Johnson2018-08-161-0/+1
| | |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Neil Johnson2018-08-173-0/+3
|\ \ \ | | |/ | |/| | | | neilj/server_notices_on_blocking
| * | Merge pull request #3708 from ↵Neil Johnson2018-08-171-0/+1
| |\ \ | | | | | | | | | | | | | | | | matrix-org/neilj/resource_Limit_block_event_creation Neilj/resource limit block event creation
| | * | For resource limit blocked users, prevent writing into roomsNeil Johnson2018-08-161-0/+1
| | | |
| * | | Create 3712.miscTravis Ralston2018-08-171-0/+1
| |/ /
| * / NewsfileErik Johnston2018-08-161-0/+1
| |/
* | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Neil Johnson2018-08-162-0/+2
|\| | | | | | | neilj/server_notices_on_blocking
| * Add GET media/v1/config (#3184)Will Hunt2018-08-161-0/+1
| |
| * lazyload aware /messages (#3589)Matthew Hodgson2018-08-161-0/+1
| |
* | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Neil Johnson2018-08-161-0/+1
|\| | | | | | | neilj/server_notices_on_blocking
| * initial cut at a room summary API (#3574)Matthew Hodgson2018-08-161-0/+1
| |
* | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Neil Johnson2018-08-152-0/+2
|\| | | | | | | neilj/server_notices_on_blocking
| * Merge pull request #3689 from matrix-org/neilj/fix_off_by_1+mausNeil Johnson2018-08-151-0/+1
| |\ | | | | | | Fix Mau off by one errors
| | * Fix mau blocking calulation bug on loginNeil Johnson2018-08-151-0/+1
| | |
| * | Remove incorrectly re-added changelog filesRichard van der Hoff2018-08-152-2/+0
| | | | | | | | | | | | These were removed for the 0.33.2 release, but were incorrectly re-added in
| * | speed up /members and add at= and membership params (#3568)Matthew Hodgson2018-08-153-0/+3
| |/
* | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Neil Johnson2018-08-1515-0/+15
|\| | | | | | | neilj/server_notices_on_blocking
| * Merge pull request #3653 from matrix-org/erikj/split_federationErik Johnston2018-08-151-0/+1
| |\ | | | | | | Move more federation APIs to workers
| | * Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2018-08-1573-54/+15
| | |\ | | | | | | | | | | | | erikj/split_federation
| | * | NewsfileErik Johnston2018-08-091-0/+1
| | | |
| * | | Merge pull request #3687 from matrix-org/neilj/admin_emailNeil Johnson2018-08-151-0/+1
| |\ \ \ | | |_|/ | |/| | support admin_email config and pass through into blocking errors,
| | * | remove changelog referencing another PRNeil Johnson2018-08-151-1/+0
| | | |
| | * | Merge branch 'neilj/update_limits_error_codes' of ↵Neil Johnson2018-08-151-0/+1
| | |\ \ | | | | | | | | | | | | | | | github.com:matrix-org/synapse into neilj/admin_email
| | | * | update resource limit error codesNeil Johnson2018-08-151-0/+1
| | | | |
| | * | | update admin email to uriNeil Johnson2018-08-151-1/+1
| | |/ /
| | * | Merge branch 'develop' of github.com:matrix-org/synapse into neilj/admin_emailNeil Johnson2018-08-146-0/+6
| | |\ \
| | * | | set admin email via configNeil Johnson2018-08-131-0/+1
| | | | |
| * | | | Merge pull request #3690 from matrix-org/neilj/change_prometheus_mau_metric_nameNeil Johnson2018-08-151-0/+1
| |\ \ \ \ | | | | | | | | | | | | combine mau metrics into one group
| | * \ \ \ Merge branch 'develop' of github.com:matrix-org/synapse into ↵Neil Johnson2018-08-142-0/+2
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | neilj/change_prometheus_mau_metric_name
| | * | | | Rename MAU prometheus metricNeil Johnson2018-08-141-0/+1
| | | | | |
| * | | | | Merge pull request #3667 from matrix-org/erikj/fixup_unbindErik Johnston2018-08-151-0/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Don't fail requests to unbind 3pids for non supporting ID servers
| | * | | | Don't fail requests to unbind 3pids for non supporting ID serversErik Johnston2018-08-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Older identity servers may not support the unbind 3pid request, so we shouldn't fail the requests if we received one of 400/404/501. The request still fails if we receive e.g. 500 responses, allowing clients to retry requests on transient identity server errors that otherwise do support the API. Fixes #3661
| * | | | | Fix missing yield in ↵Neil Johnson2018-08-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | synapse.storage.monthly_active_users.initialise_reserved_users
| * | | | | Merge pull request #3670 from matrix-org/neilj/mau_sync_blockNeil Johnson2018-08-141-0/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Block ability to read via sync if mau limit exceeded
| * | | | | Dockerised sytest (#3660)Amber Brown2018-08-141-0/+1
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/develop' into ↵Amber Brown2018-08-144-0/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | neilj/fix_reap_users_in_postgres
| | * | | | | Implement a new test baseclass to cut down on boilerplate (#3684)Amber Brown2018-08-141-0/+1
| | | | | | |
| | * | | | | Merge pull request #3669 from matrix-org/jcgruenhage/update-docker-baseJan Christian Grünhage2018-08-141-0/+1
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | update docker base-image to alpine 3.8
| | | * | | | update docker base-image to alpine 3.8Jan Christian Grünhage2018-08-091-0/+1
| | | | | | |
| | * | | | | Name changelog after PR, not bugRichard van der Hoff2018-08-131-0/+0
| | | | | | |
| | * | | | | Merge pull request #3677 from andrewshadura/masterRichard van der Hoff2018-08-131-0/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use recaptcha_ajax.js directly from Google
| | | * | | | | Use recaptcha_ajax.js directly from GoogleAndrej Shadura2018-08-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script recaptcha_ajax.js contains minified non-free code which we probably cannot redistribute. Since it talks to Google servers anyway, it is better to just download it from Google directly instead of shipping it. This fixes #1932.
| | * | | | | | Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-0/+1
| | | | | | | |
| * | | | | | | Fixes test_reap_monthly_active_users so it passes under postgresNeil Johnson2018-08-111-0/+1
| |/ / / / / /
| * | | | | | Merge pull request #3679 from matrix-org/hawkowl/blackify-testsAmber Brown2018-08-111-0/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Blackify the tests
| | * | | | | | changelogAmber Brown2018-08-101-0/+1
| | | | | | | |
| * | | | | | | Merge branch 'rav/fix_linearizer_cancellation' into developRichard van der Hoff2018-08-101-0/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | changelogRichard van der Hoff2018-08-101-0/+1
| | |/ / / / /
| * | | | | | Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678)Amber Brown2018-08-101-0/+1
| | | | | | |
| * | | | | | Merge pull request #3439 from vojeroen/send_sni_for_federation_requestsRichard van der Hoff2018-08-101-0/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | send SNI for federation requests
| | * | | | | Merge branch 'develop' into send_sni_for_federation_requestsRichard van der Hoff2018-07-2750-7/+37
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into ↵Jeroen2018-07-1412-0/+7
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | send_sni_for_federation_requests # Conflicts: # synapse/crypto/context_factory.py
| | * \ \ \ \ \ \ Merge branch 'develop' into send_sni_for_federation_requestsJeroen2018-07-092-0/+1
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # synapse/http/endpoint.py
| | * | | | | | | | towncrier changelogJeroen2018-06-261-0/+1
| | / / / / / / /
* | | | | | / / / server notices for resource limit blockingNeil Johnson2018-08-101-0/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Where server is disabled, block ability for locked out users to read new ↵Neil Johnson2018-08-091-0/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | messages
* | | | | | | Merge pull request #3655 from matrix-org/neilj/disable_hsNeil Johnson2018-08-091-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Flag to disable HS without disabling federation
| * \ \ \ \ \ \ Merge branch 'develop' into neilj/disable_hsNeil Johnson2018-08-081-0/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'develop' into neilj/disable_hsNeil Johnson2018-08-081-0/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Ability to disable client/server Synapse via conf toggleNeil Johnson2018-08-081-0/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' into developAmber Brown2018-08-0958-54/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | changelogAmber Brown2018-08-0758-54/+0
| | | | | | | | |
* | | | | | | | | Merge pull request #3632 from matrix-org/erikj/refactor_repl_servletErik Johnston2018-08-091-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add helper base class for generating new replication endpoints
| * | | | | | | | | Fixup wording and remove dead codeErik Johnston2018-08-091-0/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2018-08-0312-0/+12
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erikj/refactor_repl_servlet
| * | | | | | | | | | NewsfileErik Johnston2018-07-311-0/+0
| | | | | | | | | | |
* | | | | | | | | | | Test fixes for Python 3 (#3647)Amber Brown2018-08-091-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #3664 from matrix-org/rav/federation_metricsRichard van der Hoff2018-08-081-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | more metrics for the federation and appservice senders
| * | | | | | | | | | changelogRichard van der Hoff2018-08-071-0/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3654 from matrix-org/rav/room_versionsRichard van der Hoff2018-08-081-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | Support for room versioning
| * | | | | | | | | changelogRichard van der Hoff2018-08-061-0/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Neil Johnson2018-08-083-0/+3
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | neilj/reserved_users
| * | | | | | | | Merge pull request #3633 from matrix-org/neilj/mau_trackerNeil Johnson2018-08-081-0/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | API for monthly_active_users table
| * | | | | | | | changelogRichard van der Hoff2018-08-071-0/+1
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Return M_NOT_FOUND when a profile could not be found. (#3596)Will Hunt2018-08-031-0/+1
| | | | | | | |
| * | | | | | | Merge pull request #3644 from ↵Michael Kaye2018-08-031-0/+1
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | matrix-org/michaelkaye/refactor_docker_locations_v2 Refactor Dockerfile location
| | * | | | | | Add news entryMichael Kaye2018-08-021-0/+1
| | | | | | | |
* | | | | | | | Ability to whitelist specific threepids against monthly active user limitingNeil Johnson2018-08-081-0/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Add ability to limit number of monthly active users on the serverNeil Johnson2018-08-031-0/+1
|/ / / / / /
* / / / / / newsfragmentMichael Kaye2018-08-021-0/+1
|/ / / / /
* | | | | Merge pull request #3639 from matrix-org/rav/refactor_error_handlingRichard van der Hoff2018-08-021-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Clean up handling of errors from outbound requests
| * | | | | changelogRichard van der Hoff2018-08-011-0/+1
| | | | | |
* | | | | | Merge pull request #3638 from ↵Richard van der Hoff2018-08-021-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | matrix-org/rav/refactor_federation_client_exception_handling Factor out exception handling in federation_client
| * | | | | | changelogRichard van der Hoff2018-08-011-0/+1
| |/ / / / /
* | | | | | Merge pull request #3621 from matrix-org/erikj/split_fed_storeErik Johnston2018-08-021-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Split out DB writes in federation handler
| * \ \ \ \ \ Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2018-07-309-0/+9
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | erikj/split_fed_store
| * | | | | | | NewsfileErik Johnston2018-07-271-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #3630 from matrix-org/neilj/mau_sign_in_log_in_limitsNeil Johnson2018-08-011-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Initial impl of capping MAU
| * | | | | | | | improve clarityNeil Johnson2018-08-011-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Neil Johnson2018-08-016-0/+6
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | neilj/mau_sign_in_log_in_limits
| * | | | | | | | | mau limtsNeil Johnson2018-07-311-0/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3620 from fuzzmz/return-404-room-not-foundRichard van der Hoff2018-08-011-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | return 404 if room not found
| * | | | | | | | Update 2952.bugfixRichard van der Hoff2018-08-011-1/+1
| | | | | | | | |
| * | | | | | | | return NotFoundError if room not foundSerban Constantin2018-07-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per the Client-Server API[0] we should return `M_NOT_FOUND` if the room isn't found instead of generic SynapseError. This ensures that /directory/list API returns 404 for room not found instead of 400. [0]: https://matrix.org/docs/spec/client_server/unstable.html#get-matrix-client-r0-directory-list-room-roomid Signed-off-by: Serban Constantin <serban.constantin@gmail.com>
* | | | | | | | | Python 3: Convert some unicode/bytes uses (#3569)Amber Brown2018-08-021-0/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #3543 from bebehei/dockerJan Christian Grünhage2018-08-011-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improvements for Docker usage
| * | | | | | | | [Docker] Use sorted multiline package listsBenedikt Heine2018-07-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This matches docker best practices. Signed-off-by: Benedikt Heine <bebe@bebehei.de>
* | | | | | | | | Merge pull request #3634 from matrix-org/rav/wtf_is_a_replication_layerRichard van der Hoff2018-08-011-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | rename replication_layer to federation_client
| * | | | | | | | | changelogRichard van der Hoff2018-07-311-0/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3384 from matrix-org/rav/rewrite_cachedlist_decoratorRichard van der Hoff2018-08-011-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | Rewrite cache list decorator
| * | | | | | | | | Rewrite cache list decoratorRichard van der Hoff2018-07-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because it was complicated and annoyed me. I suspect this will be more efficient too.
* | | | | | | | | | Merge pull request #3628 from turt2live/travis/goodby-pdu-failuresTravis Ralston2018-07-311-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Remove pdu_failures from transactions
| * | | | | | | | | Remove pdu_failures from transactionsTravis Ralston2018-07-301-0/+1
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | The field is never read from, and all the opportunities given to populate it are not utilized. It should be very safe to remove this.
* | | | | | | | | Merge pull request #3612 from matrix-org/rav/store_heirarchyRichard van der Hoff2018-07-311-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Make EventStore inherit from EventFederationStore
| * | | | | | | | changelogRichard van der Hoff2018-07-261-0/+1
| | | | | | | | |
* | | | | | | | | Only import secrets when availableKrombel2018-07-301-0/+1
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | secrets got introduced in python 3.6 so this class is not available in 3.5 and before. This now checks for the current running version and only tries using secrets if the version is 3.6 or above Signed-Off-By: Matthias Kesler <krombel@krombel.de>
* | | | | | | | make /context lazyload & filter aware (#3567)Matthew Hodgson2018-07-271-0/+1
| |/ / / / / / |/| | | | | | | | | | | | | make /context lazyload & filter aware.
* | | | | | | Merge pull request #3391 from t3chguy/t3chguy/default_inviter_display_name_3pidRichard van der Hoff2018-07-271-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | if inviter_display_name == ""||None then default to inviter MXID
| * | | | | | add changelog entry for PR#3391Michael Telatynski2018-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* | | | | | | Merge pull request #3616 from matrix-org/travis/event_id_send_leaveRichard van der Hoff2018-07-261-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update the send_leave path to be an event_id
| * | | | | | | Create 3616.miscTravis Ralston2018-07-261-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #3614 from matrix-org/rav/stop_populating_event_contentRichard van der Hoff2018-07-261-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Stop populating events.content
| * | | | | | | | changelogRichard van der Hoff2018-07-261-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Deduplicate redundant lazy-loaded members (#3331)Matthew Hodgson2018-07-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * attempt at deduplicating lazy-loaded members as per the proposal; we can deduplicate redundant lazy-loaded members which are sent in the same sync sequence. we do this heuristically rather than requiring the client to somehow tell us which members it has chosen to cache, by instead caching the last N members sent to a client, and not sending them again. For now we hardcode N to 100. Each cache for a given (user,device) tuple is in turn cached for up to X minutes (to avoid the caches building up). For now we hardcode X to 30. * add include_redundant_members filter option & make it work * remove stale todo * add tests for _get_some_state_from_cache * incorporate review
* | | | | | | | Merge pull request #3613 from matrix-org/rav/stop_using_event_edges_room_idRichard van der Hoff2018-07-261-0/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Remove some redundant joins on event_edges.room_id
| * | | | | | | changelogRichard van der Hoff2018-07-261-0/+1
| |/ / / / / /
* / / / / / / Fix some looping_call calls which were broken in #3604Richard van der Hoff2018-07-261-0/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that looping_call does check the deferred returned by its callback, and (at least in the case of client_ips), we were relying on this, and I broke it in #3604. Update run_as_background_process to return the deferred, and make sure we return it to clock.looping_call.
* | | | | | Merge pull request #2970 from matrix-org/matthew/filter_membersMatthew Hodgson2018-07-261-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Implement the lazy_load_members room state filter parameter
| * \ \ \ \ \ Merge branch 'develop' into matthew/filter_membersMatthew Hodgson2018-07-2510-0/+10
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'develop' into matthew/filter_membersMatthew Hodgson2018-07-241-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' into matthew/filter_membersMatthew Hodgson2018-07-243-0/+3
| |\ \ \ \ \ \ \
| * | | | | | | | changelogMatthew Hodgson2018-07-231-0/+1
| | | | | | | | |
* | | | | | | | | Create 3609.miscTravis Ralston2018-07-251-0/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #3603 from matrix-org/erikj/handle_outliersErik Johnston2018-07-251-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Correctly handle outliers during persist events
| * | | | | | | | NewsfileErik Johnston2018-07-251-0/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #3606 from matrix-org/rav/logcontext_fixes_once_moreRichard van der Hoff2018-07-251-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix another logcontext leak in _persist_events
| * | | | | | | | | Fix another logcontext leak in _persist_eventsRichard van der Hoff2018-07-251-0/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to run the errback in the sentinel context to avoid losing our own context. Also: add logging to runInteraction to help identify where "Starting db connection from sentinel context" warnings are coming from
* | | | | | | | | Merge pull request #3607 from matrix-org/rav/fix_persist_events_integrity_errorRichard van der Hoff2018-07-251-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix occasional 'tuple index out of range' error
| * | | | | | | | | Fix occasional 'tuple index out of range' errorRichard van der Hoff2018-07-251-0/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug in _delete_existing_rows_txn which was introduced in #3435 (though it's been on matrix-org-hotfixes for *years*). This code is only called when there is some sort of conflict the first time we try to persist an event, so it only happens rarely. Still, the exceptions are annoying.
* | | | | | | | | Merge pull request #3605 from matrix-org/rav/fix_update_remote_profile_cacheRichard van der Hoff2018-07-251-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix updating of cached remote profiles
| * | | | | | | | | changelogRichard van der Hoff2018-07-251-0/+1
| |/ / / / / / / /
* / / / / / / / / ChangelogRichard van der Hoff2018-07-251-0/+1
|/ / / / / / / /
* | | | | | | | Move newsfileErik Johnston2018-07-241-0/+0
| | | | | | | |
* | | | | | | | NewsfileErik Johnston2018-07-241-0/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #3595 from matrix-org/erikj/use_deltasErik Johnston2018-07-241-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use deltas to calculate current state deltas
| * | | | | | | NewsfileErik Johnston2018-07-241-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #3587 from matrix-org/rav/better_exception_loggingRichard van der Hoff2018-07-241-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve logging for exceptions when handling PDUs
| * | | | | | | changelogRichard van der Hoff2018-07-231-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3586 from matrix-org/rav/optimise_resolve_state_groupsRichard van der Hoff2018-07-241-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes and optimisations for resolve_state_groups
| * | | | | | | newsfileRichard van der Hoff2018-07-231-0/+1
| |/ / / / / /
* | | | | | | Merge pull request #3583 from matrix-org/rav/remove_who_forgot_in_roomRichard van der Hoff2018-07-241-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Remove redundant checks on room forgottenness
| * | | | | | Merge remote-tracking branch 'origin/develop' into rav/remove_who_forgot_in_roomRichard van der Hoff2018-07-244-0/+4
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'origin/develop' into rav/remove_who_forgot_in_roomRichard van der Hoff2018-07-237-0/+5
| |\ \ \ \ \ \
| * | | | | | | Remove redundant checks on room forgottennessRichard van der Hoff2018-07-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3550
* | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2018-07-243-0/+3
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | erikj/speed_up_calculate_state_delta
| * | | | | | | Merge branch 'develop' into rav/logcontext_fixesRichard van der Hoff2018-07-242-0/+2
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #3555 from matrix-org/erikj/client_apis_moveErik Johnston2018-07-241-0/+1
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make client_reader support some more read only APIs
| | | * \ \ \ \ \ \ Merge branch 'develop' into erikj/client_apis_moveErik Johnston2018-07-245-0/+4
| | | |\ \ \ \ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | |
| | | * | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2018-07-2329-10/+10
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erikj/client_apis_move
| | | * | | | | | | | NewsfileErik Johnston2018-07-181-0/+1
| | | | | | | | | | |
| | * | | | | | | | | changelogRichard van der Hoff2018-07-241-0/+1
| | | |_|/ / / / / / | | |/| | | | | | |
| * / | | | | | | | ChangelogRichard van der Hoff2018-07-241-0/+1
| |/ / / / / / / /
* / / / / / / / / NewsfileErik Johnston2018-07-241-0/+1
|/ / / / / / / /
* | | | / / / / NewsfileErik Johnston2018-07-231-0/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | NewsfileErik Johnston2018-07-231-0/+1
| | | | | | |
* | | | | | | NewsfileErik Johnston2018-07-231-0/+1
| | | | | | |
* | | | | | | NewsfileErik Johnston2018-07-231-0/+1
| | | | | | |
* | | | | | | NewsfileErik Johnston2018-07-231-0/+0
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'develop' into matthew/sync_deleted_devicesMatthew Hodgson2018-07-2317-2/+11
|\ \ \ \ \ \
| * | | | | | Make the rest of the .iterwhatever go away (#3562)Amber Brown2018-07-211-0/+0
| | | | | | |
| * | | | | | ChangelogRichard van der Hoff2018-07-201-0/+1
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #3571 from matrix-org/rav/limiter_fixesRichard van der Hoff2018-07-202-0/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | A set of improvements to the Limiter
| | * | | | | changelogsRichard van der Hoff2018-07-202-0/+2
| | | | | | |
| * | | | | | Admin API for creating new users (#3415)Amber Brown2018-07-201-0/+0
| |/ / / / /
| * | | | | changelogAmber Brown2018-07-191-0/+1
| | | | | |
| * | | | | Merge branch 'master' into developAmber Brown2018-07-191-1/+0
| |\ \ \ \ \
| | * | | | | 0.33.0 final changelog v0.33.0Amber Brown2018-07-1920-13/+0
| | | | | | |
| | * | | | | update changelogsAmber Brown2018-07-196-2/+4
| | | | | | |
| | * | | | | Revert "0.33.0rc1 changelog"Amber Brown2018-07-1919-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 21d3b879433e040babd43c89b62827f92e3ac861.
| * | | | | | Don't spew errors because we can't save metrics (#3563)Amber Brown2018-07-191-0/+1
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/release-v0.33.0' into developRichard van der Hoff2018-07-1920-10/+1
| |\| | | | |
| | * | | | | changelogRichard van der Hoff2018-07-191-0/+1
| | | | | | |
| | * | | | | 0.33.0rc1 changelog v0.33.0rc1Amber Brown2018-07-1819-10/+0
| | | | | | |
| * | | | | | Merge pull request #3556 from matrix-org/rav/background_processesRichard van der Hoff2018-07-191-0/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Run things as background processes
| | * | | | | | changelogRichard van der Hoff2018-07-181-0/+1
| | | | | | | |
| * | | | | | | Move v1-only APIs into their own module & isolate deprecated ones (#3460)Amber Brown2018-07-191-0/+0
| | | | | | | |
| * | | | | | | Merge pull request #3554 from matrix-org/erikj/response_metrics_codeErik Johnston2018-07-191-0/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add response code to response timer metrics
| | * | | | | | | NewsfileErik Johnston2018-07-181-0/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | changelogRichard van der Hoff2018-07-181-0/+1
| | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #3553 from matrix-org/rav/background_process_trackingRichard van der Hoff2018-07-181-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Resource tracking for background processes
| | * | | | | changelogRichard van der Hoff2018-07-181-0/+1
| | |/ / / /
| * | | | | Merge pull request #3367 from matrix-org/rav/drop_re_signing_hacksRichard van der Hoff2018-07-181-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove event re-signing hacks
| | * | | | | Add changelogRichard van der Hoff2018-07-041-0/+1
| | | | | | |
| * | | | | | Merge pull request #3514 from matrix-org/dbkr/turn_dont_add_defaultsDavid Baker2018-07-181-0/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | Comment dummy TURN parameters in default config
| | * | | | | I failed to correctly guess the PR numberDavid Baker2018-07-111-0/+0
| | | | | | |
| | * | | | | Comment dummy TURN parameters in default configDavid Baker2018-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This default config is parsed and used a base before the actual config is overlaid, so with these values not commented out, the code to detect when no turn params were set and refuse to generate credentials was never firing because the dummy default was always set.
| * | | | | | changelogRichard van der Hoff2018-07-171-0/+1
| | | | | | |
| * | | | | | Merge pull request #3541 from matrix-org/rav/optimize_filter_events_for_serverRichard van der Hoff2018-07-171-0/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Refactor and optimze filter_events_for_server
| | * | | | | | ChangelogRichard van der Hoff2018-07-161-0/+1
| | | | | | | |
| * | | | | | | Refactor REST API tests to use explicit reactors (#3351)Amber Brown2018-07-171-0/+0
| | | | | | | |
| * | | | | | | NewsfileErik Johnston2018-07-171-0/+0
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #3530 from matrix-org/erikj/stream_cacheAmber Brown2018-07-171-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Don't return unknown entities in get_entities_changed
| | * | | | | | NewsfileErik Johnston2018-07-131-0/+0
| | |/ / / / /
| * | | | | / check isort by travisKrombel2018-07-161-0/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Fix develop because I broke it :( (#3535)Amber Brown2018-07-141-0/+0
| | | | | |
| * | | | | Merge pull request #3534 from krombel/use_parse_and_asserts_from_servletAmber Brown2018-07-141-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Use parse and asserts from http.servlet
| | * | | | | add changelogKrombel2018-07-131-0/+1
| | | | | | |
| * | | | | | Make auth & transactions more testable (#3499)Amber Brown2018-07-141-0/+0
| |/ / / / /
| * | | | | better changelogRichard van der Hoff2018-07-131-1/+1
| | | | | |
| * | | | | changelogRichard van der Hoff2018-07-131-0/+1
| |/ / / /
| * | | | Merge pull request #3521 from matrix-org/rav/optimise_stream_change_cacheRichard van der Hoff2018-07-121-0/+1
| |\ \ \ \ | | | | | | | | | | | | Reduce set building in get_entities_changed
| | * | | | changelogRichard van der Hoff2018-07-121-0/+1
| | | | | |
| * | | | | changelogRichard van der Hoff2018-07-121-0/+1
| |/ / / /
| * | | | Merge pull request #3505 from matrix-org/erikj/receipts_cahceErik Johnston2018-07-121-0/+1
| |\ \ \ \ | | |/ / / | |/| | | Use stream cache in get_linearized_receipts_for_room
| | * | | NewsfileErik Johnston2018-07-101-0/+1
| | | | |
* | | | | changelogMatthew Hodgson2018-07-121-0/+1
|/ / / /
* | | | Merge pull request #3498 from OlegGirko/fix_attrs_syntaxAmber Brown2018-07-111-0/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use more portable syntax using attrs package. Newer syntax attr.ib(factory=dict) is just a syntactic sugar for attr.ib(default=attr.Factory(dict)) It was introduced in newest version of attrs package (18.1.0) and doesn't work with older versions. We should either require minimum version of attrs to be 18.1.0, or use older (slightly more verbose) syntax. Requiring newest version is not a good solution because Linux distributions may have older version of attrs (17.4.0 in Fedora 28), and requiring to build (and package) newer version just to use newer syntactic sugar in only one test is just too much. It's much better to fix that test to use older syntax. Signed-off-by: Oleg Girko <ol@infoserver.lv>
| * | | changelog entryAmber Brown2018-07-111-0/+0
| | | |
* | | | Attempt to include db threads in cpu usage stats (#3496)Richard van der Hoff2018-07-101-0/+1
| | | | | | | | | | | | | | | | | | | | Let's try to include time spent in the DB threads in the per-request/block cpu usage metrics.
* | | | Refactor logcontext resource usage tracking (#3501)Richard van der Hoff2018-07-101-0/+0
| | | | | | | | | | | | | | | | | | | | Factor out the resource usage tracking out to a separate object, which can be passed around and copied independently of the logcontext itself.
* | | | changelogRichard van der Hoff2018-07-091-0/+1
|/ / /
* | / changelogAmber Brown2018-07-091-0/+0
| |/ |/|
* | Add an isort configuration (#3463)Amber Brown2018-07-091-0/+0
| |
* | changelog v0.32.2 release-v0.32.2Amber Brown2018-07-071-1/+0
| |
* | Correct attrs package name in requirements (#3492)Amber Brown2018-07-072-0/+2
| |
* | changelog v0.32.0rc1Amber Brown2018-07-0528-19/+0
| |
* | ACL changelogAmber Brown2018-07-051-0/+1
| |
* | Merge pull request #3483 from matrix-org/rav/more_server_name_validationErik Johnston2018-07-051-0/+1
|\ \ | | | | | | More server_name validation
| * | More server_name validationRichard van der Hoff2018-07-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | We need to do a bit more validation when we get a server name, but don't want to be re-doing it all over the shop, so factor out a separate parse_and_validate_server_name, and do the extra validation. Also, use it to verify the server name in the config file.
* | | Merge pull request #3481 from matrix-org/rav/fix_cachedescriptor_testRichard van der Hoff2018-07-041-0/+1
|\ \ \ | |/ / |/| | Reinstate lost run_on_reactor in unit test
| * | Reinstate lost run_on_reactor in unit testRichard van der Hoff2018-07-041-0/+1
| |/ | | | | | | | | | | | | | | a61738b removed a call to run_on_reactor from a unit test, but that call was doing something useful, in making the function in question asynchronous. Reinstate the call and add a check that we are testing what we wanted to be testing.
* | Merge pull request #3473 from matrix-org/erikj/thread_cacheErik Johnston2018-07-041-0/+1
|\ \ | | | | | | Invalidate cache on correct thread
| * | Correct newsfileErik Johnston2018-07-022-0/+1
| | |
| * | NewsfileErik Johnston2018-07-021-0/+0
| | |
* | | Merge pull request #3474 from matrix-org/erikj/py3_authErik Johnston2018-07-041-0/+0
|\ \ \ | |_|/ |/| | Fix up auth check
| * | NewsfileErik Johnston2018-07-021-0/+0
| |/
* | Reject invalid server names (#3480)Richard van der Hoff2018-07-031-0/+1
| | | | | | | | | | Make sure that server_names used in auth headers are sane, and reject them with a sensible error code, before they disappear off into the depths of the system.
* | news snippetMatthew Hodgson2018-07-021-0/+1
|/
* Merge pull request #3467 from matrix-org/hawkowl/contributor-requirementsMatthew Hodgson2018-06-301-0/+0
|\ | | | | Clarify "real name" in contributor requirements
| * topfileAmber Brown2018-06-291-0/+0
| |
* | Merge pull request #3456 from matrix-org/hawkowl/federation-prevevent-checkingErik Johnston2018-06-291-0/+1
|\ \ | | | | | | Check the state of prev_events a bit more thoroughly when coming over federation
| * | topfile updateAmber Brown2018-06-281-2/+1
| | |
| * | topfileAmber Brown2018-06-271-0/+2
| | |
* | | add towncrier snippetMatthew Hodgson2018-06-281-0/+1
| |/ |/|
* | Attempt to be more performant on PyPy (#3462)Amber Brown2018-06-281-0/+1
| |
* | Revert "Revert "Try to not use as much CPU in the StreamChangeCache"" (#3454)Amber Brown2018-06-281-0/+0
|/
* Better testing framework for homeserver-using things (#3446)Amber Brown2018-06-271-0/+0
|
* Revert "Try to not use as much CPU in the StreamChangeCache"Matthew Hodgson2018-06-261-0/+0
|
* fixesAmber Brown2018-06-261-0/+0
|
* Use towncrier to build the changelog (#3425)Amber Brown2018-06-2515-0/+10