Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add is_encrypted filtering to Sliding Sync /sync #17281

Merged

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    76ce7a9 View commit details
    Browse the repository at this point in the history
  2. Move changelog

    MadLittleMods committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    360f05c View commit details
    Browse the repository at this point in the history
  3. Add docstring

    MadLittleMods committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d8e2b1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd43938 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88fe201 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44088bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4412dbd View commit details
    Browse the repository at this point in the history
  8. Fix lints

    MadLittleMods committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    35b18be View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Add future todo

    MadLittleMods committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    61f86e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    578b44a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dec930 View commit details
    Browse the repository at this point in the history
  4. Update docstring

    MadLittleMods committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    945197b View commit details
    Browse the repository at this point in the history
  5. Less test bulk

    MadLittleMods committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    48eca7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7aa0519 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6e5798 View commit details
    Browse the repository at this point in the history
  8. Add docstring

    MadLittleMods committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5dd6d37 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-filter…

    …-dms
    
    Conflicts:
    	synapse/handlers/sliding_sync.py
    MadLittleMods committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d0d198f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    271ae6f View commit details
    Browse the repository at this point in the history
  11. Merge branch 'madlittlemods/msc3575-sliding-sync-filter-dms' into mad…

    …littlemods/msc3575-sliding-sync-filter-encrypted2
    
    Conflicts:
    	synapse/handlers/sliding_sync.py
    	tests/handlers/test_sliding_sync.py
    MadLittleMods committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2e4627b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    355de36 View commit details
    Browse the repository at this point in the history
  13. Remove sneaky log

    MadLittleMods committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f69d1c5 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'madlittlemods/msc3575-sliding-sync-filter-dms' into mad…

    …littlemods/msc3575-sliding-sync-filter-encrypted2
    MadLittleMods committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    bb5dfc3 View commit details
    Browse the repository at this point in the history
  15. Comment no longer as useful

    Would be hard to craft a query to do all rooms at once since
    we have to query for rows between the min/max stream_ordering
    and filter on the client anyway.
    
    Would be easier if we could query for one thing for each room.
    MadLittleMods committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d752b8a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    9896478 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    eaaf408 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'madlittlemods/msc3575-sliding-sync-filter-dms' into mad…

    …littlemods/msc3575-sliding-sync-filter-encrypted2
    MadLittleMods committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    aff2e82 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-filter…

    …-encrypted2
    
    Conflicts:
    	synapse/handlers/sliding_sync.py
    	tests/handlers/test_sliding_sync.py
    MadLittleMods committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0ea4fdd View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    810e9af View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-filter…

    …-encrypted2
    
    Conflicts:
    	synapse/handlers/sync.py
    	tests/handlers/test_sliding_sync.py
    MadLittleMods committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8965f3b View commit details
    Browse the repository at this point in the history
  3. Fix tests

    MadLittleMods committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c73391d View commit details
    Browse the repository at this point in the history