You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
The bug is in KeePass\Sources\WebDav\WebList.xaml.cs, line 162. Instead of:
.Where(x => x.Path != _path)
it should be:
.Where(x => x.Path == _path)
When I change it, WebDAV starts working perfectly (connected to OwnCloud 8).
I tried to submit the change to GitHub. Don't know if I'm doing something wrong, but I don't see my change in Master. I'm new to GitHub and I'm getting the following error while trying to sync with remote repo:
Error encountered while pushing to the remote repository: Response status code does not indicate success: 403 (Forbidden).
Could you, please, update the code and release a new build, so I can use the app on my phone?
Thanks!
Igor
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The bug is in KeePass\Sources\WebDav\WebList.xaml.cs, line 162. Instead of:
.Where(x => x.Path != _path)
it should be:
.Where(x => x.Path == _path)
When I change it, WebDAV starts working perfectly (connected to OwnCloud 8).
I tried to submit the change to GitHub. Don't know if I'm doing something wrong, but I don't see my change in Master. I'm new to GitHub and I'm getting the following error while trying to sync with remote repo:
Error encountered while pushing to the remote repository: Response status code does not indicate success: 403 (Forbidden).
Could you, please, update the code and release a new build, so I can use the app on my phone?
Thanks!
Igor
The text was updated successfully, but these errors were encountered: