aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* cl-remove nils rather than push for poss nil paramsmarty hiatt2024-08-081-15/+18
|
* audit the rest of search.elmarty hiatt2024-08-081-22/+24
|
* fix mastodon-notifications-getmarty hiatt2024-08-071-2/+2
|
* audit media.elmarty hiatt2024-08-071-22/+18
|
* re-write all (if x y "") clauses as (when x y), if poss.marty hiatt2024-08-066-57/+47
| | | | | we can use when inside concat, but not inside insert, nor in strings/args headed for format or propertize.
* audit 1/2 of search.elmarty hiatt2024-08-061-24/+11
|
* search.el: re-write search-accounts-querymarty hiatt2024-08-061-5/+7
|
* audit mastodon.elmarty hiatt2024-08-061-21/+22
|
* mastodon (function): only return cred acc if loading new tlmarty hiatt2024-08-061-1/+3
| | | | | if we find an existing buffer, just pop to it without getting cred acc. if user already running mastodon.el, no need to update cred acc.
* re-write mastodon-switch-to-buffermarty hiatt2024-08-061-6/+4
|
* mastodon.el: re-write mastodon-return-credential-accountmarty hiatt2024-08-061-19/+14
|
* refactor mastodon-profile--user-profile-send-updatedmarty hiatt2024-08-061-4/+2
|
* audit views.elmarty hiatt2024-08-061-29/+17
|
* views add account to list: unless handle clausesmarty hiatt2024-08-061-2/+5
| | | | to prevent unneeded requests
* add mastodon-tl--field-statusmarty hiatt2024-08-061-0/+6
|
* audit profile.elmarty hiatt2024-08-061-75/+80
|
* audit profile.el up to remove-note-headermarty hiatt2024-08-051-26/+32
|
* http: move concat params to urlmarty hiatt2024-08-051-7/+7
|
* audit notifications.elmarty hiatt2024-08-051-58/+35
|
* commentary <> for urlmarty hiatt2024-08-051-1/+1
|
* Merge branch 'audit' into developmarty hiatt2024-08-043-252/+262
|\
| * toot: audit rest of file.marty hiatt2024-08-041-24/+25
| |
| * toot: audit schedule codemarty hiatt2024-08-031-16/+18
| |
| * toot: audit poll codemarty hiatt2024-08-031-9/+9
| |
| * max attachments: move fallback into our get max funmarty hiatt2024-08-031-6/+11
| |
| * toot: re-write format-attachmentsmarty hiatt2024-08-031-20/+20
| |
| * toot: attach-media: get max attachments from instance, y-or-n-pmarty hiatt2024-08-032-20/+35
| | | | | | | | views: get-own-instance (for max attachs)
| * re-write --reply again with a cond.marty hiatt2024-08-021-17/+14
| |
| * toot: re-write view-toot-editsmarty hiatt2024-08-021-21/+22
| |
| * toot: re-write --replymarty hiatt2024-08-021-17/+10
| |
| * toot: re-write --mentionsmarty hiatt2024-08-021-4/+1
| |
| * toot: re-write mentions-to-stringmarty hiatt2024-08-021-3/+3
| |
| * audit first 1000 loc of toot.el. these are the uncontroversial editsmarty hiatt2024-08-021-103/+99
| |
| * tl: use mastodon-toot--base-toot-or-item-jsonmarty hiatt2024-08-021-2/+1
| |
| * tl--byline: handle showing edits for notifs and for TL boosts.marty hiatt2024-08-021-7/+11
| |
* | Revert "multisession var in -toot.el"marty hiatt2024-08-041-29/+21
| | | | | | | | This reverts commit 00ac9103adba722f8c2ddbd67db6b0ff6bcebc46.
* | Revert "replace persist with multisession"marty hiatt2024-08-043-15/+10
|/ | | | This reverts commit f19f3bc2735bd78bb3150b8507b6f8949108cece.
* commentarymarty hiatt2024-08-021-2/+2
|
* Merge branch 'develop' into insert-status-for-foldmarty hiatt2024-08-021-7/+10
|\
| * add underscores to user-like url regexesmarty hiatt2024-08-021-7/+10
| |
| * fix prev-item-idmarty hiatt2024-08-021-2/+2
| |
* | fix prev-item-idmarty hiatt2024-08-021-2/+2
| |
* | reimplement folding via insert body only.marty hiatt2024-08-021-87/+101
|/ | | | | | | adds a toot-body prop to body only adds toot-foldable and toot-folded props to whole toot (so can check it at byline) shouldn't add any wrong newlines adds no-byline flag to insert-status
* folding comments / action docstringmarty hiatt2024-08-012-3/+17
|
* refactor toot--toggle-bookmarkmarty hiatt2024-08-011-33/+26
|
* refactor toot--toggle-boost-or-favouritemarty hiatt2024-08-011-45/+46
|
* fix where we leave point on (un)foldingmarty hiatt2024-07-311-4/+5
|
* bind fold togglemarty hiatt2024-07-301-0/+1
|
* fold-post-togglemarty hiatt2024-07-301-0/+11
|
* small adjustments to point placement with (un)foldingmarty hiatt2024-07-301-8/+11
|