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

feat: Switch between QR or phone number pairing method #3180

Open
wants to merge 55 commits into
base: main
Choose a base branch
from

Commits on Mar 14, 2024

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

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    db72385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24196db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f001408 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eda1920 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    467f6d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21904ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5969892 View commit details
    Browse the repository at this point in the history
  8. chore: eslint fix

    alechkos committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1df7e4f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77f9c18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75623c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5b1e911 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    78dc055 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    85db3d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27621f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd75967 View commit details
    Browse the repository at this point in the history
  4. revert testing options

    PurpShell committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e7ae65f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cad33ec View commit details
    Browse the repository at this point in the history
  6. chore(webpack-exodus): final eslint tweak (did not commit with last c…

    …ommit for some reason)
    PurpShell committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    452b712 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 27, 2024

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

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    c1d8e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86d5dc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    650cd0d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Making the ESLint god happy

    tuyuribr authored May 14, 2024
    Configuration menu
    Copy the full SHA
    64491be View commit details
    Browse the repository at this point in the history
  2. Fix window.Store.ProfilePic.profilePicFind is not a function error (p…

    …edroslopez#3001)
    
    * Change window.Store.ProfilePic.profilePicFind to window.Store.ProfilePic.requestProfilePicFromServer
    
    * Prevent breaking v2.2x
    
    * refactor: make it more readable
    
    ---------
    
    Co-authored-by: alechkos <[email protected]>
    seowzhenjun0126 and alechkos authored May 14, 2024
    Configuration menu
    Copy the full SHA
    975819d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Sanitize, improves and fixes

    tuyuribr committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e4c208c View commit details
    Browse the repository at this point in the history
  2. make ESList god happy

    tuyuribr committed May 15, 2024
    Configuration menu
    Copy the full SHA
    252ed8f View commit details
    Browse the repository at this point in the history
  3. fix getInviteCode for group (pedroslopez#3007) (pedroslopez#3029)

    * fix getInviteCode for group (pedroslopez#3007)
    
    * move changes to proper getInviteCode method.
    
    * style fix
    
    * refactor: add try-catch in a case the user is not a group admin
    
    * refactor: handle promise properly
    
    ---------
    
    Co-authored-by: Sven Neumann <[email protected]>
    Co-authored-by: alechkos <[email protected]>
    3 people authored May 15, 2024
    Configuration menu
    Copy the full SHA
    2798396 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fixes

    tuyuribr committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6df4eef View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Update LocalWebCache.js

    tuyuribr authored May 21, 2024
    Configuration menu
    Copy the full SHA
    1ecdc42 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. fix delete on 2.3000 (pedroslopez#3048)

    * fix delete on 2.3000
    
    * fix compareWwebVersions
    
    * fix: use proper comparison operator
    
    ---------
    
    Co-authored-by: alechkos <[email protected]>
    jrocha and alechkos authored May 24, 2024
    Configuration menu
    Copy the full SHA
    96b4742 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Implement bot invoking capabilities (pedroslopez#3009)

    * Implement bot invoking capabilities
    
    * Update index.d.ts
    
    * Eslint
    MatMercer authored May 25, 2024
    Configuration menu
    Copy the full SHA
    bbb8d18 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Webpack exodus fix message_reaction event (pedroslopez#3099)

    * exposed WAWebAddonReactionTableMode
    
    * capture reaction using WAWebAddonReactionTableMode
    
    * move compareWwebVersions and check version before trying to expose new store
    jrocha authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    752d9ae View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. message_reaction on example.js (pedroslopez#3102)

    * handle message_reaction event on example.js
    
    * log wweb version on ready
    jrocha authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    efc2bd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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

Commits on Jul 2, 2024

  1. New group function

    tuyuribr authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4ddbb0d View commit details
    Browse the repository at this point in the history
  2. new group settings

    tuyuribr authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8034e8f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    5a088a6 View commit details
    Browse the repository at this point in the history
  2. Update Client.js

    tuyuribr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f361cde View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    4494fa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cac19f2 View commit details
    Browse the repository at this point in the history
  3. Modify example.js

    MobCode100 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    113b2a9 View commit details
    Browse the repository at this point in the history
  4. Update docs

    MobCode100 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d14f094 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adbfb3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9359be View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 18, 2024

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

Commits on Oct 1, 2024

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

    MobCode100 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b5c64b8 View commit details
    Browse the repository at this point in the history
  3. example.js correction

    MobCode100 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cd890cd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Nov 8, 2024

  1. docs: fix docs for 'requestPairingCode' method

    Co-authored-by: Leandro Matilla <[email protected]>
    alechkos and wis-dev committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    723b211 View commit details
    Browse the repository at this point in the history