Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | redraft toots adopt visibility and CW of deleted toot | mousebot | 2021-10-21 | 1 | -6/+14 | |
| | ||||||
* | when toot replied to has a CW, adopt it as default for replying toot | mousebot | 2021-10-21 | 1 | -3/+11 | |
| | ||||||
* | replies to toots adopt their visibility status by default. | mousebot | 2021-10-21 | 1 | -7/+11 | |
| | | | | | | | | | this makes it so that if you reply to a direct message, your toot will also be direct by default. - we feed the reply's full toot JSON through the chain of functions called, all the way down to "setup-as-reply". that way, if anything else needs to be extracted when setting up a reply, it's all there. | |||||
* | improvements to toot mentions completion | mousebot | 2021-10-21 | 1 | -12/+11 | |
| | | | | | | | | | - customize option for completion off, following-only, or all. - 'following=true' is forwarded to http--get-search accordingly. - use company-grab-symbol-cons + regex, prepend "@" to it - also prepend '@' to the list in get-user-info-no-url - this makes company display user handles prepended with '@', and to match and - enter a handle without duplicating the '@' | |||||
* | fix default-toot-visibility customize | mousebot | 2021-10-21 | 1 | -5/+5 | |
| | ||||||
* | make add mentions-company-backend to company-backens buffer local | mousebot | 2021-10-21 | 1 | -1/+2 | |
| | | | | | - we add to company-backends rather than replacing it, but it is still only buffer local. | |||||
* | Merge branch 'develop' into ments-completion | mousebot | 2021-10-20 | 1 | -48/+111 | |
|\ | ||||||
| * | docstrings | mousebot | 2021-10-15 | 1 | -2/+2 | |
| | | ||||||
| * | FIX the filename we send to post-media-attachement | mousebot | 2021-10-15 | 1 | -3/+3 | |
| | | | | | | | | - it needs to be with full path of course! | |||||
| * | binding to upload media, and check uploads up before posting toot | mousebot | 2021-10-15 | 1 | -4/+5 | |
| | | ||||||
| * | remove my old attachment display | mousebot | 2021-10-15 | 1 | -3/+0 | |
| | | ||||||
| * | flycheck toot.el | mousebot | 2021-10-15 | 1 | -3/+6 | |
| | | ||||||
| * | merge hdurers attachment upload and my own | mousebot | 2021-10-15 | 1 | -27/+21 | |
| | | | | | | | | | | | | | | | | | | | | replace hdurer's mastodon-toot--post-media and my mastodon-toot--add-media-attachment with hdurer's mastodon-toot--attach-media (which holds the data in the toot draft) and my mastodon-toot--upload-media-attachments (which actually uploads them) | |||||
| * | revert "private" visibility = "followers only" in toot draft | mousebot | 2021-10-15 | 1 | -3/+7 | |
| | | ||||||
| * | handle image scaling with image-transforms-p (when emacs >= 27.1) | mousebot | 2021-10-15 | 1 | -5/+8 | |
| | | ||||||
| * | first test merge of hdurer's WIP: Posting of images | mousebot | 2021-10-15 | 1 | -36/+97 | |
| | | ||||||
* | | first go at company completion for mentions in new toots | mousebot | 2021-10-20 | 1 | -0/+53 | |
|/ | ||||||
* | revert bug workaround copying toot to kill ring | mousebot | 2021-10-03 | 1 | -2/+1 | |
| | ||||||
* | Fix: make after-change-functions buffer local. | Holger Dürer | 2021-10-03 | 1 | -1/+2 | |
| | | | | See issue #218 — we mistakenly modified the global value and `mastodon-toot--update-status-fields` makes no sense outside the toot compose buffer. | |||||
* | make mastodon-toot--insert-emoji an alias | mousebot | 2021-10-03 | 1 | -3/+3 | |
| | ||||||
* | restore var toot--media-attachments | mousebot | 2021-10-02 | 1 | -3/+7 | |
| | ||||||
* | customize option default-media-directory | mousebot | 2021-10-02 | 1 | -1/+7 | |
| | ||||||
* | flycheck: docstrings, autoloads, declarations | mousebot | 2021-10-02 | 1 | -6/+8 | |
| | ||||||
* | add emojify-insert-emoji binding in mastodon new toot buffer | mousebot | 2021-10-02 | 1 | -0/+8 | |
| | ||||||
* | repair somewhat the media-upload functions and error handling | mousebot | 2021-10-02 | 1 | -5/+1 | |
| | ||||||
* | display "followers-only" for "private" post visibility | mousebot | 2021-09-23 | 1 | -3/+7 | |
| | ||||||
* | fix formatting of mastodon-toot-default-visibility | mousebot | 2021-09-23 | 1 | -4/+5 | |
| | ||||||
* | basic delete-and-redraft-toot, text status only for now. | mousebot | 2021-09-23 | 1 | -0/+25 | |
| | ||||||
* | hacks to minimize toot bug: copy text, only kill buffer after post | mousebot | 2021-09-23 | 1 | -3/+5 | |
| | ||||||
* | on delete toot, redraw current timeline or profile | mousebot | 2021-09-23 | 1 | -1/+2 | |
| | ||||||
* | package-lint: bump to emacs 26.1, disable stream keybindings | mousebot | 2021-09-22 | 1 | -1/+1 | |
| | ||||||
* | hack to ensure toot buffer bindings are always enabled. | mousebot | 2021-06-19 | 1 | -2/+2 | |
| | | | | | | | | make mastodon-toot-mode is run in mastodon-toot--compose-buffer before after-change-functions bugs. this makes mastodon-toot work properly even if mastodon-mode has not yet been run/loaded yet. | |||||
* | bump masto version, bump emacs version to 25.1, dependency in readme | mousebot | 2021-05-31 | 1 | -2/+2 | |
| | ||||||
* | travis.yml, move to new cask install method | mousebot | 2021-05-31 | 1 | -2/+1 | |
| | ||||||
* | flychecks and autoloads | mousebot | 2021-05-26 | 1 | -3/+3 | |
| | ||||||
* | typos in tl and http error responses in http.el for attachments | mousebot | 2021-05-26 | 1 | -2/+1 | |
| | ||||||
* | pin/unpin now toggle fun, and moved copy/delete to mastodon-toot. | mousebot | 2021-05-25 | 1 | -0/+51 | |
| | ||||||
* | implement uploading and posting of media attachments. | mousebot | 2021-05-24 | 1 | -25/+73 | |
| | | | | | | uses request library and requires curl backend. supports multiple files upload and marking media as sensitive. | |||||
* | clean-up edits after flycheck/bytecompile. | mousebot | 2021-05-16 | 1 | -1/+1 | |
| | ||||||
* | implmement mentioning boosters in replies by default | mousebot | 2021-05-13 | 1 | -4/+22 | |
| | ||||||
* | Update copyright and bump version | Johnson Denen | 2019-03-04 | 1 | -2/+2 | |
| | ||||||
* | Add ability to change the visibility | Jeremy Dormitzer | 2019-03-04 | 1 | -3/+14 | |
| | ||||||
* | Improvements on posting toots. | Holger Durer | 2019-03-04 | 1 | -33/+141 | |
| | | | | | | | | | | | | | - 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. | |||||
* | Bump to version 0.8.0 | Johnson Denen | 2018-08-10 | 1 | -1/+1 | |
| | ||||||
* | Fix boosting and faving in the notifications buffer. | Holger Dürer | 2018-08-10 | 1 | -2/+6 | |
| | | | | Now that we calculate the base toot id, we can ensure that it is unset in notifications that do not represent a toot. | |||||
* | Fix the boosting/favouriting of statuses in profiles. | Holger Durer | 2018-08-10 | 1 | -3/+4 | |
| | | | | | | | (Favouriting itself is still hard since we have clobbered the 'f' keybinding, but if you bind it to something else or invoke it via `M-x mastodon-toot--toggle-favourite` then at least it works.) This also changes the regular boosting/favoriting behavior. Before we would boost/fav a boost or fav instead of the actual toot that was boosted/faved. With this change we always boost/fav the base toot. To do this we now keep a second toot id (with the base toot) in the byline's properities. (For regular statuses 'toot-id and 'base-toot-id will be identical.) | |||||
* | Fixes to boosting/favoriting. (#194) | H Durer | 2018-08-10 | 1 | -28/+52 | |
| | | | | I had issues that occasionally I couldn't unfavorite / unboost a toot. Once that was fixed it annoyed me that the cursor would often jump on those actions (jumping to the byline with no need). | |||||
* | Clean up code to remove compilation warnings. | Holger Durer | 2018-08-10 | 1 | -2/+7 | |
| | | | | | We used to be clean but have slipped recently. Let's clean up the code so it's easier to see real code smell warnings in the compilation. | |||||
* | Retoot add accts closes #155 | Alexander Griffith | 2018-03-05 | 1 | -4/+30 | |
| | | | | | | | | | | | | | When responding to toots the full acct for both local and federated accounts are now added to the new toot buffer. Changes - Added a function in mastodon.el to return the current user acct - Added mastodon-toot--process-local, which takes an acct and appends the current server if it is local returns an empty string if the acct matches the current user and does only adds a prefix @ if the acct is federated - mastodon-toot--mentions will return a formatted string of mentions or an empty string - adds tests for mastodon-toot--mentions - adds a missing , in mastodon-http--post - `mastodon-toot--reply` now passes `mastodon-toot` a toot-id rather than the whole json - 'mastodon-toot--reply-to-id is now a local var in a new toot | |||||
* | Bump to 0.7.2 and shorten long code lines (#172) | Alexander Griffith | 2018-03-05 | 1 | -1/+1 | |
| | | | | | | * Bump version numbers to 0.7.2 * Adjusted functions to bring line length below 90. |