~lutris-team/lutris/+git/lutris:master

Last commit made on 2024-05-25
Get this branch:
git clone -b master https://git.launchpad.net/~lutris-team/lutris/+git/lutris

Branch merges

Branch information

Name:
master
Repository:
lp:~lutris-team/lutris/+git/lutris

Recent commits

dbdb841... by Daniel Johnson <email address hidden>

Remove the old path from the cache when moving a game, so we don't get a spurious 'missing' listing

696863b... by Daniel Johnson <email address hidden>

Use path_contains to see if one path is 'inside' another, rather than a startswith.

Also resolves #5223 some more

9c7f041... by Daniel Johnson <email address hidden>

Correct error handling for move game errors, so it displays the proper error.

Resolves #5223

6dffaa6... by Eric Eastwood <email address hidden>

Fix missing quote syntax error in bug report issue template

```
There is a problem with this template

YAML syntax error: (): did not find expected key while parsing a block mapping at line 20 column 7. Learn more about this error.
```

672caf4... by Mathieu Comandon

Log out and log back in when Ubisoft credentials fail

0fcffef... by Daniel Johnson <email address hidden>

Revert "Consolidate AuthTokenExpiredError and AuthenticationError."

This reverts commit 10f7e52cffa7d47441b84f913a0bf4a4d24709bd.

c1ea619... by Daniel Johnson <email address hidden>

Revert "Add the service ID to AuthenticationError."

This reverts commit 1274401c3de70ae49dd34e62f8cc9dfeb5266f32.

7b7305c... by Daniel Johnson <email address hidden>

Revert "Add a backstop handler for AuthenticationError that just logs out and logs back in; that's the handling we do on reload, and it should be appropriate for failures at other times."

This reverts commit e2d3e6be3adc85cdce2ca03957ef5982f14ed22a.

e05ba61... by Daniel Johnson <email address hidden>

Revert "Raise AuthenticationError from the service load() method if not authenticated."

This reverts commit f4d1e1a99f070a164c004aac7af46bd0cb118a7e.

e77298e... by Daniel Johnson <email address hidden>

Revert "Hook up the special exception backstops up in LutrisWindow.__init__."

This reverts commit b0c0e295fc14e661b4dab6c2d7b53a93072f4ef9.