aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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