summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 2.34 RELEASED.2.34Gravatar default2023-06-031-1/+1
* Updated RELEASE_NOTES.Gravatar default2023-06-021-0/+2
* Merge pull request 'Added icon for bots' (#40) from Haijo7/snac2:master into ...Gravatar grunfink2023-06-021-0/+3
|\
| * Added icon for botsGravatar Haijo72023-06-021-0/+3
|/
* More notify tweaks (I'm getting sick of this).Gravatar default2023-06-021-6/+21
* Fixed bug in notify() (the poll id was not set).Gravatar default2023-06-022-2/+2
* Fixed bug in vote discarding in notify().Gravatar default2023-06-021-1/+3
* Use a select instead of a checkbox for setting multiple-choice polls.Gravatar default2023-06-021-6/+13
* Updated RELEASE_NOTES.Gravatar default2023-06-021-0/+2
* Merge pull request 'fixed typo in string "people that follows you"' (#38) fro...Gravatar grunfink2023-06-021-1/+1
|\
| * fixed typo in string "people that follows you"Gravatar Haijo72023-06-011-1/+1
* | Merge pull request 'open image in new tab when clicked, add css class for att...Gravatar grunfink2023-06-021-3/+10
|\ \
| * | open image in new tab when clicked, add css class for attachmentsGravatar Haijo72023-06-021-3/+10
|/ /
* | Add a check Unicode char to mark those polls that were voted by the user.Gravatar default2023-06-011-0/+6
* | Added an 'uninstall' Makefile target.Gravatar default2023-06-011-0/+6
* | Disallow empty or repeated options in msg_question().Gravatar default2023-06-011-10/+21
|/
* Fixed typo in notify().Gravatar default2023-06-011-1/+1
* Another tweak in notify().Gravatar default2023-06-011-3/+0
* Fixed notification bug.Gravatar default2023-06-011-0/+1
* Fixed another CSS typo.Gravatar default2023-06-012-2/+4
* 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