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

Draft: Scratch changes for matrix-public-archive #653

Draft
wants to merge 71 commits into
base: master
Choose a base branch
from

Commits on Feb 2, 2022

  1. Changes added to work on the Matrix public archive

    See plan https://docs.google.com/document/d/1wP_TIqmBQjtt862vb2CWWmnmVxTyolcF3J1scuiYMdg/edit#
    
     1. Trying to make it faster/easier to build `hydrogen.es.js` for local linking and dev in `matrix-public-arhive` project
     1. Some random changes to accomodate using raw `EventEntry`'s
    MadLittleMods committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    dcc508c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5805ce0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

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

Commits on Feb 9, 2022

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

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    8d0c4e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e75f18c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

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

Commits on Feb 14, 2022

  1. Merge branch 'master' into madlittlemods/matrix-public-archive-scratc…

    …h-changes
    
    Conflicts:
    	scripts/sdk/base-manifest.json
    	src/platform/web/parsehtml.js
    MadLittleMods committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1032f4d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    6005fcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4cdde6 View commit details
    Browse the repository at this point in the history
  3. Add more SVG elements

    MadLittleMods committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    3e58619 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc89bfd View commit details
    Browse the repository at this point in the history
  5. Only try to use window.crypto.subtle in secure contexts to avoid it t…

    …hrowing and stopping all JavaScript
    
    Related to #579
    
    ```
    Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'deriveBits')
    	at new Crypto
    	at new Platform
    	at mountHydrogen
    ```
    MadLittleMods committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    082d997 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. No need to comment this out since linkedom supports it now

    See #653 (comment)
    
    We can allow this to run now since I added support for `setProperty` in `linkedom` ⏩ WebReflection/linkedom#114
    MadLittleMods committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    ea2d45c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Merge branch 'master' into madlittlemods/matrix-public-archive-scratc…

    …h-changes
    
    Conflicts:
    	scripts/sdk/base-manifest.json
    	scripts/sdk/build.sh
    	src/domain/session/room/RoomViewModel.js
    	src/platform/web/Platform.js
    	src/platform/web/ui/general/html.ts
    MadLittleMods committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c24ac43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae67386 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

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

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    5d9dc63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72300d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

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

Commits on Jul 20, 2022

  1. Ignore missing events

    MadLittleMods committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    8dc3c13 View commit details
    Browse the repository at this point in the history
  2. Revert "Ignore missing events"

    This reverts commit 8dc3c13.
    MadLittleMods committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    871cf1a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

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

Commits on Jul 22, 2022

  1. Scope log

    MadLittleMods committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    88e2470 View commit details
    Browse the repository at this point in the history
  2. More exports

    MadLittleMods committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    acaf53d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. WIP: Custom room header

    MadLittleMods committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    7c87e06 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into madlittlemods/matrix-public-archive-scratc…

    …h-changes
    
    Conflicts:
    	src/domain/ViewModel.ts
    	src/platform/web/ui/session/room/RoomView.js
    MadLittleMods committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c62c047 View commit details
    Browse the repository at this point in the history
  3. Try fix no composer

    MadLittleMods committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    36f26a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdf820a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb470fa View commit details
    Browse the repository at this point in the history
  6. Seems like an unused style that collides with styles in the archive t…

    …o hide the change dates calendar button at desktop widths
    MadLittleMods committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f2baf3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa0e487 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

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

Commits on Sep 3, 2022

  1. Add header/footer

    MadLittleMods committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    921544a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. More necessary exports

    MadLittleMods committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    d5ba256 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

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

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    89d044c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    127f39a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

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

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    5ab01b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de261aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0e4868 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Merge branch 'master' into madlittlemods/matrix-public-archive-scratc…

    …h-changes
    
    Conflicts:
    	src/domain/session/SessionViewModel.js
    MadLittleMods committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    4d789bd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Add new elements

    MadLittleMods committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c94765e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'madlittlemods/matrix-public-archive-scratch-changes' of…

    … github.com:vector-im/hydrogen-web into madlittlemods/matrix-public-archive-scratch-changes
    MadLittleMods committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    7d4f2b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Add export

    MadLittleMods committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    26cb86e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8911be8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Add details element

    MadLittleMods committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    9f5e66e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    1d9c1bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e3f397 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Add a way to toggle scrollToBottom so you can start scroll from the t…

    …op as well and continue reading
    
    See `?continue=top` in matrix-org/matrix-viewer#114 for how this is used
    MadLittleMods committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    5fdbe61 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    c9859ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7602825 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc6ab45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceca3d1 View commit details
    Browse the repository at this point in the history
  5. Fix tsc error

    MadLittleMods committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    b84dd3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65ec71b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    168788d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847482f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb51174 View commit details
    Browse the repository at this point in the history
  4. Add different hover styles so it's more obvious if you page-load with…

    … your cursor on that event
    MadLittleMods committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    07cc95c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge branch 'master' into madlittlemods/matrix-public-archive-scratc…

    …h-changes
    
    Conflicts:
    	src/domain/session/room/LightboxViewModel.js
    MadLittleMods committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    7c52de3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

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

Commits on Nov 12, 2022

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

Commits on Apr 26, 2023

  1. Merge branch 'master' into madlittlemods/matrix-public-archive-scratc…

    …h-changes
    
    Conflicts:
    	src/domain/ViewModel.ts
    	src/domain/navigation/index.ts
    	src/domain/session/SessionViewModel.js
    	src/domain/session/room/RoomViewModel.js
    	src/domain/session/room/timeline/tiles/BaseMessageTile.js
    	src/domain/session/room/timeline/tiles/SimpleTile.js
    	src/matrix/room/PowerLevels.js
    	src/platform/web/dom/utils.ts
    	src/platform/web/ui/session/room/timeline/BaseMessageView.js
    MadLittleMods committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    84029d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    987d27a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

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

Commits on May 11, 2023

  1. Add MXC URL's as data-attribute for easy reference

    Useful to quickly grab the MXC URL's to quarantine media in moderation scenarios
    MadLittleMods committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f1ec4d4 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

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