Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-26 | Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers ↵ | Egor Kislitsyn | |
and test/web/mastodon_api/views | |||
2019-08-14 | Fix tests | Egor Kislitsyn | |
2019-08-09 | Mastodon API: Set follower/following counters to 0 when hiding | rinpatch | |
followers/following is enabled We are already doing that in AP representation, so I think we should do it here as well for consistency. | |||
2019-07-24 | Add `domain_blocking` to the relationship API (GET ↵ | Eugenij | |
/api/v1/accounts/relationships) | |||
2019-07-16 | Add `pleroma.deactivated` to the Account entity (Mastodon API) | Eugenij | |
2019-07-16 | Add the `blocked_by` attribute to the relationship API (`GET ↵ | Eugenij | |
/api/v1/accounts/relationships`) | |||
2019-06-18 | Mastodon API: Sanitize display names | rinpatch | |
Closes #1000 | |||
2019-06-13 | AccountView: Add user background. | lain | |
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-04 | Merge branch 'generic-fe-settings' into 'develop' | kaniini | |
Generic settings store for frontend user settings See merge request pleroma/pleroma!1221 | |||
2019-06-03 | fix tests | Maksim Pechnikov | |
2019-05-31 | AccountView: settings -> settings_store | lain | |
2019-05-31 | User: Add settings store to Info, AccountView | lain | |
This is to provide a generic frontend settings storage mechanism for all kinds of frontends. | |||
2019-05-26 | tests: chase remote/local removal | William Pitcock | |
2019-05-25 | tests: chase notification setting changes | William Pitcock | |
2019-05-22 | MastoAPI AccountView: fill source.note with plaintext version of note | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/926 | |||
2019-04-25 | Move settings to Source subentity | rinpatch | |
2019-04-24 | Fix leaking private configuration parameters in Mastodon and Twitter APIs, ↵ | rinpatch | |
and add new configuration parameters to Mastodon API This patch: - Fixes `rights` in twitterapi ignoring `show_role` - Fixes exposing default scope of the user to anyone in Mastodon API - Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674) Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs | |||
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-10 | Merge branch 'develop' into feature/user-status-subscriptions | Sadposter | |
2019-04-05 | Change relationship direction of subscriptions | Sadposter | |
2019-03-28 | Add PUT /api/pleroma/notification_settings endpoint | eugenijm | |
2019-03-15 | Fix tests to assume reblogs shown by default | Karen Konou | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-27 | mastodon api: embed relationship card under account card for Pleroma FE ↵ | William Pitcock | |
convenience | |||
2019-01-27 | Web.MastodonAPI.AccountView: Add is_moderator and is_admin | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/557 | |||
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-18 | [#114] Added `pleroma.confirmation_pending` to user views, adjusted view tests. | Ivan Tashkinov | |
2018-12-06 | [#394] User view (Twitter & Mastadon API): wrapped "tags" in "pleroma" map. | Ivan Tashkinov | |
2018-12-06 | [#394] View tests fix. | Ivan Tashkinov | |
2018-11-20 | mastodon api: account view: fix tests | William Pitcock | |
2018-09-20 | [Pleroma.Web.MastodonAPI.AccountView]: relationship.json: fake endorsed ↵ | Haelwenn (lanodan) Monnier | |
value (false) | |||
2018-09-07 | Mastodon API: Add unsupported attributes to relationship responses | Martin Kühl | |
These attributes are documented as required by the Mastodon API. Since we don’t support them (I think?), respond with default values. | |||
2018-09-05 | Fix the tests | Martin Kühl | |
2018-09-05 | Merge branch 'fix/sign-in-with-toot' into 'develop' | Haelwenn | |
Fix sign-in and sign-out with Toot! See merge request pleroma/pleroma!306 | |||
2018-09-01 | AccountView: `sensitive` is supposed to be a boolean, not a string | Martin Kühl | |
2018-08-27 | [Pleroma.Web.MastodonAPI.AccountView]: Add bot field | Haelwenn (lanodan) Monnier | |
2018-08-21 | attempt to add html validation to mastodon api test case | ensra | |
2018-08-08 | Add tests for emoji in user profiles | eal | |
Also use the correct field in TwitterAPI... | |||
2018-06-23 | Fake 2.4.0 API | Haelwenn (lanodan) Monnier | |
2018-06-19 | tests: fix a completely bogus mastodon api test | William Pitcock | |
2018-03-30 | Format the code. | lain | |
2018-02-03 | move avi.png & banner.png from /priv/static/static to /priv/static/images | Hakaba Hitoyo | |
2018-01-15 | Add a default profile picture and banner. | eal | |
This removes the placehold.it dependency. | |||
2017-11-10 | MastoAPI: Use string ids everywhere. | Roger Braun | |
2017-11-03 | MastoAPI: Add blocking to AccountView. | Roger Braun | |
2017-09-16 | Add undocumented default user default settings. | Roger Braun | |
2017-09-15 | MastoAPI: Fix date in account view. | Roger Braun | |
2017-09-13 | Fix logic. | Roger Braun | |
2017-09-13 | Add relationships to masto api. | Roger Braun | |