Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add mastodon-media to test helper | Johnson Denen | 2017-04-24 | 1 | -0/+1 | |
| | ||||||
* | Close #52 with mastodon-tl--more function | Johnson Denen | 2017-04-23 | 2 | -0/+8 | |
| | | | | You can request more toots by hitting 'j' at the end of a timeline buffer | |||||
* | Group API endpoint function with mastodon-http | Johnson Denen | 2017-04-23 | 1 | -1/+1 | |
| | ||||||
* | Clean up tests and update DOCSTRINGs | Johnson Denen | 2017-04-23 | 3 | -35/+13 | |
| | ||||||
* | Rewrite mastodon-auth | Johnson Denen | 2017-04-23 | 3 | -129/+37 | |
| | | | | | | - Remove client functions - Use mastodon-http--post - No more callback spaghetti | |||||
* | Use Cask to run tests in TravisCI | Johnson Denen | 2017-04-23 | 8 | -13/+6 | |
| | ||||||
* | Add mastodon-client feature | Johnson Denen | 2017-04-23 | 1 | -0/+76 | |
| | ||||||
* | Retrieve home timeline with `mastodon' function | Johnson Denen | 2017-04-14 | 1 | -0/+16 | |
| | ||||||
* | Use synchronous calls for simpler JSON parsing | Johnson Denen | 2017-04-14 | 1 | -2/+3 | |
| | ||||||
* | Add GET function | Johnson Denen | 2017-04-14 | 1 | -0/+10 | |
| | ||||||
* | Add `mastodon-auth--client' function | Johnson Denen | 2017-04-12 | 1 | -4/+7 | |
| | | | | Replace direct references to `mastodon--client-app-plist' | |||||
* | Add tests for `mastodon--access-token' | Johnson Denen | 2017-04-12 | 1 | -1/+15 | |
| | ||||||
* | Add mastodon--get-access-token test | Johnson Denen | 2017-04-12 | 1 | -0/+16 | |
| | | | | Abstract Email and Password prompts to `mastodon-auth--user-and-passwd' function | |||||
* | Abstract success lambda to its own function and test | Johnson Denen | 2017-04-12 | 1 | -0/+14 | |
| | | | | | | Add `mastodon-auth--get-token-success' Add test for `mastodon-auth--get-token-success' Add test for `mastodon--get-access-token-triage' | |||||
* | Add mastodon--client-app tests | Johnson Denen | 2017-04-12 | 3 | -0/+25 | |
| | ||||||
* | Add store-client-id-and-secret test | Johnson Denen | 2017-04-12 | 1 | -0/+24 | |
| | | | | | Add `mastodon-auth--token-file' function Add test for `mastodon-auth--token-file' | |||||
* | Add mastodon--register-and-return-client-app test | Johnson Denen | 2017-04-12 | 1 | -14/+27 | |
| | | | | Refactor tests to check plist return value | |||||
* | Add mastodon-auth--register-client-app test | Johnson Denen | 2017-04-12 | 1 | -0/+19 | |
| | | | | Add mastodon-auth--register-client-app-triage test | |||||
* | Add mastodon-auth--registration-success test | Johnson Denen | 2017-04-12 | 1 | -0/+12 | |
| | ||||||
* | Add tests for mastodon-toot.el functions | Johnson Denen | 2017-04-10 | 1 | -0/+25 | |