| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix registration from app servicemaster | Jordan Bracco | 2021-09-04 | 2 | -2/+7 |
* | fix missing application_service client parameter | Pierre de Lacroix | 2021-04-10 | 1 | -0/+2 |
* | Merge branch 'post_register' into kazarma | Pierre de Lacroix | 2021-03-03 | 3 | -0/+247 |
|\ |
|
| * | hotfix to squash | Pierre de Lacroix | 2021-03-03 | 1 | -1/+7 |
| * | register interface for client and lowlevel | Hadrien | 2021-03-03 | 2 | -0/+140 |
| * | add post register endpoint + tests | Hadrien | 2021-03-03 | 1 | -0/+101 |
* | | fix Polyjuice.Client.LowLevel.t | Pierre de Lacroix | 2021-03-03 | 1 | -1/+1 |
|/ |
|
* | temporarily fix create_room typespec | Pierre de Lacroix | 2021-02-25 | 1 | -1/+1 |
* | Handle ephemeral events (e.g. for typing indicator) | Arjan Scherpenisse | 2021-02-20 | 1 | -23/+17 |
* | rename display_name_test and remove get_acount_test | multi prise | 2021-02-06 | 6 | -0/+424 |
* | allow setting user_id in Client.LowLevel API | Pierre de Lacroix | 2021-01-06 | 1 | -1/+16 |
* | doc and other minor fixes | Hubert Chathi | 2021-01-03 | 3 | -67/+73 |
* | add function for getting user/device ID | Hubert Chathi | 2020-12-26 | 3 | -6/+26 |
* | fix formatting | Hubert Chathi | 2020-12-26 | 1 | -10/+19 |
* | Merge branch 'account_data' into 'master' | Hubert Chathi | 2020-12-26 | 3 | -0/+186 |
|\ |
|
| * | wrote interface for account_data | multi prise | 2020-12-26 | 3 | -0/+186 |
* | | Add methods for creating rooms. | Hubert Chathi | 2020-12-26 | 3 | -0/+237 |
* | | wrote functions | multi prise | 2020-12-26 | 2 | -0/+96 |
|/ |
|
* | add support for proxies, SSL options, and following redirects | Hubert Chathi | 2020-11-02 | 2 | -29/+124 |
* | allow compressed server responses | Hubert Chathi | 2020-10-22 | 2 | -11/+49 |
* | add a method to create delete requests | Hubert Chathi | 2020-10-21 | 1 | -0/+9 |
* | add functions for leaving/forgetting rooms | Hubert Chathi | 2020-09-21 | 3 | -1/+141 |
* | return :ok instead of {:ok} | Hubert Chathi | 2020-09-20 | 6 | -8/+8 |
* | add function to return client PID and client struct | Hubert Chathi | 2020-09-19 | 1 | -0/+20 |
* | store client opts as a map and drop duplicate data | Hubert Chathi | 2020-09-19 | 2 | -52/+44 |
* | doc improvements | Hubert Chathi | 2020-09-17 | 1 | -2/+5 |
* | improve endpoint protocol and HttpSpec | Hubert Chathi | 2020-09-17 | 16 | -309/+226 |
* | encode filename in URL | Hubert Chathi | 2020-09-16 | 1 | -1/+1 |
* | change structure of Polyjuice.Client process tree | Hubert Chathi | 2020-09-16 | 2 | -89/+124 |
* | make Polyjuice.Client.start_link return {:ok, pid}, like a normal start_link | Hubert Chathi | 2020-08-29 | 4 | -31/+77 |
* | add module for handling .well-known | Hubert Chathi | 2020-08-26 | 1 | -0/+168 |
* | replace login/logout examples with mix tasks | Hubert Chathi | 2020-08-26 | 2 | -0/+169 |
* | allow auto-retry, automatically detect when we get logged out | Hubert Chathi | 2020-08-25 | 6 | -95/+250 |
* | minor fixes | Hubert Chathi | 2020-08-23 | 2 | -1/+5 |
* | remember access token, user ID, and device ID in storage | Hubert Chathi | 2020-08-23 | 1 | -5/+76 |
* | execute room requests in a queue | Hubert Chathi | 2020-08-21 | 4 | -58/+88 |
* | automatically start/stop sync when logging in/out | Hubert Chathi | 2020-08-21 | 2 | -0/+18 |
* | automatically start sync process | Hubert Chathi | 2020-08-21 | 4 | -118/+225 |
* | add lower-level client, acting like the old client | Hubert Chathi | 2020-08-20 | 2 | -27/+202 |
* | doc improvements | Hubert Chathi | 2020-08-20 | 1 | -17/+27 |
* | move some client state to an Agent, and make http_spec take a URI struct | Hubert Chathi | 2020-08-16 | 7 | -145/+185 |
* | allow body to be iolist or a filename, and add media upload/download | Hubert Chathi | 2020-08-15 | 11 | -16/+348 |
* | s/Any/any/ in typespecs | Hubert Chathi | 2020-08-08 | 4 | -13/+13 |
* | add test mode which changes post requests to put, so that mod_esi will accept it | Hubert Chathi | 2020-08-08 | 2 | -8/+15 |
* | check that the server response has a JSON content-type | Hubert Chathi | 2020-08-05 | 1 | -2/+8 |
* | minor code improvements | Hubert Chathi | 2020-07-28 | 2 | -22/+22 |
* | add test for sync, and fix some bugs | Hubert Chathi | 2020-07-27 | 1 | -2/+7 |
* | use Jason instead of Poison | Hubert Chathi | 2020-07-26 | 9 | -11/+11 |
* | fix calls to send | Hubert Chathi | 2020-06-15 | 1 | -9/+9 |
* | add endpoint for getting room state | Pierre de Lacroix | 2020-05-25 | 2 | -0/+97 |