summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated RELEASE_NOTES.Gravatar default2023-05-301-0/+4
|
* Show the finished poll notification correctly in mastoapi.Gravatar default2023-05-301-0/+4
|
* Label closed polls correctly in the notification area.Gravatar default2023-05-301-3/+12
|
* Add ended polls to the notification area.Gravatar default2023-05-301-117/+124
|
* Made msg_question() non-editable.Gravatar default2023-05-301-0/+3
|
* Create polls from the web interface.Gravatar default2023-05-301-1/+24
|
* Added a poll pull-down and options (still unused).Gravatar default2023-05-301-4/+26
|
* Wrap attachments in notes behind a "details".Gravatar default2023-05-301-0/+13
|
* Replaced "Image" with "File".Gravatar default2023-05-301-6/+6
|
* Better poll close checks.Gravatar default2023-05-301-4/+4
|
* Moved "Closed" poll string to where it belongs.Gravatar default2023-05-301-0/+6
|
* Log when a poll is closed.Gravatar default2023-05-301-3/+4
|
* Added some limits to poll options.Gravatar default2023-05-301-5/+11
|
* Create the base message of msg_question() from msg_note().Gravatar default2023-05-303-6/+7
|
* Enqueue a close_question user q_item.Gravatar default2023-05-294-3/+31
|
* Keep the original question order after updates.Gravatar default2023-05-291-16/+21
|
* update_question() also updates the count of voters.Gravatar default2023-05-291-0/+4
|
* In update_question(), send the updated question to all voters.Gravatar default2023-05-291-5/+16
|
* Disallow updating closed polls.Gravatar default2023-05-291-1/+5
|
* Disallow voting your own polls.Gravatar default2023-05-291-0/+3
|
* Close the question over due date in update_question().Gravatar default2023-05-291-0/+10
|
* New macro ISO_DATE_SPEC.Gravatar default2023-05-296-7/+9
|
* Fixed some bugs in update_question().Gravatar default2023-05-291-4/+19
|
* New function update_question().Gravatar default2023-05-292-1/+77
|
* Added the 'replies' dict to each question.Gravatar default2023-05-291-1/+3
|
* Version 2.33 RELEASED.2.33Gravatar default2023-05-271-1/+1
|
* Added the missing field "header" to mastodon acoount.Gravatar default2023-05-271-0/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-05-251-0/+2
|
* If sem_open() fails, try again with sem_init().Gravatar default2023-05-251-0/+13
|
* Updated documentation.Gravatar default2023-05-241-2/+6
|
* Also accept 'cite' as a valid HTML tag.Gravatar default2023-05-242-2/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-05-241-0/+2
|
* In mastoapi, don't show poll votes in timelines.Gravatar default2023-05-241-0/+4
|
* Tweaked log message.Gravatar default2023-05-241-1/+1
|
* Fixed multiple choice polls.Gravatar default2023-05-241-8/+23
|
* Hide the children for polls.Gravatar default2023-05-241-6/+6
|
* Show the poll as closed if we already voted for it.Gravatar default2023-05-241-1/+21
|
* More prototype tunnings.Gravatar default2023-05-243-11/+11
|
* Polls can now be voted.Gravatar default2023-05-241-1/+21
|
* Show HTML form code for oneOf polls.Gravatar default2023-05-241-0/+23
|
* Added some experimental 'Question' posting code.Gravatar default2023-05-244-25/+54
|
* New function msg_question() (unused).Gravatar default2023-05-242-0/+34
|
* Call timeline_touch() on successful 'Update' messages.Gravatar default2023-05-241-0/+3
|
* Show a ballot box emoji in the score if the enttry it's a poll.Gravatar default2023-05-241-3/+11
|
* Finished polls are shown.Gravatar default2023-05-241-1/+32
|
* Some prototype tweaks.Gravatar default2023-05-241-8/+9
|
* Questions (polls) are now stored (but not yet shown).Gravatar default2023-05-241-11/+25
|
* Updated TODO.Gravatar default2023-05-211-2/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-05-211-0/+4
|
* Bumped version.Gravatar default2023-05-211-1/+1
|