|
|
1c10cc5065
|
Import/Export backend
|
2020-08-24 10:11:51 +02:00 |
|
|
|
b598779c0f
|
Import/Export backend prep
|
2020-08-24 10:11:50 +02:00 |
|
|
|
e333ccd29e
|
feat: persistent cookies
|
2020-08-12 14:55:24 +02:00 |
|
|
|
02804d067c
|
fix: ensure doh connections are closed when it is disabled
|
2020-06-17 10:57:12 +02:00 |
|
|
|
7ac4c9aecf
|
fix: don't logout user if auth refresh fails because internet dropped
|
2020-05-25 15:21:20 +00:00 |
|
|
|
984b28e8f9
|
User Agent do not contain bridge version, only client in format
|
2020-05-05 11:00:18 +00:00 |
|
|
|
2db1b113e0
|
fix: correct timeouts according to spec
|
2020-05-04 07:37:51 +00:00 |
|
|
|
0fd5ca3a24
|
feat: dialer refactor to support modular dialing/checking/proxying
|
2020-05-04 07:37:51 +00:00 |
|
|
|
8f15041d8f
|
fix: race condition when updating user auth
|
2020-04-28 12:21:54 +00:00 |
|
|
|
1457005f86
|
fix: address review comments
|
2020-04-21 13:29:26 +02:00 |
|
|
|
d4482994ec
|
fix: missing and incorrect comments
|
2020-04-21 08:36:39 +00:00 |
|
|
|
99635cd56d
|
feat: max retries of 5 for client logout
|
2020-04-21 08:36:39 +00:00 |
|
|
|
4809d97cb1
|
feat: clientmanager has checkconnection
|
2020-04-21 08:36:39 +00:00 |
|
|
|
3f32fd95e0
|
feat: refresh expired access tokens in one goroutine
|
2020-04-21 08:36:39 +00:00 |
|
|
|
40e96b9d1e
|
feat: retry client auth delete while api is unreachable
|
2020-04-21 08:36:39 +00:00 |
|
|
|
80f4e1e346
|
Fixing unit tests for client manager.
* [x] pmapi: refresh auth uid won't change
* [x] bridge tests:
* update mocks
* delete auth when FinishLogin fails
* check for mailbox password
* add `gomock.InOrder` for better test control
* [x] fix linter issues except TODOs
* [x] make rootScheme unexported
* [x] store tests: update mocks
|
2020-04-21 08:36:39 +00:00 |
|
|
|
debd374d75
|
fix: don't delete uid of anonymous clients
|
2020-04-21 08:36:39 +00:00 |
|
|
|
ed8595fa5b
|
test: some work on integration tests (fake)
|
2020-04-21 08:36:39 +00:00 |
|
|
|
bafd4e714e
|
refactor: remove unnecessary getters
|
2020-04-21 08:36:39 +00:00 |
|
|
|
d787d8b223
|
fix: use clientsLocker mutex
|
2020-04-21 08:36:39 +00:00 |
|
|
|
abca7284dd
|
refactor: make getHost and getScheme private
|
2020-04-21 08:36:39 +00:00 |
|
|
|
db02eb694d
|
refactor: no more pmapifactory
|
2020-04-21 08:36:39 +00:00 |
|
|
|
b01be382fc
|
refactor: GetBridgeAuthChannel --> GetAuthUpdateChannel
|
2020-04-21 08:36:38 +00:00 |
|
|
|
042c340881
|
feat: make store use ClientManager
|
2020-04-21 08:36:38 +00:00 |
|
|
|
f269be4291
|
refactor: make pmapi.Client the interface
|
2020-04-21 08:36:38 +00:00 |
|
|
|
6e38a65bd8
|
feat: improve login flow
|
2020-04-21 08:36:38 +00:00 |
|
|
|
941e09079c
|
feat: implement token expiration watcher
|
2020-04-21 08:36:38 +00:00 |
|
|
|
ce29d4d74e
|
feat: switch to proxy when need be
|
2020-04-21 08:36:38 +00:00 |
|
|
|
f239e8f3bf
|
feat: central auth channel for clients
|
2020-04-21 08:36:38 +00:00 |
|
|
|
0a55fac29a
|
feat: simple client manager
|
2020-04-21 08:36:38 +00:00 |
|