Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix loading spinner with usernames containing spaces. #502

Merged
merged 1 commit into from
Aug 30, 2016

Conversation

irgendwie
Copy link
Contributor

This fix should solve the issue with blanks in OC/NC usernames:
#430 - @AndrzejMM @ossadmirer314 @JSoko @DeepDiver1975

The bug is caused by not escaping urls in the dav lib.

This is a temporary fix, since we are switching to another dav lib anyway: #216

@codecov-io
Copy link

codecov-io commented Aug 29, 2016

Current coverage is 12.15% (diff: 100%)

Merging #502 into master will not change coverage

@@             master       #502   diff @@
==========================================
  Files            47         47          
  Lines           831        831          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            101        101          
  Misses          730        730          
  Partials          0          0          

Sunburst

Powered by Codecov. Last update ac97162...9f80768

@JSoko
Copy link

JSoko commented Aug 29, 2016

Yes, it works! Thanks a lot! :-)

@MariusBluem
Copy link
Contributor

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants