Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reload on pin toggle | mousebot | 2021-12-25 | 1 | -2/+6 |
| | |||||
* | Merge branch 'insert-status-refactor' into develop | mousebot | 2021-12-24 | 2 | -17/+9 |
|\ | |||||
| * | refactor mastodon-notifications--insert-status | mousebot | 2021-12-24 | 2 | -17/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | which was a copy of mastodon-tl--insert-status. we revert to having just the latter as main function with optional argument. mastodon-notifications--insert-status just calls it with the arg ID. the reason we need the difference is to ensure notifications have their own ID, and not that of the toot the notif refers to, attached as property "toot-id". then we have all functionality working on notifications, such as boosting mentions and so on. | ||||
* | | refactor follow request accept/reject functions. | mousebot | 2021-12-24 | 3 | -82/+33 |
|/ | | | | | | | | | | previously we had duplication of functions depending on whether we were in follow requests view or notificaitons view. now we just check which kind of f-req we have and act accordingly. main function being `mastodon-notifications--follow-request-process'. also updates keybindings for both views. we no longer need them included separately in profile-mode. | ||||
* | text-mode for toot compose buffer | mousebot | 2021-12-24 | 1 | -1/+1 |
| | | | | and remove duplicate mastodon-toot-mode call. | ||||
* | tiny ediff clean up 2. | mousebot | 2021-12-23 | 2 | -5/+3 |
| | |||||
* | Merge branch 'main' into develop | mousebot | 2021-12-23 | 2 | -13/+11 |
|\ | |||||
| * | apply pleroma patch from #208 | mousebot | 2021-12-23 | 1 | -0/+2 |
| | | |||||
| * | tiny cleanups after Ediff main / master | mousebot | 2021-12-23 | 1 | -14/+10 |
| | | |||||
| * | remove all ^M from update profile note buffer | mousebot | 2021-12-21 | 1 | -0/+1 |
| | | |||||
| * | override 'O' binding on links to my-profile | mousebot | 2021-12-21 | 1 | -0/+2 |
| | | |||||
* | | remove all ^M from update profile note buffer | mousebot | 2021-12-21 | 1 | -0/+1 |
| | | |||||
* | | override 'O' binding on links to my-profile | mousebot | 2021-12-21 | 1 | -0/+2 |
| | | |||||
* | | docstring and move pin toot toggle | mousebot | 2021-12-20 | 1 | -21/+18 |
| | | |||||
* | | improve delete toot tests | mousebot | 2021-12-20 | 1 | -0/+2 |
| | | |||||
* | | remove old comments | mousebot | 2021-12-20 | 1 | -6/+1 |
| | | |||||
* | | refactoring delete/redraft functions | mousebot | 2021-12-20 | 1 | -37/+43 |
| | | |||||
* | | typos and docstrings | mousebot | 2021-12-20 | 3 | -9/+13 |
|/ | |||||
* | autoload typo | mousebot | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | improve faves count help-echo propertizing | mousebot | 2021-12-17 | 1 | -10/+30 |
| | | | | | | | | - add `mastodon-tl--format-faves-count function - handle notifications formatting (get 'status field of toot) - apply to author-byline formatting - apply to the (F) and (B) formatting for faves/boosts - ensures where point lands after `mastodon-tl--goto-next-toot is always propertized | ||||
* | y-or-n-p before cancelling a toot. | mousebot | 2021-12-17 | 1 | -1/+7 |
| | |||||
* | mapcar* -> cl-mapcar in -tl.el | mousebot | 2021-12-17 | 1 | -3/+2 |
| | |||||
* | bump version to a round number | mousebot | 2021-12-17 | 13 | -13/+13 |
| | |||||
* | cl-lib not cl for mapcar* in -tl | mousebot | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | boilerplate maintainer contact | mousebot | 2021-12-17 | 13 | -1/+16 |
| | |||||
* | depend on emacs 27.1, flychecks, docstrings, etc. | mousebot | 2021-12-17 | 13 | -25/+37 |
| | | | | strictly, the 27.1 dependency is only for proper-list-p in -http.el. | ||||
* | bump version, change homepage link, readme | mousebot | 2021-12-17 | 13 | -26/+26 |
| | |||||
* | revert echo faves on toot text in thread view | mousebot | 2021-12-17 | 1 | -12/+1 |
| | | | | | | because it breaks propertizing of links/handles. so echo faves is now only on byline author name. | ||||
* | keep "O"/my-profile binding when point on image. | mousebot | 2021-12-17 | 1 | -0/+2 |
| | |||||
* | FIX echo faves in thread view clashing with media help-echo | mousebot | 2021-12-17 | 1 | -16/+28 |
| | | | | | | | | | | | | | move help-echo propertizing to author name of byline, in `mastodon-tl--byline-author'. so when we use `goto-next-toot' point is on author and we get the help echo and add the same help-echo to `mastodon-tl--content', but only when in thread view. this ensures the propertizing occurs prior to any image propertizing, when will then only replace the faves propertizing for the image part of the given toot. that way we have help echo for images when we want, and faves count otherwise. | ||||
* | Merge branch 'develop' into echo-faves-in-thread | mousebot | 2021-12-17 | 1 | -24/+29 |
|\ | |||||
| * | ensure media-attachment is not a dir | mousebot | 2021-12-17 | 1 | -9/+11 |
| | | |||||
| * | Merge branch 'immed-async-media-upload' into develop | mousebot | 2021-12-17 | 1 | -15/+18 |
| |\ | |||||
| | * | fix media attachments test before posting | mousebot | 2021-12-17 | 1 | -15/+18 |
| | | | | | | | | | | | | | | | | | | if --media-attachments is non-nil, make sure we have non-nil media-args, and that we have same num of -ids to attach as attachments uploaded. | ||||
* | | | Merge branch 'develop' into echo-faves-in-thread | mousebot | 2021-12-16 | 7 | -179/+221 |
|\| | | |||||
| * | | Merge branch 'immed-async-media-upload' into develop | mousebot | 2021-12-16 | 2 | -27/+29 |
| |\| | |||||
| | * | attach media test before post | mousebot | 2021-12-15 | 1 | -3/+6 |
| | | | | | | | | | | | | just test that length of --media-attachments == length of --media-attachment-ids. | ||||
| | * | a first hack to make media uploads immediate and async. | mousebot | 2021-12-15 | 2 | -24/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this commit moves the call to -upload-attached-media into -attach-media. upload-attached-media now uploads a single item only, whichever file has just been selected at the prompt. but we still use the list of attached-media to handle preview displays. | ||||
| * | | refactor notify-user-posts functions | mousebot | 2021-12-16 | 1 | -25/+32 |
| | | | | | | | | | | | | | | | this updates the functions to toggle receiving notifications when a user posts to work with the newly refactored follow-user function and associated functions. | ||||
| * | | Merge branch 'develop' into notify-when-post | mousebot | 2021-12-16 | 12 | -666/+695 |
| |\ \ | |||||
| | * \ | Merge branch 'develop' into media-type | mousebot | 2021-12-16 | 4 | -134/+112 |
| | |\ \ | |||||
| | | * \ | Merge branch 'refactor-follows-etc' into develop | mousebot | 2021-12-16 | 1 | -120/+76 |
| | | |\ \ | |||||
| | | | * | | indent-buffer on -tl.el | mousebot | 2021-12-16 | 1 | -14/+14 |
| | | | | | | |||||
| | | | * | | refactor un/follow, un/block, un/mute functions | mousebot | 2021-12-15 | 1 | -116/+72 |
| | | | |/ | |||||
| | | * | | improve display of polls: | mousebot | 2021-12-16 | 1 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | place them after toot content and add padding for vote count display. | ||||
| | | * | | customize option to enable custom emoji by default. | mousebot | 2021-12-15 | 2 | -1/+8 |
| | | |/ | |||||
| | | * | rename company mentions to 'mastodon-toot-mentions' | mousebot | 2021-12-12 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | and fix matching for both user handle and user display name. | ||||
| | | * | move profile view followers/following bindings to 's'/'g'. | mousebot | 2021-11-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | because 'O' is no longer available, being used for --my-profile. the actual solution is to just have one binding that cycles through the profile views. | ||||
| | | * | move profile--my-profile binding to 'O' | mousebot | 2021-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | to avoid using C-S- bindings, which don't always work for others. | ||||
| | | * | autocompletion ignores case of handles/display names | mousebot | 2021-11-09 | 1 | -2/+2 |
| | | | |