summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fixed actor / post Delete confusion bug.Gravatar default2023-02-101-2/+4
* Followers can be deleted.Gravatar default2023-02-081-13/+21
* Only show the 'in reply to' link if level == 0.Gravatar default2023-02-081-9/+11
* Use timeline_here() for parents in html_entry().Gravatar default2023-02-081-1/+1
* Added web interface for the Telegram information.Gravatar default2023-02-071-0/+19
* New user option 'purge_days'.Gravatar default2023-02-051-0/+15
* Deleted the type argument from object_get_my_md5() and object_get().Gravatar default2023-02-051-3/+3
* Renamed timeline_get() to timeline_get_by_md5(), as that is what id does.Gravatar default2023-02-051-3/+3
* New function timeline_get().Gravatar default2023-02-051-1/+1
* More debug level changes.Gravatar default2023-02-031-2/+2
* Attached images have a hashed name instead of a time one.Gravatar default2023-01-281-2/+2
* Image attachments in posts can now have descriptions ('alt text').Gravatar default2023-01-281-3/+19
* New post field 'alt_text'.Gravatar default2023-01-281-3/+13
* New function default_avatar_base64().Gravatar default2023-01-271-2/+1
* Added edit support for posts.Gravatar default2023-01-241-3/+69
* Updated year in copyright notices.Gravatar default2023-01-171-1/+1
* Backport from xs.Gravatar default2023-01-121-5/+5
* Show the More... link above the 'About this site'.Gravatar default2023-01-111-2/+2
* Deleted unused argument in timeline_admire().Gravatar default2023-01-111-2/+2
* Deleted unused arguments in timeline_add().Gravatar default2023-01-111-1/+1
* Show the mentioned people after a CC:.Gravatar default2023-01-091-0/+5