Skip to content
Success

Changes

Summary

  1. add xauth token handling; (commit: a7a3fd5) (details)
  2. add XAuth token handling and related request classes; refactor HTTP headers to use xauth token (commit: 1fc0b3c) (details)
The file was modifiedphp/export/winline2_xtc.php (diff)
The file was modifiedphp/export/winline2_xtc_functions.php (diff)
Commit 1fc0b3cff28a51c49529ff6be1c782dfabbfb1d4 by BerndiVader
add XAuth token handling and related request classes; refactor HTTP headers to use xauth token
(commit: 1fc0b3c)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/get/GetTaskSync.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostTaskSync.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostUploadCSV.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/gui/Main.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/get/GetTask.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/Utils.java (diff)
The file was addedsrc/main/java/com/gmail/berndivader/biene/http/post/PostXAuthTokenRequestSync.java
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostTask.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/enums/Tasks.java (diff)
The file was addedsrc/main/java/com/gmail/berndivader/biene/command/commands/RenewXAuthToken.java
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostImageUpload.java (diff)