aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Favourite toots from timelinesJohnson Denen2017-04-181-8/+22
|
* Display favourited status in bylineJohnson Denen2017-04-181-0/+5
|
* Show boosted state with (B) marker in bylineJohnson Denen2017-04-182-6/+24
|
* Rename mastodon-toot--property and move to tl featureJohnson Denen2017-04-182-10/+9
|
* Add boost feature to timelinesJohnson Denen2017-04-183-0/+42
|
* Update to v0.3.0Johnson Denen2017-04-171-1/+1
|
* Do not use fringe faceJohnson Denen2017-04-171-2/+2
| | | | It looks weird in some themes.
* Reimplement update post-rewriteJohnson Denen2017-04-171-0/+28
|
* Fix #38 by using pre-existing facesJohnson Denen2017-04-171-14/+7
| | | | Now your theme matters!
* Rewrite timeline display internals and fix #36Johnson Denen2017-04-171-68/+59
|
* Update DOCSTRINGsJohnson Denen2017-04-161-0/+15
|
* Add function to update current timelineJohnson Denen2017-04-162-15/+31
|
* Add `j' and `k' bindings to move to previous/next tootJohnson Denen2017-04-152-14/+38
|
* Provide context menu from `with-eval-after-load' blockJohnson Denen2017-04-151-6/+2
| | | | | Check for `discover' with `require' Clean up README
* Fixes #29 - Provide context menu for discover modefap2017-04-152-6/+55
| | | | | | * provides a `discover.el` context menu through mode-hook * moves lambdas from keymap to functions so `discover-my-major` can pick them up
* Fix mastodon functionJohnson Denen2017-04-141-1/+1
|
* Add major modeJohnson Denen2017-04-142-2/+21
| | | | | | | | | | | - `mastodon' opens home buffer in new major mode - `F' switches to your federated timeline - `H' switches to your home timeline - `L' switches to your local timeline - `n' opens a `mastodon-toot' buffer - `q' quits by killing the buffer - `Q' quits by killing both the buffer and the window - `T' prompts your for a tag and then opens its timeline
* Do some cleanupJohnson Denen2017-04-142-4/+5
| | | | | - Rename toot--send and toot--cancel functions - Add FIXME reminder
* Retrieve home timeline with `mastodon' functionJohnson Denen2017-04-144-4/+103
|
* Use synchronous calls for simpler JSON parsingJohnson Denen2017-04-141-3/+16
|
* Add GET functionJohnson Denen2017-04-141-0/+7
|
* Add `mastodon-auth--client' functionJohnson Denen2017-04-121-1/+5
| | | | 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-121-8/+11
|
* Add mastodon--get-access-token testJohnson Denen2017-04-121-8/+17
| | | | Abstract Email and Password prompts to `mastodon-auth--user-and-passwd' function
* Abstract success lambda to its own function and testJohnson Denen2017-04-121-5/+7
| | | | | | Add `mastodon-auth--get-token-success' Add test for `mastodon-auth--get-token-success' Add test for `mastodon--get-access-token-triage'
* Add store-client-id-and-secret testJohnson Denen2017-04-121-2/+6
| | | | | 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-auth--registration-success testJohnson Denen2017-04-121-6/+9
|
* Make headers more conventionalJohnson Denen2017-04-104-15/+88
|
* Add versioningJohnson Denen2017-04-091-0/+8
| | | | | - .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
|
* Fix #1 by adding scope to auth token requestJohnson Denen2017-04-091-1/+2
|
* 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-093-0/+111