1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 07:56:19 +00:00

246 Commits

Author SHA1 Message Date
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
65a4aaac28 Release 1.0.9 Update versionName and versionCode 2021-01-18 09:21:47 +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
Hannes Achleitner
cd8878352d delete logcat history 2020-12-16 14:09:22 +01:00
Hannes Achleitner
2a4f8175da Show logcat live
It updates logcat content during observation
2020-12-16 11:33:48 +01:00
Abel García de Prada
102747c392 Android Studio 4.1.1 2020-12-02 15:32:31 +01:00
Abel García de Prada
0eeb48f7de Move appauth dependency to ownCloudApp 2020-12-02 14:57:17 +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
Christian Schabesberger
1c08a942d1 test model 2020-10-29 12:37:26 +01:00
Christian Schabesberger
6bdb2badca add support for tests 2020-10-29 12:37:26 +01:00
Christian Schabesberger
9f1c20b418 add Sharee response model 2020-10-29 12:37:26 +01:00
Christian Schabesberger
4f72f93f8b clean run method by braking down into small functions 2020-10-29 12:37:26 +01:00
Christian Schabesberger
8a04231473 move responses models into module folder 2020-10-29 12:37:26 +01:00
Abel García de Prada
2b64b83b89 Do not log Authorization header 2020-10-28 09:17:27 +01:00
Abel García de Prada
5e86e9f0e4 Determine if a body is loggable based on its content-type 2020-10-28 09:04:17 +01:00
Abel García de Prada
460f85f2e1 Remove binary file logs 2020-10-27 16:12:23 +01:00
Abel García de Prada
943c5ecb97 Fix typo 2020-10-27 16:09:01 +01:00
Abel García de Prada
781f958c93 Do not log chunk request body 2020-10-23 11:39:24 +02:00
Abel García de Prada
db97ed7fb3 Fix response log marked as request one 2020-10-21 18:21:39 +02:00
Abel García de Prada
197c86ec64 Add LogInterceptor as NetworkInterceptor 2020-10-21 15:59:39 +02:00
Abel García de Prada
c0d2e20bb1 Log http body if it is not binary 2020-10-21 15:39:48 +02:00
Abel García de Prada
aa665a7295 Show request headers and body properly 2020-10-20 11:31:52 +02:00
Abel García de Prada
dc39475760 Add log interceptor disabled by default 2020-10-19 09:00:26 +02:00
Abel García de Prada
b7fd663d77 Improve http logs 2020-10-19 09:00:26 +02:00
Abel García de Prada
dc215dc80e Add a new variable to enable or disable http logs 2020-10-19 09:00:26 +02:00
Abel García de Prada
a564f18f16 Http logs enabled only in debug versions 2020-10-19 09:00:26 +02:00
agarcia
775fdb080c Add first draft to log network calls 2020-10-19 09:00:26 +02:00
Abel García de Prada
4b6946a195 Update dependencies and perform a little cleanup 2020-10-14 16:22:20 +02:00