Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-03 | Change query order in fetch_activities_for_context_query to make poll vote ↵ | rinpatch | |
exclusion work | |||
2019-06-03 | Add a changelog entry for polls | rinpatch | |
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 | Add tests for poll view | rinpatch | |
2019-06-02 | Refresh the object in CommonAPI.vote instead of MastoAPI controller | rinpatch | |
2019-06-02 | Ueberauth: extended format of OAUTH_CONSUMER_STRATEGIES to allow explicit ↵ | Ivan Tashkinov | |
dependency specification. | |||
2019-06-02 | formatting | William Pitcock | |
2019-06-02 | docs: document mrf_subchain | William Pitcock | |
2019-06-02 | test: add tests for subchain policy | 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 | Merge branch 'bugfix/reverse-proxy-hackney-wtf' into 'develop' | kaniini | |
reverse proxy: clean up some @hackney leftovers See merge request pleroma/pleroma!1232 | |||
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 | Remove index on object name used for excluding poll votes (replaced by just ↵ | rinpatch | |
rewriting Note to Answer) | |||
2019-06-01 | Fix Credo issues | rinpatch | |
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 | Merge branch 'bugfix/remove-others-follower-collections' into 'develop' | kaniini | |
Remove all follower collections but actor's from "cc" Closes #858 See merge request pleroma/pleroma!1225 | |||
2019-06-01 | Remove all follower collections but actor's from "cc" | Sergey Suprunenko | |
2019-06-01 | Merge branch 'bugfix/remove-vanilla-flavour' into 'develop' | kaniini | |
Bugfix: remove vanilla flavour See merge request pleroma/pleroma!1228 | |||
2019-06-01 | Merge branch 'add-missing-mock' into 'develop' | kaniini | |
add the missing mock file [Fix the warning] See merge request pleroma/pleroma!1229 | |||
2019-06-01 | visibility: if litepub:directMessage is asserted, always report the object ↵ | William Pitcock | |
as "direct" visibility | |||
2019-06-01 | add the missing mock file | Sachin Joshi | |
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 | Merge branch 'dokku' into 'develop' | Haelwenn | |
Dokku CI support - On-Demand review instances See merge request pleroma/pleroma!1216 | |||
2019-05-31 | Merge branch 'doc/mongoose-im-config' into 'develop' | feld | |
Sample Mongoose IM config See merge request pleroma/pleroma!1226 | |||
2019-05-31 | Sample Mongoose IM config. | feld | |
Change domain, ensure paths to PEM files are correct, and this is good to go. | |||
2019-05-31 | Merge branch 'fix/mastodon-user-search' into 'develop' | lambda | |
Fix/mastodon user search See merge request pleroma/pleroma!1224 | |||
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 | Setting Store: Document in changelog. | lain | |
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 | Documentation: Document Settings store mechanism. | lain | |
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-31 | CI: Add auto-deployment via dokku. | lain | |
2019-05-30 | Merge branch 'fix/install-guide' into 'develop' | feld | |
Formatting See merge request pleroma/pleroma!1219 | |||
2019-05-30 | Formatting | feld | |
2019-05-30 | Merge branch 'fix/install-guide' into 'develop' | feld | |
Install docs should clone from master branch See merge request pleroma/pleroma!1218 | |||
2019-05-30 | Install docs should clone from master branch | feld | |
2019-05-30 | Merge branch 'fix/ogp-missing-data' into 'develop' | feld | |
Replace missing non-nullable Card attributes with empty strings See merge request pleroma/pleroma!1217 |