Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | readme clean up | marty hiatt | 2022-08-31 | 1 | -5/+0 | |
| | | | ||||||
| * | | remove default-visibility defcustom | marty hiatt | 2022-08-31 | 1 | -12/+0 | |
| | | | ||||||
| * | | respect toot visibility setting from the server | marty hiatt | 2022-08-31 | 1 | -1/+8 | |
| | | | ||||||
| * | | get and set account preference functions | marty hiatt | 2022-08-31 | 1 | -2/+24 | |
| | | | ||||||
| * | | http--patch: make general function, not just for note | marty hiatt | 2022-08-31 | 2 | -12/+9 | |
| | | | | | | | | | | | | - this way we can build funs to change basic account options. | |||||
| * | | buffer-spec for search buffers (so following works) | marty hiatt | 2022-08-31 | 1 | -0/+5 | |
| | | | ||||||
| * | | view brief prefs fun | marty hiatt | 2022-08-31 | 1 | -0/+20 | |
| | | | ||||||
| * | | http--api in -profile.el | marty hiatt | 2022-08-31 | 1 | -4/+2 | |
| | | | ||||||
| * | | autoload | marty hiatt | 2022-08-30 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge branch 'main' into develop | marty hiatt | 2022-08-30 | 6 | -19/+61 | |
| |\ \ | ||||||
| * | | | readme CI status | marty hiatt | 2022-08-27 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Merge branch 'woodpecker' into develop | marty hiatt | 2022-08-27 | 2 | -3/+3 | |
| |\ \ \ | ||||||
* | | | | | readme contributors | marty hiatt | 2022-08-31 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'main' of codeberg.org:martianh/mastodon.el | marty hiatt | 2022-08-31 | 0 | -0/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | readme contributors | marty hiatt | 2022-08-31 | 1 | -3/+14 | |
| | |_|_|/ | |/| | | | ||||||
* / | | | | readme contributors | marty hiatt | 2022-08-31 | 1 | -3/+15 | |
|/ / / / | ||||||
* | | | | readme clean up | marty hiatt | 2022-08-31 | 1 | -5/+0 | |
| | | | | ||||||
* | | | | autoload | marty hiatt | 2022-08-30 | 1 | -0/+1 | |
| |_|/ |/| | | ||||||
* | | | clear notification(s) functions | marty hiatt | 2022-08-30 | 1 | -0/+28 | |
| | | | ||||||
* | | | autoload for search-tags-query for tags completion | marty hiatt | 2022-08-30 | 1 | -0/+1 | |
| | | | ||||||
* | | | RET on byline to view profile. | marty hiatt | 2022-08-29 | 2 | -2/+12 | |
| | | | | | | | | | | | | - no more need to tab to handle | |||||
* | | | readme CI status | marty hiatt | 2022-08-27 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge branch 'woodpecker' | marty hiatt | 2022-08-27 | 2 | -3/+3 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | test profile buffer for - change time stamp for woodpecker | marty hiatt | 2022-08-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | update ert-helper to load all tests files | marty hiatt | 2022-08-27 | 2 | -1/+9 | |
| | | | ||||||
| * | | masto notifs tests filename correct | marty hiatt | 2022-08-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | woodpecker cask install deps | marty hiatt | 2022-08-27 | 1 | -1/+3 | |
| | | | ||||||
| * | | Cask request dep version | marty hiatt | 2022-08-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | bump version in boilerplate | marty hiatt | 2022-08-27 | 13 | -16/+16 | |
| | | | ||||||
| * | | update dependencies, request version consistency | marty hiatt | 2022-08-27 | 2 | -2/+2 | |
| | | | ||||||
| * | | woodpecker CI add | marty hiatt | 2022-08-27 | 2 | -22/+5 | |
| | | | ||||||
* | | | Merge branch 'develop' | marty hiatt | 2022-08-27 | 8 | -76/+224 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | update ert-helper to load all tests files | marty hiatt | 2022-08-27 | 2 | -1/+9 | |
| | | | ||||||
| * | | masto notifs tests filename correct | marty hiatt | 2022-08-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | woodpecker CI add | marty hiatt | 2022-08-27 | 2 | -22/+7 | |
| | | | | | | | | | | | | woodpecker cask install deps | |||||
| * | | bump version in boilerplate | marty hiatt | 2022-08-27 | 13 | -16/+16 | |
| | | | ||||||
| * | | update dependencies, request version consistency | marty hiatt | 2022-08-27 | 2 | -2/+2 | |
| |/ | ||||||
| * | autoloads, flycheck | marty hiatt | 2022-08-27 | 4 | -5/+9 | |
| | | ||||||
| * | readme re completion | marty hiatt | 2022-08-26 | 1 | -3/+5 | |
| | | ||||||
| * | refactor completion functions for two backends | marty hiatt | 2022-08-26 | 1 | -55/+82 | |
| | | ||||||
| * | completion customizes edit for handling tags completion | marty hiatt | 2022-08-26 | 2 | -4/+10 | |
| | | ||||||
| * | implement tags company completion | marty hiatt | 2022-08-23 | 2 | -4/+52 | |
| | | ||||||
| * | flycheck and docstrings | marty hiatt | 2022-08-20 | 2 | -12/+23 | |
| | | ||||||
| * | comment unused toot var in bookmark fun | marty hiatt | 2022-08-20 | 1 | -18/+18 | |
| | | ||||||
| * | Merge branch 'single-toot-view' into develop | marty hiatt | 2022-08-20 | 1 | -10/+56 | |
| |\ | ||||||
| | * | --thread: detailed-p for current toot in thread context | marty hiatt | 2022-08-04 | 1 | -5/+5 | |
| | | | | | | | | | | | | and load single toot if no thread | |||||
| | * | add single toot view | marty hiatt | 2022-07-29 | 1 | -5/+51 | |
| | | | | | | | | | | | | | | | | | | - add detailed-p optional args to --byline, --insert-status --toot - for now, --byline just prints the app used if detailed-p - mastodon-tl--single-toot new fun to display | |||||
* | | | update ert-helper to load all tests files | marty hiatt | 2022-08-27 | 2 | -1/+9 | |
| | | | ||||||
* | | | woodpecker CI add | marty hiatt | 2022-08-27 | 2 | -22/+7 | |
| | | | | | | | | | | | | woodpecker cask install deps | |||||
* | | | readme | marty hiatt | 2022-08-21 | 1 | -17/+16 | |
| | | |