aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'develop' into media-typemousebot2021-12-1610-607/+633
| |\
| | * Make the local ert runner pass.Holger Dürer2021-11-103-1/+4
| | * Hamonize tests.Holger Dürer2021-11-109-127/+134
| | * Reformatting `mastodon-search-tests.el`.Holger Dürer2021-11-108-511/+517
| | * Change `mastodon-auth-test.el` to not expect errors.Holger Dürer2021-11-101-4/+16
| * | update mastodon-media:get-media-link-rendering{-gif}mousebot2021-11-091-1/+28
| |/
| * update test mastodon-media:get-media-link-rendering with extra propsmousebot2021-11-091-2/+10
| * Reformat all code.Holger Dürer2021-11-067-390/+390
| * add tests for -search.elmousebot2021-11-062-0/+142
| * Fix tests.Holger Dürer2021-11-016-19/+83
* | update mastodon-notifications--test-byline-concat for post notifymousebot2021-11-061-1/+3
|/
* fix tests to work with my changes: bylines + notifs asyncmousebot2021-08-072-30/+34
* Make the test less fragileJohnson Denen2019-03-041-1/+2
* Use the email address of the current user as default (#203)Jürgen Hötzel2019-03-041-1/+1
* Clean up whitespaceJohnson Denen2018-08-103-8/+8
* Give mastodon-media--inline-images a saner interface. (#191)H Durer2018-08-101-1/+1
* Adjusted mastodon-tl.el to open user profiles in emacs. (#189)Alexander Griffith2018-08-101-4/+6
* Make users handles tabstops (#188) Closes #166H Durer2018-08-101-10/+65
* Optionally use auth-source-search for fetching and saving password. (#181)H Durer2018-08-101-15/+38
* Adds the notification timeline to mastodon.el closing #34. (#178)Alexander Griffith2018-08-102-1/+214
* Support toggling content warning anywhere in the toot. (#180)H Durer2018-08-101-1/+20
* Generalizations for notifications (#174)Alexander Griffith2018-08-101-10/+33
* Recognise hashtag links and make them link to our own tag browsing functional...Holger Durer2018-08-101-0/+47
* Retoot add accts closes #155Alexander Griffith2018-03-051-0/+39
* Make "Content warning" a tab stop and toggle to show/hide the main contents. ...H Durer2018-03-051-2/+60
* Allow user to navigate interesting things in a buffer via tabbing (tab to go ...Holger Dürer2018-03-051-14/+159
* Keep track of to which instance secrets in plstore belong.Holger Dürer2018-03-022-28/+59
* Closes #152 and extends the fix for #150 as well as a host of bug fixesAlexander Griffith2018-02-281-0/+22
* Merge branch 'develop' into fix-numericpAlexander Griffith2018-02-261-0/+340
|\
| * Add periodic updating of the timestamp displays.Holger Dürer2017-06-191-4/+290
| * Show the posting date in a more readable, relative to current time format.Holger Dürer2017-06-191-0/+54
| * Catch any errors thrown during url-retrieve.Holger Dürer2017-06-191-0/+18
* | Added tests to ensure that ids passed to mastodon-tl--updated-json and masto...alexjgriffith2018-02-251-0/+20
* | Catch any errors thrown during url-retrieve.Holger Dürer2017-06-191-0/+18
|/
* Remove most byte-compile warnings.Holger Dürer2017-05-183-23/+23
* Putting buffer name and update function in buffer local varalexjgriffith2017-05-181-44/+0
* Fix for #84Alexander Griffith2017-05-181-1/+45
* Add tests for mastodon-media.elHolger Dürer2017-05-122-0/+181
* Move the rendering of images fully into mastodon-media.el and use default ima...Holger Dürer2017-05-101-6/+46
* Add the time of posting to the byline.Holger Dürer2017-04-281-0/+178
* Add mastodon-media to test helperJohnson Denen2017-04-241-0/+1
* Close #52 with mastodon-tl--more functionJohnson Denen2017-04-232-0/+8
* Group API endpoint function with mastodon-httpJohnson Denen2017-04-231-1/+1
* Clean up tests and update DOCSTRINGsJohnson Denen2017-04-233-35/+13
* Rewrite mastodon-authJohnson Denen2017-04-233-129/+37
* Use Cask to run tests in TravisCIJohnson Denen2017-04-238-13/+6
* Add mastodon-client featureJohnson Denen2017-04-231-0/+76
* Retrieve home timeline with `mastodon' functionJohnson Denen2017-04-141-0/+16
* Use synchronous calls for simpler JSON parsingJohnson Denen2017-04-141-2/+3
* Add GET functionJohnson Denen2017-04-141-0/+10