aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* notifs: factor an action-byline fun (maybe move into insert-note)marty hiatt2024-10-311-74/+79
|
* docs: remove old arg docstringmarty hiatt2024-10-301-3/+0
|
* notifs: byline-accounts: remove toot argmarty hiatt2024-10-301-2/+2
|
* fix author action byline non-grouped notifs: use display-name if possmarty hiatt2024-10-301-1/+2
|
* FIX #610 fix note/base toot in format-note/author byline.marty hiatt2024-10-302-8/+9
| | | | | | | | | 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 #612marty hiatt2024-10-302-34/+31
|
* grouped notifs: top byline create with account data, not toot. #612 half fixed.marty hiatt2024-10-301-1/+1
|
* byte-compilemarty hiatt2024-10-303-3/+4
|
* Merge branch 'develop' into non-group-notifsmarty hiatt2024-10-302-3/+3
|\
| * bump tp.el version, bump versionmarty hiatt2024-10-301-2/+2
| |
| * add verified tick symbolmarty hiatt2024-10-301-1/+1
| |
* | start on pagination for v1 notifs. #610marty hiatt2024-10-301-3/+6
| |
* | docstrings tl.elmarty hiatt2024-10-301-4/+8
| |
* | notifs: remove commented body-arg code from format-notemarty hiatt2024-10-301-30/+0
| |
* | remove ACCOUNT and TYPE from our byline functions.marty hiatt2024-10-302-34/+25
| | | | | | | | | | | | | | | | | | 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 functionmarty hiatt2024-10-302-15/+12
| |
* | notifs: refactor some v1/v2 calling code, mastodon-notifiations--body-argmarty hiatt2024-10-291-76/+88
| |
* | move notifs customizes into mastodon.elmarty hiatt2024-10-293-34/+36
| |
* | fix notifs custom groupmarty hiatt2024-10-291-1/+1
| |
* | working v1 notifications custom. #608marty hiatt2024-10-292-77/+62
| |
* | group-notifs custom (for servers without). #608. WIP.marty hiatt2024-10-292-19/+123
|/
* http: return nil if we render html errormarty hiatt2024-10-291-1/+3
|
* after widgets added: newline before pinned statusesmarty hiatt2024-10-291-1/+1
|
* bump versionmarty hiatt2024-10-291-1/+1
|
* flychecksmarty hiatt2024-10-292-1/+4
|
* poll transient: display predicate for add choicemarty hiatt2024-10-291-1/+2
|
* poll: choice add: uncomment max poll opts checkmarty hiatt2024-10-291-2/+2
|
* poll transient: checks for expiry, max opts, max length, > 1 optmarty hiatt2024-10-291-22/+57
|
* fix timestamp logic in notifs v2 (use base item when necessary)marty hiatt2024-10-292-16/+21
|
* poll transient: add another option interactivelymarty hiatt2024-10-281-0/+32
|
* add inspect prefixmarty hiatt2024-10-281-0/+14
|
* fix severance/mod warning notifs (experimental still)marty hiatt2024-10-271-3/+3
|
* fix an eq '(4) prefix arg checkmarty hiatt2024-10-271-1/+1
|
* widget: add keymap to subitems too!marty hiatt2024-10-271-1/+2
|
* rough search widgetmarty hiatt2024-10-271-1/+10
| | | | | | search - require widget widget: restore search view heading
* widget: remove mastodon-profile--views-plistmarty hiatt2024-10-272-8/+5
|
* refactor mastodon-widget.el, add profile tagged statuses to widget. #607marty hiatt2024-10-272-101/+134
|
* profile: remove endpoint name (items heading), replaced by widgetmarty hiatt2024-10-261-24/+4
|
* profiles: try to split profile display from items displaymarty hiatt2024-10-261-8/+12
| | | | fix separate profile/items display
* make open-statuses cmd like the othersmarty hiatt2024-10-261-5/+9
|
* add a profile view type widget. ported from lem-ui.elmarty hiatt2024-10-261-0/+117
|
* Merge pull request 'Use interactive code to select event window' (#590) from ↵martianh2024-10-261-2/+2
|\ | | | | | | rahguzar/mastodon.el:mouse-fix into develop
| * Use interactive code to select event windowRahguzar2024-09-301-2/+2
| |
* | Merge branch 'poll-transient' into developmarty hiatt2024-10-263-49/+216
|\ \
| * | factor out poll classes subbing off tp-option-var. FIX #601marty hiatt2024-10-251-29/+12
| | |
| * | transient poll: edit toot pulls in existing pollmarty hiatt2024-10-241-6/+16
| | |
| * | poll: set tp-transient-settings on editing a tootmarty hiatt2024-10-242-6/+16
| | |
| * | transient poll: use tp-transient-settings, handle repeated poll editsmarty hiatt2024-10-242-45/+86
| | | | | | | | | | | | also integrate with toot code: send, update display, etc.
| * | boolean defcustom for transient pollmarty hiatt2024-10-232-3/+13
| | |
| * | autoloads, flycheckmarty hiatt2024-10-231-5/+22
| | |