Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-03 | Remove repeated scope lists | eugenijm | |
2019-06-03 | CommonAPI: Add explicit addressing. | lain | |
2019-06-03 | User: Add function to get AP ids from nicknames. | lain | |
2019-06-03 | Use workaround for the heavy checkmark symbol in iOS | eugenijm | |
2019-06-03 | Merge branch 'develop' into update-oauth-template | Mark Felder | |
2019-06-03 | add option skip_thread_containment | Maksim Pechnikov | |
2019-06-03 | Merge branch 'develop' into feature/polls-2-electric-boogalo | rinpatch | |
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-03 | Change query order in fetch_activities_for_context_query to make poll vote ↵ | rinpatch | |
exclusion work | |||
2019-06-02 | Remove a TODO comment as the tests for poll view were written | rinpatch | |
2019-06-02 | Make error message about author's inability to vote more sensible | rinpatch | |
2019-06-02 | Refresh the object in CommonAPI.vote instead of MastoAPI controller | rinpatch | |
2019-06-02 | formatting | William Pitcock | |
2019-06-02 | mrf: add subchain policy | William Pitcock | |
2019-06-02 | mrf: allow a policy chain to be specified when filtering | William Pitcock | |
2019-06-02 | reverse proxy: clean up some @hackney leftovers | William Pitcock | |
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 | Mastodon API: Refresh the object before rendering it after voting | rinpatch | |
2019-06-01 | Mastodon API: actually check for poll votes | 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 | Merge branch 'bugfix/visibility-indicator-litepub-dm' into 'develop' | kaniini | |
visibility: if litepub:directMessage is asserted, always report the object as "direct" visibility See merge request pleroma/pleroma!1230 | |||
2019-06-01 | Remove all follower collections but actor's from "cc" | Sergey Suprunenko | |
2019-06-01 | visibility: if litepub:directMessage is asserted, always report the object ↵ | William Pitcock | |
as "direct" visibility | |||
2019-06-01 | Remove now useless flavours switching | Haelwenn (lanodan) Monnier | |
2019-06-01 | mastodon_api_controller.ex: Remove vanilla from supported_flavours | Haelwenn (lanodan) Monnier | |
2019-05-31 | Mastodon API search default value for "resolve" is false | feld | |
https://docs.joinmastodon.org/api/rest/accounts/ https://docs.joinmastodon.org/api/rest/search/ | |||
2019-05-31 | Merge branch 'hotfix/leaking-lists' into 'develop' | lambda | |
Mastodon API: Fix lists leaking private posts See merge request pleroma/pleroma!1222 | |||
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 API: Fix lists leaking private posts | rinpatch | |
Our previous list visibility resolver grabbed posts if either follower collection of the user in a list who is followed is in `to` or if follower collection of the user in a list was in `cc`. This not only missed unlisted posts but also lead to leaking private posts when `fix_explicit_addressing` mistakingly started putting follower collections to `cc` (also fixed in this MR). Reported by @kurisu@iscute.moe via a DM | |||
2019-05-31 | Fix fix_explicit_addressing moving follower collection to cc and add tests ↵ | rinpatch | |
for it | |||
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-30 | Merge branch 'use-pleroma-config' into 'develop' | lambda | |
Use Pleroma.Config everywhere See merge request pleroma/pleroma!1214 | |||
2019-05-30 | Use Pleroma.Config everywhere | Egor Kislitsyn | |
2019-05-29 | Revert "Merge branch 'feature/search-authenticated-only' into 'develop'" | kaniini | |
This reverts merge request !1209 | |||
2019-05-29 | Default search limit should be 40 | Mark Felder | |
https://docs.joinmastodon.org/api/rest/search/ | |||
2019-05-29 | router: require oauth_read for searching | William Pitcock | |
Search calls are generally expensive and allow unauthenticated users to crawl the instance for user profiles or posts which contain specified keywords. An adversary can build a distributed search engine which not only will consume significant instance resources, but also can be used for undesirable purposes such as datamining. Accordingly, require authenticated access to use the search API endpoints. This acts as a nice balance as it allows guest users to make use of most functionality available in Pleroma FE while ensuring that Pleroma instances are reasonably protected from resource exhaustion. It also removes Pleroma as a potential vector in distributed search engines. | |||
2019-05-28 | Respect proxy settings federation | jeff | |
2019-05-26 | Merge branch 'refactor/die-httpoison-die' into 'develop' | lambda | |
remove @httpoison, @ostatus and @websub compile-time constants See merge request pleroma/pleroma!1203 | |||
2019-05-26 | mrf: simple policy: fix matching imported activitypub and ostatus statuses | William Pitcock | |
2019-05-26 | notification: remove local/remote match rules (too complicated) | William Pitcock | |
2019-05-25 | user info: allow formdata for notification settings like every other API | William Pitcock | |
2019-05-25 | twitter api: user view: expose user notification settings under pleroma object | William Pitcock | |
2019-05-25 | notification: add non_follows/non_followers notification control settings | William Pitcock | |
2019-05-25 | remove @websub and @ostatus module-level constants | William Pitcock | |
2019-05-25 | kill @httpoison | William Pitcock | |