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
Age
Commit message (
Expand
)
Author
2019-04-18
Fix my incorrect search test fix
rinpatch
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
Added some more normalization calls all in mastodon api controller
rinpatch
2019-04-17
Merge branch 'develop' into feature/database-compaction
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-10
Merge branch 'notification-pleroma-settings' into 'develop'
kaniini
2019-04-05
Change relationship direction of subscriptions
Sadposter
2019-04-02
Merge branch 'feature/fake-statuses' into 'develop'
lambda
2019-04-02
Merge branch 'get_by_id' into 'develop'
lambda
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
replace `Repo.get_by(User, ap_id: ap_id)` with `User.get_by_ap_id(ap_id)`
Egor Kislitsyn
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-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-28
Add PUT /api/pleroma/notification_settings endpoint
eugenijm
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-21
mastodon api: add conversation_id extension (ref #674)
William Pitcock
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-15
Fix tests to assume reblogs shown by default
Karen Konou
2019-03-15
Merge branch 'mastoapi/mime_type' into 'develop'
Haelwenn
2019-03-15
Extend MastoAPI to provide attachment mimetypes
rinpatch
2019-03-15
Add `is_seen` to MastoAPI notifications, extract rendering logic into separat...
eugenijm
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-11
MastoAPI StatusView: Add locality indicator.
lain
[next]