Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-03 | Merge branch 'align-mastodon-conversations' into 'develop' | lambda | |
Mastodon Conversations API: Align to Mastodon behavior See merge request pleroma/pleroma!1215 | |||
2019-06-03 | Merge branch 'develop' into feature/polls-2-electric-boogalo | rinpatch | |
2019-06-02 | Make error message about author's inability to vote more sensible | rinpatch | |
2019-06-02 | Add tests for poll view | rinpatch | |
2019-06-02 | Merge branch 'feature/notification-control-part-2' into 'develop' | kaniini | |
notification controls, part 2 See merge request pleroma/pleroma!1204 | |||
2019-06-01 | Fix Credo issues | rinpatch | |
2019-06-01 | Resolve merge conflicts | rinpatch | |
2019-06-01 | Add poll votes | rinpatch | |
Also in this commit by accident: - Fix query ordering causing exclude_poll_votes to not work - Do not create notifications for Answer objects | |||
2019-06-01 | Remove now useless flavours switching | Haelwenn (lanodan) Monnier | |
2019-05-31 | MastodonAPI: Add extension to set and get pleroma_settings_store. | lain | |
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-31 | Mastodon Conversation API: Don't return own account in 'accounts'. | lain | |
2019-05-30 | Replace missing non-nullable Card attributes with empty strings | Sergey Suprunenko | |
2019-05-27 | ability to set and reset avatar, profile banner and backgroud in Mastodon API | Sachin Joshi | |
2019-05-26 | tests: chase remote/local removal | William Pitcock | |
2019-05-25 | tests: chase notification setting changes | William Pitcock | |
2019-05-22 | Merge branch 'bugfix/account_view_source.note' into 'develop' | rinpatch | |
MastoAPI AccountView: fill source.note with plaintext version of note Closes #926 See merge request pleroma/pleroma!1189 | |||
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-05-21 | MastoAPI: Add GET /api/v1/polls/:id | rinpatch | |
2019-05-21 | Change validation error status codes to be more appropriate | rinpatch | |
2019-05-21 | Enforce poll limits and add error handling for MastodonAPI's post endpoint | rinpatch | |
2019-05-21 | Add poll limits to /api/v1/instance and initial state | rinpatch | |
2019-05-20 | Format mascot tests | Sadposter | |
2019-05-20 | Add mascot get/set tests | Sadposter | |
2019-05-18 | Resolve merge conflicts and remove IO.inspects | rinpatch | |
2019-05-18 | Mastodon API: Add support for posting polls | rinpatch | |
2019-05-17 | Fix/902 random compile failing | Alexander Strizhakov | |
2019-05-16 | Add Reports to Admin API | Sergey Suprunenko | |
2019-05-15 | Pipe requests to public endpoints through EnsurePublicOrAuthenticatedPlug | Aaron Tinio | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-14 | Make irreversible field default to false in filters | Sachin Joshi | |
2019-05-07 | - Actually use preloaded bookmarks in views | rinpatch | |
- Preload bookmarks in bookmark timeline - Rework bookmark preload tests | |||
2019-05-07 | Merge branch 'conversations_three' into 'develop' | lambda | |
Conversations once more. See merge request pleroma/pleroma!1119 | |||
2019-05-03 | MastoAPI: profile update with emoji_map | Haelwenn (lanodan) Monnier | |
2019-05-01 | Merge remote-tracking branch 'origin/develop' into conversations_three | lain | |
2019-04-29 | Merge branch 'fix/add-default-scope-mastoapi' into 'develop' | rinpatch | |
Add default_scope to /api/v1/update_credentials See merge request pleroma/pleroma!1100 | |||
2019-04-27 | Add default_scope to /api/v1/update_credentials | rinpatch | |
2019-04-27 | Fix bookmarks depending on embeded object and move checking if the | rinpatch | |
status is bookmarked to SQL | |||
2019-04-26 | Merge branch 'feature/807-bookmark-endpoint-extension' into 'develop' | lambda | |
Feature/807 bookmark endpoint extension Closes #807 See merge request pleroma/pleroma!1059 | |||
2019-04-25 | Move settings to Source subentity | rinpatch | |
2019-04-25 | fixes for tests | Alex S | |
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-23 | Extend Mastodon API with public endpoint for getting Favorites timeline of ↵ | Sergey Suprunenko | |
any user (#789) | |||
2019-04-22 | Add `pleroma.in_reply_to_account_acct` to MastoAPI status entity | rinpatch | |
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-21 | Add accounts and last_status to conversation read response | Roman Chvanikov | |
2019-04-21 | Set correct values in the MastoAPI reblog status view | eugenijm | |
2019-04-20 | Handle `reblogs` on the first follow request in MastoAPI | eugenijm | |
2019-04-18 | Fix my incorrect search test fix | rinpatch | |