summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-31Don't hide replies to polls (that are not votes).default
2023-05-30Backport from xs.default
2023-05-30Don't store votes in the notification area.default
2023-05-30Updated RELEASE_NOTES.default
2023-05-30Show the finished poll notification correctly in mastoapi.default
2023-05-30Label closed polls correctly in the notification area.default
2023-05-30Add ended polls to the notification area.default
2023-05-30Made msg_question() non-editable.default
2023-05-30Create polls from the web interface.default
2023-05-30Added a poll pull-down and options (still unused).default
2023-05-30Wrap attachments in notes behind a "details".default
2023-05-30Replaced "Image" with "File".default
2023-05-30Better poll close checks.default
2023-05-30Moved "Closed" poll string to where it belongs.default
2023-05-30Log when a poll is closed.default
2023-05-30Added some limits to poll options.default
2023-05-30Create the base message of msg_question() from msg_note().default
2023-05-29Enqueue a close_question user q_item.default
2023-05-29Keep the original question order after updates.default
2023-05-29update_question() also updates the count of voters.default
2023-05-29In update_question(), send the updated question to all voters.default
2023-05-29Disallow updating closed polls.default
2023-05-29Disallow voting your own polls.default
2023-05-29Close the question over due date in update_question().default
2023-05-29New macro ISO_DATE_SPEC.default
2023-05-29Fixed some bugs in update_question().default
2023-05-29New function update_question().default
2023-05-29Added the 'replies' dict to each question.default
2023-05-27Version 2.33 RELEASED.default
2023-05-27Added the missing field "header" to mastodon acoount.default
2023-05-25Updated RELEASE_NOTES.default
2023-05-25If sem_open() fails, try again with sem_init().default
2023-05-24Updated documentation.default
2023-05-24Also accept 'cite' as a valid HTML tag.default
2023-05-24Updated RELEASE_NOTES.default
2023-05-24In mastoapi, don't show poll votes in timelines.default
2023-05-24Tweaked log message.default
2023-05-24Fixed multiple choice polls.default
2023-05-24Hide the children for polls.default
2023-05-24Show the poll as closed if we already voted for it.default
2023-05-24More prototype tunnings.default
2023-05-24Polls can now be voted.default
2023-05-24Show HTML form code for oneOf polls.default
2023-05-24Added some experimental 'Question' posting code.default
2023-05-24New function msg_question() (unused).default
2023-05-24Call timeline_touch() on successful 'Update' messages.default
2023-05-24Show a ballot box emoji in the score if the enttry it's a poll.default
2023-05-24Finished polls are shown.default
2023-05-24Some prototype tweaks.default
2023-05-24Questions (polls) are now stored (but not yet shown).default