Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refactor the pants off private notes functions | marty hiatt | 2023-03-16 | 1 | -27/+37 | |
| | ||||||
* | erase-buffer for profile view | marty hiatt | 2023-03-16 | 1 | -0/+1 | |
| | ||||||
* | add private note on accounts. first go. | marty hiatt | 2023-03-16 | 1 | -0/+46 | |
| | ||||||
* | note on profiles if user has requested to follow you | marty hiatt | 2023-03-14 | 1 | -5/+10 | |
| | ||||||
* | with-current-buffer for use-local-map calls | marty hiatt | 2023-03-14 | 1 | -2/+3 | |
| | ||||||
* | lsp corrections: lambdas, if to when, etc. | marty hiatt | 2023-03-14 | 1 | -2/+2 | |
| | ||||||
* | replace with-output-to-temp-buffer with with-current-buffer calls | marty hiatt | 2023-03-08 | 1 | -82/+83 | |
| | ||||||
* | require parse-time | marty hiatt | 2023-02-20 | 1 | -0/+1 | |
| | ||||||
* | autoloads, flychecks | marty hiatt | 2023-02-19 | 1 | -0/+4 | |
| | ||||||
* | more cases to use buffer-type-eq | marty hiatt | 2023-02-19 | 1 | -10/+9 | |
| | ||||||
* | docstrings/flychecks | marty hiatt | 2023-01-28 | 1 | -1/+1 | |
| | ||||||
* | profile--format-joined-date-string - don't use ts.el to format | mouse | 2023-01-21 | 1 | -5/+2 | |
| | ||||||
* | customize number of posts displayed in a timeline or account view | marty hiatt | 2023-01-11 | 1 | -1/+2 | |
| | | | | FIXES #363 | |||||
* | confirm update profile note if > 500 chars | marty hiatt | 2022-11-28 | 1 | -5/+14 | |
| | | | | mastodon server sets a 500 char max, but forks and other servers may not. | |||||
* | live count for update profile note, + confirm cancel | marty hiatt | 2022-11-28 | 1 | -9/+46 | |
| | ||||||
* | add remove-from-followers via list of 100 followers. | marty hiatt | 2022-11-28 | 1 | -7/+26 | |
| | ||||||
* | simplify remove from followers | marty hiatt | 2022-11-28 | 1 | -19/+1 | |
| | ||||||
* | Merge branch 'develop' into remove-from-followers | marty hiatt | 2022-11-28 | 1 | -22/+37 | |
|\ | ||||||
| * | update copyright/author attribution | marty hiatt | 2022-11-27 | 1 | -0/+2 | |
| | | ||||||
| * | no lambdas allowed in buffer-spec update-function! | marty hiatt | 2022-11-26 | 1 | -1/+0 | |
| | | ||||||
| * | --set-buffer-spec everywhere(?) and include handle/instance url | marty hiatt | 2022-11-26 | 1 | -1/+8 | |
| | | | | | | | | set buffer spec in view instances description | |||||
| * | remove --view-author-profile, replace with --get-toot-author | marty hiatt | 2022-11-26 | 1 | -8/+0 | |
| | | ||||||
| * | symbols: preceding space for locked accounts, private/direct toots | marty hiatt | 2022-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | cleanup --symbols, autoload | marty hiatt | 2022-11-26 | 1 | -3/+2 | |
| | | ||||||
| * | paginate profile view followers/following with link header | marty hiatt | 2022-11-26 | 1 | -10/+26 | |
| | | ||||||
* | | don't require match for handle at point | marty hiatt | 2022-11-25 | 1 | -1/+2 | |
| | | ||||||
* | | actually make remove-from-followers work | marty hiatt | 2022-11-25 | 1 | -7/+8 | |
| | | ||||||
* | | Merge branch 'develop' into remove-from-followers | marty hiatt | 2022-11-25 | 1 | -3/+6 | |
|\| | ||||||
| * | tweak joined date newlines printing + test | marty hiatt | 2022-11-25 | 1 | -3/+6 | |
| | | ||||||
* | | draft remove-from-followers | marty hiatt | 2022-11-24 | 1 | -0/+49 | |
|/ | ||||||
* | no blank lines in docstrings in profile.el | marty hiatt | 2022-11-24 | 1 | -7/+2 | |
| | ||||||
* | docstrings and autoloads | marty hiatt | 2022-11-24 | 1 | -3/+5 | |
| | ||||||
* | Merge branch 'params-always-in-http-el' into develop | marty hiatt | 2022-11-24 | 1 | -13/+15 | |
|\ | ||||||
| * | params always in http.el, only ever send alists from elsewhere. | marty hiatt | 2022-11-21 | 1 | -13/+15 | |
| | | | | | | | | probably incomplete but mostly done. | |||||
* | | move add account to list profile to profile.el, + readme | marty hiatt | 2022-11-23 | 1 | -0/+11 | |
| | | ||||||
* | | refactor mastodon-profile--format-joined-date-string | marty hiatt | 2022-11-22 | 1 | -7/+10 | |
|/ | ||||||
* | add fun to display profile statuses without boosts | marty hiatt | 2022-11-21 | 1 | -6/+18 | |
| | ||||||
* | add joined date to profile pages | marty hiatt | 2022-11-21 | 1 | -2/+12 | |
| | ||||||
* | paginate bookmarks timeline (3/4 working?) | marty hiatt | 2022-11-21 | 1 | -1/+2 | |
| | | | | | | | seems tl--more seems to repeat bookmarks after 3-4 loads. a similar issue was solved with favourites, but it was always after 2nd load. and we are using the fixed code here already. i have many more favourites than bookmarks. but still it would be nice to not seem to load more when we hit the end. | |||||
* | profile.el: -- separator for all function names | marty hiatt | 2022-11-18 | 1 | -21/+21 | |
| | ||||||
* | profile--add-author-bylines -- still print avatar byline-author | marty hiatt | 2022-11-17 | 1 | -1/+2 | |
| | ||||||
* | change foll-reqs view reject binding to 'j', like notifs view | marty hiatt | 2022-11-13 | 1 | -1/+4 | |
| | | | | then 'r' is only ever used for reply, even tho not avail in fr view | |||||
* | comment profile 's' and 'g' view followers/-ing bindings | marty hiatt | 2022-11-13 | 1 | -2/+5 | |
| | | | | | | 's' conflicts with translate-toot-at-point. C-c C-c does the job anyway | |||||
* | flycheck -profile / profile--toot-json todos | marty hiatt | 2022-11-12 | 1 | -2/+8 | |
| | ||||||
* | GET verify_cred not PATCH update_creds for fetch profile note | marty hiatt | 2022-11-10 | 1 | -2/+2 | |
| | ||||||
* | FIX update profile note - params alist format | marty hiatt | 2022-11-10 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'headers' into develop | marty hiatt | 2022-11-10 | 1 | -12/+14 | |
|\ | ||||||
| * | relationships in print profile buffer - get json list not vect | marty hiatt | 2022-11-09 | 1 | -5/+4 | |
| | | ||||||
| * | add headers arg to http--process-json and --get-json-async | marty hiatt | 2022-11-05 | 1 | -1/+2 | |
| | | ||||||
| * | display profile header image [rough start] | marty hiatt | 2022-11-04 | 1 | -6/+8 | |
| | | | | | | | | plant header image to right of avatar |