index
:
mastodon.el.git
master
Emacs client for fediverse servers that implement the Mastodon API.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
test: change mastodon files loading order
Abhiseck Paira
2022-01-27
1
-1
/
+1
*
|
ert-helper: load mastodon.el before -profile so mastodon-mode-map is avail
mousebot
2022-02-17
1
-1
/
+1
*
|
Merge branch 'mpv-play-at-point' into develop
mousebot
2022-02-13
1
-1
/
+1
|
\
\
|
*
\
Merge branch 'develop' into mpv-play-at-point
mousebot
2022-02-12
1
-1
/
+4
|
|
\
\
|
*
|
|
fix media-link-rendering-gif test
mousebot
2022-02-11
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'develop' of codeberg.org:martianh/mastodon.el into develop
mousebot
2022-02-12
1
-0
/
+288
|
\
\
\
|
*
|
|
Add tests for mastodon-profile.
Holger Dürer
2022-02-12
1
-0
/
+288
*
|
|
|
Merge branch 'develop' of codeberg.org:martianh/mastodon.el into develop
mousebot
2022-02-12
1
-1
/
+1
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
Fix the timer test that was broken with the recent timer fix.
Holger Dürer
2022-02-12
1
-1
/
+1
|
|
/
*
/
fix search-get-user-info test broken by follow suggestions
mousebot
2022-02-11
1
-1
/
+4
|
/
*
making a start on pinned toot tests
mousebot
2021-12-20
1
-1
/
+31
*
tests for own-toot-p
mousebot
2021-12-20
1
-21
/
+36
*
improve delete toot tests
mousebot
2021-12-20
2
-7
/
+9
*
delete toot test use temp buffer
mousebot
2021-12-20
1
-15
/
+44
*
hack attempts to test delete toot functions
mousebot
2021-12-20
1
-2
/
+39
*
add block/mute calls to test do user action function
mousebot
2021-12-20
1
-2
/
+22
*
test mastodon-tl--do-user-action-function
mousebot
2021-12-20
1
-1
/
+95
*
test mastodon-http--triage
mousebot
2021-12-20
1
-0
/
+75
*
Merge branch 'develop' into notify-when-post
mousebot
2021-12-16
10
-265
/
+532
|
\
|
*
Merge branch 'develop' into media-type
mousebot
2021-12-16
10
-607
/
+633
|
|
\
|
|
*
Make the local ert runner pass.
Holger Dürer
2021-11-10
3
-1
/
+4
|
|
*
Hamonize tests.
Holger Dürer
2021-11-10
9
-127
/
+134
|
|
*
Reformatting `mastodon-search-tests.el`.
Holger Dürer
2021-11-10
8
-511
/
+517
|
|
*
Change `mastodon-auth-test.el` to not expect errors.
Holger Dürer
2021-11-10
1
-4
/
+16
|
*
|
update mastodon-media:get-media-link-rendering{-gif}
mousebot
2021-11-09
1
-1
/
+28
|
|
/
|
*
update test mastodon-media:get-media-link-rendering with extra props
mousebot
2021-11-09
1
-2
/
+10
|
*
Reformat all code.
Holger Dürer
2021-11-06
7
-390
/
+390
|
*
add tests for -search.el
mousebot
2021-11-06
2
-0
/
+142
|
*
Fix tests.
Holger Dürer
2021-11-01
6
-19
/
+83
*
|
update mastodon-notifications--test-byline-concat for post notify
mousebot
2021-11-06
1
-1
/
+3
|
/
*
fix tests to work with my changes: bylines + notifs async
mousebot
2021-08-07
2
-30
/
+34
*
Make the test less fragile
Johnson Denen
2019-03-04
1
-1
/
+2
*
Use the email address of the current user as default (#203)
Jürgen Hötzel
2019-03-04
1
-1
/
+1
*
Clean up whitespace
Johnson Denen
2018-08-10
3
-8
/
+8
*
Give mastodon-media--inline-images a saner interface. (#191)
H Durer
2018-08-10
1
-1
/
+1
*
Adjusted mastodon-tl.el to open user profiles in emacs. (#189)
Alexander Griffith
2018-08-10
1
-4
/
+6
*
Make users handles tabstops (#188) Closes #166
H Durer
2018-08-10
1
-10
/
+65
*
Optionally use auth-source-search for fetching and saving password. (#181)
H Durer
2018-08-10
1
-15
/
+38
*
Adds the notification timeline to mastodon.el closing #34. (#178)
Alexander Griffith
2018-08-10
2
-1
/
+214
*
Support toggling content warning anywhere in the toot. (#180)
H Durer
2018-08-10
1
-1
/
+20
*
Generalizations for notifications (#174)
Alexander Griffith
2018-08-10
1
-10
/
+33
*
Recognise hashtag links and make them link to our own tag browsing functional...
Holger Durer
2018-08-10
1
-0
/
+47
*
Retoot add accts closes #155
Alexander Griffith
2018-03-05
1
-0
/
+39
*
Make "Content warning" a tab stop and toggle to show/hide the main contents. ...
H Durer
2018-03-05
1
-2
/
+60
*
Allow user to navigate interesting things in a buffer via tabbing (tab to go ...
Holger Dürer
2018-03-05
1
-14
/
+159
*
Keep track of to which instance secrets in plstore belong.
Holger Dürer
2018-03-02
2
-28
/
+59
*
Closes #152 and extends the fix for #150 as well as a host of bug fixes
Alexander Griffith
2018-02-28
1
-0
/
+22
*
Merge branch 'develop' into fix-numericp
Alexander Griffith
2018-02-26
1
-0
/
+340
|
\
|
*
Add periodic updating of the timestamp displays.
Holger Dürer
2017-06-19
1
-4
/
+290
|
*
Show the posting date in a more readable, relative to current time format.
Holger Dürer
2017-06-19
1
-0
/
+54
[prev]
[next]