Commit History

Author SHA1 Message Date
  binsky 55bdbc1f55 add custom PatchMethod class to use http PATCH requests with the Nextcloud SSO api 3 years ago
  tobiasKaminsky 61cef4979f Renamed QueryPair 3 years ago
  tobiasKaminsky 1d60d23b9d Merge remote-tracking branch 'origin/parameterV2' into parameterV2 4 years ago
  tobiasKaminsky 4875b20c6c Use own QueryPair implementation that supports serializable 4 years ago
  Stefan Niedermann 59a2187447 Fix another NPE when parameterV2 is null 4 years ago
  tobiasKaminsky e7bc146524 fix possible NPE 4 years ago
  tobiasKaminsky 561cff8157 SSO: support of parameter v2, which allows to have multiple values for same key 4 years ago
  David Luhmer d4bc9b3cf2 refactorings 5 years ago
  tobiasKaminsky 3a9d9e8c23 close SSO streams 5 years ago
  tobiasKaminsky ebcbf0afac add HEAD Method support for SSO 5 years ago
  tobiasKaminsky 8e3931edf6 SSO: return response headers 5 years ago
  Andy Scherzinger c4deb28044 codacy: Avoid throwing raw exception types. 5 years ago
  Chris Narkiewicz 6643b6c839 Migrate UserAccount helpers to UserAccountManager 6 years ago
  David Luhmer faaca86914 throw exception if sso users try to set the OCS-APIREQUEST header themselves 6 years ago
  Andy Scherzinger e1ec691d4a codacy: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 6 years ago
  tobiasKaminsky c52f9c842f further hardening, include account name to check 6 years ago
  Phie 2fa0687493 implementing propfind + mkcol methods and adding inputstream to post / put methods 6 years ago
  David Luhmer 135a36a10a add request headers if present 6 years ago
  tobiasKaminsky 40268978e7 code formatting 6 years ago
  tobiasKaminsky 959cce44fb code formatting 6 years ago
  David Luhmer 6850d73c40 fix codacy issue 6 years ago
  David Luhmer f9bc65b6e1 add exception handling if nextcloud-files app is reinstalled and third party app tries to access using an old token 6 years ago
  David Luhmer d9080650ac add response-body (if available) to exception if request failed (ref https://github.com/nextcloud/Android-SingleSignOn/issues/35) 6 years ago
  David Luhmer 704a41b281 improve error handling as suggested by @AndyScherzinger 6 years ago
  David Luhmer 80582657f0 fix exception handling (networkonmainthread failed before) 6 years ago
  David Luhmer 086492b6d4 add own sso token manager with custom dialog 6 years ago
  David Luhmer e3c708c87f add token verification method into inputstreambinder class (otherwise client app needs dependency on encryptionutils class) 6 years ago
  tobiasKaminsky c73ffe0e0c use hashed/salted token 6 years ago
  David Luhmer 415afeb4e3 fix lint issues 6 years ago
  David Luhmer f077a7ef33 use getter methods to access NextcloudRequest's variables / add support to disable follow-redirects 6 years ago