nextcloud-desktop/src
Hannah von Reth f073997aee
Cookies: Don't override cookies with outdated values
This code was actually not breaking most cookie handling by accident.
As the raw cookies where not split properly we added cookies with values like
"key: val; key2 = val2; key3 = val3"
When the code was corrected we overwrote the newer values in the jar with
the old ones from a request.
2020-12-15 10:59:09 +01:00
..
3rdparty Sqlite: Update to 3.27.2 2020-12-15 10:58:46 +01:00
cmd owncloudcmd: log sync errors 2020-12-15 10:58:50 +01:00
common Improve logging of issues during plugin loading 2020-12-15 10:59:08 +01:00
crashreporter Install libocsync to lib/ without subfolder. 2020-12-15 10:57:56 +01:00
csync Remove unused defines 2020-12-15 10:59:08 +01:00
gui [Gui] Implement raiseDialog on Windows 2020-12-15 10:59:09 +01:00
libsync Cookies: Don't override cookies with outdated values 2020-12-15 10:59:09 +01:00
CMakeLists.txt Build fix for mingw64 7.3 (Qt 5.12.0) 2020-12-15 10:58:37 +01:00