Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Merge branch 'card' into develop | marty hiatt | 2024-10-16 | 1 | -4/+47 |
| |\ | |||||
| | * | card authors tiny clean up. #596. | marty hiatt | 2024-10-14 | 1 | -8/+9 |
| | | | |||||
| | * | no byline prop for card author | marty hiatt | 2024-10-14 | 1 | -1/+0 |
| | | | |||||
| | * | re-do display of card (link) author. #596 | marty hiatt | 2024-10-13 | 1 | -7/+21 |
| | | | |||||
| | * | WIP. display fediverse account of link authors if available. | marty hiatt | 2024-10-10 | 1 | -4/+33 |
| | | | |||||
| * | | implement rough trending links, and link timeline | marty hiatt | 2024-10-16 | 1 | -1/+12 |
| | | | |||||
| * | | byline: help echo timestamps in numbers | marty hiatt | 2024-10-14 | 1 | -6/+9 |
| |/ | |||||
* | | WIP: hacking for grouped notifs to work w new byline code. | marty hiatt | 2024-10-12 | 1 | -2/+11 |
| | | |||||
* | | use byline-username/-handle in notifications--byline-accounts | marty hiatt | 2024-10-12 | 1 | -5/+5 |
| | | |||||
* | | tl.el: reorg byline author/action byline logic | marty hiatt | 2024-10-12 | 1 | -61/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the base idea is to separate our logic of author byline, and action byline. previously author-byline function would indifferently handle booster if a boost, else author. now it is always an author, and we implement booster byline separately. this should pave the way for bylines at top of posts, and should be clearer and simpler also. - move booster action-byline elt from byline to insert-status (outside byline proper) - factor out byline-handle/byline-username funs - factor our byline-booster/byline-booster-str funs this breaks notifs byline logic. we will fix it subsequently. | ||||
* | | tl.el: cull :force arg for notifs reload | marty hiatt | 2024-10-11 | 1 | -1/+1 |
| | | |||||
* | | fix foll_reqs, add group/accounts props to notifs | marty hiatt | 2024-10-11 | 1 | -4/+6 |
| | | |||||
* | | working v rough grouped notifs | marty hiatt | 2024-10-11 | 1 | -11/+17 |
|/ | |||||
* | fix display/links of Media: links with captions | marty hiatt | 2024-10-04 | 1 | -5/+6 |
| | |||||
* | move call to mastodon-media--inline-images | marty hiatt | 2024-10-04 | 1 | -7/+7 |
| | | | | | from tl--insert-status to tl--timeline, so its called once per timeline not once per status! | ||||
* | add images in notifs customize | marty hiatt | 2024-10-04 | 1 | -1/+7 |
| | |||||
* | revert an eq call to equal | marty hiatt | 2024-09-18 | 1 | -1/+1 |
| | |||||
* | add cmd: mastodon-tl--remote-tag-timeline | marty hiatt | 2024-09-18 | 1 | -3/+12 |
| | |||||
* | filter lists like "home". FIX #575. | marty hiatt | 2024-09-16 | 1 | -0/+2 |
| | |||||
* | no with-toot-item macro for --thread. FIX #585. | marty hiatt | 2024-09-16 | 1 | -40/+41 |
| | |||||
* | Merge branch 'equal' into develop | marty hiatt | 2024-08-22 | 1 | -25/+25 |
|\ | |||||
| * | eq for symbols, string= for strings | marty hiatt | 2024-08-22 | 1 | -25/+25 |
| | | |||||
* | | just "just now" for < 1 min rel ts | marty hiatt | 2024-08-22 | 1 | -3/+6 |
| | | |||||
* | | fix return val of --report-build-params when no rules cited | marty hiatt | 2024-08-22 | 1 | -1/+2 |
|/ | |||||
* | tl--init: funcall get-response-async or get-json async | marty hiatt | 2024-08-19 | 1 | -10/+10 |
| | |||||
* | audit remainder of tl.el | marty hiatt | 2024-08-19 | 1 | -85/+98 |
| | |||||
* | more auditing of -tl.el | marty hiatt | 2024-08-19 | 1 | -116/+91 |
| | |||||
* | remove old call to http--api-search | marty hiatt | 2024-08-19 | 1 | -1/+0 |
| | |||||
* | mastodon-http--api-search -> mastodon-http--api-v2 | marty hiatt | 2024-08-18 | 1 | -6/+9 |
| | |||||
* | Merge branch 'develop' into filters-crud | marty hiatt | 2024-08-18 | 1 | -12/+12 |
|\ | |||||
| * | fix mute or unmute: use top level id to check if we posted | marty hiatt | 2024-08-17 | 1 | -12/+12 |
| | | |||||
* | | Merge branch 'develop' into filters-crud | marty hiatt | 2024-08-17 | 1 | -22/+25 |
|\| | |||||
| * | Merge branch 'filters-apply' into develop | marty hiatt | 2024-08-15 | 1 | -37/+88 |
| |\ | |||||
| * | | fix a bunch of tests | marty hiatt | 2024-08-13 | 1 | -4/+8 |
| | | | |||||
| * | | indent tl.el | marty hiatt | 2024-08-13 | 1 | -6/+6 |
| | | | |||||
| * | | fix toggle sensitive media | marty hiatt | 2024-08-12 | 1 | -2/+2 |
| | | | |||||
| * | | fix read-poll option check | marty hiatt | 2024-08-12 | 1 | -11/+10 |
| | | | |||||
* | | | init-sync - add endpoint version arg (for v2 filters) | marty hiatt | 2024-08-13 | 1 | -2/+3 |
| |/ |/| | |||||
* | | basic apply filters. #575. | marty hiatt | 2024-08-09 | 1 | -37/+88 |
|/ | |||||
* | flymake tl.el | marty hiatt | 2024-08-08 | 1 | -6/+10 |
| | |||||
* | audit tl.el up to ;;; THREADS | marty hiatt | 2024-08-08 | 1 | -129/+128 |
| | |||||
* | re-write stats-for-toot | marty hiatt | 2024-08-08 | 1 | -26/+25 |
| | |||||
* | re-write tl--is-reply | marty hiatt | 2024-08-08 | 1 | -2/+2 |
| | |||||
* | re-write hashtag-from-url | marty hiatt | 2024-08-08 | 1 | -9/+5 |
| | |||||
* | audit tl.el up to ;;; POLLS | marty hiatt | 2024-08-08 | 1 | -80/+74 |
| | |||||
* | refactor process-image-or-cached | marty hiatt | 2024-08-08 | 1 | -12/+4 |
| | |||||
* | audit first 900 lines of tl.el | marty hiatt | 2024-08-08 | 1 | -15/+19 |
| |