Tags: tritibo/synapse
Tags
Changes in synapse v0.26.0 (2018-01-05) ======================================= No changes since v0.26.0-rc1 Changes in synapse v0.26.0-rc1 (2017-12-13) =========================================== Features: * Add ability for ASes to publicise groups for their users (PR matrix-org#2686) * Add all local users to the user_directory and optionally search them (PR matrix-org#2723) * Add support for custom login types for validating users (PR matrix-org#2729) Changes: * Update example Prometheus config to new format (PR matrix-org#2648) Thanks to @krombel! * Rename redact_content option to include_content in Push API (PR matrix-org#2650) * Declare support for r0.3.0 (PR matrix-org#2677) * Improve upserts (PR matrix-org#2684, matrix-org#2688, matrix-org#2689, matrix-org#2713) * Improve documentation of workers (PR matrix-org#2700) * Improve tracebacks on exceptions (PR matrix-org#2705) * Allow guest access to group APIs for reading (PR matrix-org#2715) * Support for posting content in federation_client script (PR matrix-org#2716) * Delete devices and pushers on logouts etc (PR matrix-org#2722) Bug fixes: * Fix database port script (PR matrix-org#2673) * Fix internal server error on login with ldap_auth_provider (PR matrix-org#2678) Thanks to @jkolo! * Fix error on sqlite 3.7 (PR matrix-org#2697) * Fix OPTIONS on preview_url (PR matrix-org#2707) * Fix error handling on dns lookup (PR matrix-org#2711) * Fix wrong avatars when inviting multiple users when creating room (PR matrix-org#2717) * Fix 500 when joining matrix-dev (PR matrix-org#2719)
Changes in synapse v0.26.0-rc1 (2017-12-13) =========================================== Features: * Add ability for ASes to publicise groups for their users (PR matrix-org#2686) * Add all local users to the user_directory and optionally search them (PR matrix-org#2723) * Add support for custom login types for validating users (PR matrix-org#2729) Changes: * Update example Prometheus config to new format (PR matrix-org#2648) Thanks to @krombel! * Rename redact_content option to include_content in Push API (PR matrix-org#2650) * Declare support for r0.3.0 (PR matrix-org#2677) * Improve upserts (PR matrix-org#2684, matrix-org#2688, matrix-org#2689, matrix-org#2713) * Improve documentation of workers (PR matrix-org#2700) * Improve tracebacks on exceptions (PR matrix-org#2705) * Allow guest access to group APIs for reading (PR matrix-org#2715) * Support for posting content in federation_client script (PR matrix-org#2716) * Delete devices and pushers on logouts etc (PR matrix-org#2722) Bug fixes: * Fix database port script (PR matrix-org#2673) * Fix internal server error on login with ldap_auth_provider (PR matrix-org#2678) Thanks to @jkolo! * Fix error on sqlite 3.7 (PR matrix-org#2697) * Fix OPTIONS on preview_url (PR matrix-org#2707) * Fix error handling on dns lookup (PR matrix-org#2711) * Fix wrong avatars when inviting multiple users when creating room (PR matrix-org#2717) * Fix 500 when joining matrix-dev (PR matrix-org#2719)
Changes in synapse v0.25.0 (2017-11-15) ======================================= Bug fixes: * Fix port script (PR matrix-org#2673) Changes in synapse v0.25.0-rc1 (2017-11-14) =========================================== Features: * Add is_public to groups table to allow for private groups (PR matrix-org#2582) * Add a route for determining who you are (PR matrix-org#2668) Thanks to @turt2live! * Add more features to the password providers (PR matrix-org#2608, matrix-org#2610, matrix-org#2620, matrix-org#2622, matrix-org#2623, matrix-org#2624, matrix-org#2626, matrix-org#2628, matrix-org#2629) * Add a hook for custom rest endpoints (PR matrix-org#2627) * Add API to update group room visibility (PR matrix-org#2651) Changes: * Ignore <noscript> tags when generating URL preview descriptions (PR matrix-org#2576) Thanks to @maximevaillancourt! * Register some /unstable endpoints in /r0 as well (PR matrix-org#2579) Thanks to @krombel! * Support /keys/upload on /r0 as well as /unstable (PR matrix-org#2585) * Front-end proxy: pass through auth header (PR matrix-org#2586) * Allow ASes to deactivate their own users (PR matrix-org#2589) * Remove refresh tokens (PR matrix-org#2613) * Automatically set default displayname on register (PR matrix-org#2617) * Log login requests (PR matrix-org#2618) * Always return `is_public` in the `/groups/:group_id/rooms` API (PR matrix-org#2630) * Avoid no-op media deletes (PR matrix-org#2637) Thanks to @spantaleev! * Fix various embarrassing typos around user_directory and add some doc. (PR matrix-org#2643) * Return whether a user is an admin within a group (PR matrix-org#2647) * Namespace visibility options for groups (PR matrix-org#2657) * Downcase UserIDs on registration (PR matrix-org#2662) * Cache failures when fetching URL previews (PR matrix-org#2669) Bug fixes: * Fix port script (PR matrix-org#2577) * Fix error when running synapse with no logfile (PR matrix-org#2581) * Fix UI auth when deleting devices (PR matrix-org#2591) * Fix typo when checking if user is invited to group (PR matrix-org#2599) * Fix the port script to drop NUL values in all tables (PR matrix-org#2611) * Fix appservices being backlogged and not receiving new events due to a bug in notify_interested_services (PR matrix-org#2631) Thanks to @xyzz! * Fix updating rooms avatar/display name when modified by admin (PR matrix-org#2636) Thanks to @farialima! * Fix bug in state group storage (PR matrix-org#2649) * Fix 500 on invalid utf-8 in request (PR matrix-org#2663)
Changes in synapse v0.25.0-rc1 (2017-11-14) =========================================== Features: * Add is_public to groups table to allow for private groups (PR matrix-org#2582) * Add a route for determining who you are (PR matrix-org#2668) Thanks to @turt2live! * Add more features to the password providers (PR matrix-org#2608, matrix-org#2610, matrix-org#2620, matrix-org#2622, matrix-org#2623, matrix-org#2624, matrix-org#2626, matrix-org#2628, matrix-org#2629) * Add a hook for custom rest endpoints (PR matrix-org#2627) * Add API to update group room visibility (PR matrix-org#2651) Changes: * Ignore <noscript> tags when generating URL preview descriptions (PR matrix-org#2576) Thanks to @maximevaillancourt! * Register some /unstable endpoints in /r0 as well (PR matrix-org#2579) Thanks to @krombel! * Support /keys/upload on /r0 as well as /unstable (PR matrix-org#2585) * Front-end proxy: pass through auth header (PR matrix-org#2586) * Allow ASes to deactivate their own users (PR matrix-org#2589) * Remove refresh tokens (PR matrix-org#2613) * Automatically set default displayname on register (PR matrix-org#2617) * Log login requests (PR matrix-org#2618) * Always return `is_public` in the `/groups/:group_id/rooms` API (PR matrix-org#2630) * Avoid no-op media deletes (PR matrix-org#2637) Thanks to @spantaleev! * Fix various embarrassing typos around user_directory and add some doc. (PR matrix-org#2643) * Return whether a user is an admin within a group (PR matrix-org#2647) * Namespace visibility options for groups (PR matrix-org#2657) * Downcase UserIDs on registration (PR matrix-org#2662) * Cache failures when fetching URL previews (PR matrix-org#2669) Bug fixes: * Fix port script (PR matrix-org#2577) * Fix error when running synapse with no logfile (PR matrix-org#2581) * Fix UI auth when deleting devices (PR matrix-org#2591) * Fix typo when checking if user is invited to group (PR matrix-org#2599) * Fix the port script to drop NUL values in all tables (PR matrix-org#2611) * Fix appservices being backlogged and not receiving new events due to a bug in notify_interested_services (PR matrix-org#2631) Thanks to @xyzz! * Fix updating rooms avatar/display name when modified by admin (PR matrix-org#2636) Thanks to @farialima! * Fix bug in state group storage (PR matrix-org#2649) * Fix 500 on invalid utf-8 in request (PR matrix-org#2663)
Changes in synapse v0.24.1 (2017-10-24) ======================================= Bug fixes: * Fix updating group profiles over federation (PR matrix-org#2567)
Changes in synapse v0.24.0 (2017-10-23) ======================================= No changes since v0.24.0-rc1 Changes in synapse v0.24.0-rc1 (2017-10-19) =========================================== Features: * Add Group Server (PR matrix-org#2352, matrix-org#2363, matrix-org#2374, matrix-org#2377, matrix-org#2378, matrix-org#2382, matrix-org#2410, matrix-org#2426, matrix-org#2430, matrix-org#2454, matrix-org#2471, matrix-org#2472, matrix-org#2544) * Add support for channel notifications (PR matrix-org#2501) * Add basic implementation of backup media store (PR matrix-org#2538) * Add config option to auto-join new users to rooms (PR matrix-org#2545) Changes: * Make the spam checker a module (PR matrix-org#2474) * Delete expired url cache data (PR matrix-org#2478) * Ignore incoming events for rooms that we have left (PR matrix-org#2490) * Allow spam checker to reject invites too (PR matrix-org#2492) * Add room creation checks to spam checker (PR matrix-org#2495) * Spam checking: add the invitee to user_may_invite (PR matrix-org#2502) * Process events from federation for different rooms in parallel (PR matrix-org#2520) * Allow error strings from spam checker (PR matrix-org#2531) * Improve error handling for missing files in config (PR matrix-org#2551) Bug fixes: * Fix handling SERVFAILs when doing AAAA lookups for federation (PR matrix-org#2477) * Fix incompatibility with newer versions of ujson (PR matrix-org#2483) Thanks to @jeremycline! * Fix notification keywords that start/end with non-word chars (PR matrix-org#2500) * Fix stack overflow and logcontexts from linearizer (PR matrix-org#2532) * Fix 500 error when fields missing from power_levels event (PR matrix-org#2552) * Fix 500 error when we get an error handling a PDU (PR matrix-org#2553)
Changes in synapse v0.24.0-rc1 (2017-10-19) =========================================== Features: * Add Group Server (PR matrix-org#2352, matrix-org#2363, matrix-org#2374, matrix-org#2377, matrix-org#2378, matrix-org#2382, matrix-org#2410, matrix-org#2426, matrix-org#2430, matrix-org#2454, matrix-org#2471, matrix-org#2472, matrix-org#2544) * Add support for channel notifications (PR matrix-org#2501) * Add basic implementation of backup media store (PR matrix-org#2538) * Add config option to auto-join new users to rooms (PR matrix-org#2545) Changes: * Make the spam checker a module (PR matrix-org#2474) * Delete expired url cache data (PR matrix-org#2478) * Ignore incoming events for rooms that we have left (PR matrix-org#2490) * Allow spam checker to reject invites too (PR matrix-org#2492) * Add room creation checks to spam checker (PR matrix-org#2495) * Spam checking: add the invitee to user_may_invite (PR matrix-org#2502) * Process events from federation for different rooms in parallel (PR matrix-org#2520) * Allow error strings from spam checker (PR matrix-org#2531) * Improve error handling for missing files in config (PR matrix-org#2551) Bug fixes: * Fix handling SERVFAILs when doing AAAA lookups for federation (PR matrix-org#2477) * Fix incompatibility with newer versions of ujson (PR matrix-org#2483) Thanks to @jeremycline! * Fix notification keywords that start/end with non-word chars (PR matrix-org#2500) * Fix stack overflow and logcontexts from linearizer (PR matrix-org#2532) * Fix 500 error when fields missing from power_levels event (PR matrix-org#2552) * Fix 500 error when we get an error handling a PDU (PR matrix-org#2553)
PreviousNext