summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Disallow voting your own polls.Gravatar default2023-05-291-0/+3
|
* New macro ISO_DATE_SPEC.Gravatar default2023-05-291-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-241-1/+1
|
* 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-241-1/+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
|
* Convert image links in notes to attachments.Gravatar default2023-05-211-2/+2
|
* Updated documentation.Gravatar default2023-05-171-1/+1
|
* Fixed bug in drop_dm_from_unknown web processing.Gravatar default2023-05-171-4/+6
|
* Added web interface for drop_dm_from_unknown.Gravatar default2023-05-171-0/+11
|
* Added some comments.Gravatar default2023-05-171-31/+20
|
* Got rid of xs_encdec.h.Gravatar default2023-05-171-1/+0
|
* Only show the bio in the top of the page for public pages.Gravatar default2023-05-131-9/+12
|
* Added a source (web, mastoapi, etc) to lastlog_write().Gravatar default2023-05-081-1/+1
|
* Fixed more warnings.Gravatar default2023-05-041-0/+1
|
* Added -Wextra to C flags.Gravatar default2023-05-041-0/+3
|
* Added some const here and there.Gravatar default2023-05-041-2/+4
|
* Deleted real unused parameters.Gravatar default2023-05-041-8/+7
|
* Fixed missing notifications in certain circunstancies.Gravatar default2023-05-031-1/+1
|
* Store the what-is-snac URL as a CPP constant.Gravatar default2023-04-251-2/+4
|
* New button to clear all notifications.Gravatar default2023-04-161-0/+13
|
* Set the timeline check time after showing the notifications.Gravatar default2023-04-141-0/+5
|
* Delete the private HTML cache on edits.Gravatar default2023-04-141-0/+1
|
* More notification web page tweaks.Gravatar default2023-04-141-1/+1
|
* More notification web tweaks.Gravatar default2023-04-141-2/+12
|
* Don't show the full tree in notifications.Gravatar default2023-04-141-45/+57
|
* New notifications web page.Gravatar default2023-04-141-2/+85
|
* Show a top link to the (future) notifications area, including a count of new ↵Gravatar default2023-04-141-1/+14
| | | | ones.
* Added image attachments.Gravatar default2023-04-101-3/+6
|
* New function lastlog_write().Gravatar default2023-04-051-2/+5
|
* Don't inline empty avatars in og:avatar meta property.Gravatar default2023-02-261-1/+9
|
* Added some property og meta headers.Gravatar default2023-02-261-6/+33
|
* Minor actor name code refactoring.Gravatar default2023-02-231-14/+22
|
* Show the avatar in the nav menu.Gravatar default2023-02-201-0/+14
|
* New checkbox 'Only for mentioned people'.Gravatar default2023-02-201-11/+17
|
* New boolean argument 'priv' to msg_note().Gravatar default2023-02-201-1/+2
|
* Email notifications can be disabled.Gravatar default2023-02-201-3/+11
|
* Rewritten text 'More...' as 'Load more...'.Gravatar default2023-02-151-1/+1
|
* Added form field code for uploading the avatar.Gravatar default2023-02-151-6/+4
|
* Added support for receiving un uploaded avatar.Gravatar default2023-02-151-0/+19
|
* Improved Delete button fix.Gravatar default2023-02-101-6/+7
|