summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated RELEASE_NOTES.Gravatar default2023-06-011-2/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-06-011-0/+2
|
* Fixed typo.Gravatar default2023-06-011-1/+1
|
* Updated default css.Gravatar default2023-06-012-2/+4
|
* Show the user@host identified next to the user avatar (contributed by Haijo7).Gravatar default2023-06-011-1/+26
|
* Updated RELEASE_NOTES.Gravatar default2023-06-011-1/+1
|
* More poll notify tweaks.Gravatar default2023-06-011-1/+6
|
* Now you can vote from the mastoapi.Gravatar default2023-06-011-2/+28
|
* Minor refactoring to mastoapi_poll().Gravatar default2023-06-011-48/+42
|
* Always notify about our own closed polls.Gravatar default2023-05-311-2/+2
|
* Don't notify about closed polls that we didn't vote for.Gravatar default2023-05-311-2/+10
|
* New function was_question_voted().Gravatar default2023-05-313-16/+27
|
* New function mastoapi_poll().Gravatar default2023-05-311-58/+75
|
* Started voting on mastoapi (non-working).Gravatar default2023-05-311-0/+37
|
* Fixed poll id in mastoapi.Gravatar default2023-05-311-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-05-311-0/+2
|
* Don't show votes to polls as descendants in mastoapi.Gravatar default2023-05-311-2/+4
|
* Votes are shown in mastoapi.Gravatar default2023-05-311-2/+65
|
* Don't even call html_entry() for children with "name".Gravatar default2023-05-311-1/+1
|
* Don't hide replies to polls (that are not votes).Gravatar default2023-05-311-1/+5
|
* Backport from xs.Gravatar default2023-05-302-20/+69
|
* Don't store votes in the notification area.Gravatar default2023-05-301-0/+4
|
* 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
|