index
:
pleroma
develop
fse
stable
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
web
/
mastodon_api
/
status_view_test.exs
Age
Commit message (
Expand
)
Author
2019-02-27
Add user muted status info to MastodonAPI.
lain
2019-02-20
Add some nicer urls in status view.
lain
2019-02-11
test: de-group alias/es
Haelwenn (lanodan) Monnier
2019-02-06
tests: add a rich media card that contains all relevant fields
William Pitcock
2019-02-06
test: add some regression tests for the rich media card rendering
William Pitcock
2019-01-31
Merge branch 'features/glitch-soc-frontend' into 'develop'
Haelwenn
2019-01-28
test: update mastodon status view tests
William Pitcock
2019-01-28
[MastoAPI][GlitchAPI] Add bookmarks
Haelwenn (lanodan) Monnier
2019-01-25
Merge branch 'fix/tusky-dm' into 'develop'
kaniini
2019-01-21
Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1
Haelwenn (lanodan) Monnier
2019-01-19
Format
Maxim Filippov
2019-01-19
Add current user to mentioned
Maxim Filippov
2019-01-16
MastoAPI: Don't break on missing users.
lain
2019-01-08
add `pinned` property to `StatusView`
Egor Kislitsyn
2018-12-23
tests: add legal boilerplate
William Pitcock
2018-12-23
tests: mastodon api: add test verifying that peertube videos are correctly re...
William Pitcock
2018-12-14
fix case when tags is invalid
Maksim Pechnikov
2018-12-14
fix tags
Maksim Pechnikov
2018-12-09
fix hashtags in api response
Maksim Pechnikov
2018-12-04
update test
Maksim Pechnikov
2018-11-03
Fix formatting.
lain
2018-11-03
Test for null-content activities.
lain
2018-09-20
[Pleroma.Web.MastodonAPI.StatusView] add replies_count
Haelwenn (lanodan) Monnier
2018-09-10
Update status_view_test.exs
shadowfacts
2018-07-17
test: mastodon attachments: update for added description field
William Pitcock
2018-06-15
Pleroma.Web.MastodonAPI.StatusView: Fix status.json so it renders threads
Haelwenn (lanodan) Monnier
2018-03-30
Format the code.
lain
2018-03-27
Reduce OP fetching queries.
lain
2018-03-27
Don't try to fetch OP if none is there.
lain
2018-03-22
Clear caches on test.
lain
2018-03-16
mastodon api tests: invalidate user cache prior to importing a test reply
William Pitcock
2017-12-11
Fix some more tests.
eal
2017-11-15
MastoAPI: Make attachment ids strings.
Roger Braun
2017-11-11
MastoAPI: Fix reblog emojis.
Roger Braun
2017-10-31
MastoAPI: Include CW.
Roger Braun
2017-10-31
MastoAPI: Return id as string instead of integer.
Roger Braun
2017-10-31
MastoAPI: Always return an url for statuses.
Roger Braun
2017-10-23
MastoAPI: Add emoji output.
Roger Braun
2017-09-17
MastoAPI: Add repeats to statusview.
Roger Braun
2017-09-14
MastoAPI: fake out 'application' property.
Roger Braun
2017-09-14
MastoAPI: Also return text_url in attachments.
Roger Braun
2017-09-14
Cleanup.
Roger Braun
2017-09-14
Add media upload endpoint.
Roger Braun
2017-09-13
Allign datetime format with mastodon.
Roger Braun
2017-09-12
Remove milliseconds from mastodon api response.
Roger Braun
2017-09-12
Use hash of attachment url as id.
Roger Braun
2017-09-10
Add attachments to mastoapi statuses.
Roger Braun
2017-09-09
Add Mastodon StatusView.
Roger Braun