Commit Graph

1402 Commits

Author SHA1 Message Date
default
96481a3836 Don't show votes to polls as descendants in mastoapi. 2023-05-31 10:51:37 +02:00
default
db1bc858a1 Votes are shown in mastoapi. 2023-05-31 10:49:08 +02:00
default
5aa9043668 Don't even call html_entry() for children with "name". 2023-05-31 06:41:06 +02:00
default
60fc87d845 Don't hide replies to polls (that are not votes). 2023-05-31 06:14:14 +02:00
default
ca2e0fcd89 Backport from xs. 2023-05-30 19:49:30 +02:00
default
6c2ca0d40a Don't store votes in the notification area. 2023-05-30 18:51:53 +02:00
default
45b190766d Updated RELEASE_NOTES. 2023-05-30 15:14:42 +02:00
default
bcc2eb6234 Show the finished poll notification correctly in mastoapi. 2023-05-30 15:01:45 +02:00
default
f2a91d8d48 Label closed polls correctly in the notification area. 2023-05-30 14:58:41 +02:00
default
dc9d6520ee Add ended polls to the notification area. 2023-05-30 14:52:18 +02:00
default
0444b77da5 Made msg_question() non-editable. 2023-05-30 10:38:17 +02:00
default
42918d44a0 Create polls from the web interface. 2023-05-30 10:34:46 +02:00
default
142b4d6d86 Added a poll pull-down and options (still unused). 2023-05-30 10:01:36 +02:00
default
b98a284f6f Wrap attachments in notes behind a "details". 2023-05-30 09:09:04 +02:00
default
e02beac47e Replaced "Image" with "File". 2023-05-30 09:01:33 +02:00
default
6e6fa934b5 Better poll close checks. 2023-05-30 06:37:09 +02:00
default
27218d06d8 Moved "Closed" poll string to where it belongs. 2023-05-30 06:35:29 +02:00
default
32f31e490b Log when a poll is closed. 2023-05-30 06:12:10 +02:00
default
29eb3146f0 Added some limits to poll options. 2023-05-30 06:00:11 +02:00
default
be39b52064 Create the base message of msg_question() from msg_note(). 2023-05-30 05:54:45 +02:00
default
7659362448 Enqueue a close_question user q_item. 2023-05-29 11:07:38 +02:00
default
05ac2a062d Keep the original question order after updates. 2023-05-29 10:20:45 +02:00
default
d7b74574ad update_question() also updates the count of voters. 2023-05-29 10:11:14 +02:00
default
aea0ea4416 In update_question(), send the updated question to all voters. 2023-05-29 09:37:54 +02:00
default
60ea9b3a09 Disallow updating closed polls. 2023-05-29 09:20:37 +02:00
default
22fea17255 Disallow voting your own polls. 2023-05-29 09:20:25 +02:00
default
32ce1fb28e Close the question over due date in update_question(). 2023-05-29 09:12:19 +02:00
default
654e171b93 New macro ISO_DATE_SPEC. 2023-05-29 09:07:27 +02:00
default
e913d03f02 Fixed some bugs in update_question(). 2023-05-29 09:03:00 +02:00
default
8551c691fb New function update_question(). 2023-05-29 08:27:16 +02:00
default
bf96512296 Added the 'replies' dict to each question. 2023-05-29 08:00:43 +02:00
default
50624547e4 Version 2.33 RELEASED. 2023-05-27 19:37:47 +02:00
default
ec1ee8a137 Added the missing field "header" to mastodon acoount. 2023-05-27 13:43:50 +02:00
default
11ab582ccd Updated RELEASE_NOTES. 2023-05-25 17:24:16 +02:00
default
efec8a6eae If sem_open() fails, try again with sem_init(). 2023-05-25 17:20:21 +02:00
default
18c842d8a6 Updated documentation. 2023-05-24 15:06:13 +02:00
default
fdb35f3437 Also accept 'cite' as a valid HTML tag. 2023-05-24 14:58:42 +02:00
default
f8838c65aa Updated RELEASE_NOTES. 2023-05-24 14:40:44 +02:00
default
bf6fcee21c In mastoapi, don't show poll votes in timelines. 2023-05-24 14:12:21 +02:00
default
e75b76da7c Tweaked log message. 2023-05-24 13:49:34 +02:00
default
34eb717344 Fixed multiple choice polls. 2023-05-24 13:46:06 +02:00
default
9cdb53de8e Hide the children for polls. 2023-05-24 13:25:13 +02:00
default
6eb0aa105a Show the poll as closed if we already voted for it. 2023-05-24 13:19:40 +02:00
default
5d8e370ec3 More prototype tunnings. 2023-05-24 13:05:43 +02:00
default
07b9fa90b2 Polls can now be voted. 2023-05-24 13:00:52 +02:00
default
67b21a9ecd Show HTML form code for oneOf polls. 2023-05-24 12:12:06 +02:00
default
0d8a040d90 Added some experimental 'Question' posting code. 2023-05-24 11:49:16 +02:00
default
9bc4825507 New function msg_question() (unused). 2023-05-24 11:07:47 +02:00
default
50fe76edd2 Call timeline_touch() on successful 'Update' messages. 2023-05-24 10:46:54 +02:00
default
4f0ab18f1c Show a ballot box emoji in the score if the enttry it's a poll. 2023-05-24 10:23:57 +02:00