tooty/src/Mastodon
Nicolas Perriault 2b74533960 Fix #64: Handle paginations. (#131)
* Extract link header values.
* Expose response link header to a new type.
* Add tests for Mastodon.http.extractLinks.
* WiP
* Wrap decoded content and links into a new Response type.
* Update MastodonMsg handlers so they handle responses.
* Remove debug statements.
* Add edge case to tests.
* Add missing TODO comment.
* Simplifies Mastodon.Http signatures
* Paginate the user timeline.
* I lost my mind. May revert.
* Updated Http API to be more explicit.
* Fuck namespaces.
* Cosmetics.
* I'm burnt out, lost 10 pounds, but it works.
* Fix qs param for local tl was appended to link url.
* Fix my own mediocrity.
* Fix oauth endpoints.
* Fix Link header case handling with Firefox.
* Add test case for link header name case handling.
2017-05-05 17:26:49 +02:00
..
ApiUrl.elm Fix double slash added to many endpoints. 2017-05-03 09:11:52 +02:00
Decoder.elm Fix #49: Denote account relationships, follow & unfollow actions. (#105) 2017-04-29 22:48:55 +02:00
Encoder.elm Modularize the Mastodon package. (#70) 2017-04-27 16:34:27 +02:00
Helper.elm Closes #44: Autocomplete usernames. (#107) 2017-05-01 22:10:34 +02:00
Http.elm Fix #64: Handle paginations. (#131) 2017-05-05 17:26:49 +02:00
Model.elm Closes #44: Autocomplete usernames. (#107) 2017-05-01 22:10:34 +02:00
WebSocket.elm Drop use of Server args in ApiUrl. 2017-05-02 22:05:46 +02:00