Skip to content
Snippets Groups Projects
  1. Feb 03, 2025
  2. Jan 31, 2025
  3. Jan 30, 2025
  4. Jan 22, 2025
  5. Jan 21, 2025
  6. Jan 20, 2025
  7. Jan 17, 2025
  8. Jan 14, 2025
  9. Jan 13, 2025
    • Andreas Traczyk's avatar
      troubleshooting: add configurable crash reporting with crashpad · 529b7cf5
      Andreas Traczyk authored
      This commit adds a basic crash-report system that can be optionally
      configured to automatically send minidump crash-reports in addition
      to product versions and a platform description including the OS
      name and CPU architecture. Reports can be received at a configured
      REST endpoint(POST). This endpoint URL can be configured using
      a CMake variable `CRASH_REPORT_URL` which defaults to
      "http://localhost:8080/submit".
      
      - Introduces a new CMake option `ENABLE_CRASHREPORTS`, defaulting
        to OFF. This allows developers to enable crash reporting features
        at build time selectively. We also define a new macro with the
        same name to expose the state to QML in order to hide the UI
        components if needed.
      
      - Implemented conditional inclusion of crashpad dependencies using
        `ENABLE_CRASHREPORTS`. If set, `ENABLE_CRASHPAD` is also enabled
        (other crash reporters exist and we may want to use them).
      
      - 2 new application settings are added: `EnableCrashReporting` and
        `EnableAutomaticCrashReporting`. Default settings make it so
        crash-reports are generated but not automatically sent. With this
        default configuration, users will be prompted upon application
        start to confirm the report upload. Additionally, users may
        opt-in in order to have reports sent automatically at crash-time.
      
      Gitlab: #1454
      Change-Id: I53edab2dae210240a99272479381695fce1e221b
      529b7cf5
  10. Jan 10, 2025
  11. Jan 06, 2025
  12. Jan 02, 2025
    • ovari's avatar
      cleanup · 53a3d321
      ovari authored and Adrien Béraud's avatar Adrien Béraud committed
      →
      base 64 → Base64
      cancelled → canceled
      {cannot, can't, couldn't} → unable to
      inexistent → nonexistent
      informations → information
      not possible → impossible
      retrieven → retrieved
      SIP
      try → attempt
      URI
      WebEngine
      wish → want
      
      Can this replace https://review.jami.net/c/jami-client-qt/+/27607 ?
      
      Change-Id: I21e1615a0c6e2979f02f913093c503c03ab32c82
      53a3d321
  13. Dec 30, 2024
  14. Dec 19, 2024
    • ovari's avatar
      misc: unify terminology · 5352ded3
      ovari authored and Adrien Béraud's avatar Adrien Béraud committed
      Are you sure you → Do you really → Do you
      by a password → with a password
      confirmExtensionReset: OK → Reset
      confirmExtensionUninstall: OK → Uninstall
      confirmRmConversation → confirmLeaveConversation
      
      Change-Id: I8e61197a19fb61f3d362d76b1a6d676dcb842b75
      GitLab: #1730
      5352ded3
  15. Dec 18, 2024
    • ovari's avatar
      homogenize appdata · 9a0ed999
      ovari authored and ovari's avatar ovari committed
      Android client
      full_description.txt
      
      Qt client
      jami.appdata.xml
      snapcraft.yaml
      
      Change-Id: I4e6e9b7c24ecf51fc6723fcb54f94f61b1950a8f
      GitLab: #1730
      9a0ed999
  16. Dec 17, 2024
  17. Dec 09, 2024
  18. Dec 06, 2024
    • Pierre Nicolas's avatar
      docs: update install readme · d3a7df2f
      Pierre Nicolas authored and Adrien Béraud's avatar Adrien Béraud committed
      - Give a hint on how to troubleshoot the contribs build.
      - Add instruction for debugging runtime crashes using GDB.
      
      Change-Id: I6ad931223ce0904fb292a59090d37a2cec422ae8
      d3a7df2f
    • Leopold's avatar
      update-profile: fix dbus build issue · 6093689c
      Leopold authored
      The dbus build was failing due to updateProfile having an incorrect number of arguments.
      
      Change-Id: I0045554e2fc62851fc2cffdac27c8ab1cb905547
      6093689c
  19. Dec 05, 2024
  20. Dec 04, 2024
    • Andreas Hatziiliou's avatar
      Shortcuts: remove unused shortcut · a5621a1a
      Andreas Hatziiliou authored
      Change-Id: I28e5ef7dfca2e82fa65e40b2450db8c30a465926
      a5621a1a
    • Andreas Hatziiliou's avatar
      account_archive: unify archive file type · a1c2b8ad
      Andreas Hatziiliou authored
      When creating an account archive, there would be no default
      suffix. Then, when importing the archives, we would filter
      for .gz files by name. The goal is to implement a .jami
      file extension for archives across all platforms.
      
      Todo: implement custom MIME type for custom icons.
      
      GitLab: #1256
      Change-Id: I202ae5670c928f35b0eaf711abf7249ec3f304b9
      a1c2b8ad
  21. Dec 02, 2024
    • Jenkins's avatar
      i18n: automatic bump · 7424227f
      Jenkins authored
      Change-Id: I32516ba524aa9dec6b9c579f606cccdc7c5dbff8
      7424227f
    • Kateryna Kostiuk's avatar
      macOS: fix qrencode build · b69d703e
      Kateryna Kostiuk authored
      Sometimes qrencode failed when built from Jenkins.
      This patch:
      - Uses cmake for build.
      - Automatically detect host architecture if none is specified.
      
      Change-Id: I18dc90099e3b9efc531c7887b00fc615f69c50fa
      b69d703e
  22. Nov 29, 2024
  23. Nov 27, 2024
  24. Nov 26, 2024
  25. Nov 24, 2024
    • ovari's avatar
      misc: unify terminology · 41f5d151
      ovari authored
      Accept contact request → Accept invitation
      Accept in audio → Accept with audio
      Accept in video → Accept with video
      Automatically answer calls → Automatically answer incoming calls
      Decline call request → Decline call
      Decline contact request → Decline invitation
      Delete your account → Delete account
      just now → Just now
      Mute → Mute microphone
      Type → Conversation type (https://review.jami.net/c/jami-client-android/+/29546)
      Unmute → Unmute microphone
      
      Change-Id: Ie88eabeb12514e2b0f0918c8ab77beaa0d90aecf
      GitLab: #1730
      41f5d151
  26. Nov 21, 2024
Loading