Skip to content
Snippets Groups Projects
  1. Feb 16, 2023
  2. Feb 15, 2023
  3. Feb 13, 2023
  4. Feb 10, 2023
    • Kateryna Kostiuk's avatar
      macOS: update connections when the system wakes up · a0e2c4ac
      Kateryna Kostiuk authored
      Sometimes, it is not possible to place a call after the
      system returns from sleep mode. This patch ensures
      that the connectivity changed is called when the system
      returns from sleep mode.
      Change-Id: Id9f1331b89ae37a1244ea10a8c02282c4c8a35e5
      a0e2c4ac
  5. Feb 09, 2023
  6. Feb 08, 2023
  7. Feb 07, 2023
  8. Feb 06, 2023
  9. Feb 05, 2023
  10. Feb 03, 2023
    • Aline Gondim Santos's avatar
      misc: improve minimum width swarm panels in chatview · c0fdeb3f
      Aline Gondim Santos authored
      GitLab: #954
      
      Change-Id: I6fe7537b0de7fb904a05159072476003ee835eea
      c0fdeb3f
    • Nicolas Vengeon's avatar
      Smartlist: Date should show in correct locale format · 6348d3ee
      Nicolas Vengeon authored and Sébastien Blin's avatar Sébastien Blin committed
      - Standard time/date is now used
      - If today, show local time, otherwise show local date
      
      GitLab: #545
      Change-Id: I07f1e706868c725d1c917c473dc0fdbad8d6810f
      6348d3ee
    • Nicolas Vengeon's avatar
      projectcredits.html: contributor added · 530c0270
      Nicolas Vengeon authored and Sébastien Blin's avatar Sébastien Blin committed
      - Contributor added to credits
      
      Change-Id: I27d459557c10e50c53b342472ed76c2c7966ff37
      530c0270
    • Amin Bandali's avatar
      packaging: Update release tarball name and version scheme. · 43c2197e
      Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
      * extras/packaging/gnu-linux/scripts/release-version.sh: Add script
      for deriving (reproducibly) a release version.  The format will follow
      a 'YYYYMMDD.X' scheme, where 'YYYYMMDD' is the date of the last commit
      on the current branch, and 'X' the number of releases tagged that day,
      starting from zero.  Example: the first stable release with a newest
      commit date of 2023-01-02 would have a version of '20230102.0', the
      subsequent one '20230102.1', and so on.  This is derived by counting
      the number of git tags with the prefix 'TYPE/YYYYMMDD', where 'TYPE'
      is the release type: either 'stable', 'beta', or 'nightly'.
      * extras/packaging/gnu-linux/Jenkinsfile: Call the above new script to
      derive the release version to use for tagging.
      * extras/packaging/gnu-linux/Makefile: Switch from the previous
      'jami_YYYYMMDD.hhmm.COMMIT.tar.gz' tarball filename format to
      'jami-YYYYMMDD.X.tar.gz'.  The new format is shorter, omits the
      unnecessary and confusing commit id, and uses dash instead of
      underscore.  Also, it contains everything in a top-level directory
      with the same name as the tarball (without the .tar.gz extensions),
      so that 'jami-YYYYMMDD.X.tar.gz' nicely extracts to 'jami-YYYYMMDD.X'.
      With these changes, our release tarballs will follow more closely the
      related instructions from the GNU maintainers manual:
      https://www.gnu.org/prep/maintain/html_node/Distribution-tar-Files.html
      Lastly, this change inadvertently 'fixes' a recent issue where the
      'extras/ci/client-qt-gnulinux' subdirectory and its contents would be
      moved to top-level in the tarball due to one of the tarball transforms
      matching the 'client-qt' in the directory's name, replacing the
      'extras/ci/client-qt' prefix with 'client-qt', thereby resulting in
      'client-qt-gnulinux' being moved to the tarball's top-level.
      * .gitignore: Ignore several packaging-related directories and files.
      * extras/packaging/gnu-linux/rules/rpm/jami-daemon.spec:
      * extras/packaging/gnu-linux/rules/rpm/jami-libclient.spec:
      * extras/packaging/gnu-linux/rules/rpm/jami-qt.spec:
      * extras/packaging/gnu-linux/rules/rpm/jami.spec: Update the expected
      release tarball filename pattern in the 'Source' field.  Also replace
      references to previous top-level directory name 'client-qt' with the
      new one 'jami-%{version}' where needed.
      * extras/packaging/gnu-linux/rules/rpm/jami-libqt.spec: Update the
      'Source' field to follow new tarball name consistent with the main
      Jami release tarball.
      * extras/packaging/gnu-linux/scripts/build-package-rpm.sh: Update the
      tarball top-level directory pattern for the new format, now passing
      the --wildcards option to GNU Tar.  Also use a name for the jami-libqt
      source tarball that is more consistent with the main Jami release
      tarball.
      * extras/packaging/gnu-linux/scripts/build-package-snap.sh: Update the
      top-level directory pattern for the new format.
      * extras/packaging/gnu-linux/tarballs.manifest: Drop file accidentally
      checked into git.
      
      Change-Id: I2695f560c0bc5e61fb99dc0244f8fbb8e7026a62
      43c2197e
    • Sébastien Blin's avatar
      contextMenu: remove double separator · a791ab5a
      Sébastien Blin authored
      Change-Id: Ib11d464284effa5e78ca56441d0e535858071151
      GitLab: #941
      a791ab5a
    • Sébastien Blin's avatar
      conversationmodel: get registered name for non contact members · 07c0f890
      Sébastien Blin authored
      Because in a swarm you can talk with non contacts, we should at
      least retrieve the username when possible.
      
      Change-Id: Ie01cd10cc1231fc4024bd5a08c30c08d69e8e7f0
      GitLab: #948
      07c0f890
    • Sébastien Blin's avatar
      photoboothview: do not show edit button in read only · ae0895fb
      Sébastien Blin authored
      Change-Id: I9eb8843d50fdeb914eae622c15555b366d246094
      ae0895fb
  11. Feb 02, 2023
Loading