Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-27 | Remove unused ActivityPub `@context` values depending on response (#10378) | Eugen Rochko | |
Fix #8078 | |||
2019-03-04 | Store remote votes URI (#10158) | ThibG | |
* Store remote votes URI * Add spec for accepting remote votes * Make poll vote id generation work the same way as follows | |||
2019-03-04 | Fix ActivityPub votes having nil IDs (#10151) | Eugen Rochko | |
2019-03-04 | Fix missing in_reply_to in ActivityPub::VoteSerializer (#10148) | Eugen Rochko | |
2019-03-03 | Add polls (#10111) | Eugen Rochko | |
* Add polls Fix #1629 * Add tests * Fixes * Change API for creating polls * Use name instead of content for votes * Remove poll validation for remote polls * Add polls to public pages * When updating the poll, update options just in case they were changed * Fix public pages showing both poll and other media |