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-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-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-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
2019-02-20
Reports
Egor
2019-02-20
[#468] Merged `upstream/develop`.
Ivan Tashkinov
2019-02-19
[#468] Added OAuth scopes-specific tests.
Ivan Tashkinov
2019-02-19
Add test for mastodon muting endpoints
Ekaterina Vaartis
2019-02-18
Merge branch 'features/flavour-switching' into 'develop'
kaniini
2019-02-16
Web.MastodonAPI.MastodonAPIControllerTest: Add testing of the flavour switching
Haelwenn (lanodan) Monnier
2019-02-15
Add logic for keeping follow_request_count up-to-date on the `follow`,
eugenijm
2019-02-14
Merge branch 'fix/credo-issues-test' into 'develop'
kaniini
2019-02-11
Merge branch 'develop' into feature/thread-muting
Karen Konou
2019-02-11
Refactor as per Rin's suggestions, add endpoint tests
Karen Konou
2019-02-11
test: Change `lenght(…) == 0` to `Enum.empty?(…)`
Haelwenn (lanodan) Monnier
2019-02-11
test: de-group alias/es
Haelwenn (lanodan) Monnier
2019-02-06
hide_followings was renamed to hide_followers in the FE, but never synced up ...
Mark Felder
2019-02-03
Split hide_network into hide_followers & hide_followings (fixed)
Maxim Filippov
2019-02-03
Unbreak all the tests.
lain
2019-02-01
Revert "Merge branch 'feature/split-hide-network' into 'develop'"
kaniini
2019-02-01
Merge branch 'feature/split-hide-network' into 'develop'
kaniini
2019-01-31
Merge branch 'features/glitch-soc-frontend' into 'develop'
Haelwenn
[next]