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-06-02
Add tests for poll view
rinpatch
2019-05-18
Mastodon API: Add support for posting polls
rinpatch
2019-05-07
- Actually use preloaded bookmarks in views
rinpatch
2019-04-27
Fix bookmarks depending on embeded object and move checking if the
rinpatch
2019-04-22
Add `pleroma.in_reply_to_account_acct` to MastoAPI status entity
rinpatch
2019-04-22
Use `User.get_cached*` everywhere
Egor
2019-04-17
Refactor all tests that acessed the embeded object
rinpatch
2019-04-17
Make credo happy
rinpatch
2019-04-17
Update functions in object fetcher for tesla and set up a proper mock for tests
rinpatch
2019-04-17
Merge branch 'develop' into feature/database-compaction
rinpatch
2018-12-04
test: fix mastodon api test failure
William Pitcock
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
2017-01-01
Provide plaintext representations of content/cw in MastoAPI
rinpatch
2019-04-02
replace `Repo.get_by(User, ap_id: ap_id)` with `User.get_by_ap_id(ap_id)`
Egor Kislitsyn
2019-03-21
mastodon api: add conversation_id extension (ref #674)
William Pitcock
2019-03-15
Extend MastoAPI to provide attachment mimetypes
rinpatch
2019-03-13
[Credo] fix Credo.Check.Readability.AliasOrder
Haelwenn (lanodan) Monnier
2019-03-11
MastoAPI StatusView: Add locality indicator.
lain
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
[next]