aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
Commit message (Collapse)AuthorAgeFilesLines
...
| | * masto mode map: 'g' calls --updatemarty hiatt2022-11-211-0/+2
| | |
| * | masto mode map: 'g' calls --updatemarty hiatt2022-11-211-1/+2
| | | | | | | | | | | | also remove notifs-get from same key in notifs map, for consistency
| * | make mastodon-notifications-get a global functionmarty hiatt2022-11-211-2/+24
| |/ | | | | | | | | | | | | | | | | so we can view notifs without first openin other masto buffers - move it to mastodon.el - autoload cookie - rename all instances - pray the keymap works
* | mastodon-url-lookupmarty hiatt2022-11-211-1/+1
| |
* | Merge branch 'develop'marty hiatt2022-11-211-10/+14
|\|
| * display edit timestamp in byline, function to view toot historymarty hiatt2022-11-211-0/+2
| |
| * docstrings + autoloadsmarty hiatt2022-11-211-1/+5
| |
| * edit toot at pointmarty hiatt2022-11-211-0/+2
| | | | | | | | | | | | edit from notifs we fetch 'base-toot or 'toot-json
| * fix merge remnantsmarty hiatt2022-11-191-3/+0
| |
| * Merge branch 'develop' into listsmarty hiatt2022-11-191-2/+6
| |\
| | * -- separator for profile/tl funs in other filesmarty hiatt2022-11-181-2/+2
| | |
| | * add notifications--get-mentionsmarty hiatt2022-11-171-0/+1
| | | | | | | | | | | | fix endpoint arg in init-sync
| * | Merge branch 'develop' into listsmarty hiatt2022-11-161-6/+0
| |\|
| | * notifications - use local map with foll-req acc/rejmarty hiatt2022-11-161-6/+0
| | | | | | | | | | | | this way we can remove these bindings from mastodon mode map
| * | list view, keymaps, actionsmarty hiatt2022-11-161-0/+1
| | |
| * | docstrings and commentsmarty hiatt2022-11-161-1/+1
| |/
| * remove commented autoloads from mastodon.elmarty hiatt2022-11-141-9/+0
| |
| * remove call to shr-browse-url for non-masto URLsmarty hiatt2022-11-141-3/+6
| |
* | remove commented autoloads from mastodon.elmarty hiatt2022-11-141-9/+0
| |
* | remove call to shr-browse-url for non-masto URLsmarty hiatt2022-11-141-3/+6
| |
* | Merge branch 'develop'marty hiatt2022-11-131-1/+2
|\|
| * add guppe groupe regex to --masto-url-p, lookup broken thomarty hiatt2022-11-111-1/+2
| |
* | Merge branch 'develop'marty hiatt2022-11-051-4/+8
|\|
| * boilerplatemarty hiatt2022-11-051-1/+3
| |
| * edit header prop line for melpamarty hiatt2022-11-051-1/+1
| |
| * use ts library to format poll expirymarty hiatt2022-11-051-1/+1
| |
| * flycheck requires / thingatpt funmarty hiatt2022-11-051-1/+3
| |
| * add persist dep to mastodon.el file explicitlymarty hiatt2022-09-191-1/+1
| |
* | autoload profile-account-settings in mastodon.elmarty hiatt2022-10-151-0/+1
| |
* | add persist dep to mastodon.el file explicitlymarty hiatt2022-09-191-1/+1
|/
* url-lookup: shr-browse-url in masto-mode, otherwise browse-urlmarty hiatt2022-09-121-1/+3
|
* improve masto-url-p regexes for usersmarty hiatt2022-09-121-1/+3
|
* autoloads/requires/mode hook in mastodon.elmarty hiatt2022-09-101-2/+5
|
* customize option to display orig toot when replyingmarty hiatt2022-09-061-0/+1
|
* improve masto-url-p regexesmarty hiatt2022-09-031-31/+31
|
* docstringmarty hiatt2022-09-031-1/+2
|
* url-lookup: fix loading profile fun: just use the search JSONmarty hiatt2022-09-031-3/+2
|
* get-text-property, coz our tl--property requres masto buffermarty hiatt2022-09-031-1/+1
|
* rough regex check for fedi URLsmarty hiatt2022-09-031-18/+37
|
* work on url-lookupmarty hiatt2022-09-031-9/+11
|
* url-lookup: read-string if no arg or url at pointmarty hiatt2022-09-031-2/+5
|
* mastodon.el - require mastodon-httpmarty hiatt2022-09-031-0/+1
|
* move url-lookup to mastodon.elmarty hiatt2022-09-031-0/+28
|
* fix trending tags fun name + autoload in mastodon.elmarty hiatt2022-09-021-0/+1
|
* bump version in boilerplatemarty hiatt2022-08-271-3/+3
|
* update dependencies, request version consistencymarty hiatt2022-08-271-1/+1
|
* autoloads, flycheckmarty hiatt2022-08-271-1/+2
|
* Merge pull request '2FA login support' (#255) from ↵martianh2022-03-231-1/+29
|\ | | | | | | | | | | Red_Starfish/mastodon-up.el:login into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/255
| * auth: make old mastodon.el users awareAbhiseck Paira2022-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most old users of the mastodon.el wouldn't know about the introduction of new variable `mastodon-active-user'[1]. Our goal is to make them aware. Set the default value of [1] to nil. This way we can know that the user hasn't set [1] properly because user is unaware of it. In the definition of `mastodon-auth--access-token', check [1]'s value and if it's null, explain to the user about the new situation. Finally signal the error "Variables not set properly". We have considered the possibility of automating the process but since the new login mechanism depends on setting [1] *in the init file*, the only way to automate it would be to write to user's init file which we consider to be very rude and shouldn't be done by this package.
| * update copyright holder infoAbhiseck Paira2022-01-171-0/+1
| | | | | | | | | | Update Copyright holder info for files that have undergone non trivial changes.