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
/
controllers
/
status_controller_test.exs
Age
Commit message (
Expand
)
Author
2020-04-22
StatusController: Ignore nil scheduled_at parameters.
lain
2020-04-13
Merge remote-tracking branch 'remotes/origin/develop' into output-of-relation...
Ivan Tashkinov
2020-04-06
Merge branch 'remake-remodel-2' into 'develop'
lain
2020-04-01
Ability to control the output of account/pleroma/relationship in statuses in ...
Ivan Tashkinov
2020-03-20
Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ...
Ivan Tashkinov
2020-03-20
Merge remote-tracking branch 'remotes/origin/develop' into clear-config-test-...
Ivan Tashkinov
2020-03-20
restrict_unauthenticated setting
Alexander Strizhakov
2020-03-19
Merge branch 'remake-remodel' into develop
lain
2020-03-18
Improved in-test config management functions.
Ivan Tashkinov
2020-03-04
MastodonController: Return 404 errors correctly.
lain
2020-03-02
Bump copyright years of files changed after 2020-01-07
Haelwenn (lanodan) Monnier
2020-02-20
Merge branch 'tests-clear-config-tweaks' into 'develop'
lain
2020-02-18
Add a test
Egor Kislitsyn
2020-02-13
Tweaks to `clear_config` calls in tests in order to prevent side effects on c...
Ivan Tashkinov
2020-02-12
Fix `status.expires_in` validation
Egor Kislitsyn
2020-02-07
Questions: Add timezone to `closed` property
Lain Soykaf
2020-01-20
StatusControllerTest: Fix typo
lain
2020-01-20
CommonAPI: Don't error out on double favs/repeats
lain
2019-12-15
OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: co...
Ivan Tashkinov
2019-11-19
[#1335] Implemented notification mutes and reblog mutes as UserRelationships....
Ivan Tashkinov
2019-11-10
[#1335] User: refactored :blocks field into :blocked_users relation.
Ivan Tashkinov
2019-11-05
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel
lain
2019-10-21
Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-d...
Ivan Tashkinov
2019-10-19
change Maksim's test description
Ariadne Conill
2019-10-19
fix test
Maksim Pechnikov
2019-10-19
added test fo Pleroma.Web.MastodonAPI.StatusController
Maksim Pechnikov
2019-10-19
StatusControllerTest: Capture log.
lain
2019-10-16
[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.
Ivan Tashkinov
2019-10-16
Introduce new ingestion pipeline structure, implement internal Likes with it.
lain
2019-10-09
Mastodon API: Return `pleroma.direct_conversation_id` when viewing a status (...
eugenijm
2019-10-02
Move `:favourites` and `:bookmarks` actions to StatusController
Egor Kislitsyn
2019-10-01
Store private announcements in object.data["announcements"], filter them on d...
Thibaut Girka
2019-10-01
Add tests for privately announcing statuses via API
Thibaut Girka
2019-09-28
status_controller.ex: Posting media status without content defined
Haelwenn (lanodan) Monnier
2019-09-28
Fix not being able to post empty statuses with attachments
rinpatch
2019-09-27
Extract scheduled statuses actions from `MastodonAPIController` to `Scheduled...
Egor Kislitsyn
2019-09-27
Move view logic from StatusController.context to StatusView and add a test
Egor Kislitsyn
2019-09-27
Move StatusController tests from MastodonAPIControllerTest to StatusControlle...
Egor Kislitsyn