Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display a warning when composing a reply mentioning users from instances ↵ | Yuchen Pei | 32 hours | 1 | -0/+12 |
| | | | | | | | that have suspended you These users would not be able to see your reply through their instances. | ||||
* | refactor a read-more-or-less heading | marty hiatt | 2024-11-02 | 1 | -12/+18 |
| | |||||
* | add read less button to unfolded long posts (read more). FIX #614 | marty hiatt | 2024-11-02 | 1 | -8/+22 |
| | |||||
* | notifs: improve byline docstrings for new byline logic | marty hiatt | 2024-11-01 | 1 | -2/+2 |
| | |||||
* | tl: remove stale args to insert status, inc. action-byline arg | marty hiatt | 2024-11-01 | 1 | -26/+7 |
| | | | | | | (they were used when notifs didn't have its own insert fun.) more clean up tl--insert-status | ||||
* | add mention symbol | marty hiatt | 2024-11-01 | 1 | -0/+1 |
| | |||||
* | some ifs become whens | marty hiatt | 2024-11-01 | 1 | -2/+2 |
| | |||||
* | tl: improve ctrl flow in --spoiler + --toot | marty hiatt | 2024-11-01 | 1 | -21/+17 |
| | |||||
* | fold-toot - respect CW state | marty hiatt | 2024-11-01 | 1 | -7/+20 |
| | |||||
* | --byline: pull fave/boost/edit/visibility from base toot if present | marty hiatt | 2024-10-31 | 1 | -9/+11 |
| | | | | for non-grouped notifs, new implementation of note/base relationship | ||||
* | docs: remove old arg docstring | marty hiatt | 2024-10-30 | 1 | -3/+0 |
| | |||||
* | FIX #610 fix note/base toot in format-note/author byline. | marty hiatt | 2024-10-30 | 1 | -1/+4 |
| | | | | | | | | | non-grouped notif pagination was broken because we were propertizing item-json and base-toot wrong. now we always hand insert-note the note data as toot, and the status notified about as base-toot. then we adjust our handling of this in tl--byline-author to display base item byline correctly. | ||||
* | notifs: fix author action byline, top, for ungrouped. FIX #612 | marty hiatt | 2024-10-30 | 1 | -18/+19 |
| | |||||
* | Merge branch 'develop' into non-group-notifs | marty hiatt | 2024-10-30 | 1 | -1/+1 |
|\ | |||||
| * | add verified tick symbol | marty hiatt | 2024-10-30 | 1 | -1/+1 |
| | | |||||
* | | start on pagination for v1 notifs. #610 | marty hiatt | 2024-10-30 | 1 | -3/+6 |
| | | |||||
* | | docstrings tl.el | marty hiatt | 2024-10-30 | 1 | -4/+8 |
| | | |||||
* | | remove ACCOUNT and TYPE from our byline functions. | marty hiatt | 2024-10-30 | 1 | -22/+19 |
| | | | | | | | | | | | | | | | | | | to avoid them, for foll/reqs we send the full notif as TOOT arg, and fetch type/account from it as needed. muuuuuuuuch simpler, fingers crossed. fix grouped notifs new non-account arg byline code fix handle byline for grouped notifs | ||||
* | | FIX #609. insert-status remove author-byline arg, its always the same function | marty hiatt | 2024-10-30 | 1 | -9/+7 |
| | | |||||
* | | move notifs customizes into mastodon.el | marty hiatt | 2024-10-29 | 1 | -2/+2 |
| | | |||||
* | | working v1 notifications custom. #608 | marty hiatt | 2024-10-29 | 1 | -3/+2 |
|/ | |||||
* | fix timestamp logic in notifs v2 (use base item when necessary) | marty hiatt | 2024-10-29 | 1 | -12/+13 |
| | |||||
* | Merge pull request 'Use interactive code to select event window' (#590) from ↵ | martianh | 2024-10-26 | 1 | -2/+2 |
|\ | | | | | | | rahguzar/mastodon.el:mouse-fix into develop | ||||
| * | Use interactive code to select event window | Rahguzar | 2024-09-30 | 1 | -2/+2 |
| | | |||||
* | | add announcements timeline. (adds no-byline args to tl init funs) | marty hiatt | 2024-10-26 | 1 | -12/+22 |
| | | | | | | | | buffer check for announcements | ||||
* | | change email address | marty hiatt | 2024-10-20 | 1 | -2/+2 |
| | | |||||
* | | refactor display-or-uname | marty hiatt | 2024-10-20 | 1 | -18/+16 |
| | | |||||
* | | notifs: remove stale notifs code from tl--insert-status | marty hiatt | 2024-10-19 | 1 | -15/+9 |
| | | |||||
* | | remove stray " " from byline-booster | marty hiatt | 2024-10-19 | 1 | -2/+1 |
| | | |||||
* | | bylines: try out booster byline as top byline (like notifs) | marty hiatt | 2024-10-19 | 1 | -3/+3 |
| | | |||||
* | | add boost symbol in boost author byline | marty hiatt | 2024-10-18 | 1 | -4/+9 |
| | | |||||
* | | images in threads: load images for single-toot and thread toot | marty hiatt | 2024-10-18 | 1 | -0/+8 |
| | | |||||
* | | bump version, copyright | marty hiatt | 2024-10-18 | 1 | -1/+1 |
| | | |||||
* | | do use action response: change cond clause not/or to make a neither | marty hiatt | 2024-10-18 | 1 | -2/+1 |
| | | |||||
* | | notifs: fix do-user-action and get-user-handles for grouped notifs | marty hiatt | 2024-10-18 | 1 | -49/+61 |
| | | | | | | | | notifs: user action and response: if nothing in notifs data, fallback | ||||
* | | notifs: handle actions fixed via user-handles-get | marty hiatt | 2024-10-17 | 1 | -14/+20 |
| | | |||||
* | | add some more symbols, for notifs actions | marty hiatt | 2024-10-17 | 1 | -14/+18 |
| | | |||||
* | | tiny clean up of tl--update | marty hiatt | 2024-10-17 | 1 | -9/+11 |
| | | |||||
* | | notifs: fix pagination using grouped min/max ids | marty hiatt | 2024-10-17 | 1 | -4/+16 |
| | | |||||
* | | notifs: tl--more-json-async: v2 api for notifs | marty hiatt | 2024-10-17 | 1 | -1/+2 |
| | | |||||
* | | notifs: no stats for foll-reqs / tl--byline: get type from group | marty hiatt | 2024-10-17 | 1 | -1/+3 |
| | | |||||
* | | notifs: top byline: action symbol, action author, action str | marty hiatt | 2024-10-17 | 1 | -0/+2 |
| | | |||||
* | | flycheck -tl.el | marty hiatt | 2024-10-16 | 1 | -7/+17 |
| | | |||||
* | | bylines: fix visibility icon position | marty hiatt | 2024-10-16 | 1 | -2/+2 |
| | | |||||
* | | bylines: format boost authors as clickable handles but display uname | marty hiatt | 2024-10-16 | 1 | -8/+16 |
| | | |||||
* | | bylines: move attachments from byline author to --byline | marty hiatt | 2024-10-16 | 1 | -8/+10 |
| | | |||||
* | | notifs: byline funcall dostrings | marty hiatt | 2024-10-16 | 1 | -2/+2 |
| | | |||||
* | | notifs: fix foll_reqs | marty hiatt | 2024-10-16 | 1 | -9/+10 |
| | | |||||
* | | rough overhaul of notifs byline code for grouped notifications | marty hiatt | 2024-10-16 | 1 | -9/+8 |
| | | |||||
* | | Merge branch 'develop' into byline-rework | marty hiatt | 2024-10-16 | 1 | -11/+68 |
|\ \ |