Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/releaseWindowsTestOne
  • release/windowsReleaseTest
  • release/releaseTest
  • release/releaseWindowsTest
  • release/201910
  • release/qt/201910
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • 4.0.0
  • 2.2.0
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
30 results

src

  • Clone with SSH
  • Clone with HTTPS
  • Andreas Traczyk's avatar
    Andreas Traczyk authored
    For an account's VCard, we store the actual VCard file in the account's
    profile directory, alongside other contact profile files, and a link is
    created in the account's directory to the VCard file that is named using
    the base64-encoded account URI. This method will fail on Windows where
    users can not create soft links.
    
    When linking to this VCard file, we first try to hard link to it. If
    that fails, we fall back to symlinking to it. This allows the new
    profile linking mechanism to work on Windows, and we are fairly
    confident that the `profiles` sub dir will not be on a different
    filesystem.
    
    jami-client-qt#1899
    Change-Id: I3be8150b02f8427c164beb6c652f96d895aab048
    d5ce21e3
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..