Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sailfishos/ssu
base: 639b4639e81beda721407e8d810f98bbb25a5929
Choose a base ref
...
head repository: sailfishos/ssu
compare: a3013d72f091592020d00430ab29ca67ebb3cbbc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 27, 2020

  1. [libssu] Dont use QString.arg() with an empty string. Fixes JB#51400

    Previously we tried to replace the username placeholder in "home-url"
    even when the homeUrl was empty this resulted in messages like this
    when trying to register via `ssu r`:
    
    Username: user
    Password:
    DBus unavailable, falling back to libssu
    QString::arg: Argument missing: , user
    Operation successful (direct)
    
    Signed-off-by: Björn Bidar <bjorn.bidar@jolla.com>
    Thaodan committed Oct 27, 2020
    Copy the full SHA
    14a20f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Merge branch 'omp-jb51400' into 'master'

    [libssu] Don't use QString.arg() with an empty string. Fixes JB#51400
    
    See merge request mer-core/ssu!50
    pvuorela committed Nov 17, 2020
    Copy the full SHA
    a3013d7 View commit details
    Browse the repository at this point in the history