Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' | mousebot | 2022-04-05 | 1 | -57/+83 |
|\ | |||||
| * | Merge pull request '2FA login support' (#255) from ↵ | martianh | 2022-03-23 | 1 | -13/+19 |
| |\ | | | | | | | | | | | | | | | | Red_Starfish/mastodon-up.el:login into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/255 | ||||
| | * | update README | Abhiseck Paira | 2022-01-17 | 1 | -13/+19 |
| | | | | | | | | | | | | update the README to inform about the new changes. | ||||
| * | | readme on translating toots, etc | mousebot | 2022-03-14 | 1 | -2/+19 |
| | | | |||||
| * | | readme update for foll reqs, foll suggests, filters | mousebot | 2022-02-17 | 1 | -44/+44 |
| | | | | | | | | | | | | readme follow req reject binding | ||||
| * | | buffer local keymap, error handling, make filters nicer | mousebot | 2022-02-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | - separate goto-next/prev-filter commands - we use properties toot-id and byline so the navigation works, calqued on - goto-prev/next-toot - error handle no word or context supplied - reload filters view on create or delete | ||||
* | | | readme update on main | mousebot | 2022-02-18 | 1 | -1/+6 |
| | | | |||||
* | | | Revert "readme update for filters, foll reqs, foll suggests" | mousebot | 2022-02-17 | 1 | -45/+43 |
| | | | | | | | | | | | | This reverts commit 6edc946a6ef225334cd3a5216aa28cfeb5b411a2. | ||||
* | | | readme update for filters, foll reqs, foll suggests | mousebot | 2022-02-16 | 1 | -43/+45 |
| | | | |||||
* | | | Merge branch 'develop' | mousebot | 2022-02-13 | 1 | -0/+1 |
|\| | | |||||
| * | | upread readme re mpv for gifs videos | mousebot | 2022-02-13 | 1 | -0/+1 |
| |/ | |||||
* | | update read me re contributing | mousebot | 2022-02-13 | 1 | -2/+5 |
| | | |||||
* | | readme update for gh | mousebot | 2021-12-25 | 1 | -13/+12 |
|/ | |||||
* | readme | mousebot | 2021-12-17 | 1 | -5/+6 |
| | |||||
* | bump version, change homepage link, readme | mousebot | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | readme update | mousebot | 2021-12-16 | 1 | -25/+15 |
| | |||||
* | tiny cleanup | mousebot | 2021-11-06 | 1 | -0/+1 |
| | |||||
* | mastodon-async readme | mousebot | 2021-10-28 | 1 | -2/+2 |
| | |||||
* | readme | mousebot | 2021-10-26 | 1 | -0/+1 |
| | |||||
* | readme | mousebot | 2021-10-25 | 1 | -4/+10 |
| | |||||
* | readme | mousebot | 2021-10-22 | 1 | -1/+2 |
| | |||||
* | readme | mousebot | 2021-10-22 | 1 | -1/+2 |
| | |||||
* | readme | mousebot | 2021-10-21 | 1 | -5/+11 |
| | |||||
* | readme | mousebot | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | readme re fixes | mousebot | 2021-10-04 | 1 | -0/+6 |
| | |||||
* | readme | mousebot | 2021-10-03 | 1 | -1/+2 |
| | |||||
* | flycheck: docstrings, autoloads, etc | mousebot | 2021-10-03 | 1 | -1/+2 |
| | |||||
* | readme re bugs | mousebot | 2021-10-03 | 1 | -6/+2 |
| | |||||
* | readme update | mousebot | 2021-09-23 | 1 | -25/+30 |
| | |||||
* | package-lint: bump to emacs 26.1, disable stream keybindings | mousebot | 2021-09-22 | 1 | -7/+3 |
| | |||||
* | try to handle reblogged polls | mousebot | 2021-08-10 | 1 | -1/+1 |
| | |||||
* | functions to vote on polls in timelines, bound to "v" | mousebot | 2021-08-09 | 1 | -2/+3 |
| | | | | - masto view favorites binding moved to "V", in line with other separate views being in capitals | ||||
* | follow requests accept/reject from notifications + | mousebot | 2021-08-09 | 1 | -0/+1 |
| | | | | | | | - new bindings for f-req accept/reject (in both notifs and in f-req views) - check if we are at an f-req before accept/rejecting - flycheck / docstrings - fix notifs byline formatting for f-reqs | ||||
* | readme update | mousebot | 2021-08-09 | 1 | -28/+29 |
| | |||||
* | readme mastodon-toot bugs | mousebot | 2021-07-30 | 1 | -0/+2 |
| | |||||
* | typo in async http-layer, unless in http process-json, typo in readm | mousebot | 2021-06-21 | 1 | -1/+1 |
| | |||||
* | typos and readme | mousebot | 2021-06-14 | 1 | -20/+24 |
| | |||||
* | implement updating user profile note | mousebot | 2021-06-05 | 1 | -3/+5 |
| | | | | | uses a tiny minor mode 'profile-update', with bindings. U is a general binding for it. | ||||
* | enable async stream for user notifications. | mousebot | 2021-06-03 | 1 | -4/+9 |
| | | | | creates a notifications filter for the 'user' stream, then handles display of notifications, which have their own timeline funs. | ||||
* | add basic live updates of home/local/federated timelines. | mousebot | 2021-06-01 | 1 | -0/+1 |
| | | | | | the code, mastodon-async.el is taken from https://github.com/alexjgriffith/mastodon-future.el and only slightly modified to make the home stream work. | ||||
* | foll reqs/faves bindings global, autoloads and declarations, readme | mousebot | 2021-06-01 | 1 | -19/+43 |
| | |||||
* | bump masto version, bump emacs version to 25.1, dependency in readme | mousebot | 2021-05-31 | 1 | -0/+3 |
| | |||||
* | update readme | mousebot | 2021-05-30 | 1 | -24/+46 |
| | |||||
* | Update README for keybinding changes | Johnson Denen | 2019-03-04 | 1 | -34/+30 |
| | |||||
* | Update README | Johnson Denen | 2019-03-04 | 1 | -3/+10 |
| | |||||
* | Fix #219 no `with-eval-after-load` in the code (#220) | H Durer | 2019-03-04 | 1 | -1/+9 |
| | | | | The package-lint logic is too daft to cope with this (you cannot even mention it in a comment). We now move the discover functionality into its own package and just mention in the README file how to make use of it. | ||||
* | Make default visibility customizable; add documentation. | Jeremy Dormitzer | 2019-03-04 | 1 | -15/+18 |
| | |||||
* | Improvements on posting toots. | Holger Durer | 2019-03-04 | 1 | -7/+11 |
| | | | | | | | | | | | | | - Visual feedback in the buffer of: - Number of characters - Content warning flag - Posting visibility - Can't post an empty toot. - Changing visibility to something other than "public". Still missing: - Attaching media - Enabling the NSWF-flag toggling. | ||||
* | Update README | Johnson Denen | 2018-08-10 | 1 | -32/+34 |
| | |||||
* | More profile work (#193) | H Durer | 2018-08-10 | 1 | -31/+32 |
| | | | | | | | | | | | | * Add an alternative approach to user profile opening. This way asks the user in the minibuffer for the handle and offering completion for all user handles in the current status but allowing the user to also enter any other handle to browse whichever account they wish. This also cleans up some compiler warnings about profile code. * Create a new minor mode for mastodon profile pages. There we override the 'f' and 'F' keys to show following and followers respectively. Those pages now look very similar to the regular profile page (with a header). |