nextcloud-desktop/src/gui/creds
Michael Schuster c8b4145214
Add a 'Content-Length: 0' header to initial POST requests
The webserver lighttpd rejected POST requests without a Content-length
header with "411 Length Required".

See: https://github.com/nextcloud/desktop/issues/1473

Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-10-10 05:17:22 +02:00
..
shibboleth Fixed typo 2019-05-12 19:11:33 +03:00
credentialsfactory.cpp Start with persisting credentials 2018-05-02 22:50:48 +02:00
credentialsfactory.h Apply clang-format 2017-05-17 12:26:27 +02:00
flow2auth.cpp Add a 'Content-Length: 0' header to initial POST requests 2019-10-10 05:17:22 +02:00
flow2auth.h Login Flow V2: adds re-auth upon logout, improvements 2019-08-26 20:03:15 +02:00
httpcredentialsgui.cpp correct app passwords link 2019-02-14 05:26:21 +01:00
httpcredentialsgui.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
oauth.cpp OAuth: Remove the timeout 2018-09-09 17:57:38 +02:00
oauth.h Test OAuth2 2017-09-28 18:38:33 +02:00
shibbolethcredentials.cpp GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
shibbolethcredentials.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
webflowcredentials.cpp Prevented warning regarding operator precedence - enhanced clarity by adding parentheses 2019-09-09 19:23:36 +02:00
webflowcredentials.h fix indents, add comment 2019-08-30 05:35:36 +02:00
webflowcredentialsdialog.cpp Fix some compiler warnings 2019-08-26 20:41:14 +02:00
webflowcredentialsdialog.h Fix some compiler warnings 2019-08-26 20:41:14 +02:00