Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update roadmap | Johnson Denen | 2017-04-18 | 1 | -7/+2 |
| | |||||
* | Update to v0.4.0 | Johnson Denen | 2017-04-18 | 2 | -2/+2 |
| | | | | | | * Add boost, favourite, reply-to, and open thread features (#16) * Insert boosted and favourited markers on boost/favourite actions * Read boosted/favourited state from API and persist markers | ||||
* | Fix load issue | Johnson Denen | 2017-04-18 | 1 | -0/+1 |
| | |||||
* | Add keybinding for `mastodon-tl--thread' and update README | Johnson Denen | 2017-04-18 | 2 | -0/+3 |
| | |||||
* | Add thread functionality to timelines | Johnson Denen | 2017-04-18 | 1 | -0/+16 |
| | |||||
* | Add reply keybinding and update README | Johnson Denen | 2017-04-18 | 2 | -0/+3 |
| | |||||
* | Add reply functionality | Johnson Denen | 2017-04-18 | 2 | -4/+22 |
| | |||||
* | Add and use mastodon-tl--field function | Johnson Denen | 2017-04-18 | 1 | -11/+13 |
| | | | | | Retrieves FIELD from TOOT, prioritizing FIELD from boosted toot before TOOT itself. | ||||
* | Add keybinding and update README | Johnson Denen | 2017-04-18 | 2 | -5/+9 |
| | |||||
* | Favourite toots from timelines | Johnson Denen | 2017-04-18 | 1 | -8/+22 |
| | |||||
* | Display favourited status in byline | Johnson Denen | 2017-04-18 | 1 | -0/+5 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-18 | 1 | -4/+2 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-18 | 1 | -1/+12 |
| | |||||
* | Show boosted state with (B) marker in byline | Johnson Denen | 2017-04-18 | 2 | -6/+24 |
| | |||||
* | Rename mastodon-toot--property and move to tl feature | Johnson Denen | 2017-04-18 | 2 | -10/+9 |
| | |||||
* | Add boost feature to timelines | Johnson Denen | 2017-04-18 | 3 | -0/+42 |
| | |||||
* | Fix #43 with LICENSE file | Johnson Denen | 2017-04-17 | 1 | -0/+674 |
| | |||||
* | Update to v0.3.0 | Johnson Denen | 2017-04-17 | 2 | -2/+2 |
| | |||||
* | Do not use fringe face | Johnson Denen | 2017-04-17 | 1 | -2/+2 |
| | | | | It looks weird in some themes. | ||||
* | Reimplement update post-rewrite | Johnson Denen | 2017-04-17 | 1 | -0/+28 |
| | |||||
* | Fix #38 by using pre-existing faces | Johnson Denen | 2017-04-17 | 1 | -14/+7 |
| | | | | Now your theme matters! | ||||
* | Rewrite timeline display internals and fix #36 | Johnson Denen | 2017-04-17 | 1 | -68/+59 |
| | |||||
* | Update to v0.2.2 | Johnson Denen | 2017-04-16 | 1 | -1/+1 |
| | |||||
* | Update DOCSTRINGs | Johnson Denen | 2017-04-16 | 1 | -0/+15 |
| | |||||
* | Add function to update current timeline | Johnson Denen | 2017-04-16 | 2 | -15/+31 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-15 | 1 | -0/+2 |
| | |||||
* | Add `j' and `k' bindings to move to previous/next toot | Johnson Denen | 2017-04-15 | 2 | -14/+38 |
| | |||||
* | Provide context menu from `with-eval-after-load' block | Johnson Denen | 2017-04-15 | 2 | -25/+25 |
| | | | | | Check for `discover' with `require' Clean up README | ||||
* | Fixes #29 - Provide context menu for discover mode | fap | 2017-04-15 | 3 | -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.1 | Johnson Denen | 2017-04-14 | 1 | -1/+1 |
| | |||||
* | Update README with keybindings | Johnson Denen | 2017-04-14 | 1 | -2/+13 |
| | |||||
* | Fix mastodon function | Johnson Denen | 2017-04-14 | 1 | -1/+1 |
| | |||||
* | Add major mode | Johnson Denen | 2017-04-14 | 2 | -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 cleanup | Johnson Denen | 2017-04-14 | 2 | -4/+5 |
| | | | | | - Rename toot--send and toot--cancel functions - Add FIXME reminder | ||||
* | Update README.org | Johnson Denen | 2017-04-14 | 1 | -0/+7 |
| | |||||
* | 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 |