nextcloud-desktop/src
Daniel Molkentin bb5c2cbfa5 Always follow redirects in network jobs (#4905)
This is a move away from the original policy where jobs
would only follow redirects in special cases.

Two restrictions are in place:

1. We do not allow protocol downgrades (https -> http)
2. We stop redirects after we find them looping (e.g. old = new url, or
indirectly when looping 10 times).

This is closer to RFC conforming behavior, although currently
we will treat 301 replies like they were 302. This is for a separate
commit.

Error handling (and display) also needs improvement.

Addresses #2791
2016-08-09 16:01:29 +02:00
..
3rdparty sqlite: Update bundled version to 3.13.0 2016-05-24 17:27:31 +02:00
cmd owncloudcmd: Make source_dir absolute #5035 2016-07-05 15:40:32 +02:00
crashreporter cmd and crashreporter minor typos 2015-09-10 17:34:26 +05:45
gui Logs: Add the name of the platform we're running on to the log. (#5082) 2016-07-28 16:30:40 +02:00
libsync Always follow redirects in network jobs (#4905) 2016-08-09 16:01:29 +02:00
CMakeLists.txt CMakeLists: move QtKeychain detection in client 2016-04-12 14:43:26 +02:00