Jakob Gaiswinkler
Results
2
issues of
Jakob Gaiswinkler
Allow choosing screen rotation so we can connect an external monitor in vertical orientation.
If the redirect_to URL already contains query string parameters, the query string forwarded from the source URL gets attached incorrectly like this: www.targeturl.com/?redirect_to=string?source=string It should be: www.targeturl.com/?redirect_to=string&source=string This pull request...