| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
we use this so that things don't break when (mastodon-tl--get-buffer-property
'update-params) is called when update-params is not set, which causes an
error.
we might also just remove the error call in that function and return nil if a
buffer prop is not set.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- store the http parameters used to load and update the current view in
`mastodon-tl--buffer-spec`
- `mastodon-tl--updated-json` - fetch and use stored parameters
for now, local TL, and filtered notifications rely on this
tl--more-json-async: handle update-params properly
updated-json /more-json-async: fall back to args if no params
update docstrings and code commends regarding update-params
in buffer-spec
|
|/ / |
|
| |
| |
| |
| | |
FIX #326
|
|\ \
| | |
| | |
| | |
| | |
| | | |
from tsdh/mastodon.el:fix-flymake-warnings into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/368
|
|/ / |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
tsdh/mastodon.el:fix-after-update-marker into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/366
|
|/ |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
Set a marker (mastodon-tl--before-update-marker) before updating the buffer and
reset point's position there afterwards.
|
| |
| |
| |
| |
| |
| | |
fixes #352
we should almost always have faves and other tls, but not always things like bookmarks.
|
| |
| |
| |
| | |
This reverts commit 0eeb429d3531a3c11cc9ea3c3aef258b7c671edb.
|
| | |
|
| |
| |
| |
| |
| |
| | |
fixes #352
we should almost always have faves and other tls, but not always things like bookmarks.
|
| |
| |
| |
| | |
This reverts commit 0eeb429d3531a3c11cc9ea3c3aef258b7c671edb.
|
|/
|
|
| |
actually fix Local pagination with tl--more* etc
|
| |
|
|\
| |
| |
| |
| |
| | |
non-nil' (#356) from tohojo/mastodon.el:conditional-scheduled into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/356
|
|/
|
|
|
|
|
|
|
| |
The Pleroma server software can't handle the scheduled_at parameter being
set to anything other than a valid datetime, even an empty value. To work
around this, change mastodon-toot--send to only add the parameter to the
list of args if its non-nil.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
|\
| |
| |
| |
| |
| | |
mentions' (#343) from emocoder/mastodon.el:fix-two-spaces-in-reply into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/343
|
| |\
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
sigkill/mastodon.el:no-message into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/361
|
| | |
| | |
| | |
| | | |
This breaks if it contains any % characters.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
anticomputer/mastodon.el:develop into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/360
|
|/ /
| |
| |
| |
| |
| |
| | |
Prevent empty string shortcodes from creating dotfiles inside the
custom emoji download dir to prevent e.g. ".envrc" and other such
contextual dotfiles from being created in the legitimate download
location.
|
| | |
|
| | |
|
| |\
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
api query' (#347) from stellarskylark/mastodon.el:develop into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/347
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
length' (#346) from sachac/mastodon.el:max-length into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/346
|
|/ /
| |
| |
| |
| | |
* lisp/mastodon-toot.el (mastodon-toot--send): Use
mastodon-toot--count-toot-chars instead of length.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
this prevents matching when we have type words after a handle/tag
(forward-whitespace -1) places point before the previous space. placing it
after doesn't work, it breaks some completion cases.
|
| | |
|
|\ \ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|