1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00
Commit Graph

338 Commits

Author SHA1 Message Date
Christian Schabesberger 2a23a1c773 remove result from status requester 2021-03-02 10:34:39 +01:00
Schabi 9ad0e8f9bc apply codereview 2021-03-02 10:34:39 +01:00
Schabi 61ee5aab91 add test from redirect from http to http 2021-03-02 10:34:39 +01:00
Schabi 950d3a50da fix wrong handling of redirect to unsecure connection 2021-03-02 10:34:39 +01:00
Schabi 8eaa98af30 accept ssl connections for status when OK is returned 2021-03-02 10:34:39 +01:00
Christian Schabesberger f9ea701e2f remove cookie persistence 2021-03-02 10:34:38 +01:00
Christian Schabesberger 51dacd0bb0 remove KEY_OC_VERSION key 2021-03-02 10:34:38 +01:00
Christian Schabesberger 033e6822a2 prevent acumulating cookies on account change 2021-03-02 10:34:38 +01:00
agarcia f8904dca9d Make get cookies static 2021-03-02 10:34:38 +01:00
Christian Schabesberger 654efea7e5 add tests for cookie jar 2021-03-02 10:34:38 +01:00
Christian Schabesberger c3189b7b46 replace old cookies but don't delete them 2021-03-02 10:34:38 +01:00
agarcia c54f1c98f6 Update some tests naming and remove unused dependencies 2021-03-02 10:34:38 +01:00
Christian Schabesberger cba63c060f use robolectric for android tests 2021-03-02 10:34:38 +01:00
Christian Schabesberger d0a710e31b add fixes according to review 2021-03-02 10:33:49 +01:00
Christian Schabesberger 91c7900d5c fix ip address without http prefix not recognized 2021-03-02 10:33:49 +01:00
Christian Schabesberger b207fd1c67 fix rellative redirect 2021-03-02 10:33:49 +01:00
Christian Schabesberger dac7bcc0e7 pleasure the linter 2021-03-02 10:33:49 +01:00
Christian Schabesberger 270e127940 fix according to review 2021-03-02 10:33:49 +01:00
Christian Schabesberger 84240ef78b detach request logic from operation 2021-03-02 10:33:49 +01:00
Christian Schabesberger 9d4b88cad7 refactor run function 2021-03-02 10:33:49 +01:00
Christian Schabesberger cbfd977350 clean up tryConnect function 2021-03-02 10:33:49 +01:00
Christian Schabesberger 257cbcff03 add basic test functionality for andorid library 2021-03-02 10:33:49 +01:00
Christian Schabesberger cc91ad9dde add fix for redirect, untested 2021-03-02 10:33:49 +01:00
Abel García de Prada 37250fc55c Apply CR suggestions 2021-02-10 14:04:05 +01:00
Abel García de Prada f35f41688a Create remote operation to register clients dynamically. 2021-02-10 14:04:05 +01:00
Abel García de Prada 9ae720502f Apply Code Review suggestions 2021-01-26 17:08:28 +01:00
Abel García de Prada 0d09540f9b Apply suggestions from CR 2021-01-26 17:08:28 +01:00
Abel García de Prada 44a13f9878 Polish a little bit the code 2021-01-26 17:08:28 +01:00
Abel García de Prada df8e10fac3 Polish code. Send only info required for each type of request 2021-01-26 17:08:28 +01:00
Abel García de Prada 9208af89fe Support refresh token with any idP 2021-01-26 17:08:28 +01:00
Abel García de Prada d683da3602 Support refresh token with own idP 2021-01-26 17:08:28 +01:00
Abel García de Prada 44967be4e3 First draft of request token implementation 2021-01-26 17:08:28 +01:00
Abel García de Prada f289746c2f Use ownCloud client base url to perform oidc discovery 2021-01-26 17:08:28 +01:00
Abel García de Prada 0fc3f7668d Use the same ownCloudClient across the whole login process 2021-01-26 17:08:28 +01:00
Abel García de Prada 18b271665d Get OIDC discovery config 2021-01-26 17:08:28 +01:00
Abel García de Prada 114a7221f3 Use constants instead of hardcoded values for dir mimetypes 2020-12-22 10:50:20 +01:00
Abel García de Prada 20c7c88a1f Remove item_source and file_source 2020-11-03 18:31:51 +01:00
Abel García de Prada 3441f4048c Convert long shareId to String 2020-11-03 11:46:44 +01:00
Christian Schabesberger 68b88775e6 apply changes acording to review 2020-10-29 12:37:27 +01:00
Christian Schabesberger ce9fc3f189 apply changes acording to review 2020-10-29 12:37:27 +01:00
Christian Schabesberger 257494a9dc apply suggested changes
delete unused const values

bla
2020-10-29 12:37:27 +01:00
Christian Schabesberger 6ec1bd2bb2 move response json to resource folder 2020-10-29 12:37:26 +01:00
Christian Schabesberger 76c55c9a9c add changes according to review 2020-10-29 12:37:26 +01:00
Christian Schabesberger db478efedc refactor ShareType 2020-10-29 12:37:26 +01:00
Christian Schabesberger 34bf83df30 make sharee parts non null that can't be null 2020-10-29 12:37:26 +01:00
Christian Schabesberger 90b6ff52f2 add aditional data field to ocs sharees 2020-10-29 12:37:26 +01:00
Christian Schabesberger 26def4fbe2 return sharees without exact match 2020-10-29 12:37:26 +01:00
Christian Schabesberger 7402c89a18 get flat representation from ShareeOcsResponse 2020-10-29 12:37:26 +01:00
Christian Schabesberger fe425c8083 update shareeservice to use ShareeOcsResponse 2020-10-29 12:37:26 +01:00
Christian Schabesberger b86638412e update GetRemoteShareesOperation to use moshi 2020-10-29 12:37:26 +01:00