aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Retrieve home timeline with `mastodon' functionJohnson Denen2017-04-145-4/+119
|
* Use synchronous calls for simpler JSON parsingJohnson Denen2017-04-142-5/+19
|
* Add GET functionJohnson Denen2017-04-142-0/+17
|
* Fixes #19 Change README.md to README.orgfap2017-04-122-75/+90
|
* Add `mastodon-auth--client' functionJohnson Denen2017-04-122-5/+12
| | | | Replace direct references to `mastodon--client-app-plist'
* Refactor mastodon--register-and-return-client-appJohnson Denen2017-04-121-3/+10
| | | | Add and use `mastodon-auth--client-app-secret-p'
* Fix return value bugJohnson Denen2017-04-121-1/+3
|
* Use `read-passwd'Johnson Denen2017-04-121-1/+1
|
* Add tests for `mastodon--access-token'Johnson Denen2017-04-122-9/+26
|
* Add mastodon--get-access-token testJohnson Denen2017-04-122-8/+33
| | | | Abstract Email and Password prompts to `mastodon-auth--user-and-passwd' function
* Abstract success lambda to its own function and testJohnson Denen2017-04-122-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 testsJohnson Denen2017-04-123-0/+25
|
* Add store-client-id-and-secret testJohnson Denen2017-04-123-2/+31
| | | | | Add `mastodon-auth--token-file' function Add test for `mastodon-auth--token-file'
* Remove progn and return register-client-app funcallJohnson Denen2017-04-121-3/+1
|
* Add mastodon--register-and-return-client-app testJohnson Denen2017-04-121-14/+27
| | | | Refactor tests to check plist return value
* Add mastodon-auth--register-client-app testJohnson Denen2017-04-121-0/+19
| | | | Add mastodon-auth--register-client-app-triage test
* Add mastodon-auth--registration-success testJohnson Denen2017-04-122-6/+21
|
* Close #13 - Add roadmap section to READMEJohnson Denen2017-04-111-6/+15
|
* Add tests for mastodon-toot.el functionsJohnson Denen2017-04-101-0/+25
|
* Make headers more conventionalJohnson Denen2017-04-104-15/+88
|
* Add versioningJohnson Denen2017-04-092-0/+9
| | | | | - .version file to track - `mastodon-version' function to display
* Close #7 with repo URLJohnson Denen2017-04-091-1/+2
|
* Fix #8 flycheck issuesJohnson Denen2017-04-094-20/+82
|
* Move badge beneath summaryJohnson Denen2017-04-091-2/+2
|
* Add spacemacs badgeJohnson Denen2017-04-091-0/+2
|
* Change Mastodon link to the repoJohnson Denen2017-04-091-1/+1
|
* Fix #1 by adding scope to auth token requestJohnson Denen2017-04-091-1/+2
|
* Ignore compiled and packaging filesJohnson Denen2017-04-091-0/+7
|
* Create README.mdJohnson Denen2017-04-091-0/+64
|
* Move entry functions to mastodon.elJohnson Denen2017-04-092-11/+14
|
* Update DOCSTRINGsJohnson Denen2017-04-093-8/+43
|
* Add WIP triage function on toot sendJohnson Denen2017-04-092-4/+6
|
* Fix void-function errorJohnson Denen2017-04-091-1/+1
|
* Refactor authorizationJohnson Denen2017-04-094-60/+167
|
* Add follow scopeJohnson Denen2017-04-091-1/+1
|
* Restructure under lisp directoryJohnson Denen2017-04-094-114/+111
|
* Add optional headers to POST methodJohnson Denen2017-04-091-2/+2
|
* Authentication via OAuth2Johnson Denen2017-04-092-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