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
/
mastodon_api_controller_test.exs
Age
Commit message (
Expand
)
Author
2019-04-17
Refactor all tests that acessed the embeded object
rinpatch
2019-04-17
Added some more normalization calls all in mastodon api controller
rinpatch
2019-04-16
Merge branch 'feature/788-separate-email-addresses' into 'develop'
kaniini
2019-04-15
Merge branch 'fix/status-reblogged' into 'develop'
lambda
2019-04-15
Merge branch 'unfollow-oneself' into 'develop'
lambda
2019-04-15
Use User.get_cached_by*
eugenijm
2019-04-15
Remove inReplyToStatusId
rinpatch
2019-04-15
Handle follow/unfollow directed to themselves
eugenijm
2019-04-14
Assign reblogged in the Mastodon reblog status view
eugenijm
2019-04-13
Merge develop to 788-separate-email-addresses
Alex S
2019-04-12
Merge branch 'features/mastoapi/2.6.0-min_id-pagination' into 'develop'
lambda
2019-04-12
adding destroy multiple for mastofe
Alexander Strizhakov
2019-04-12
in_reply_to_id - null
Alexander Strizhakov
2019-04-10
Merge branch 'develop' into feature/788-separate-email-addresses
Alex S
2019-04-10
adding notify_email setting for trigger emails
Alex S
2019-04-10
Merge branch 'develop' into feature/user-status-subscriptions
Sadposter
2019-04-08
Merge branch 'feature/770-add-emoji-tags' into 'develop'
lambda
2019-04-06
Add scheduler for sending scheduled activities to the queue
eugenijm
2019-04-06
Added limits and media attachments for scheduled activities.
eugenijm
2019-04-06
Handle `scheduled_at` on status creation.
eugenijm
2019-04-06
Add scheduled activities
eugenijm
2019-04-06
Merge develop to 770-add-emoji-tags
Alex S
2019-04-05
Redirect to the referer url after mastofe authorization
Sergey Suprunenko
2019-04-05
Change relationship direction of subscriptions
Sadposter
2019-04-02
Merge branch 'feature/fake-statuses' into 'develop'
lambda
2019-04-02
Merge develop into feature/770-add-emoji-tags
Alex S
2019-04-02
Rename fake param to preview and make the tests check that the object was not...
rinpatch
2019-04-02
Merge branch 'get_by_id' into 'develop'
lambda
2019-04-02
Fix account lookup for nicknames beginning with numbers
cascode
2019-04-02
change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests
Egor Kislitsyn
2019-04-02
change `Repo.get(User, id)` => `User.get_by_id(id)`
Egor Kislitsyn
2019-04-01
Adding tag to emoji ets table
Alex S
2019-03-29
Implement fake status submit
rinpatch
2019-03-28
mastodon_api_controller.ex: Use min_id in link header instead of since_id
Haelwenn (lanodan) Monnier
2019-03-26
Add vapid_key to the `POST /api/v1/apps` response
eugenijm
2019-03-26
Add GET /api/v1/apps/verify_credentials
eugenijm
2019-03-26
Test for MastoAPI /api/v1/instance response structure (formatting fix).
Ivan Tashkinov
2019-03-26
Test for MastoAPI /api/v1/instance response structure.
Ivan Tashkinov
2019-03-18
Added support for exclude_types, limit, and min_id in Mastodon
eugenijm
2019-03-17
Allow 'rel' attribute on `<a>` link with specific values (for hashtag recogni...
Fong-Wan Chau
2019-03-13
[Credo] Change quoted string with 3+ quotes to sigils
Haelwenn (lanodan) Monnier
2019-03-13
[Credo] fix Credo.Check.Readability.AliasOrder
Haelwenn (lanodan) Monnier
2019-03-12
Merge branch 'masto-api-followers-following' into 'develop'
kaniini
2019-03-12
MastoAPI followers/following endpoints
eugenijm
2019-03-11
MastoAPI Accounts: Add fetching by nickname.
lain
2019-03-08
Allow an admin to delete a user status
eugenijm
2019-03-07
Preserve parameters in link headers (Mastodon API)
eugenijm
2019-03-04
Fix DM visibility for blocking users
eugenijm
2019-03-03
Remove follow_request_count as it's not needed for FE anymore.
eugenijm
2019-02-22
Fix private post card handling.
lain
[next]