aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
Commit message (Collapse)AuthorAgeFilesLines
...
* with-mastodon-buffer macromarty hiatt2023-05-031-89/+87
|
* flychecksmarty hiatt2023-04-301-1/+1
|
* replace hypen horiz-bars with unicode masto-tl--horiz-bar if possmarty hiatt2023-03-231-5/+5
|
* adjust spacing for TOOTS in profile viewmarty hiatt2023-03-211-2/+2
|
* fix acccount-view-cycle and tl--get-buffer-type to handle profile views sans ↵marty hiatt2023-03-211-3/+3
| | | | boosts
* add unique buffer name to profile statuses without boostsmarty hiatt2023-03-211-2/+8
|
* document JOINED, remove ts from profile.elmarty hiatt2023-03-211-2/+3
|
* manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-4/+4
| | | | thanks stephan!
* use tl--property 'prop :no-move. FIX #416marty hiatt2023-03-211-3/+3
|
* add no-move arg to --property, rename --grab-profile-jsonmarty hiatt2023-03-211-9/+4
|
* profile.el autoloadsmarty hiatt2023-03-201-7/+1
|
* remove unused codemarty hiatt2023-03-201-4/+3
|
* rename mastodon-tl-map-alist-to-alist to mastodon-tl--map-alist-vals-to-alistmarty hiatt2023-03-191-2/+2
|
* refactor tl--map-alist-to-alistmarty hiatt2023-03-191-9/+2
|
* map-get-accts > map-alist, handle no results for fam follsmarty hiatt2023-03-191-8/+8
| | | | use tl--map-alist in views.el
* factor grab-profile-json, and handle familiar followers. FIX #404marty hiatt2023-03-191-5/+37
|
* sort all autoloadsmarty hiatt2023-03-191-25/+26
| | | | sort autoloads in profile.el
* factor out mastodon-views.el for minor viewsmarty hiatt2023-03-181-49/+2
| | | | | | | | | | | | | | | These are currently lists, follow suggestions, filters, scheduled toots, follow requests, and instance descriptions. fix remanant tl fun names in views stray views fun rename in notifs.el stray views funs in notifs stray views funs in toot.el views file commentary
* profile.el: autoload and docstringmarty hiatt2023-03-181-2/+4
|
* private notes: fetch and show existing private note by defaultmarty hiatt2023-03-161-7/+9
|
* refactor the pants off private notes functionsmarty hiatt2023-03-161-27/+37
|
* erase-buffer for profile viewmarty hiatt2023-03-161-0/+1
|
* add private note on accounts. first go.marty hiatt2023-03-161-0/+46
|
* note on profiles if user has requested to follow youmarty hiatt2023-03-141-5/+10
|
* with-current-buffer for use-local-map callsmarty hiatt2023-03-141-2/+3
|
* lsp corrections: lambdas, if to when, etc.marty hiatt2023-03-141-2/+2
|
* replace with-output-to-temp-buffer with with-current-buffer callsmarty hiatt2023-03-081-82/+83
|
* require parse-timemarty hiatt2023-02-201-0/+1
|
* autoloads, flychecksmarty hiatt2023-02-191-0/+4
|
* more cases to use buffer-type-eqmarty hiatt2023-02-191-10/+9
|
* docstrings/flychecksmarty hiatt2023-01-281-1/+1
|
* profile--format-joined-date-string - don't use ts.el to formatmouse2023-01-211-5/+2
|
* customize number of posts displayed in a timeline or account viewmarty hiatt2023-01-111-1/+2
| | | | FIXES #363
* confirm update profile note if > 500 charsmarty hiatt2022-11-281-5/+14
| | | | mastodon server sets a 500 char max, but forks and other servers may not.
* live count for update profile note, + confirm cancelmarty hiatt2022-11-281-9/+46
|
* add remove-from-followers via list of 100 followers.marty hiatt2022-11-281-7/+26
|
* simplify remove from followersmarty hiatt2022-11-281-19/+1
|
* Merge branch 'develop' into remove-from-followersmarty hiatt2022-11-281-22/+37
|\
| * update copyright/author attributionmarty hiatt2022-11-271-0/+2
| |
| * no lambdas allowed in buffer-spec update-function!marty hiatt2022-11-261-1/+0
| |
| * --set-buffer-spec everywhere(?) and include handle/instance urlmarty hiatt2022-11-261-1/+8
| | | | | | | | set buffer spec in view instances description
| * remove --view-author-profile, replace with --get-toot-authormarty hiatt2022-11-261-8/+0
| |
| * symbols: preceding space for locked accounts, private/direct tootsmarty hiatt2022-11-261-1/+1
| |
| * cleanup --symbols, autoloadmarty hiatt2022-11-261-3/+2
| |
| * paginate profile view followers/following with link headermarty hiatt2022-11-261-10/+26
| |
* | don't require match for handle at pointmarty hiatt2022-11-251-1/+2
| |
* | actually make remove-from-followers workmarty hiatt2022-11-251-7/+8
| |
* | Merge branch 'develop' into remove-from-followersmarty hiatt2022-11-251-3/+6
|\|
| * tweak joined date newlines printing + testmarty hiatt2022-11-251-3/+6
| |
* | draft remove-from-followersmarty hiatt2022-11-241-0/+49
|/