aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* mastodon-toot--clear-pollmarty hiatt2024-06-021-0/+9
|
* poll not toot arg for format-pollmarty hiatt2024-06-021-3/+4
|
* display a POLL flag in compose buffer.marty hiatt2024-06-021-3/+14
| | | | next step: display/edit/cancel polls
* get-poll > format-pollmarty hiatt2024-06-021-2/+2
|
* Merge branch 'reload-paginate' into developmarty hiatt2024-06-025-54/+87
|\
| * flycheckmarty hiatt2024-06-023-8/+15
| |
| * set max-id in buffer spec also after reloadingmarty hiatt2024-06-011-2/+6
| |
| * max-id arg/params for (so far only plain) profile viewmarty hiatt2024-06-013-11/+18
| |
| * max-id arg/param for notifs-getmarty hiatt2024-06-012-7/+9
| |
| * max-id arg for other -tl.el timelinesmarty hiatt2024-06-011-6/+9
| |
| * working max-id arg for hometimeline/reloadmarty hiatt2024-05-312-7/+14
| |
| * add max-id to buffer-spec, and set when calling tl--moremarty hiatt2024-05-311-15/+18
| |
* | bump versionmarty hiatt2024-05-311-1/+1
|/
* add unfilter user filter langs option to filter user langsmarty hiatt2024-05-311-4/+8
|
* add fallback to tl--init*: if no results, try trending statuses. FIX #562marty hiatt2024-05-301-2/+14
|
* \ binding for remote local tlmarty hiatt2024-05-301-0/+1
|
* docstring and indexmarty hiatt2024-05-302-3/+7
|
* unfilter langs: POST raw params and it works!marty hiatt2024-05-292-6/+14
|
* not working unfilter user langs. adds json flag arg through action funsmarty hiatt2024-05-292-7/+17
|
* display filtered follow langs on user profiles. FIX #559.marty hiatt2024-05-291-3/+11
|
* fix setting lang un toot compose buffermarty hiatt2024-05-282-3/+2
|
* autoloadsmarty hiatt2024-05-281-0/+3
|
* docstringsmarty hiatt2024-05-282-5/+4
|
* refactor remote-local domain checksmarty hiatt2024-05-281-7/+3
|
* set default language in compose buffer frommarty hiatt2024-05-281-0/+9
| | | | is set from mastodon-profile-acccount-preferences-data
* account settings var docstring.marty hiatt2024-05-281-1/+4
|
* get-source-pref > get-source-valuemarty hiatt2024-05-281-1/+1
|
* filter post by language fix docstringmarty hiatt2024-05-281-3/+5
|
* add view-item-on-own-instance funmarty hiatt2024-05-271-1/+13
|
* bumb versionmarty hiatt2024-05-271-1/+1
|
* customs for display of profile note in foll req notifs: flag and max lengthmarty hiatt2024-05-271-6/+32
|
* add remote-local-domains customize.marty hiatt2024-05-271-2/+12
|
* Merge branch 'remote-local' into developmarty hiatt2024-05-262-37/+85
|\
| * add error handling in mastodon-tl--init* (for eg domains being private)marty hiatt2024-05-261-14/+19
| |
| * remote local: check domain against known instances.marty hiatt2024-05-261-4/+14
| |
| * force display of instance in handle for remote local timelines.marty hiatt2024-05-262-24/+42
| |
| * super rough view remote local timeline.marty hiatt2024-05-251-3/+18
| |
* | view instance desc: use api v2marty hiatt2024-05-262-4/+5
|/
* flycheck toot.elmarty hiatt2024-05-221-1/+1
|
* add commented profile note to foll-req notifs. FIX #519.marty hiatt2024-05-221-9/+21
|
* reload on posting if prev view was thread. FIX #555.marty hiatt2024-05-221-1/+9
|
* add get-buffer-type for profile-statuses-taggedmarty hiatt2024-05-211-0/+2
|
* bump versionmarty hiatt2024-05-211-1/+1
|
* add mastodon-profile--open-statuses-tagged and docstrings. FIX #554.marty hiatt2024-05-211-6/+27
|
* fix profile toots heading for media onlymarty hiatt2024-05-211-0/+2
|
* fix profile cycle message stringmarty hiatt2024-05-211-1/+1
|
* bump version for ELPAmarty hiatt2024-05-211-1/+1
|
* profiles: support only-media argmarty hiatt2024-05-212-9/+23
|
* url-lookup: try shr-url prop before thing-at pointmarty hiatt2024-05-021-1/+1
| | | | | | thing at point captures the closing ) of URLs in brackets, which makes webfinger fail. maybe shr-url should always get first dibs before thing-at-point also?
* store notif type as prop so we can limit item actions by notif typemarty hiatt2024-04-241-2/+4
|