Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retrieve home timeline with `mastodon' function | Johnson Denen | 2017-04-14 | 5 | -4/+119 |
| | |||||
* | Use synchronous calls for simpler JSON parsing | Johnson Denen | 2017-04-14 | 2 | -5/+19 |
| | |||||
* | Add GET function | Johnson Denen | 2017-04-14 | 2 | -0/+17 |
| | |||||
* | Fixes #19 Change README.md to README.org | fap | 2017-04-12 | 2 | -75/+90 |
| | |||||
* | Add `mastodon-auth--client' function | Johnson Denen | 2017-04-12 | 2 | -5/+12 |
| | | | | Replace direct references to `mastodon--client-app-plist' | ||||
* | Refactor mastodon--register-and-return-client-app | Johnson Denen | 2017-04-12 | 1 | -3/+10 |
| | | | | Add and use `mastodon-auth--client-app-secret-p' | ||||
* | Fix return value bug | Johnson Denen | 2017-04-12 | 1 | -1/+3 |
| | |||||
* | Use `read-passwd' | Johnson Denen | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | Add tests for `mastodon--access-token' | Johnson Denen | 2017-04-12 | 2 | -9/+26 |
| | |||||
* | Add mastodon--get-access-token test | Johnson Denen | 2017-04-12 | 2 | -8/+33 |
| | | | | 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 | 2 | -5/+21 |
| | | | | | | 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 | 3 | -2/+31 |
| | | | | | Add `mastodon-auth--token-file' function Add test for `mastodon-auth--token-file' | ||||
* | Remove progn and return register-client-app funcall | Johnson Denen | 2017-04-12 | 1 | -3/+1 |
| | |||||
* | 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 | 2 | -6/+21 |
| | |||||
* | Close #13 - Add roadmap section to README | Johnson Denen | 2017-04-11 | 1 | -6/+15 |
| | |||||
* | Add tests for mastodon-toot.el functions | Johnson Denen | 2017-04-10 | 1 | -0/+25 |
| | |||||
* | Make headers more conventional | Johnson Denen | 2017-04-10 | 4 | -15/+88 |
| | |||||
* | Add versioning | Johnson Denen | 2017-04-09 | 2 | -0/+9 |
| | | | | | - .version file to track - `mastodon-version' function to display | ||||
* | Close #7 with repo URL | Johnson Denen | 2017-04-09 | 1 | -1/+2 |
| | |||||
* | Fix #8 flycheck issues | Johnson Denen | 2017-04-09 | 4 | -20/+82 |
| | |||||
* | Move badge beneath summary | Johnson Denen | 2017-04-09 | 1 | -2/+2 |
| | |||||
* | Add spacemacs badge | Johnson Denen | 2017-04-09 | 1 | -0/+2 |
| | |||||
* | Change Mastodon link to the repo | Johnson Denen | 2017-04-09 | 1 | -1/+1 |
| | |||||
* | Fix #1 by adding scope to auth token request | Johnson Denen | 2017-04-09 | 1 | -1/+2 |
| | |||||
* | Ignore compiled and packaging files | Johnson Denen | 2017-04-09 | 1 | -0/+7 |
| | |||||
* | Create README.md | Johnson Denen | 2017-04-09 | 1 | -0/+64 |
| | |||||
* | Move entry functions to mastodon.el | Johnson Denen | 2017-04-09 | 2 | -11/+14 |
| | |||||
* | Update DOCSTRINGs | Johnson Denen | 2017-04-09 | 3 | -8/+43 |
| | |||||
* | Add WIP triage function on toot send | Johnson Denen | 2017-04-09 | 2 | -4/+6 |
| | |||||
* | Fix void-function error | Johnson Denen | 2017-04-09 | 1 | -1/+1 |
| | |||||
* | Refactor authorization | Johnson Denen | 2017-04-09 | 4 | -60/+167 |
| | |||||
* | Add follow scope | Johnson Denen | 2017-04-09 | 1 | -1/+1 |
| | |||||
* | Restructure under lisp directory | Johnson Denen | 2017-04-09 | 4 | -114/+111 |
| | |||||
* | Add optional headers to POST method | Johnson Denen | 2017-04-09 | 1 | -2/+2 |
| | |||||
* | Authentication via OAuth2 | Johnson Denen | 2017-04-09 | 2 | -0/+115 |
- Store auth token, client-id, and client-secret in plstore file - Generate auth data if not present in plstore - Use auth data if present in plstore - Helper functions - Lots of improvement needed |