Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document `mastodon-tl--set-after-update-marker' | Tassilo Horn | 2022-12-31 | 1 | -0/+3 |
| | |||||
* | docstrings | marty hiatt | 2022-12-30 | 1 | -2/+3 |
| | |||||
* | `mastodon-tl--set-after-update-marker' - add `t` to last cond branch | marty hiatt | 2022-12-30 | 1 | -2/+3 |
| | |||||
* | Fix mastodon-tl-position-after-update | Tassilo Horn | 2022-12-29 | 1 | -3/+3 |
| | |||||
* | hack tl--update so it works with update fun tl--thread | marty hiatt | 2022-12-29 | 1 | -11/+16 |
| | |||||
* | fix update local tl, tl--update, like tl--more | marty hiatt | 2022-12-29 | 1 | -2/+5 |
| | |||||
* | Merge commit 'pullreqs/350' into develop | marty hiatt | 2022-12-29 | 1 | -1/+35 |
|\ | |||||
| * | Keep current position of point after updates (fixes #349) | Tassilo Horn | 2022-12-28 | 1 | -1/+35 |
| | | | | | | | | | | Set a marker (mastodon-tl--before-update-marker) before updating the buffer and reset point's position there afterwards. | ||||
| * | handle nil json response in tl--init* | marty hiatt | 2022-12-28 | 1 | -37/+39 |
| | | | | | | | | | | | | fixes #352 we should almost always have faves and other tls, but not always things like bookmarks. | ||||
| * | Revert "adapt messaging for following of locked accounts" | marty hiatt | 2022-12-28 | 1 | -26/+14 |
| | | | | | | | | This reverts commit 0eeb429d3531a3c11cc9ea3c3aef258b7c671edb. | ||||
| * | FIX pagination of local timeline | marty hiatt | 2022-12-28 | 1 | -5/+6 |
| | | |||||
* | | handle nil json response in tl--init* | marty hiatt | 2022-12-29 | 1 | -37/+39 |
| | | | | | | | | | | | | fixes #352 we should almost always have faves and other tls, but not always things like bookmarks. | ||||
* | | Revert "adapt messaging for following of locked accounts" | marty hiatt | 2022-12-29 | 1 | -26/+14 |
| | | | | | | | | This reverts commit 0eeb429d3531a3c11cc9ea3c3aef258b7c671edb. | ||||
* | | FIX pagination of local timeline | marty hiatt | 2022-12-29 | 1 | -10/+20 |
|/ | | | | actually fix Local pagination with tl--more* etc | ||||
* | adapt messaging for following of locked accounts | marty hiatt | 2022-12-28 | 1 | -14/+26 |
| | |||||
* | mastodon-tl--spoiler: Add error handling to /preferences api query | Skylar Hill | 2022-12-08 | 1 | -2/+6 |
| | | | | | | | | | | | | | mastodon.el currently breaks when trying to load a spoilered toot if the /preferences endpoint returns something unexpected, preventing mastodon-tl--buffer-spec from being set and not automatically enabling the major mode. This is particularly a problem on GoToSocial, which does not currently have the endpoint implemented and instead returns a 404 HTML page, causing a JSON parsing error. This PR adds a simple check which causes the API check in mastodon-tl--spoiler to return null if it errors, thus triggering the default behavior of hiding CW'd toots until opened. | ||||
* | Merge branch 'schedule-toots' into develop | marty hiatt | 2022-11-30 | 1 | -0/+117 |
|\ | |||||
| * | edit scheduled post keybindings | marty hiatt | 2022-11-30 | 1 | -1/+4 |
| | | |||||
| * | make rescheduling without editing work, also with org-read-date | marty hiatt | 2022-11-29 | 1 | -0/+1 |
| | | |||||
| * | cancel original scheduled toot if edited/rescheduled | marty hiatt | 2022-11-29 | 1 | -4/+5 |
| | | |||||
| * | add var scheduled-id, so we can cancel it if we reschedule | marty hiatt | 2022-11-29 | 1 | -1/+2 |
| | | |||||
| * | refactor set toot properties, autoloads, docstrings, fixes | marty hiatt | 2022-11-29 | 1 | -24/+17 |
| | | |||||
| * | work on scheduling toots, editing as new, display scheduled ts | marty hiatt | 2022-11-29 | 1 | -15/+35 |
| | | |||||
| * | view, reschedule, cancel scheduled toots | marty hiatt | 2022-11-28 | 1 | -0/+98 |
| | | |||||
* | | tl.el section headings | marty hiatt | 2022-11-29 | 1 | -1/+3 |
|/ | |||||
* | Better wording for now | Nicolas P. Rougier | 2022-11-28 | 1 | -1/+1 |
| | |||||
* | Modify relative time strings such as all string are <= 12 characters | Nicolas P. Rougier | 2022-11-27 | 1 | -6/+6 |
| | |||||
* | update copyright/author attribution | marty hiatt | 2022-11-27 | 1 | -0/+1 |
| | |||||
* | remove redundant str var | marty hiatt | 2022-11-27 | 1 | -3/+3 |
| | |||||
* | autoloads and docstrings | marty hiatt | 2022-11-27 | 1 | -2/+7 |
| | |||||
* | unmute or mute a thread | marty hiatt | 2022-11-27 | 1 | -5/+24 |
| | |||||
* | add tl--mute-thread | marty hiatt | 2022-11-27 | 1 | -0/+40 |
| | |||||
* | extract endpoint to let var in --thread | marty hiatt | 2022-11-27 | 1 | -2/+3 |
| | |||||
* | add fun mastodon-tl--dm-user | marty hiatt | 2022-11-27 | 1 | -0/+10 |
| | |||||
* | nil the update-fun in buffer-spec for --thread views | marty hiatt | 2022-11-26 | 1 | -4/+3 |
| | |||||
* | Merge branch 'develop' into filter-follow-by-lang | marty hiatt | 2022-11-26 | 1 | -52/+62 |
|\ | |||||
| * | no lambdas allowed in buffer-spec update-function! | marty hiatt | 2022-11-26 | 1 | -2/+2 |
| | | |||||
| * | --set-buffer-spec everywhere(?) and include handle/instance url | marty hiatt | 2022-11-26 | 1 | -4/+9 |
| | | | | | | | | set buffer spec in view instances description | ||||
| * | remove --view-author-profile, replace with --get-toot-author | marty hiatt | 2022-11-26 | 1 | -1/+1 |
| | | |||||
| * | tl--symbol -- add media icon | marty hiatt | 2022-11-26 | 1 | -1/+1 |
| | | |||||
| * | always use mastodon-tl--symbol | marty hiatt | 2022-11-26 | 1 | -3/+3 |
| | | |||||
| * | symbols: preceding space for locked accounts, private/direct toots | marty hiatt | 2022-11-26 | 1 | -2/+2 |
| | | |||||
| * | cleanup --symbols, autoload | marty hiatt | 2022-11-26 | 1 | -31/+7 |
| | | |||||
| * | Merge branch 'develop' into HEAD | marty hiatt | 2022-11-26 | 1 | -137/+640 |
| |\ | |||||
| | * | paginate profile view followers/following with link header | marty hiatt | 2022-11-26 | 1 | -8/+15 |
| | | | |||||
| * | | use homegrown icons in tl--symbols list | marty hiatt | 2022-11-26 | 1 | -27/+17 |
| | | | |||||
| * | | Fix a missing parenthesis & added links to default icons | Nicolas P. Rougier | 2022-11-20 | 1 | -9/+18 |
| | | | |||||
| * | | Added a user customizable symbol list | Nicolas P. Rougier | 2022-11-20 | 1 | -9/+31 |
| | | | |||||
* | | | docstring | marty hiatt | 2022-11-26 | 1 | -1/+3 |
| | | | |||||
* | | | filter user posts by language. NB: we flip mastodon-iso-639-1! | marty hiatt | 2022-11-25 | 1 | -27/+62 |
| |/ |/| |