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 user profile feature #1923

Merged
merged 38 commits into from
Jan 25, 2024
Merged

Add user profile feature #1923

merged 38 commits into from
Jan 25, 2024

Commits on Oct 11, 2023

  1. feat: Add user profile with photo (#615)

    On the frontend, the user profile sidebar panel simply shows the current user's
    name and profile photo. Clicking on the profile photo brings up a context menu
    that shows the profile and profile actions (only 'edit profile' for now).
    Clicking the 'edit profile' action changes the context menu view such that you
    can edit the profile photo. This commit also adds user profile photos to channel
    messages. A jdenticon is showed in place of user profile photo if it doesn't
    exist.
    
    On the backend, there is a new shared orbitdb user profiles key/value store. The
    key/value store maps user public keys with profiles. It uses a custom index so
    that we can filter invalid entries thoroughly. In state-manager, a new
    saveUserProfile saga is added which signs the profile data and sends it to the
    backend.
    leblowl committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ecb8227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbc3409 View commit details
    Browse the repository at this point in the history
  3. Fixup due to rebase mistake

    leblowl committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    11b9c1e View commit details
    Browse the repository at this point in the history
  4. Fixup for @ipld/dag-cbor

    Now using the same version as backend which also fixes our common JS
    issues for now.
    leblowl committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d4a8082 View commit details
    Browse the repository at this point in the history
  5. Fixup/reverting Jest changes

    leblowl committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ba08bdf View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    0b418e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98e736e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa6089e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on Nov 2, 2023

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

Commits on Nov 3, 2023

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

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    c7e03c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    128405d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Nov 10, 2023

  1. Improve validation

    leblowl committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    115e35c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    7cc945b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d3099f View commit details
    Browse the repository at this point in the history
  3. Fix lint/backend build

    leblowl committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3660f28 View commit details
    Browse the repository at this point in the history
  4. Fix build

    leblowl committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0a96c8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a276ced View commit details
    Browse the repository at this point in the history
  6. Update package-lock.json

    leblowl committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    301c02a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c812c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d669c02 View commit details
    Browse the repository at this point in the history
  9. Fix more things

    leblowl committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8633707 View commit details
    Browse the repository at this point in the history
  10. Fixup from merge

    leblowl committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    298c0e6 View commit details
    Browse the repository at this point in the history
  11. Clean things up a bit

    leblowl committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    40d5c6c View commit details
    Browse the repository at this point in the history
  12. Update changelog

    leblowl committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    63d08e8 View commit details
    Browse the repository at this point in the history
  13. Fixup

    leblowl committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    828dc06 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Fix mobile

    leblowl committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    742b70c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    5520748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4980cb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10a4aa3 View commit details
    Browse the repository at this point in the history
  4. Fix jdenticon on mobile

    leblowl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e0769da View commit details
    Browse the repository at this point in the history
  5. Adjust style mobile

    leblowl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    320f376 View commit details
    Browse the repository at this point in the history
  6. Adjust style mobile

    leblowl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    32444a9 View commit details
    Browse the repository at this point in the history
  7. Adjust style mobile

    leblowl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    db2e26e View commit details
    Browse the repository at this point in the history
  8. Fix react native Image usage

    leblowl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9981ec7 View commit details
    Browse the repository at this point in the history