Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Show a tile at beginning of visible history #5887

Merged
merged 27 commits into from
Jan 20, 2022

Commits on Apr 25, 2021

  1. Show date separator at beginning of timeline with hidden undecryptable

    events
    
    Previously in the presence of hidden undecryptable events, the
    MessagePanel would think it could back paginate when in reality these
    events were being filtered out by TimelinePanel.
    
    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    b15c6cb View commit details
    Browse the repository at this point in the history
  2. Factor resuable RoomIntro out of NewRoomIntro

    For adding different types of room intros, such as a start of visible
    history intro.
    
    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    6430168 View commit details
    Browse the repository at this point in the history
  3. Show room intro at beginning of visible history

    When the user has reached the beginning of visible history in a room,
    show them a room intro to explain why messages before that point are
    unavailable and reassure them that the timeline has loaded.
    
    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    0063fd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2c8907 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Don't need 2020 in copyright

    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed May 4, 2021
    Configuration menu
    Copy the full SHA
    0592435 View commit details
    Browse the repository at this point in the history
  2. Check history visibility before encryption in room history intro

    Since Element now shares keys on invite, it makes more sense to blame
    missing history in encrypted rooms on the history visibility rules
    rather than spurious missing keys.
    
    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed May 4, 2021
    Configuration menu
    Copy the full SHA
    98fbb7c View commit details
    Browse the repository at this point in the history
  3. Consolidate room intro message and button code

    Also add invite buttons to the visible history intro.
    
    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed May 4, 2021
    Configuration menu
    Copy the full SHA
    cff6f4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a561c1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

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

Commits on Jun 12, 2021

  1. Configuration menu
    Copy the full SHA
    a68d180 View commit details
    Browse the repository at this point in the history
  2. Consistently rename NewRoomIntro things to RoomIntro

    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    721693c View commit details
    Browse the repository at this point in the history
  3. Make myself the copyright holder for room history intro code

    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    ee83103 View commit details
    Browse the repository at this point in the history
  4. Fix i18n strings

    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    e1c7ee0 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

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

Commits on Jul 11, 2021

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

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    d65ae77 View commit details
    Browse the repository at this point in the history
  2. Fix lints

    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    9ea373b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

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

Commits on Aug 6, 2021

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

Commits on Aug 26, 2021

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

Commits on Sep 3, 2021

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

Commits on Sep 18, 2021

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

Commits on Oct 22, 2021

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

Commits on Oct 25, 2021

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

Commits on Nov 25, 2021

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

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    eba604c View commit details
    Browse the repository at this point in the history
  2. Convert room history notice to a tile

    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    68ef007 View commit details
    Browse the repository at this point in the history