Skip to content
Snippets Groups Projects
  1. Jan 03, 2019
  2. Dec 31, 2018
  3. Dec 29, 2018
  4. Dec 27, 2018
  5. Dec 17, 2018
  6. Dec 16, 2018
  7. Dec 14, 2018
  8. Dec 12, 2018
  9. Dec 11, 2018
  10. Dec 07, 2018
  11. Dec 06, 2018
  12. Dec 05, 2018
  13. Dec 03, 2018
  14. Nov 19, 2018
  15. Nov 17, 2018
  16. Nov 16, 2018
    • Jenkins's avatar
      i18n: automatic bump · 58da4ffa
      Jenkins authored and Adrien Béraud's avatar Adrien Béraud committed
      Change-Id: Id1ebb21f1a74bc6a49ea73319b00eeffb4790ed9
      58da4ffa
    • Philippe Gorley's avatar
      file transfer: rename duplicate files · edc60bb9
      Philippe Gorley authored and Adrien Béraud's avatar Adrien Béraud committed
      Add duplicate number after filename, but before extension, and start
      count at 1 instead of 0.
      
      Before, it would be '(0)file.jpg', now it is 'file (1).jpg'.
      
      Change-Id: I0e1f74c172c3c4a66baca8b94302ddf9f42f35d1
      edc60bb9
    • Kateryna Kostiuk's avatar
      newaccountmodel: account creation · 87a901cb
      Kateryna Kostiuk authored and Sébastien Blin's avatar Sébastien Blin committed
      
      This patch fixes next problems:
      -check profile type after adding account to accounts list and
      updating account details. Otherwise profile type is always INVALID
      -add option to create SIP account with URI, to avoid creating an entry
      with empty uri in db
      -do not save ring account with empty uri
      -set account credentials before saving configuration to save a new
      credentials in .yml
      
      Gitlab: #402
      
      Change-Id: I98b2f00d0f879930067bcbe2d305569d27ec90a2
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      87a901cb
  17. Nov 05, 2018
  18. Oct 31, 2018
  19. Oct 30, 2018
  20. Oct 23, 2018
  21. Oct 22, 2018
  22. Oct 12, 2018
  23. Oct 05, 2018
  24. Oct 02, 2018
  25. Oct 01, 2018
  26. Sep 28, 2018
    • Hugo Lefeuvre's avatar
      call state machine: fix SEARCHING state transition · 2e90d869
      Hugo Lefeuvre authored
      
      The call state machine expects a two step state transition: the
      daemon should first transition to a terminating state, and then to
      OVER. This is almost always the case, expect for the SEARCHING state.
      
      In fact this state is a bit special since it does not correspond to
      any well defined daemon state. In order to avoid issues resulting
      from an invalid SEARCHING -> ENDED transition, add a temporary state
      transition to TERMINATING.
      
      Change-Id: I074d9a1beba2e39ef3089733485b57311e834214
      Gitlab: #392
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      2e90d869
Loading