aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add thread functionality to timelinesJohnson Denen2017-04-181-0/+16
|
* Add reply keybinding and update READMEJohnson Denen2017-04-182-0/+3
|
* Add reply functionalityJohnson Denen2017-04-182-4/+22
|
* Add and use mastodon-tl--field functionJohnson Denen2017-04-181-11/+13
| | | | | Retrieves FIELD from TOOT, prioritizing FIELD from boosted toot before TOOT itself.
* Add keybinding and update READMEJohnson Denen2017-04-182-5/+9
|
* Favourite toots from timelinesJohnson Denen2017-04-181-8/+22
|
* Display favourited status in bylineJohnson Denen2017-04-181-0/+5
|
* Update README.orgJohnson Denen2017-04-181-4/+2
|
* Update README.orgJohnson Denen2017-04-181-1/+12
|
* 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
|
* Fix #43 with LICENSE fileJohnson Denen2017-04-171-0/+674
|
* Update to v0.3.0Johnson Denen2017-04-172-2/+2
|
* 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 to v0.2.2Johnson Denen2017-04-161-1/+1
|
* Update DOCSTRINGsJohnson Denen2017-04-161-0/+15
|
* Add function to update current timelineJohnson Denen2017-04-162-15/+31
|
* Update README.orgJohnson Denen2017-04-151-0/+2
|
* 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-152-25/+25
| | | | | Check for `discover' with `require' Clean up README
* Fixes #29 - Provide context menu for discover modefap2017-04-153-6/+65
| | | | | | * provides a `discover.el` context menu through mode-hook * moves lambdas from keymap to functions so `discover-my-major` can pick them up
* Update version to 0.2.1Johnson Denen2017-04-141-1/+1
|
* Update README with keybindingsJohnson Denen2017-04-141-2/+13
|
* 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
* Update README.orgJohnson Denen2017-04-141-0/+7
|
* 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
|